diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 734b99f0a5..6508ba7d59 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-22T13:15:57Z +- **Last updated**: 2024-07-25T11:43:52Z - **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. +### [7.0.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@7.0.2) (2024-07-25) + +#### 🩹 Bug fixes + +- add explicit return type for `first()` ([8a53ee0](https://github.com/thi-ng/umbrella/commit/8a53ee0)) + # [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@7.0.0) (2024-07-22) #### 🛑 Breaking changes diff --git a/packages/associative/package.json b/packages/associative/package.json index edd9271133..f36d8021d3 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "7.0.1", + "version": "7.0.2", "description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index c623ff605f..d6c8fb4769 100644 --- a/packages/dgraph-dot/package.json +++ b/packages/dgraph-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph-dot", - "version": "2.1.126", + "version": "2.1.127", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/dgraph": "^2.1.125", + "@thi.ng/dgraph": "^2.1.126", "@thi.ng/dot": "^2.1.81" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index dc83dac9cf..a48259413d 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.125", + "version": "2.1.126", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/equiv": "^2.1.63", "@thi.ng/errors": "^2.5.13", "@thi.ng/transducers": "^9.0.12" diff --git a/packages/ecs/package.json b/packages/ecs/package.json index c7b0e541ff..94d45f64f8 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.127", + "version": "0.7.128", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/binary": "^3.4.30", "@thi.ng/checks": "^3.6.9", "@thi.ng/dcons": "^3.2.120", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 49438d2594..bd24ee96e2 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-trace-bitmap", - "version": "0.3.89", + "version": "0.3.90", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/errors": "^2.5.13", "@thi.ng/grid-iterators": "^4.0.81", "@thi.ng/matrices": "^2.4.6", - "@thi.ng/pixel": "^7.0.0", + "@thi.ng/pixel": "^7.1.0", "@thi.ng/vectors": "^7.11.6" }, "devDependencies": { diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index 4f47b8c5ee..e6a01182ec 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.6", + "version": "0.1.7", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -45,7 +45,7 @@ "@thi.ng/transducers": "^9.0.12", "@thi.ng/vector-pools": "^3.2.6", "@thi.ng/vectors": "^7.11.6", - "@thi.ng/webgl": "^6.9.6" + "@thi.ng/webgl": "^6.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index d7925847a5..543af17797 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.148", + "version": "4.1.149", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.74", "@thi.ng/errors": "^2.5.13", "@thi.ng/hdom": "^9.4.40", - "@thi.ng/hiccup-canvas": "^3.1.6" + "@thi.ng/hiccup-canvas": "^3.1.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index e5e56f3e85..9ba1afd13f 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.6", + "version": "3.1.7", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/color": "^5.6.52", "@thi.ng/geom-arc": "^2.1.139", "@thi.ng/math": "^5.11.5", - "@thi.ng/pixel": "^7.0.0", + "@thi.ng/pixel": "^7.1.0", "@thi.ng/vectors": "^7.11.6" }, "devDependencies": { diff --git a/packages/imago/package.json b/packages/imago/package.json index 977e2ab4d7..5da75538df 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.4", + "version": "0.8.5", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -45,8 +45,8 @@ "@thi.ng/file-io": "^2.1.9", "@thi.ng/logger": "^3.0.17", "@thi.ng/object-utils": "^1.1.0", - "@thi.ng/pixel": "^7.0.0", - "@thi.ng/pixel-dither": "^1.1.136", + "@thi.ng/pixel": "^7.1.0", + "@thi.ng/pixel-dither": "^1.1.137", "@thi.ng/prefixes": "^2.3.24", "sharp": "^0.33.4" }, diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 6b7902d24d..73096e3283 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-22T13:15:57Z +- **Last updated**: 2024-07-25T11:43:52Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ 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. +## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/k-means@0.7.0) (2024-07-25) + +#### 🚀 Features + +- update `KMeansOpts.initial` ([f70073d](https://github.com/thi-ng/umbrella/commit/f70073d)) + - support custom init functions + - add KMeansInit type alias + - update handling in `kmeans()` + ### [0.6.89](https://github.com/thi-ng/umbrella/tree/@thi.ng/k-means@0.6.89) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 85adfef093..958d04bf32 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.95", + "version": "0.7.0", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 20511db12c..acfefd7de4 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.12.9", + "version": "0.12.10", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -51,7 +51,7 @@ "@thi.ng/hiccup-css": "^2.7.16", "@thi.ng/logger": "^3.0.17", "@thi.ng/memoize": "^3.3.9", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/strings": "^3.8.1", "@thi.ng/text-format": "^2.2.10", "@thi.ng/transducers": "^9.0.12" diff --git a/packages/pixel-convolve/package.json b/packages/pixel-convolve/package.json index 08efa03c43..d26ccf910a 100644 --- a/packages/pixel-convolve/package.json +++ b/packages/pixel-convolve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-convolve", - "version": "1.0.1", + "version": "1.0.2", "description": "Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.9", "@thi.ng/errors": "^2.5.13", "@thi.ng/math": "^5.11.5", - "@thi.ng/pixel": "^7.0.0" + "@thi.ng/pixel": "^7.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index c1c842d530..0d4acae3d9 100644 --- a/packages/pixel-dither/package.json +++ b/packages/pixel-dither/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dither", - "version": "1.1.136", + "version": "1.1.137", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.6.9", "@thi.ng/math": "^5.11.5", - "@thi.ng/pixel": "^7.0.0" + "@thi.ng/pixel": "^7.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-dominant-colors/CHANGELOG.md b/packages/pixel-dominant-colors/CHANGELOG.md index 3ded4664d1..232df92c99 100644 --- a/packages/pixel-dominant-colors/CHANGELOG.md +++ b/packages/pixel-dominant-colors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-22T13:15:57Z +- **Last updated**: 2024-07-25T11:43:52Z - **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. +### [1.1.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dominant-colors@1.1.2) (2024-07-25) + +#### ♻️ Refactoring + +- add/extract `dominantColorsArray()` ([4aea78e](https://github.com/thi-ng/umbrella/commit/4aea78e)) + ## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dominant-colors@1.1.0) (2024-07-22) #### 🚀 Features diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index 96b4100da5..2de25c34de 100644 --- a/packages/pixel-dominant-colors/package.json +++ b/packages/pixel-dominant-colors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dominant-colors", - "version": "1.1.1", + "version": "1.1.2", "description": "k-means based dominant color extraction from images/pixel buffers", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/k-means": "^0.6.95", - "@thi.ng/pixel": "^7.0.0" + "@thi.ng/k-means": "^0.7.0", + "@thi.ng/pixel": "^7.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 0063995e93..219eb00144 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-geotiff", - "version": "0.1.97", + "version": "0.1.98", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/pixel": "^7.0.0", + "@thi.ng/pixel": "^7.1.0", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index fa63ec904b..c7d62b6120 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-netpbm", - "version": "2.1.136", + "version": "2.1.137", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.7", "@thi.ng/errors": "^2.5.13", - "@thi.ng/pixel": "^7.0.0" + "@thi.ng/pixel": "^7.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index e495e04259..ccb239aa68 100644 --- a/packages/pixel-io-pfm/package.json +++ b/packages/pixel-io-pfm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-pfm", - "version": "0.1.77", + "version": "0.1.78", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.5.13", - "@thi.ng/pixel": "^7.0.0" + "@thi.ng/pixel": "^7.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index d6b4188f66..0b60964eec 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-22T13:15:57Z +- **Last updated**: 2024-07-25T11:43:52Z - **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. +## [7.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@7.1.0) (2024-07-25) + +#### 🚀 Features + +- add Iterable support for Int/FloatBuffer ([b459dfa](https://github.com/thi-ng/umbrella/commit/b459dfa)) + # [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@7.0.0) (2024-07-22) #### 🛑 Breaking changes diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 8449924b1c..4c0609054f 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "7.0.0", + "version": "7.1.0", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index e8b025b82e..26d7f3d619 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.98", + "version": "0.5.99", "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.7", "@thi.ng/canvas": "^0.2.24", "@thi.ng/checks": "^3.6.9", - "@thi.ng/hiccup-canvas": "^3.1.6", + "@thi.ng/hiccup-canvas": "^3.1.7", "@thi.ng/object-utils": "^1.1.0", - "@thi.ng/rdom": "^1.5.5", - "@thi.ng/rstream": "^8.5.8" + "@thi.ng/rdom": "^1.5.6", + "@thi.ng/rstream": "^8.5.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index d034406789..dbc5257fec 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.5", + "version": "0.7.6", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.7", "@thi.ng/hiccup-html": "^2.7.3", "@thi.ng/object-utils": "^1.1.0", - "@thi.ng/rdom": "^1.5.5", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rdom": "^1.5.6", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/strings": "^3.8.1", "@thi.ng/transducers": "^9.0.12" }, diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index bc40142e55..2e42aa6d6a 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.20", + "version": "0.3.21", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.9", "@thi.ng/defmulti": "^3.0.45", "@thi.ng/hiccup-html": "^2.7.3", - "@thi.ng/rdom": "^1.5.5", - "@thi.ng/rstream": "^8.5.8" + "@thi.ng/rdom": "^1.5.6", + "@thi.ng/rstream": "^8.5.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 4de492b275..3ac013d499 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.5.5", + "version": "1.5.6", "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.7", "@thi.ng/paths": "^5.1.87", "@thi.ng/prefixes": "^2.3.24", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/strings": "^3.8.1" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 84c0399177..5bb58c3a7b 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.133", + "version": "3.1.134", "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.7", - "@thi.ng/rstream": "^8.5.8" + "@thi.ng/rstream": "^8.5.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 0c446e608b..4ba449837c 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.84", + "version": "3.0.85", "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.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/strings": "^3.8.1", "@thi.ng/transducers": "^9.0.12" }, diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 15b0304fac..ad0af90098 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.82", + "version": "5.0.83", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/api": "^8.11.7", "@thi.ng/checks": "^3.6.9", "@thi.ng/math": "^5.11.5", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/transducers": "^9.0.12" }, "devDependencies": { diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index e5aec8e8b2..3cb42feddd 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.136", + "version": "4.1.137", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.5.13", "@thi.ng/paths": "^5.1.87", "@thi.ng/resolve-map": "^7.1.80", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/transducers": "^9.0.12" }, "devDependencies": { diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 352392bc7c..175e55ff8b 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.131", + "version": "2.1.132", "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.8" + "@thi.ng/rstream": "^8.5.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index a45a5d0ecc..6e32a4b382 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.26", + "version": "5.1.27", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.7", "@thi.ng/checks": "^3.6.9", "@thi.ng/logger": "^3.0.17", - "@thi.ng/rstream": "^8.5.8", + "@thi.ng/rstream": "^8.5.9", "@thi.ng/strings": "^3.8.1", "@thi.ng/transducers": "^9.0.12" }, diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 6205d2ee9a..ca75611699 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.134", + "version": "2.1.135", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/checks": "^3.6.9", "@thi.ng/equiv": "^2.1.63", "@thi.ng/errors": "^2.5.13", "@thi.ng/logger": "^3.0.17", "@thi.ng/math": "^5.11.5", - "@thi.ng/rstream": "^8.5.8", - "@thi.ng/rstream-dot": "^3.0.84", + "@thi.ng/rstream": "^8.5.9", + "@thi.ng/rstream-dot": "^3.0.85", "@thi.ng/transducers": "^9.0.12" }, "devDependencies": { diff --git a/packages/rstream/package.json b/packages/rstream/package.json index b1acd8ee6c..3edfd1d24c 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.5.8", + "version": "8.5.9", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "dependencies": { "@thi.ng/api": "^8.11.7", "@thi.ng/arrays": "^2.9.13", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/atom": "^5.3.7", "@thi.ng/checks": "^3.6.9", "@thi.ng/errors": "^2.5.13", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 250d62a38b..a1cc966f54 100644 --- a/packages/shader-ast-glsl/package.json +++ b/packages/shader-ast-glsl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-glsl", - "version": "0.4.130", + "version": "0.4.131", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.7", "@thi.ng/checks": "^3.6.9", "@thi.ng/errors": "^2.5.13", - "@thi.ng/shader-ast": "^0.15.22" + "@thi.ng/shader-ast": "^0.15.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 2b7e5148c9..9fa7a7d733 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "1.1.42", + "version": "1.1.43", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/errors": "^2.5.13", "@thi.ng/math": "^5.11.5", "@thi.ng/matrices": "^2.4.6", - "@thi.ng/pixel": "^7.0.0", - "@thi.ng/shader-ast": "^0.15.22", + "@thi.ng/pixel": "^7.1.0", + "@thi.ng/shader-ast": "^0.15.23", "@thi.ng/vectors": "^7.11.6" }, "devDependencies": { diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index c1e54849db..16008ec579 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.4.22", + "version": "0.4.23", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.13", "@thi.ng/logger": "^3.0.17", "@thi.ng/math": "^5.11.5", - "@thi.ng/shader-ast": "^0.15.22" + "@thi.ng/shader-ast": "^0.15.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index b5dab2d5a0..590ad3ca10 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-stdlib", - "version": "0.18.22", + "version": "0.18.23", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/shader-ast": "^0.15.22" + "@thi.ng/shader-ast": "^0.15.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 65f9932e43..7d8b6938cd 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.15.22", + "version": "0.15.23", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/api": "^8.11.7", "@thi.ng/checks": "^3.6.9", "@thi.ng/defmulti": "^3.0.45", - "@thi.ng/dgraph": "^2.1.125", + "@thi.ng/dgraph": "^2.1.126", "@thi.ng/errors": "^2.5.13", "@thi.ng/logger": "^3.0.17" }, diff --git a/packages/sorted-map/package.json b/packages/sorted-map/package.json index 92bf3ce12f..bb8eccab1e 100644 --- a/packages/sorted-map/package.json +++ b/packages/sorted-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sorted-map", - "version": "1.1.1", + "version": "1.1.2", "description": "Skiplist-based sorted map & set implementation", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/checks": "^3.6.9", "@thi.ng/compare": "^2.3.10", "@thi.ng/random": "^4.0.1", diff --git a/packages/sparse-set/package.json b/packages/sparse-set/package.json index 50896d907d..d1e212419d 100644 --- a/packages/sparse-set/package.json +++ b/packages/sparse-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse-set", - "version": "1.1.1", + "version": "1.1.2", "description": "TypedArray-based sparse set implementations with extended ES Set API", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/associative": "^7.0.1", + "@thi.ng/associative": "^7.0.2", "@thi.ng/checks": "^3.6.9", "@thi.ng/errors": "^2.5.13" }, diff --git a/packages/system/package.json b/packages/system/package.json index 866460e61d..4cb2f0f85c 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.21", + "version": "3.1.22", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/dgraph": "^2.1.125", + "@thi.ng/dgraph": "^2.1.126", "@thi.ng/logger": "^3.0.17" }, "devDependencies": { diff --git a/packages/uuid/CHANGELOG.md b/packages/uuid/CHANGELOG.md index 607e911203..27bdc90baf 100644 --- a/packages/uuid/CHANGELOG.md +++ b/packages/uuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-22T13:15:57Z +- **Last updated**: 2024-07-25T11:43:52Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/uuid/package.json b/packages/uuid/package.json index 19b517236b..3e35cdf3eb 100644 --- a/packages/uuid/package.json +++ b/packages/uuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/uuid", - "version": "1.1.1", + "version": "1.1.2", "description": "Fast binary & string-based UUID v4 generation", "type": "module", "module": "./index.js", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index a23dbcc6ae..b49056cd9e 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-msdf", - "version": "2.1.150", + "version": "2.1.151", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/shader-ast": "^0.15.22", + "@thi.ng/shader-ast": "^0.15.23", "@thi.ng/transducers": "^9.0.12", "@thi.ng/vector-pools": "^3.2.6", "@thi.ng/vectors": "^7.11.6", - "@thi.ng/webgl": "^6.9.6" + "@thi.ng/webgl": "^6.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 5b005ff50e..25bedef517 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl-shadertoy", - "version": "0.4.150", + "version": "0.4.151", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.7", - "@thi.ng/shader-ast": "^0.15.22", - "@thi.ng/shader-ast-glsl": "^0.4.130", - "@thi.ng/webgl": "^6.9.6" + "@thi.ng/shader-ast": "^0.15.23", + "@thi.ng/shader-ast-glsl": "^0.4.131", + "@thi.ng/webgl": "^6.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 6802440ed0..2e5c259551 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.6", + "version": "6.9.7", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -49,10 +49,10 @@ "@thi.ng/matrices": "^2.4.6", "@thi.ng/memoize": "^3.3.9", "@thi.ng/object-utils": "^1.1.0", - "@thi.ng/pixel": "^7.0.0", - "@thi.ng/shader-ast": "^0.15.22", - "@thi.ng/shader-ast-glsl": "^0.4.130", - "@thi.ng/shader-ast-stdlib": "^0.18.22", + "@thi.ng/pixel": "^7.1.0", + "@thi.ng/shader-ast": "^0.15.23", + "@thi.ng/shader-ast-glsl": "^0.4.131", + "@thi.ng/shader-ast-stdlib": "^0.18.23", "@thi.ng/transducers": "^9.0.12", "@thi.ng/vector-pools": "^3.2.6", "@thi.ng/vectors": "^7.11.6" diff --git a/yarn.lock b/yarn.lock index a410b07c37..253e7deed5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3867,7 +3867,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^7.0.1, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.2, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: @@ -4304,7 +4304,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/dgraph": "npm:^2.1.125" + "@thi.ng/dgraph": "npm:^2.1.126" "@thi.ng/dot": "npm:^2.1.81" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -4312,13 +4312,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.125, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.126, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/equiv": "npm:^2.1.63" "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/transducers": "npm:^9.0.12" @@ -4484,7 +4484,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/binary": "npm:^3.4.30" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/dcons": "npm:^3.2.120" @@ -4926,7 +4926,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/grid-iterators": "npm:^4.0.81" "@thi.ng/matrices": "npm:^2.4.6" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" "@thi.ng/vectors": "npm:^7.11.6" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -4969,7 +4969,7 @@ __metadata: "@thi.ng/transducers": "npm:^9.0.12" "@thi.ng/vector-pools": "npm:^3.2.6" "@thi.ng/vectors": "npm:^7.11.6" - "@thi.ng/webgl": "npm:^6.9.6" + "@thi.ng/webgl": "npm:^6.9.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5079,7 +5079,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.74" "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/hdom": "npm:^9.4.40" - "@thi.ng/hiccup-canvas": "npm:^3.1.6" + "@thi.ng/hiccup-canvas": "npm:^3.1.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5162,7 +5162,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.6, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.7, @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: @@ -5172,7 +5172,7 @@ __metadata: "@thi.ng/color": "npm:^5.6.52" "@thi.ng/geom-arc": "npm:^2.1.139" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" "@thi.ng/vectors": "npm:^7.11.6" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -5332,8 +5332,8 @@ __metadata: "@thi.ng/file-io": "npm:^2.1.9" "@thi.ng/logger": "npm:^3.0.17" "@thi.ng/object-utils": "npm:^1.1.0" - "@thi.ng/pixel": "npm:^7.0.0" - "@thi.ng/pixel-dither": "npm:^1.1.136" + "@thi.ng/pixel": "npm:^7.1.0" + "@thi.ng/pixel-dither": "npm:^1.1.137" "@thi.ng/prefixes": "npm:^2.3.24" "@thi.ng/vectors": "npm:^7.11.6" esbuild: "npm:^0.23.0" @@ -5394,7 +5394,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.95, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.0, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: @@ -5582,7 +5582,7 @@ __metadata: "@thi.ng/hiccup-css": "npm:^2.7.16" "@thi.ng/logger": "npm:^3.0.17" "@thi.ng/memoize": "npm:^3.3.9" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/strings": "npm:^3.8.1" "@thi.ng/text-format": "npm:^2.2.10" "@thi.ng/transducers": "npm:^9.0.12" @@ -5703,21 +5703,21 @@ __metadata: "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.136, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.137, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5730,8 +5730,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/k-means": "npm:^0.6.95" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/k-means": "npm:^0.7.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5744,7 +5744,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" geotiff: "npm:2.1.3" typedoc: "npm:^0.26.3" @@ -5759,7 +5759,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" "@thi.ng/errors": "npm:^2.5.13" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5772,14 +5772,14 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/errors": "npm:^2.5.13" - "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel": "npm:^7.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^7.0.0, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^7.0.0, @thi.ng/pixel@npm:^7.1.0, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -5987,10 +5987,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/canvas": "npm:^0.2.24" "@thi.ng/checks": "npm:^3.6.9" - "@thi.ng/hiccup-canvas": "npm:^3.1.6" + "@thi.ng/hiccup-canvas": "npm:^3.1.7" "@thi.ng/object-utils": "npm:^1.1.0" - "@thi.ng/rdom": "npm:^1.5.5" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rdom": "npm:^1.5.6" + "@thi.ng/rstream": "npm:^8.5.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6005,8 +6005,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/hiccup-html": "npm:^2.7.3" "@thi.ng/object-utils": "npm:^1.1.0" - "@thi.ng/rdom": "npm:^1.5.5" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rdom": "npm:^1.5.6" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/strings": "npm:^3.8.1" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" @@ -6024,15 +6024,15 @@ __metadata: "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/defmulti": "npm:^3.0.45" "@thi.ng/hiccup-html": "npm:^2.7.3" - "@thi.ng/rdom": "npm:^1.5.5" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rdom": "npm:^1.5.6" + "@thi.ng/rstream": "npm:^8.5.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.5.5, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.5.6, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -6043,7 +6043,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.2.7" "@thi.ng/paths": "npm:^5.1.87" "@thi.ng/prefixes": "npm:^2.3.24" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6101,19 +6101,19 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/csp": "npm:^3.2.7" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.84, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.85, @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.0" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/strings": "npm:^3.8.1" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" @@ -6130,7 +6130,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6149,7 +6149,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/paths": "npm:^5.1.87" "@thi.ng/resolve-map": "npm:^7.1.80" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6162,7 +6162,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@types/node": "npm:^20.14.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6178,7 +6178,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/logger": "npm:^3.0.17" - "@thi.ng/rstream": "npm:^8.5.8" + "@thi.ng/rstream": "npm:^8.5.9" "@thi.ng/strings": "npm:^3.8.1" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" @@ -6193,14 +6193,14 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/equiv": "npm:^2.1.63" "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/logger": "npm:^3.0.17" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/rstream": "npm:^8.5.8" - "@thi.ng/rstream-dot": "npm:^3.0.84" + "@thi.ng/rstream": "npm:^8.5.9" + "@thi.ng/rstream-dot": "npm:^3.0.85" "@thi.ng/transducers": "npm:^9.0.12" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6208,14 +6208,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.5.8, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.5.9, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" "@thi.ng/arrays": "npm:^2.9.13" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/atom": "npm:^5.3.7" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/errors": "npm:^2.5.13" @@ -6285,7 +6285,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.130, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.131, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl" dependencies: @@ -6293,7 +6293,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/errors": "npm:^2.5.13" - "@thi.ng/shader-ast": "npm:^0.15.22" + "@thi.ng/shader-ast": "npm:^0.15.23" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6310,8 +6310,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/math": "npm:^5.11.5" "@thi.ng/matrices": "npm:^2.4.6" - "@thi.ng/pixel": "npm:^7.0.0" - "@thi.ng/shader-ast": "npm:^0.15.22" + "@thi.ng/pixel": "npm:^7.1.0" + "@thi.ng/shader-ast": "npm:^0.15.23" "@thi.ng/vectors": "npm:^7.11.6" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6329,27 +6329,27 @@ __metadata: "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/logger": "npm:^3.0.17" "@thi.ng/math": "npm:^5.11.5" - "@thi.ng/shader-ast": "npm:^0.15.22" + "@thi.ng/shader-ast": "npm:^0.15.23" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.22, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.23, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/shader-ast": "npm:^0.15.22" + "@thi.ng/shader-ast": "npm:^0.15.23" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.22, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.23, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast@workspace:packages/shader-ast" dependencies: @@ -6357,7 +6357,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.7" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/defmulti": "npm:^3.0.45" - "@thi.ng/dgraph": "npm:^2.1.125" + "@thi.ng/dgraph": "npm:^2.1.126" "@thi.ng/errors": "npm:^2.5.13" "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" @@ -6403,7 +6403,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/compare": "npm:^2.3.10" "@thi.ng/random": "npm:^4.0.1" @@ -6420,7 +6420,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/associative": "npm:^7.0.1" + "@thi.ng/associative": "npm:^7.0.2" "@thi.ng/checks": "npm:^3.6.9" "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" @@ -6464,7 +6464,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/dgraph": "npm:^2.1.125" + "@thi.ng/dgraph": "npm:^2.1.126" "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6891,11 +6891,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/shader-ast": "npm:^0.15.22" + "@thi.ng/shader-ast": "npm:^0.15.23" "@thi.ng/transducers": "npm:^9.0.12" "@thi.ng/vector-pools": "npm:^3.2.6" "@thi.ng/vectors": "npm:^7.11.6" - "@thi.ng/webgl": "npm:^6.9.6" + "@thi.ng/webgl": "npm:^6.9.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6908,16 +6908,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.0" "@thi.ng/api": "npm:^8.11.7" - "@thi.ng/shader-ast": "npm:^0.15.22" - "@thi.ng/shader-ast-glsl": "npm:^0.4.130" - "@thi.ng/webgl": "npm:^6.9.6" + "@thi.ng/shader-ast": "npm:^0.15.23" + "@thi.ng/shader-ast-glsl": "npm:^0.4.131" + "@thi.ng/webgl": "npm:^6.9.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.6, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.7, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -6931,10 +6931,10 @@ __metadata: "@thi.ng/matrices": "npm:^2.4.6" "@thi.ng/memoize": "npm:^3.3.9" "@thi.ng/object-utils": "npm:^1.1.0" - "@thi.ng/pixel": "npm:^7.0.0" - "@thi.ng/shader-ast": "npm:^0.15.22" - "@thi.ng/shader-ast-glsl": "npm:^0.4.130" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.22" + "@thi.ng/pixel": "npm:^7.1.0" + "@thi.ng/shader-ast": "npm:^0.15.23" + "@thi.ng/shader-ast-glsl": "npm:^0.4.131" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.23" "@thi.ng/transducers": "npm:^9.0.12" "@thi.ng/vector-pools": "npm:^3.2.6" "@thi.ng/vectors": "npm:^7.11.6"