diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index aa2105fd19..be42da630c 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.4.9", + "version": "1.4.10", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/base-n": "^2.7.21", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.0", + "@thi.ng/color": "^5.7.1", "@thi.ng/errors": "^2.5.15", "@thi.ng/hex": "^2.3.53" }, diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 9926419144..4c9637dc53 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-19T13:45:57Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index 3a78b25945..1b5ef8b2ae 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.0", + "version": "5.7.1", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index a4fedde781..3be0463b88 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy-viz", - "version": "2.1.156", + "version": "2.1.157", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/fuzzy": "^2.1.90", "@thi.ng/hiccup": "^5.2.10", - "@thi.ng/hiccup-svg": "^5.3.10", + "@thi.ng/hiccup-svg": "^5.3.11", "@thi.ng/math": "^5.11.8", "@thi.ng/strings": "^3.8.4", "@thi.ng/text-canvas": "^3.0.34" diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 863280a084..766f0384dd 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.6.12", + "version": "0.6.13", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/axidraw": "^1.1.91", "@thi.ng/compare": "^2.4.1", "@thi.ng/defmulti": "^3.0.47", - "@thi.ng/geom": "^8.1.3", + "@thi.ng/geom": "^8.1.4", "@thi.ng/geom-accel": "^4.1.3", "@thi.ng/geom-clip-line": "^2.3.100", "@thi.ng/geom-isec": "^4.0.10", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 42659d1438..27eb43cf76 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "3.0.10", + "version": "3.0.11", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/color": "^5.7.0", - "@thi.ng/geom": "^8.1.3", + "@thi.ng/color": "^5.7.1", + "@thi.ng/geom": "^8.1.4", "@thi.ng/geom-clip-line": "^2.3.100", "@thi.ng/geom-resample": "^3.0.10", "@thi.ng/grid-iterators": "^4.0.85", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 1224e50e59..68a4a3a5ad 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.4.12", + "version": "0.4.13", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom": "^8.1.3", + "@thi.ng/geom": "^8.1.4", "@thi.ng/geom-isoline": "^2.1.138", "@thi.ng/geom-poly-utils": "^3.0.10", "@thi.ng/geom-resample": "^3.0.10", diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index 6926814ce5..c35b2e3587 100644 --- a/packages/geom-webgl/package.json +++ b/packages/geom-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-webgl", - "version": "0.1.13", + "version": "0.1.14", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom": "^8.1.3", + "@thi.ng/geom": "^8.1.4", "@thi.ng/object-utils": "^1.1.2", "@thi.ng/transducers": "^9.2.0", "@thi.ng/vector-pools": "^3.2.10", diff --git a/packages/geom/package.json b/packages/geom/package.json index 690c27ccae..904cc184b7 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.3", + "version": "8.1.4", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -56,7 +56,7 @@ "@thi.ng/geom-subdiv-curve": "^3.0.10", "@thi.ng/geom-tessellate": "^3.0.10", "@thi.ng/hiccup": "^5.2.10", - "@thi.ng/hiccup-svg": "^5.3.10", + "@thi.ng/hiccup-svg": "^5.3.11", "@thi.ng/math": "^5.11.8", "@thi.ng/matrices": "^2.4.10", "@thi.ng/object-utils": "^1.1.2", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 52051bfa3d..086434af27 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-canvas", - "version": "4.1.155", + "version": "4.1.156", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.76", "@thi.ng/errors": "^2.5.15", "@thi.ng/hdom": "^9.4.43", - "@thi.ng/hiccup-canvas": "^3.1.13" + "@thi.ng/hiccup-canvas": "^3.1.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 2a40423982..f6b0f04f56 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "3.1.13", + "version": "3.1.14", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.0", + "@thi.ng/color": "^5.7.1", "@thi.ng/geom-arc": "^2.1.143", "@thi.ng/math": "^5.11.8", "@thi.ng/pixel": "^7.3.2", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 2e8b57e8e7..335214c67c 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.3.10", + "version": "5.3.11", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.0", + "@thi.ng/color": "^5.7.1", "@thi.ng/prefixes": "^2.3.26" }, "devDependencies": { diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 6dfa4579b0..10f37b03f9 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.70", + "version": "2.2.71", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom": "^8.1.3", + "@thi.ng/geom": "^8.1.4", "@thi.ng/geom-isec": "^4.0.10", "@thi.ng/layout": "^3.1.1", "@thi.ng/math": "^5.11.8", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index f8350bfe4a..90656723f7 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 0253b8fbe3..b05ba3e984 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.14.1", + "version": "0.14.2", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -51,7 +51,7 @@ "@thi.ng/hiccup-css": "^2.7.20", "@thi.ng/logger": "^3.0.19", "@thi.ng/memoize": "^3.3.11", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/strings": "^3.8.4", "@thi.ng/text-format": "^2.2.12", "@thi.ng/transducers": "^9.2.0" diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index b9193cd190..23f5a48a45 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.5.105", + "version": "0.5.106", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/canvas": "^0.5.2", "@thi.ng/checks": "^3.6.11", - "@thi.ng/hiccup-canvas": "^3.1.13", + "@thi.ng/hiccup-canvas": "^3.1.14", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/rdom": "^1.6.3", - "@thi.ng/rstream": "^8.5.13" + "@thi.ng/rdom": "^1.6.4", + "@thi.ng/rstream": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 3095bee019..691d023475 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.7.10", + "version": "0.7.11", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/hiccup-html": "^2.7.5", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/rdom": "^1.6.3", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rdom": "^1.6.4", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/strings": "^3.8.4", "@thi.ng/transducers": "^9.2.0" }, diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 6f7902fd88..e756c63b65 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.3.25", + "version": "0.3.26", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/hiccup-html": "^2.7.5", - "@thi.ng/rdom": "^1.6.3", - "@thi.ng/rstream": "^8.5.13" + "@thi.ng/rdom": "^1.6.4", + "@thi.ng/rstream": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 7d40cae258..2699f6f28b 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.6.3", + "version": "1.6.4", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/hiccup": "^5.2.10", "@thi.ng/paths": "^5.1.89", "@thi.ng/prefixes": "^2.3.26", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/strings": "^3.8.4" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index f55706f236..5f4517648a 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "3.1.138", + "version": "3.1.139", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/csp": "^3.2.10", - "@thi.ng/rstream": "^8.5.13" + "@thi.ng/rstream": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 343af103d3..91f6659666 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "3.0.89", + "version": "3.0.90", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/strings": "^3.8.4", "@thi.ng/transducers": "^9.2.0" }, diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 30aa1d7d18..5ceeb2e4b9 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "5.0.87", + "version": "5.0.88", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/math": "^5.11.8", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/transducers": "^9.2.0" }, "devDependencies": { diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index adcafd0b2b..3bdcc55666 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ 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. +### [4.1.142](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@4.1.142) (2024-08-20) + +#### ♻️ Refactoring + +- update internal close mode handling (33b1d16f34) ([19d9255](https://github.com/thi-ng/umbrella/commit/19d9255)) + ### [4.1.129](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-graph@4.1.129) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 941893b99e..29e73100a5 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-graph", - "version": "4.1.141", + "version": "4.1.142", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/paths": "^5.1.89", "@thi.ng/resolve-map": "^7.1.82", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/transducers": "^9.2.0" }, "devDependencies": { diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 54c05a4639..df7e4a8da2 100644 --- a/packages/rstream-log-file/package.json +++ b/packages/rstream-log-file/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log-file", - "version": "2.1.136", + "version": "2.1.137", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.5.13" + "@thi.ng/rstream": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index e50ed9631f..0d75c21d9e 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ 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. +### [5.1.32](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.1.32) (2024-08-20) + +#### ♻️ Refactoring + +- update internal close mode handling (33b1d16f34) ([700e566](https://github.com/thi-ng/umbrella/commit/700e566)) + ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-log@5.1.0) (2024-02-28) #### 🚀 Features diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 57bda8b8ae..35d0961657 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.1.31", + "version": "5.1.32", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/logger": "^3.0.19", - "@thi.ng/rstream": "^8.5.13", + "@thi.ng/rstream": "^9.0.0", "@thi.ng/strings": "^3.8.4", "@thi.ng/transducers": "^9.2.0" }, diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 69aabba030..6bd6df2b2b 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ 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. +### [2.1.140](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@2.1.140) (2024-08-20) + +#### ♻️ Refactoring + +- update internal close mode handling (33b1d16f34) ([adb89d5](https://github.com/thi-ng/umbrella/commit/adb89d5)) + ### [2.1.127](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@2.1.127) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 9a49e7420f..ff11340278 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-query", - "version": "2.1.139", + "version": "2.1.140", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", "@thi.ng/math": "^5.11.8", - "@thi.ng/rstream": "^8.5.13", - "@thi.ng/rstream-dot": "^3.0.89", + "@thi.ng/rstream": "^9.0.0", + "@thi.ng/rstream-dot": "^3.0.90", "@thi.ng/transducers": "^9.2.0" }, "devDependencies": { diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 9f004db9f5..285fce1f4a 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,18 @@ 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.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream@9.0.0) (2024-08-20) + +#### 🛑 Breaking changes + +- replace `CloseMode` enum w/ string union type ([33b1d16](https://github.com/thi-ng/umbrella/commit/33b1d16)) +- BREAKING CHANGE: replace `CloseMode` enum w/ string union type + - this simplifies all usage sites, now only using (and removing obsolete enum import): + - `CloseMode.FIRST` => `"first"` + - `CloseMode.LAST` => `"last"` + - `CloseMode.NEVER` => `"never"` + - update docs & all sites + ## [8.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream@8.5.0) (2024-05-08) #### 🚀 Features diff --git a/packages/rstream/package.json b/packages/rstream/package.json index a6b720b270..f1cf2a2649 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.5.13", + "version": "9.0.0", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index add5e400c2..1c2b07ae06 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-08-20T11:41:56Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index e2b5c6524b..c591392251 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "1.0.0", + "version": "1.0.1", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", diff --git a/yarn.lock b/yarn.lock index 0c3157921f..519dbba292 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4188,7 +4188,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/base-n": "npm:^2.7.21" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.0" + "@thi.ng/color": "npm:^5.7.1" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/hex": "npm:^2.3.53" esbuild: "npm:^0.23.0" @@ -4197,7 +4197,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.7.0, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.1, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -4670,7 +4670,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/fuzzy": "npm:^2.1.90" "@thi.ng/hiccup": "npm:^5.2.10" - "@thi.ng/hiccup-svg": "npm:^5.3.10" + "@thi.ng/hiccup-svg": "npm:^5.3.11" "@thi.ng/math": "npm:^5.11.8" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/text-canvas": "npm:^3.0.34" @@ -4740,7 +4740,7 @@ __metadata: "@thi.ng/axidraw": "npm:^1.1.91" "@thi.ng/compare": "npm:^2.4.1" "@thi.ng/defmulti": "npm:^3.0.47" - "@thi.ng/geom": "npm:^8.1.3" + "@thi.ng/geom": "npm:^8.1.4" "@thi.ng/geom-accel": "npm:^4.1.3" "@thi.ng/geom-clip-line": "npm:^2.3.100" "@thi.ng/geom-isec": "npm:^4.0.10" @@ -4801,8 +4801,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/color": "npm:^5.7.0" - "@thi.ng/geom": "npm:^8.1.3" + "@thi.ng/color": "npm:^5.7.1" + "@thi.ng/geom": "npm:^8.1.4" "@thi.ng/geom-clip-line": "npm:^2.3.100" "@thi.ng/geom-resample": "npm:^3.0.10" "@thi.ng/grid-iterators": "npm:^4.0.85" @@ -4912,7 +4912,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom": "npm:^8.1.3" + "@thi.ng/geom": "npm:^8.1.4" "@thi.ng/geom-isoline": "npm:^2.1.138" "@thi.ng/geom-poly-utils": "npm:^3.0.10" "@thi.ng/geom-resample": "npm:^3.0.10" @@ -5022,7 +5022,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom": "npm:^8.1.3" + "@thi.ng/geom": "npm:^8.1.4" "@thi.ng/object-utils": "npm:^1.1.2" "@thi.ng/transducers": "npm:^9.2.0" "@thi.ng/vector-pools": "npm:^3.2.10" @@ -5034,7 +5034,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.1.3, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.4, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -5058,7 +5058,7 @@ __metadata: "@thi.ng/geom-subdiv-curve": "npm:^3.0.10" "@thi.ng/geom-tessellate": "npm:^3.0.10" "@thi.ng/hiccup": "npm:^5.2.10" - "@thi.ng/hiccup-svg": "npm:^5.3.10" + "@thi.ng/hiccup-svg": "npm:^5.3.11" "@thi.ng/math": "npm:^5.11.8" "@thi.ng/matrices": "npm:^2.4.10" "@thi.ng/object-utils": "npm:^1.1.2" @@ -5137,7 +5137,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.76" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/hdom": "npm:^9.4.43" - "@thi.ng/hiccup-canvas": "npm:^3.1.13" + "@thi.ng/hiccup-canvas": "npm:^3.1.14" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5220,14 +5220,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.13, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.14, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.0" + "@thi.ng/color": "npm:^5.7.1" "@thi.ng/geom-arc": "npm:^2.1.143" "@thi.ng/math": "npm:^5.11.8" "@thi.ng/pixel": "npm:^7.3.2" @@ -5314,14 +5314,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.3.10, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.3.11, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.0" + "@thi.ng/color": "npm:^5.7.1" "@thi.ng/prefixes": "npm:^2.3.26" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -5408,7 +5408,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom": "npm:^8.1.3" + "@thi.ng/geom": "npm:^8.1.4" "@thi.ng/geom-isec": "npm:^4.0.10" "@thi.ng/layout": "npm:^3.1.1" "@thi.ng/math": "npm:^5.11.8" @@ -5640,7 +5640,7 @@ __metadata: "@thi.ng/hiccup-css": "npm:^2.7.20" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/memoize": "npm:^3.3.11" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/text-format": "npm:^2.2.12" "@thi.ng/transducers": "npm:^9.2.0" @@ -6047,10 +6047,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/canvas": "npm:^0.5.2" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/hiccup-canvas": "npm:^3.1.13" + "@thi.ng/hiccup-canvas": "npm:^3.1.14" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/rdom": "npm:^1.6.3" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rdom": "npm:^1.6.4" + "@thi.ng/rstream": "npm:^9.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6065,8 +6065,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/hiccup-html": "npm:^2.7.5" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/rdom": "npm:^1.6.3" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rdom": "npm:^1.6.4" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" @@ -6084,15 +6084,15 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/hiccup-html": "npm:^2.7.5" - "@thi.ng/rdom": "npm:^1.6.3" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rdom": "npm:^1.6.4" + "@thi.ng/rstream": "npm:^9.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.6.3, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.6.4, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -6103,7 +6103,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.2.10" "@thi.ng/paths": "npm:^5.1.89" "@thi.ng/prefixes": "npm:^2.3.26" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/strings": "npm:^3.8.4" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6161,19 +6161,19 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/csp": "npm:^3.2.10" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.89, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.90, @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.47.5" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" @@ -6190,7 +6190,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/math": "npm:^5.11.8" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6209,7 +6209,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/paths": "npm:^5.1.89" "@thi.ng/resolve-map": "npm:^7.1.82" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6222,7 +6222,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@types/node": "npm:^20.14.15" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6238,7 +6238,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/logger": "npm:^3.0.19" - "@thi.ng/rstream": "npm:^8.5.13" + "@thi.ng/rstream": "npm:^9.0.0" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" @@ -6259,8 +6259,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.8" - "@thi.ng/rstream": "npm:^8.5.13" - "@thi.ng/rstream-dot": "npm:^3.0.89" + "@thi.ng/rstream": "npm:^9.0.0" + "@thi.ng/rstream-dot": "npm:^3.0.90" "@thi.ng/transducers": "npm:^9.2.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6268,7 +6268,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.5.13, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^9.0.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: