Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 5, 2024
1 parent 38a3353 commit b3cc41c
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 49 deletions.
4 changes: 2 additions & 2 deletions packages/meta-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/meta-css",
"version": "0.17.1",
"version": "0.17.2",
"description": "Data-driven CSS framework codegen, transpiler & bundler",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@thi.ng/hiccup-css": "^2.7.29",
"@thi.ng/logger": "^3.0.23",
"@thi.ng/memoize": "^4.0.3",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/strings": "^3.8.11",
"@thi.ng/text-format": "^2.2.18",
"@thi.ng/transducers": "^9.2.9"
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-canvas",
"version": "0.5.123",
"version": "0.5.124",
"description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@thi.ng/checks": "^3.6.15",
"@thi.ng/hiccup-canvas": "^3.1.27",
"@thi.ng/object-utils": "^1.1.6",
"@thi.ng/rdom": "^1.7.14",
"@thi.ng/rstream": "^9.1.0"
"@thi.ng/rdom": "^1.7.15",
"@thi.ng/rstream": "^9.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-components",
"version": "0.7.27",
"version": "0.7.28",
"description": "Collection of unstyled, customizable components for @thi.ng/rdom",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,8 +39,8 @@
"@thi.ng/api": "^8.11.13",
"@thi.ng/hiccup-html": "^2.7.10",
"@thi.ng/object-utils": "^1.1.6",
"@thi.ng/rdom": "^1.7.14",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rdom": "^1.7.15",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/strings": "^3.8.11",
"@thi.ng/transducers": "^9.2.9"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/rdom-forms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom-forms",
"version": "0.4.8",
"version": "0.4.9",
"description": "Data-driven declarative & extensible HTML form generation",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@thi.ng/checks": "^3.6.15",
"@thi.ng/defmulti": "^3.0.51",
"@thi.ng/hiccup-html": "^2.7.10",
"@thi.ng/rdom": "^1.7.14",
"@thi.ng/rstream": "^9.1.0"
"@thi.ng/rdom": "^1.7.15",
"@thi.ng/rstream": "^9.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rdom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rdom",
"version": "1.7.14",
"version": "1.7.15",
"description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/hiccup": "^5.2.19",
"@thi.ng/paths": "^5.1.93",
"@thi.ng/prefixes": "^2.3.30",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/strings": "^3.8.11"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-csp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-csp",
"version": "3.1.149",
"version": "3.1.150",
"description": "@thi.ng/csp bridge module for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@thi.ng/csp": "^3.2.15",
"@thi.ng/rstream": "^9.1.0"
"@thi.ng/rstream": "^9.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-dot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-dot",
"version": "3.0.103",
"version": "3.0.104",
"description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/strings": "^3.8.11",
"@thi.ng/transducers": "^9.2.9"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-gestures/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-gestures",
"version": "5.0.98",
"version": "5.0.99",
"description": "Unified mouse, mouse wheel & multi-touch event stream abstraction",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@thi.ng/api": "^8.11.13",
"@thi.ng/checks": "^3.6.15",
"@thi.ng/math": "^5.11.13",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/transducers": "^9.2.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-graph",
"version": "4.1.152",
"version": "4.1.153",
"description": "Declarative dataflow graph construction for @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@thi.ng/errors": "^2.5.19",
"@thi.ng/paths": "^5.1.93",
"@thi.ng/resolve-map": "^7.1.86",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/transducers": "^9.2.9"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log-file",
"version": "2.1.147",
"version": "2.1.148",
"description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
},
"dependencies": {
"@thi.ng/rstream": "^9.1.0"
"@thi.ng/rstream": "^9.2.0"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.48.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/rstream-log/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-log",
"version": "5.1.45",
"version": "5.1.46",
"description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"@thi.ng/api": "^8.11.13",
"@thi.ng/checks": "^3.6.15",
"@thi.ng/logger": "^3.0.23",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/strings": "^3.8.11",
"@thi.ng/transducers": "^9.2.9"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/rstream-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream-query",
"version": "2.1.153",
"version": "2.1.154",
"description": "@thi.ng/rstream based triple store & reactive query engine",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"@thi.ng/errors": "^2.5.19",
"@thi.ng/logger": "^3.0.23",
"@thi.ng/math": "^5.11.13",
"@thi.ng/rstream": "^9.1.0",
"@thi.ng/rstream-dot": "^3.0.103",
"@thi.ng/rstream": "^9.2.0",
"@thi.ng/rstream-dot": "^3.0.104",
"@thi.ng/transducers": "^9.2.9"
},
"devDependencies": {
Expand Down
10 changes: 9 additions & 1 deletion packages/rstream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

- **Last updated**: 2024-12-04T15:08:17Z
- **Last updated**: 2024-12-05T12:02:40Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
Expand All @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
and/or version bumps of transitive dependencies.

## [9.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-12-05)

#### 🚀 Features

- add fromTuple(), update StreamObj impl ([ef691cc](https://github.com/thi-ng/umbrella/commit/ef691cc))
- update docs
- add tests

## [9.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/[email protected]) (2024-12-04)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/rstream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thi.ng/rstream",
"version": "9.1.0",
"version": "9.2.0",
"description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines",
"type": "module",
"module": "./index.js",
Expand Down
38 changes: 19 additions & 19 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5729,7 +5729,7 @@ __metadata:
"@thi.ng/hiccup-css": "npm:^2.7.29"
"@thi.ng/logger": "npm:^3.0.23"
"@thi.ng/memoize": "npm:^4.0.3"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/strings": "npm:^3.8.11"
"@thi.ng/text-format": "npm:^2.2.18"
"@thi.ng/transducers": "npm:^9.2.9"
Expand Down Expand Up @@ -6138,8 +6138,8 @@ __metadata:
"@thi.ng/checks": "npm:^3.6.15"
"@thi.ng/hiccup-canvas": "npm:^3.1.27"
"@thi.ng/object-utils": "npm:^1.1.6"
"@thi.ng/rdom": "npm:^1.7.14"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rdom": "npm:^1.7.15"
"@thi.ng/rstream": "npm:^9.2.0"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
typescript: "npm:^5.7.2"
Expand All @@ -6154,8 +6154,8 @@ __metadata:
"@thi.ng/api": "npm:^8.11.13"
"@thi.ng/hiccup-html": "npm:^2.7.10"
"@thi.ng/object-utils": "npm:^1.1.6"
"@thi.ng/rdom": "npm:^1.7.14"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rdom": "npm:^1.7.15"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/strings": "npm:^3.8.11"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
Expand All @@ -6173,15 +6173,15 @@ __metadata:
"@thi.ng/checks": "npm:^3.6.15"
"@thi.ng/defmulti": "npm:^3.0.51"
"@thi.ng/hiccup-html": "npm:^2.7.10"
"@thi.ng/rdom": "npm:^1.7.14"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rdom": "npm:^1.7.15"
"@thi.ng/rstream": "npm:^9.2.0"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
typescript: "npm:^5.7.2"
languageName: unknown
linkType: soft

"@thi.ng/rdom@npm:^1.7.14, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom":
"@thi.ng/rdom@npm:^1.7.15, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom":
version: 0.0.0-use.local
resolution: "@thi.ng/rdom@workspace:packages/rdom"
dependencies:
Expand All @@ -6192,7 +6192,7 @@ __metadata:
"@thi.ng/hiccup": "npm:^5.2.19"
"@thi.ng/paths": "npm:^5.1.93"
"@thi.ng/prefixes": "npm:^2.3.30"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/strings": "npm:^3.8.11"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
Expand Down Expand Up @@ -6250,19 +6250,19 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.48.0"
"@thi.ng/csp": "npm:^3.2.15"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
typescript: "npm:^5.7.2"
languageName: unknown
linkType: soft

"@thi.ng/rstream-dot@npm:^3.0.103, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot":
"@thi.ng/rstream-dot@npm:^3.0.104, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot":
version: 0.0.0-use.local
resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot"
dependencies:
"@microsoft/api-extractor": "npm:^7.48.0"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/strings": "npm:^3.8.11"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
Expand All @@ -6279,7 +6279,7 @@ __metadata:
"@thi.ng/api": "npm:^8.11.13"
"@thi.ng/checks": "npm:^3.6.15"
"@thi.ng/math": "npm:^5.11.13"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
Expand All @@ -6298,7 +6298,7 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.19"
"@thi.ng/paths": "npm:^5.1.93"
"@thi.ng/resolve-map": "npm:^7.1.86"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
Expand All @@ -6311,7 +6311,7 @@ __metadata:
resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file"
dependencies:
"@microsoft/api-extractor": "npm:^7.48.0"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@types/node": "npm:^22.9.3"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
Expand All @@ -6327,7 +6327,7 @@ __metadata:
"@thi.ng/api": "npm:^8.11.13"
"@thi.ng/checks": "npm:^3.6.15"
"@thi.ng/logger": "npm:^3.0.23"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/strings": "npm:^3.8.11"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
Expand All @@ -6348,16 +6348,16 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.19"
"@thi.ng/logger": "npm:^3.0.23"
"@thi.ng/math": "npm:^5.11.13"
"@thi.ng/rstream": "npm:^9.1.0"
"@thi.ng/rstream-dot": "npm:^3.0.103"
"@thi.ng/rstream": "npm:^9.2.0"
"@thi.ng/rstream-dot": "npm:^3.0.104"
"@thi.ng/transducers": "npm:^9.2.9"
esbuild: "npm:^0.24.0"
typedoc: "npm:^0.26.11"
typescript: "npm:^5.7.2"
languageName: unknown
linkType: soft

"@thi.ng/rstream@npm:^9.1.0, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream":
"@thi.ng/rstream@npm:^9.2.0, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream":
version: 0.0.0-use.local
resolution: "@thi.ng/rstream@workspace:packages/rstream"
dependencies:
Expand Down

0 comments on commit b3cc41c

Please sign in to comment.