diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index a672261ff5..877b801b69 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 97e5614620..dbc2c21487 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.9", + "version": "3.0.10", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -39,17 +39,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/bitfield": "^2.3.51", - "@thi.ng/dcons": "^3.2.128", - "@thi.ng/disjoint-set": "^1.1.3", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/sparse": "^0.3.133" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/bitfield": "^2.3.52", + "@thi.ng/dcons": "^3.2.129", + "@thi.ng/disjoint-set": "^1.1.4", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/sparse": "^0.3.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.2", + "@thi.ng/vectors": "^7.12.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index db6532fca7..7081710591 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/api/package.json b/packages/api/package.json index 2d4e5ed3ad..4d6b3ae96e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.11.10", + "version": "8.11.11", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index d4f03d1d70..05c90d3773 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/args/package.json b/packages/args/package.json index 06d140799d..33e05f3e24 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.43", + "version": "2.3.44", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/text-format": "^2.2.13" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/text-format": "^2.2.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 2de873486d..fb5fb478d7 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/arrays/package.json b/packages/arrays/package.json index ac6ea63737..725a285ed1 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.10.1", + "version": "2.10.2", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/random": "^4.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index e6fbf188ac..707cea4f63 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/associative/package.json b/packages/associative/package.json index 7bf35bb427..158c909f50 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "7.0.10", + "version": "7.0.11", "description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/dcons": "^3.2.128", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/transducers": "^9.2.4", + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/dcons": "^3.2.129", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/transducers": "^9.2.5", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index c314f3573e..48b1808c4b 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/atom/package.json b/packages/atom/package.json index a15fa7e060..f39854633c 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.3.10", + "version": "5.3.11", "description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/paths": "^5.1.90", + "@thi.ng/api": "^8.11.11", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/paths": "^5.1.91", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 8e34233492..7f0a246c9b 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index d19604f9a3..a8150cacee 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.95", + "version": "1.1.96", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/date": "^2.7.28", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/math": "^5.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/units": "^0.5.8", - "@thi.ng/vectors": "^7.12.2", + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/date": "^2.7.29", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/math": "^5.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/units": "^0.5.9", + "@thi.ng/vectors": "^7.12.3", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 574e1796ba..ef79f3a87c 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/base-n/package.json b/packages/base-n/package.json index c677c2674b..0eac7989f0 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.7.22", + "version": "2.7.23", "description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays", "type": "module", "module": "./index.js", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index 3c3cb83580..c09c23b7ce 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bench/package.json b/packages/bench/package.json index 86475c696d..17999268e5 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.6.3", + "version": "3.6.4", "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 2c86ff1f3a..5c104cd047 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 151075833c..f163dae221 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.137", + "version": "2.1.138", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/transducers-binary": "^2.1.135" + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers-binary": "^2.1.136" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bidir-index/CHANGELOG.md b/packages/bidir-index/CHANGELOG.md index d650429a9c..3f0506f4ac 100644 --- a/packages/bidir-index/CHANGELOG.md +++ b/packages/bidir-index/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bidir-index/package.json b/packages/bidir-index/package.json index 2b6f1ab806..cca4dbcfa2 100644 --- a/packages/bidir-index/package.json +++ b/packages/bidir-index/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bidir-index", - "version": "1.1.3", + "version": "1.1.4", "description": "Bi-directional index mapping arbitrary keys to numeric IDs & vice versa", "type": "module", "module": "./index.js", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 58d477493e..c2bf175f9a 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/binary/package.json b/packages/binary/package.json index 226984431d..99c8c33fdc 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.33", + "version": "3.4.34", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 4f3c010ee7..20ddea7d4c 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 21ff51d482..c109e785f0 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.51", + "version": "2.3.52", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 92fead15bb..aad08373e2 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index e03f671853..eb740c5757 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.4.2", + "version": "2.4.3", "description": "ES6 iterator based read/write bit streams with support for variable word widths", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.5.16" + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/blurhash/CHANGELOG.md b/packages/blurhash/CHANGELOG.md index 8f98cf24f4..499d3cfc84 100644 --- a/packages/blurhash/CHANGELOG.md +++ b/packages/blurhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/blurhash/package.json b/packages/blurhash/package.json index af225f3e7d..84c679a0fe 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.2.6", + "version": "0.2.7", "description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/base-n": "^2.7.22", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10" + "@thi.ng/api": "^8.11.11", + "@thi.ng/base-n": "^2.7.23", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/boids/CHANGELOG.md b/packages/boids/CHANGELOG.md index 7be3a43703..a1ad67bd3e 100644 --- a/packages/boids/CHANGELOG.md +++ b/packages/boids/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/boids/package.json b/packages/boids/package.json index 7cdf250f1e..68bb7f1d89 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.48", + "version": "1.0.49", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/distance": "^2.4.88", - "@thi.ng/geom-closest-point": "^2.1.142", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/timestep": "^0.5.64", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/distance": "^2.4.89", + "@thi.ng/geom-closest-point": "^2.1.143", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/timestep": "^0.5.65", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/buffers/CHANGELOG.md b/packages/buffers/CHANGELOG.md index f47f1400d4..3fcf5010e5 100644 --- a/packages/buffers/CHANGELOG.md +++ b/packages/buffers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/buffers/package.json b/packages/buffers/package.json index 76f976c04c..8566fa6740 100644 --- a/packages/buffers/package.json +++ b/packages/buffers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/buffers", - "version": "0.1.13", + "version": "0.1.14", "description": "General purpose and generic read/write buffer implementations with different behaviors/orderings", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 2fa63b5115..4f73b7d008 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cache/package.json b/packages/cache/package.json index e1f5dca30e..74ceeb586d 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.3.8", + "version": "2.3.9", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/dcons": "^3.2.128" + "@thi.ng/api": "^8.11.11", + "@thi.ng/dcons": "^3.2.129" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/canvas/CHANGELOG.md b/packages/canvas/CHANGELOG.md index 3bf2562d54..8fc78b659e 100644 --- a/packages/canvas/CHANGELOG.md +++ b/packages/canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/canvas/package.json b/packages/canvas/package.json index 2893cb1fe0..508c6f06d0 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/canvas", - "version": "0.5.3", + "version": "0.5.4", "description": "Canvas creation & HDPI support helpers", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 33032f142b..55b80a1434 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 08ca563c7e..8a1402c6a8 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.125", + "version": "0.2.126", "description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index fa0b24507d..2382547557 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/checks/package.json b/packages/checks/package.json index b0a4c1a1ca..c40c65ef03 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.6.12", + "version": "3.6.13", "description": "Collection of 70+ type, feature & value checks", "type": "module", "module": "./index.js", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index a0ef74acef..3a587749d8 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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-palettes/package.json b/packages/color-palettes/package.json index feaab6c1bb..3c6edf2cd5 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.14", + "version": "1.4.15", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/base-n": "^2.7.22", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/color": "^5.7.5", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hex": "^2.3.54" + "@thi.ng/api": "^8.11.11", + "@thi.ng/base-n": "^2.7.23", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/color": "^5.7.6", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hex": "^2.3.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 6dacf94678..0254bf13d4 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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 bc2569a25d..c2630f6083 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.5", + "version": "5.7.6", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -40,19 +40,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index d616000adb..d275ee5b08 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 6c82f7fd1e..747b0ea543 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "1.0.80", + "version": "1.0.81", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.33", - "@thi.ng/random": "^4.0.4" + "@thi.ng/binary": "^3.4.34", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/api": "^8.11.10", - "@thi.ng/dsp": "^4.7.48", - "@thi.ng/dsp-io-wav": "^2.1.135", - "@thi.ng/text-canvas": "^3.0.38", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2", + "@thi.ng/api": "^8.11.11", + "@thi.ng/dsp": "^4.7.49", + "@thi.ng/dsp-io-wav": "^2.1.136", + "@thi.ng/text-canvas": "^3.0.39", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index e18f77f321..6978e9501e 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/compare/package.json b/packages/compare/package.json index b0a2d77977..d938d9cab7 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.4.2", + "version": "2.4.3", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index f59f8822cb..90accf9989 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/complex/package.json b/packages/complex/package.json index 36175248e6..c34aff7390 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.76", + "version": "0.2.77", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index d30e477ab7..76b2dee8ab 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/compose/package.json b/packages/compose/package.json index e26e113078..132dc6b10b 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "3.0.13", + "version": "3.0.14", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 101e0aa823..048b03d5e0 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/csp/package.json b/packages/csp/package.json index f78a97de11..1224e693cd 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "3.2.11", + "version": "3.2.12", "description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/buffers": "^0.1.13", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/buffers": "^0.1.14", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 49da256a36..d17a996d35 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/csv/package.json b/packages/csv/package.json index 8e619036f1..2a9726814a 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.101", + "version": "2.3.102", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index f8d6938613..e004a1af9f 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/date/package.json b/packages/date/package.json index 9a74ebe7a1..e361961f13 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.28", + "version": "2.7.29", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 281f00f093..f90bbbeb84 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 8c40dc2255..29589ecb3f 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.128", + "version": "3.2.129", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 6981a8be7f..53990b447a 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 49fd5e7c1f..9e04379db2 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.48", + "version": "3.0.49", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 7bce2ee75c..64fec986c2 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index b4e5075671..b94c60e9d9 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.135", + "version": "2.1.136", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/dgraph": "^2.1.134", - "@thi.ng/dot": "^2.1.84" + "@thi.ng/api": "^8.11.11", + "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/dot": "^2.1.85" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 46f167dc22..046f13c779 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index e2e9b13788..e3f4d4b1ef 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.134", + "version": "2.1.135", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/diff/package.json b/packages/diff/package.json index 6ebef64a29..caedb155c9 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.77", + "version": "5.1.78", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/equiv": "^2.1.66" + "@thi.ng/api": "^8.11.11", + "@thi.ng/equiv": "^2.1.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/disjoint-set/CHANGELOG.md b/packages/disjoint-set/CHANGELOG.md index 540cc39ca5..aa164b8f2e 100644 --- a/packages/disjoint-set/CHANGELOG.md +++ b/packages/disjoint-set/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/disjoint-set/package.json b/packages/disjoint-set/package.json index 276bb0132f..1718d62ce4 100644 --- a/packages/disjoint-set/package.json +++ b/packages/disjoint-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/disjoint-set", - "version": "1.1.3", + "version": "1.1.4", "description": "TypedArray-based disjoint set implementation with quick union & path compression", "type": "module", "module": "./index.js", diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index b1d6b4858e..244f6ccfde 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/distance-transform/package.json b/packages/distance-transform/package.json index c9136f20f4..31c090b13d 100644 --- a/packages/distance-transform/package.json +++ b/packages/distance-transform/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance-transform", - "version": "0.1.76", + "version": "0.1.77", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/pixel": "^7.3.4", + "@thi.ng/pixel": "^7.3.5", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 170c332561..45b6ff75b9 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/distance/package.json b/packages/distance/package.json index 8f11ed5d8f..c2ba5213bd 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.88", + "version": "2.4.89", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/heaps": "^2.1.82", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/heaps": "^2.1.83", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 4cbe67a18b..ad6d22e204 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dl-asset/package.json b/packages/dl-asset/package.json index 985f205a19..92ac824701 100644 --- a/packages/dl-asset/package.json +++ b/packages/dl-asset/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dl-asset", - "version": "2.3.89", + "version": "2.3.90", "description": "Canvas, video recording & file asset download helpers for web apps", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/mime": "^2.6.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/mime": "^2.6.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index fb4e4c337a..8607e1b959 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index 9a6e6ed386..2898ce7c0d 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.77", + "version": "2.1.78", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 3d6f168481..4235a6046c 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dot/package.json b/packages/dot/package.json index a0dd84d839..91eefc533c 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.84", + "version": "2.1.85", "description": "Graphviz document abstraction & serialization to DOT format", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 1164dced7c..ba7a8e1793 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 64077f6ee8..0870a5d6cb 100644 --- a/packages/dsp-io-wav/package.json +++ b/packages/dsp-io-wav/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp-io-wav", - "version": "2.1.135", + "version": "2.1.136", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/transducers-binary": "^2.1.135" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers-binary": "^2.1.136" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 0e71e12a64..2d1dc512d9 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dsp/package.json b/packages/dsp/package.json index ebae433bea..1fd51a8200 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.48", + "version": "4.7.49", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 3048072711..0832a7f1e0 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dual-algebra/package.json b/packages/dual-algebra/package.json index 00426cc0b6..1dd8f95a96 100644 --- a/packages/dual-algebra/package.json +++ b/packages/dual-algebra/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dual-algebra", - "version": "0.4.79", + "version": "0.4.80", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index f196aef4ce..4e587d8ee1 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dynvar/package.json b/packages/dynvar/package.json index 37db2dc33a..2ce09a5f13 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.82", + "version": "0.3.83", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 2a811a2771..c852e7c240 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 256e3679fb..e06e37b111 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.136", + "version": "0.7.137", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -36,21 +36,21 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/dcons": "^3.2.128", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/idgen": "^2.2.50", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/malloc": "^6.1.91", - "@thi.ng/transducers": "^9.2.4", + "@thi.ng/api": "^8.11.11", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/dcons": "^3.2.129", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/idgen": "^2.2.51", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/malloc": "^6.1.92", + "@thi.ng/transducers": "^9.2.5", "tslib": "^2.7.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.66", + "@thi.ng/equiv": "^2.1.67", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 138eab12af..af5731679a 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/egf/package.json b/packages/egf/package.json index f22ce4c42d..06579df22b 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.142", + "version": "0.6.143", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -31,19 +31,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/dot": "^2.1.84", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/prefixes": "^2.3.27", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers-binary": "^2.1.135", - "@thi.ng/trie": "^1.1.3" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/dot": "^2.1.85", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/prefixes": "^2.3.28", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers-binary": "^2.1.136", + "@thi.ng/trie": "^1.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.66", + "@thi.ng/equiv": "^2.1.67", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index ceaa994e49..ceb1605bb1 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/emoji/package.json b/packages/emoji/package.json index fda9fdc894..527a9d9939 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.2.2", + "version": "0.2.3", "description": "Bi-directional lookup tables mapping emoji names & their characters", "type": "module", "module": "./index.js", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 4574fb4969..2730478066 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/equiv/package.json b/packages/equiv/package.json index ec97d4d471..15290ea2da 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.66", + "version": "2.1.67", "description": "Extensible deep value equivalence checking for any data types", "type": "module", "module": "./index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index dcfa9b6a22..4264965ef4 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/errors/package.json b/packages/errors/package.json index f572949596..fdc2291c33 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.5.16", + "version": "2.5.17", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index ceda2d24ab..70ae3a2733 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/expose/package.json b/packages/expose/package.json index cdc236622d..1c90ae31c8 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.2.37", + "version": "1.2.38", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index 3415cf9e9d..696feb1ab2 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 5160c27f4f..7182a8691b 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "1.0.16", + "version": "1.0.17", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/bench": "^3.6.3", - "@thi.ng/buffers": "^0.1.13", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/idgen": "^2.2.50", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/random": "^4.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/bench": "^3.6.4", + "@thi.ng/buffers": "^0.1.14", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/idgen": "^2.2.51", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 70dfd96786..df7e33ee99 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/file-io/package.json b/packages/file-io/package.json index 232d092471..afb918319c 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "2.1.12", + "version": "2.1.13", "description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/hex": "^2.3.54", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/random": "^4.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/hex": "^2.3.55", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 4929b2f8e4..3399be1c70 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index f20cd347f3..7f5c49afe2 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.162", + "version": "2.1.163", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/fuzzy": "^2.1.92", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/hiccup-svg": "^5.4.1", - "@thi.ng/math": "^5.11.10", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/text-canvas": "^3.0.38" + "@thi.ng/api": "^8.11.11", + "@thi.ng/fuzzy": "^2.1.93", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/hiccup-svg": "^5.4.2", + "@thi.ng/math": "^5.11.11", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/text-canvas": "^3.0.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index ba2ae31c8a..fef61ed817 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/fuzzy/package.json b/packages/fuzzy/package.json index 4f189de636..eef67214de 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.92", + "version": "2.1.93", "description": "Fuzzy logic operators & configurable rule inferencing engine", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/math": "^5.11.10" + "@thi.ng/api": "^8.11.11", + "@thi.ng/math": "^5.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 55c80c1b74..26b34867b4 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 1056295c12..d19c8537b4 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "4.1.7", + "version": "4.1.8", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -37,17 +37,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/distance": "^2.4.88", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/heaps": "^2.1.82", - "@thi.ng/math": "^5.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/distance": "^2.4.89", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/heaps": "^2.1.83", + "@thi.ng/math": "^5.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 9a8855415d..5717937db0 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 94c0892dbe..68e3f6026e 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-arc", - "version": "2.1.147", + "version": "2.1.148", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index d972684d6f..3fd03b3d6e 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index d90f9c872f..9e07bb16af 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.18", + "version": "0.6.19", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/axidraw": "^1.1.95", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/geom": "^8.1.9", - "@thi.ng/geom-accel": "^4.1.7", - "@thi.ng/geom-clip-line": "^2.3.104", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/axidraw": "^1.1.96", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/geom": "^8.1.10", + "@thi.ng/geom-accel": "^4.1.8", + "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 65d590b854..32b74d3aba 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index bd3c8a9a1c..5b324c91df 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-line", - "version": "2.3.104", + "version": "2.3.105", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 69914dc906..5c5b522bc4 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index af36d89fef..3cd066b32d 100644 --- a/packages/geom-clip-poly/package.json +++ b/packages/geom-clip-poly/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-poly", - "version": "2.1.146", + "version": "2.1.147", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/geom-poly-utils": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index ab2fe909cd..7adc670598 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 915f999e2c..a5a59659be 100644 --- a/packages/geom-closest-point/package.json +++ b/packages/geom-closest-point/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-closest-point", - "version": "2.1.142", + "version": "2.1.143", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index d1192c6883..a4bb7b2a9e 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index d4e87d86bb..9af2e54ec0 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.16", + "version": "3.0.17", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/color": "^5.7.5", - "@thi.ng/geom": "^8.1.9", - "@thi.ng/geom-clip-line": "^2.3.104", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/grid-iterators": "^4.0.89", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/color": "^5.7.6", + "@thi.ng/geom": "^8.1.10", + "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/grid-iterators": "^4.0.90", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 59f2a59f72..aebf6c1622 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index fe320ce641..180fcb3f17 100644 --- a/packages/geom-hull/package.json +++ b/packages/geom-hull/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-hull", - "version": "2.1.142", + "version": "2.1.143", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index 31ce0e740f..d58187ef54 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 2b0740c117..be95d2588f 100644 --- a/packages/geom-io-obj/package.json +++ b/packages/geom-io-obj/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-io-obj", - "version": "0.3.142", + "version": "0.3.143", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 0d3582b0db..5447106da6 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index b56e8712b6..d70991641c 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "4.0.14", + "version": "4.0.15", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/geom-closest-point": "^2.1.142", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/geom-closest-point": "^2.1.143", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 5051626f9f..bc7f55bcc0 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 94f2cbd407..c80ddaf756 100644 --- a/packages/geom-isoline/package.json +++ b/packages/geom-isoline/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isoline", - "version": "2.1.142", + "version": "2.1.143", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 9401350763..caef2e626f 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index f98fbbf9f6..00a3b6e863 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "3.0.14", + "version": "3.0.15", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 218d442b3c..705e4c6289 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 38a8f288d5..e34e02176d 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "3.0.14", + "version": "3.0.15", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-closest-point": "^2.1.142", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-closest-point": "^2.1.143", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index b6ce9acded..43bd28daa8 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 31153d71d6..4749278302 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.18", + "version": "0.4.19", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/geom": "^8.1.9", - "@thi.ng/geom-isoline": "^2.1.142", - "@thi.ng/geom-poly-utils": "^3.0.14", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/geom": "^8.1.10", + "@thi.ng/geom-isoline": "^2.1.143", + "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index c57f292ece..949a9e3e95 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index b09333eac1..56b350948d 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.3.14", + "version": "2.3.15", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-arc": "^2.1.147", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-arc": "^2.1.148", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index d0ddf16357..c49b99c375 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 0b5bcc14ee..92f2aff564 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "3.0.14", + "version": "3.0.15", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "tool:viz": "bun tools/visualize.ts" }, "dependencies": { - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 07db817167..8b391cb0cc 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 783e96c9d7..7c4224a707 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "3.0.14", + "version": "3.0.15", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ "tool:viz": "bun tools/visualize.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-accel": "^4.1.7", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/geom-poly-utils": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/morton": "^3.1.97", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-accel": "^4.1.8", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/morton": "^3.1.98", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index 0f52bcbfb5..7854fecd92 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index b75551a56e..504654de0d 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.100", + "version": "0.3.101", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/grid-iterators": "^4.0.89", - "@thi.ng/matrices": "^2.4.14", - "@thi.ng/pixel": "^7.3.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/grid-iterators": "^4.0.90", + "@thi.ng/matrices": "^2.4.15", + "@thi.ng/pixel": "^7.3.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 279f6b0b65..ee047e2239 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 706769dabc..60d72f3718 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.3.89", + "version": "2.3.90", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/bitfield": "^2.3.51", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-clip-line": "^2.3.104", - "@thi.ng/geom-clip-poly": "^2.1.146", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/geom-poly-utils": "^3.0.14", - "@thi.ng/math": "^5.11.10", - "@thi.ng/quad-edge": "^3.1.74", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/bitfield": "^2.3.52", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/geom-clip-poly": "^2.1.147", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/math": "^5.11.11", + "@thi.ng/quad-edge": "^3.1.75", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-webgl/CHANGELOG.md b/packages/geom-webgl/CHANGELOG.md index 340c221cec..da374c7584 100644 --- a/packages/geom-webgl/CHANGELOG.md +++ b/packages/geom-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index 7fb2932576..963348e8cc 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.19", + "version": "0.1.20", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/geom": "^8.1.9", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vector-pools": "^3.2.14", - "@thi.ng/vectors": "^7.12.2", - "@thi.ng/webgl": "^6.9.17" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/geom": "^8.1.10", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vector-pools": "^3.2.15", + "@thi.ng/vectors": "^7.12.3", + "@thi.ng/webgl": "^6.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index c9a01ea39e..49fcbd22d7 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom/package.json b/packages/geom/package.json index 23cb73d9df..9f31812241 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.9", + "version": "8.1.10", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,33 +37,33 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/adjacency": "^3.0.9", - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/geom-arc": "^2.1.147", - "@thi.ng/geom-clip-line": "^2.3.104", - "@thi.ng/geom-clip-poly": "^2.1.146", - "@thi.ng/geom-closest-point": "^2.1.142", - "@thi.ng/geom-hull": "^2.1.142", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/geom-poly-utils": "^3.0.14", - "@thi.ng/geom-resample": "^3.0.14", - "@thi.ng/geom-splines": "^2.3.14", - "@thi.ng/geom-subdiv-curve": "^3.0.14", - "@thi.ng/geom-tessellate": "^3.0.14", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/hiccup-svg": "^5.4.1", - "@thi.ng/math": "^5.11.10", - "@thi.ng/matrices": "^2.4.14", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/adjacency": "^3.0.10", + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/geom-arc": "^2.1.148", + "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/geom-clip-poly": "^2.1.147", + "@thi.ng/geom-closest-point": "^2.1.143", + "@thi.ng/geom-hull": "^2.1.143", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/geom-splines": "^2.3.15", + "@thi.ng/geom-subdiv-curve": "^3.0.15", + "@thi.ng/geom-tessellate": "^3.0.15", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/hiccup-svg": "^5.4.2", + "@thi.ng/math": "^5.11.11", + "@thi.ng/matrices": "^2.4.15", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index 7fccc49db3..588dcc1a53 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/gp/package.json b/packages/gp/package.json index efb1c35b79..b278ade308 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.133", + "version": "0.4.134", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/zipper": "^2.1.111" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/zipper": "^2.1.112" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 52a3887206..5db26ff7f7 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 21f9c43942..8692af74fb 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "4.0.89", + "version": "4.0.90", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/bitfield": "^2.3.51", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/morton": "^3.1.97", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/bitfield": "^2.3.52", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/morton": "^3.1.98", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index d4238ee27c..a7859b6e0d 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index fb53b0dbd0..6f630d81c9 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.144", + "version": "0.3.145", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/diff": "^5.1.77", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/hiccup-css": "^2.7.24", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/diff": "^5.1.78", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/hiccup-css": "^2.7.25", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 1f0a7ee087..624312a840 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index c5bc6201df..8ff9e26d85 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.161", + "version": "4.1.162", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/diff": "^5.1.77", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hdom": "^9.4.46", - "@thi.ng/hiccup-canvas": "^3.1.18" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/diff": "^5.1.78", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hdom": "^9.4.47", + "@thi.ng/hiccup-canvas": "^3.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index b994f5c387..a8d00f3526 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 858e31303c..b9dd91accb 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "5.1.136", + "version": "5.1.137", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/transducers-stats": "^2.1.133" + "@thi.ng/api": "^8.11.11", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers-stats": "^2.1.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 30cb7712ab..9ef9e2562f 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 5b5a0ce8b0..4da7ae6311 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "2.1.113", + "version": "2.1.114", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/hdom": "^9.4.46" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/hdom": "^9.4.47" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index d0322b541c..82f5c417ee 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdom/package.json b/packages/hdom/package.json index b1abfea700..de75f015ca 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.46", + "version": "9.4.47", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -39,18 +39,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/diff": "^5.1.77", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/prefixes": "^2.3.27" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/diff": "^5.1.78", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/prefixes": "^2.3.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/atom": "^5.3.10", + "@thi.ng/atom": "^5.3.11", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index c739550f70..e630f731c3 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/heaps/package.json b/packages/heaps/package.json index dac9f6654e..ed475e7b8b 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.82", + "version": "2.1.83", "description": "Various heap implementations for arbitrary values and with customizable ordering", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/equiv": "^2.1.66" + "@thi.ng/api": "^8.11.11", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/equiv": "^2.1.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index d2d837a25c..7162e0885d 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hex/package.json b/packages/hex/package.json index cf391baafc..fdfcdf9cff 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.54", + "version": "2.3.55", "description": "Hex string formatters for 4/8/16/24/32/48/64bit words, hexdump formatting of binary data", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index 988e7e3f6a..dbec2b299c 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 24fb0274b6..3fe345d07a 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.18", + "version": "3.1.19", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/color": "^5.7.5", - "@thi.ng/geom-arc": "^2.1.147", - "@thi.ng/math": "^5.11.10", - "@thi.ng/pixel": "^7.3.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/color": "^5.7.6", + "@thi.ng/geom-arc": "^2.1.148", + "@thi.ng/math": "^5.11.11", + "@thi.ng/pixel": "^7.3.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index d872e1bf36..09f4bbc896 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index 8f878b8ce0..e67b9a7729 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-carbon-icons", - "version": "3.1.68", + "version": "3.1.69", "description": "Full set of IBM's Carbon icons in hiccup format", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/hiccup": "^5.2.13", + "@thi.ng/hiccup": "^5.2.14", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 23614e3b8c..54e8f5a91e 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index c9cde1d49f..e6365a76db 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.7.24", + "version": "2.7.25", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index 29a5dfb123..1eebab049d 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index ecfba48ab9..4a70d5e7e0 100644 --- a/packages/hiccup-html-parse/package.json +++ b/packages/hiccup-html-parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html-parse", - "version": "0.3.54", + "version": "0.3.55", "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/parse": "^2.4.54", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/parse": "^2.4.55", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 20a0b7b9e5..aea95d55f6 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index dbe671195e..15a5c7a5dd 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.7.7", + "version": "2.7.8", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 58ee2ee15d..b253b8a043 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 1dd3a3f6f6..7001d323b2 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "3.2.104", + "version": "3.2.105", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/emoji": "^0.2.2", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/parse": "^2.4.54", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/text-canvas": "^3.0.38" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/emoji": "^0.2.3", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/parse": "^2.4.55", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/text-canvas": "^3.0.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index d29ef666fd..8a90fd219a 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 32aafe9484..757d230201 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.4.1", + "version": "5.4.2", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/color": "^5.7.5", - "@thi.ng/prefixes": "^2.3.27" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/color": "^5.7.6", + "@thi.ng/prefixes": "^2.3.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 9d6b17dbb6..e8726096a9 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index 3229a88aa9..746de4248d 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.2.13", + "version": "5.2.14", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/atom": "^5.3.10", + "@thi.ng/atom": "^5.3.11", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index ed96e2e755..6cf5bc1fb0 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/idgen/package.json b/packages/idgen/package.json index 1ffd3080bb..47433addf9 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.50", + "version": "2.2.51", "description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index d2268f5351..9d72207ec4 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/iges/package.json b/packages/iges/package.json index 91a64e55b0..759517cfb3 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.144", + "version": "2.1.145", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index cfcd63d737..7152778baa 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/imago/package.json b/packages/imago/package.json index fe97b2b8f4..5150720b07 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.12", + "version": "0.8.13", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -36,23 +36,23 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/blurhash": "^0.2.6", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/date": "^2.7.28", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/pixel": "^7.3.4", - "@thi.ng/pixel-dither": "^1.1.144", - "@thi.ng/prefixes": "^2.3.27", + "@thi.ng/api": "^8.11.11", + "@thi.ng/blurhash": "^0.2.7", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/date": "^2.7.29", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/pixel": "^7.3.5", + "@thi.ng/pixel-dither": "^1.1.145", + "@thi.ng/prefixes": "^2.3.28", "sharp": "^0.33.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.2", + "@thi.ng/vectors": "^7.12.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 58bc1956cd..db7f69229c 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-03T15:37:53Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 57280464a3..96854718c0 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.0.0", + "version": "3.0.1", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom": "^8.1.9", - "@thi.ng/geom-isec": "^4.0.14", - "@thi.ng/layout": "^3.1.2", - "@thi.ng/math": "^5.11.10", - "@thi.ng/ramp": "^3.3.2", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom": "^8.1.10", + "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/layout": "^3.1.3", + "@thi.ng/math": "^5.11.11", + "@thi.ng/ramp": "^3.3.3", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index cbc12c60b5..7489b28226 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index a27d12de86..6f080f0776 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.68", + "version": "3.2.69", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/atom": "^5.3.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/paths": "^5.1.90" + "@thi.ng/api": "^8.11.11", + "@thi.ng/atom": "^5.3.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/paths": "^5.1.91" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 043cba13c8..10a60186a1 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/intervals/package.json b/packages/intervals/package.json index 8b61aa001f..a7f8e8c7f2 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.84", + "version": "4.2.85", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/dlogic": "^2.1.77", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/dlogic": "^2.1.78", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index e08188323f..6f6a0343fa 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 83d4235de1..47d5f5a9ec 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.7.8", + "version": "0.7.9", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/distance": "^2.4.88", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/random": "^4.0.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/distance": "^2.4.89", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/random": "^4.1.0", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index f8930dfc86..4e4b4b7c87 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 245dbc4290..f93a2ef281 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.63", + "version": "3.2.64", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/base-n": "^2.7.22", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/base-n": "^2.7.23", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 1b75ba04ad..037944e516 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/layout/package.json b/packages/layout/package.json index 5262e905c6..8a6018ce0a 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.1.2", + "version": "3.1.3", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index 955b10a1f7..55617d9955 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/leb128/package.json b/packages/leb128/package.json index b261e812fb..cdf404097f 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.18", + "version": "3.1.19", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers-binary": "^2.1.135" + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers-binary": "^2.1.136" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 121645bf74..ceae2525b0 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/logger/package.json b/packages/logger/package.json index 51ea5b283d..2206856466 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.20", + "version": "3.0.21", "description": "Basis types for arbitrary & hierarchical logging", "type": "module", "module": "./index.js", diff --git a/packages/lowdisc/CHANGELOG.md b/packages/lowdisc/CHANGELOG.md index 15b969e056..f5e8826e9b 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/lowdisc/package.json b/packages/lowdisc/package.json index 56f5775b88..e47ca69261 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.75", + "version": "0.3.76", "description": "n-dimensional low-discrepancy sequence generators/iterators", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.5.16" + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 111255cd53..277751de44 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 6623b191f0..03dae7797e 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.142", + "version": "2.1.143", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 1edc705870..d19d818ed3 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/malloc/package.json b/packages/malloc/package.json index fb87ae5dc8..44e798e22d 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.91", + "version": "6.1.92", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 6e70ee5351..72b2fba195 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 11ea6e251f..8d62389e60 100644 --- a/packages/markdown-table/package.json +++ b/packages/markdown-table/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/markdown-table", - "version": "0.3.137", + "version": "0.3.138", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 6bffe623d4..48d6a1dff1 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/math/package.json b/packages/math/package.json index f112c29ba3..664e38a3c6 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.11.10", + "version": "5.11.11", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index f22cd75322..958142a839 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/matrices/package.json b/packages/matrices/package.json index e670ab1534..df5e280608 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.14", + "version": "2.4.15", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 1e534a5927..e137caf446 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/memoize/package.json b/packages/memoize/package.json index c55ea24c88..2e36882417 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.3.12", + "version": "3.3.13", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 84c7810a7d..5e3875ca92 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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 de83769ff5..aa4e12a44b 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.15.3", + "version": "0.15.4", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -41,20 +41,20 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/args": "^2.3.43", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/hiccup-css": "^2.7.24", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/memoize": "^3.3.12", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/text-format": "^2.2.13", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/args": "^2.3.44", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/hiccup-css": "^2.7.25", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/memoize": "^3.3.13", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/text-format": "^2.2.14", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 988e820195..4a58a660ad 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/mime/package.json b/packages/mime/package.json index 930b1682e5..a9bd303dd0 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.6.16", + "version": "2.6.17", "description": "650+ file extension to MIME type mappings, based on mime-db", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/api": "^8.11.10", + "@thi.ng/api": "^8.11.11", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 543c335863..bd975e1c52 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/morton/package.json b/packages/morton/package.json index 647d0642cf..a0273fb186 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.97", + "version": "3.1.98", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/msgpack/CHANGELOG.md b/packages/msgpack/CHANGELOG.md index 82e6b6eb91..2b553104f6 100644 --- a/packages/msgpack/CHANGELOG.md +++ b/packages/msgpack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index ad93c00e85..e467a9bb3e 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.45", + "version": "0.1.46", "description": "Small & fast msgpack serialization & deserialization", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/object-utils/CHANGELOG.md b/packages/object-utils/CHANGELOG.md index 42c4ebf44e..471ed254d9 100644 --- a/packages/object-utils/CHANGELOG.md +++ b/packages/object-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/object-utils/package.json b/packages/object-utils/package.json index f3748f034e..cc7dae80df 100644 --- a/packages/object-utils/package.json +++ b/packages/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/object-utils", - "version": "1.1.3", + "version": "1.1.4", "description": "Utilities for manipulating plain JS objects & maps", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 59ae965bdc..bc0b55e528 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/oquery/package.json b/packages/oquery/package.json index 80da0af13f..8e88a4be65 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.3.2", + "version": "2.3.3", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/equiv": "^2.1.66" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/equiv": "^2.1.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 12cdb0eb3b..b60d5fcc77 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/parse/package.json b/packages/parse/package.json index 40084dc8ad..13a6de0b21 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.54", + "version": "2.4.55", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 0dfa7270d7..e1d8aa3db9 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/paths/package.json b/packages/paths/package.json index 87164692f3..f1b5c0aada 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.90", + "version": "5.1.91", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-convolve/CHANGELOG.md b/packages/pixel-convolve/CHANGELOG.md index 51ed5f20ac..4a6268609c 100644 --- a/packages/pixel-convolve/CHANGELOG.md +++ b/packages/pixel-convolve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-convolve/package.json b/packages/pixel-convolve/package.json index 08ec3d35c3..ebb0735862 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.9", + "version": "1.0.10", "description": "Extensible bitmap image convolution, kernel presets, normal map & image pyramid generation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/pixel": "^7.3.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/pixel": "^7.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index caadd328e2..f7562e8150 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 54a9ae34b1..86f2c0fb73 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.144", + "version": "1.1.145", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/pixel": "^7.3.4" + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/pixel": "^7.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dominant-colors/CHANGELOG.md b/packages/pixel-dominant-colors/CHANGELOG.md index fb1337bca0..e34e2baa7a 100644 --- a/packages/pixel-dominant-colors/CHANGELOG.md +++ b/packages/pixel-dominant-colors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index 40834849c5..5b0c10ac1b 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.12", + "version": "1.1.13", "description": "k-means based dominant color extraction from images/pixel buffers", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/k-means": "^0.7.8", - "@thi.ng/pixel": "^7.3.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/k-means": "^0.7.9", + "@thi.ng/pixel": "^7.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index 9e9bd04dcd..0f6cd21ea6 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 13a10ae393..e1cff95c86 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.105", + "version": "0.1.106", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/pixel": "^7.3.4", + "@thi.ng/api": "^8.11.11", + "@thi.ng/pixel": "^7.3.5", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index b6db0aebb3..258f9feb96 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 43bca0d8e7..97a770374a 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.144", + "version": "2.1.145", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/pixel": "^7.3.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/pixel": "^7.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index 4a14f8d2ec..819275ac1e 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 65c85a3af6..289c0ce91d 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.85", + "version": "0.1.86", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.5.16", - "@thi.ng/pixel": "^7.3.4" + "@thi.ng/errors": "^2.5.17", + "@thi.ng/pixel": "^7.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 1a30246861..9ddf0ac6b6 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 9600df9970..ca805a9e9c 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "7.3.4", + "version": "7.3.5", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/porter-duff": "^2.1.88" + "@thi.ng/api": "^8.11.11", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/porter-duff": "^2.1.89" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index ac5ade7229..067a165215 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 2d2d1add9c..2e9a3be89e 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.2.49", + "version": "2.2.50", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/args": "^2.3.43", - "@thi.ng/bench": "^3.6.3", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/pointfree": "^3.1.91" + "@thi.ng/api": "^8.11.11", + "@thi.ng/args": "^2.3.44", + "@thi.ng/bench": "^3.6.4", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/pointfree": "^3.1.92" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 5a50987812..b28fcd4935 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index b959e3d30f..0fef5722ed 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.91", + "version": "3.1.92", "description": "Pointfree functional composition / Forth style stack execution engine", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index c2e41e07b1..c1b9965369 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 52f9696485..83c10251ea 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.7", + "version": "3.2.8", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/geom-accel": "^4.1.7", - "@thi.ng/random": "^4.0.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/geom-accel": "^4.1.8", + "@thi.ng/random": "^4.1.0", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index fe6d0ac639..a0ebd9d7e8 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index f124e3d26e..0f57fe627c 100644 --- a/packages/porter-duff/package.json +++ b/packages/porter-duff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/porter-duff", - "version": "2.1.88", + "version": "2.1.89", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 98ffa7c678..b2a683c441 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/prefixes/package.json b/packages/prefixes/package.json index 620b285381..a64203fa6b 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.3.27", + "version": "2.3.28", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", diff --git a/packages/proctext/CHANGELOG.md b/packages/proctext/CHANGELOG.md index 866a7d1ed9..f6d831aaa6 100644 --- a/packages/proctext/CHANGELOG.md +++ b/packages/proctext/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/proctext/package.json b/packages/proctext/package.json index f0595c4c6c..c781559765 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.2.5", + "version": "0.2.6", "description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/parse": "^2.4.54", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/parse": "^2.4.55", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index f3d1a9aaac..48e604fee4 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/quad-edge/package.json b/packages/quad-edge/package.json index 2ac78d54e1..40536e86e8 100644 --- a/packages/quad-edge/package.json +++ b/packages/quad-edge/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/quad-edge", - "version": "3.1.74", + "version": "3.1.75", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.5.16" + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index d15392f0e4..6c02e260fa 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ramp/package.json b/packages/ramp/package.json index ce93539280..8094338e9b 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.2", + "version": "3.3.3", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 531da14406..0c212c1dc8 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index 8aa2954cce..ebf3ff707d 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random-fxhash", - "version": "0.3.63", + "version": "0.3.64", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/base-n": "^2.7.22", - "@thi.ng/random": "^4.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/base-n": "^2.7.23", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 57c9d5b5e9..2d54994b98 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -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. +## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.0) (2024-10-05) + +#### 🚀 Features + +- add WrappedRandom, refactor SYSTEM ([73c863f](https://github.com/thi-ng/umbrella/commit/73c863f)) + - replace `SystemRandom` with `WrappedRandom` class + - refactor `SYSTEM` + # [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.0.0) (2024-07-22) #### 🛑 Breaking changes diff --git a/packages/random/package.json b/packages/random/package.json index a1e226a591..a710a6802d 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "4.0.4", + "version": "4.1.0", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 560449a47d..835bb86a38 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 2e41939ef7..258d4e6853 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/range-coder", - "version": "2.1.80", + "version": "2.1.81", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/bitstream": "^2.4.2" + "@thi.ng/bitstream": "^2.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/transducers": "^9.2.4", + "@thi.ng/transducers": "^9.2.5", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index f2ba6b6418..f31d58427e 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 7b7152e452..22a12c82ea 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.117", + "version": "1.0.118", "description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/grid-iterators": "^4.0.89", - "@thi.ng/porter-duff": "^2.1.88", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/grid-iterators": "^4.0.90", + "@thi.ng/porter-duff": "^2.1.89", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 7e44db5098..7ee98d7920 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index ff4fae6c11..53f6abbf09 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.113", + "version": "0.5.114", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/hiccup-canvas": "^3.1.18", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/rdom": "^1.7.5", - "@thi.ng/rstream": "^9.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/hiccup-canvas": "^3.1.19", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/rdom": "^1.7.6", + "@thi.ng/rstream": "^9.0.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 4e66481fb0..64e1887887 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index aa3d346864..98b4c5e9af 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.18", + "version": "0.7.19", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/hiccup-html": "^2.7.7", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/rdom": "^1.7.5", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/hiccup-html": "^2.7.8", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/rdom": "^1.7.6", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-forms/CHANGELOG.md b/packages/rdom-forms/CHANGELOG.md index dd2df7d51b..0a5a157974 100644 --- a/packages/rdom-forms/CHANGELOG.md +++ b/packages/rdom-forms/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.4.0) (2024-10-05) + +#### 🚀 Features + +- update attrib & value config handling ([7495584](https://github.com/thi-ng/umbrella/commit/7495584)) + - allow reactive attributes in more places + - don't generate event handlers if widget spec has no `value` option + - always apply user provided attribs (incl. event handlers) last + ### [0.3.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-forms@0.3.1) (2024-03-28) #### 🩹 Bug fixes diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 2500d74b78..5245097187 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.33", + "version": "0.4.0", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/hiccup-html": "^2.7.7", - "@thi.ng/rdom": "^1.7.5", - "@thi.ng/rstream": "^9.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/hiccup-html": "^2.7.8", + "@thi.ng/rdom": "^1.7.6", + "@thi.ng/rstream": "^9.0.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 0b3f131194..8c31ff7030 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-03T15:37:53Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 77d67528e7..70484dfa4e 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.5", + "version": "1.7.6", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/paths": "^5.1.90", - "@thi.ng/prefixes": "^2.3.27", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/strings": "^3.8.5" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/paths": "^5.1.91", + "@thi.ng/prefixes": "^2.3.28", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/strings": "^3.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 86d763f250..78c62a381e 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index 1172f90b8d..330dc07280 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "7.1.83", + "version": "7.1.84", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/paths": "^5.1.90" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/paths": "^5.1.91" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 6381385530..666b8e064e 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index abc2f8c769..f0ff81eb96 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rle-pack", - "version": "3.1.80", + "version": "3.1.81", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/bitstream": "^2.4.2", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/bitstream": "^2.4.3", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index bd99c8a567..9cf7ba5677 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/router/package.json b/packages/router/package.json index fd9d3f66ae..aff7f870ba 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "4.1.7", + "version": "4.1.8", "description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 89aaf233d0..9a0577d28f 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 2ca6192c84..e3475cf6ee 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.143", + "version": "3.1.144", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/csp": "^3.2.11", - "@thi.ng/rstream": "^9.0.4" + "@thi.ng/csp": "^3.2.12", + "@thi.ng/rstream": "^9.0.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 00a889e85c..b391ecc0e6 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index e8b79bf22a..15947c8d6b 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.94", + "version": "3.0.95", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index e7619ae576..a7259b1f02 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 279f31d069..f0d2ce0aae 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.92", + "version": "5.0.93", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 80277bde6d..0f24bb8763 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 5501d1274c..d2d3dceac6 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.146", + "version": "4.1.147", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/atom": "^5.3.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/paths": "^5.1.90", - "@thi.ng/resolve-map": "^7.1.83", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/atom": "^5.3.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/paths": "^5.1.91", + "@thi.ng/resolve-map": "^7.1.84", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index f026085eee..1bb078db6d 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 0278660507..7364aa60b8 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.141", + "version": "2.1.142", "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": "^9.0.4" + "@thi.ng/rstream": "^9.0.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 92f6937ceb..ba68c89283 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 86f8fd1dc5..9f6fa01a7c 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.36", + "version": "5.1.37", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 0ff46938f3..b8a5f5f76c 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index d8ff72dc7e..cd8b7e0944 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.144", + "version": "2.1.145", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/math": "^5.11.10", - "@thi.ng/rstream": "^9.0.4", - "@thi.ng/rstream-dot": "^3.0.94", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/math": "^5.11.11", + "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rstream-dot": "^3.0.95", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 8c7fa75afd..d50d26719e 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream/package.json b/packages/rstream/package.json index c50aeb1ed0..81ae2ddeec 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "9.0.4", + "version": "9.0.5", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/atom": "^5.3.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/atom": "^5.3.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 7af4cbc855..32a197569e 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/sax/package.json b/packages/sax/package.json index 5271202a67..4908e9f799 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.12", + "version": "2.2.13", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/transducers-fsm": "^2.2.102" + "@thi.ng/api": "^8.11.11", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers-fsm": "^2.2.103" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 46f0bd8b21..f6d0f6ef0d 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 6f513f0345..96a3f86eef 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.59", + "version": "1.0.60", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/matrices": "^2.4.14", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/matrices": "^2.4.15", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index cab32ccb56..2d244dd0be 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/seq/package.json b/packages/seq/package.json index eb0668a483..f8329d5d87 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.82", + "version": "0.4.83", "description": "Various implementations of the @thi.ng/api `ISeq` interface / sequence abstraction", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index 7474206154..c5e521a390 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/sexpr/package.json b/packages/sexpr/package.json index 23d41fe797..e7a71e6642 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.49", + "version": "0.5.50", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index f13c2e24d5..92585a00c6 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index fc3254c187..ae46a992b2 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.139", + "version": "0.4.140", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/shader-ast": "^0.15.31" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/shader-ast": "^0.15.32" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 9bf73031ae..2c054e061b 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 7d627e65e3..12eaedd71e 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.53", + "version": "1.1.54", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/matrices": "^2.4.14", - "@thi.ng/pixel": "^7.3.4", - "@thi.ng/shader-ast": "^0.15.31", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/matrices": "^2.4.15", + "@thi.ng/pixel": "^7.3.5", + "@thi.ng/shader-ast": "^0.15.32", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 99a362335b..96f515bff4 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index c4520420a2..468ed58ed0 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.31", + "version": "0.4.32", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/math": "^5.11.10", - "@thi.ng/shader-ast": "^0.15.31" + "@thi.ng/api": "^8.11.11", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/math": "^5.11.11", + "@thi.ng/shader-ast": "^0.15.32" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 41774d6c6c..c0db241e05 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index 69c54b7e2c..a8138b3244 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.31", + "version": "0.18.32", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/shader-ast": "^0.15.31" + "@thi.ng/api": "^8.11.11", + "@thi.ng/shader-ast": "^0.15.32" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 3c884cbaf4..490564b57c 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 2943a8d9e2..76997db2fc 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.31", + "version": "0.15.32", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/dgraph": "^2.1.134", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 97babbaf8d..fbc213da64 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/simd/package.json b/packages/simd/package.json index 5a53f3e458..0a32deb3bf 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.135", + "version": "0.6.136", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/transducers-binary": "^2.1.135" + "@thi.ng/api": "^8.11.11", + "@thi.ng/transducers-binary": "^2.1.136" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index c8ada67f37..8b08e5a123 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/soa/package.json b/packages/soa/package.json index ef6a731259..7b0ee18fd9 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.142", + "version": "0.4.143", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers-binary": "^2.1.135", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers-binary": "^2.1.136", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.66", + "@thi.ng/equiv": "^2.1.67", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/sorted-map/CHANGELOG.md b/packages/sorted-map/CHANGELOG.md index a990feab5b..d8edd96a0e 100644 --- a/packages/sorted-map/CHANGELOG.md +++ b/packages/sorted-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/sorted-map/package.json b/packages/sorted-map/package.json index a29cb9dd5d..1fea9a043d 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.10", + "version": "1.1.11", "description": "Skiplist-based sorted map & set implementation", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/random": "^4.0.4", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/random": "^4.1.0", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sparse-set/CHANGELOG.md b/packages/sparse-set/CHANGELOG.md index c9f175c2c4..8c368231f6 100644 --- a/packages/sparse-set/CHANGELOG.md +++ b/packages/sparse-set/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/sparse-set/package.json b/packages/sparse-set/package.json index 90393ad20d..09c73858ff 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.10", + "version": "1.1.11", "description": "TypedArray-based sparse set implementations with extended ES Set API", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/associative": "^7.0.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/associative": "^7.0.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 4671160186..9272dbe21f 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 5e60e7cc1d..929e6fe4d3 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.133", + "version": "0.3.134", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 4e13b3357f..63fc0e7766 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/strings/package.json b/packages/strings/package.json index 98d1b5a0d9..47743da294 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.8.5", + "version": "3.8.6", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hex": "^2.3.54", - "@thi.ng/memoize": "^3.3.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hex": "^2.3.55", + "@thi.ng/memoize": "^3.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 936b3b69d3..3e0a7a49df 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/system/package.json b/packages/system/package.json index cbdc938490..b0fb6a6b4a 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.30", + "version": "3.1.31", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/dgraph": "^2.1.134", - "@thi.ng/logger": "^3.0.20" + "@thi.ng/api": "^8.11.11", + "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/logger": "^3.0.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 4ba4754cda..fd7a7c3013 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 8deb2f408d..2e81764a14 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.31", + "version": "0.2.32", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/args": "^2.3.43", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/date": "^2.7.28", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/args": "^2.3.44", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/date": "^2.7.29", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 8f030588ab..ded643d3fd 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 2739f50872..0bb884d406 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "3.0.38", + "version": "3.0.39", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/geom-clip-line": "^2.3.104", - "@thi.ng/math": "^5.11.10", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/text-format": "^2.2.13", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/math": "^5.11.11", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/text-format": "^2.2.14", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 67b93d2044..09caa904a0 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/text-format/package.json b/packages/text-format/package.json index e241160581..4e59e6de60 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "2.2.13", + "version": "2.2.14", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/hex": "^2.3.54", - "@thi.ng/memoize": "^3.3.12" + "@thi.ng/api": "^8.11.11", + "@thi.ng/hex": "^2.3.55", + "@thi.ng/memoize": "^3.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index 5bdbcda488..3a34478b7f 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 7e652fd293..ca92d7d4be 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.64", + "version": "0.5.65", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/math": "^5.11.10", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/math": "^5.11.11", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index 6d2ceccf1a..ec37d56c54 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 410088274f..fad21e8847 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.105", + "version": "0.1.106", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-async/CHANGELOG.md b/packages/transducers-async/CHANGELOG.md index 48ac92a341..f0eefd2abb 100644 --- a/packages/transducers-async/CHANGELOG.md +++ b/packages/transducers-async/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index d43d48d8b9..6ecf0f9880 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.2.20", + "version": "0.2.21", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/buffers": "^0.1.13", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/buffers": "^0.1.14", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 265554f8dc..70ccfcd14f 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 96dc405b00..de5d30987a 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-binary", - "version": "2.1.135", + "version": "2.1.136", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.33", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hex": "^2.3.54", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/binary": "^3.4.34", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hex": "^2.3.55", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 33be2d5a57..86c1272ccc 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index b183253cec..2ed91b805b 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "2.2.102", + "version": "2.2.103", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index cc695c924a..a5a4b9fe50 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index aa3b3c1916..2ce99a7fca 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-hdom", - "version": "3.1.144", + "version": "3.1.145", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/hdom": "^9.4.46", - "@thi.ng/hiccup": "^5.2.13", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/hdom": "^9.4.47", + "@thi.ng/hiccup": "^5.2.14", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index f7f4ee1ec2..cbe39e2b49 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 0da4a0ee0d..cd3e87abc3 100644 --- a/packages/transducers-patch/package.json +++ b/packages/transducers-patch/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-patch", - "version": "0.4.133", + "version": "0.4.134", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/paths": "^5.1.90", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/paths": "^5.1.91", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index e10fd4fd83..424489fec7 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 39ca307ac8..76facde00a 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.1.133", + "version": "2.1.134", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.12", - "@thi.ng/dcons": "^3.2.128", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/checks": "^3.6.13", + "@thi.ng/dcons": "^3.2.129", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 406561991a..7c84f8a325 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 86b094e835..0f9a863c56 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "9.2.4", + "version": "9.2.5", "description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/compose": "^3.0.13", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/random": "^4.0.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/compose": "^3.0.14", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/trie/CHANGELOG.md b/packages/trie/CHANGELOG.md index 04068423ce..97913c4fc9 100644 --- a/packages/trie/CHANGELOG.md +++ b/packages/trie/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/trie/package.json b/packages/trie/package.json index a2bb1074c7..eb3c131365 100644 --- a/packages/trie/package.json +++ b/packages/trie/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/trie", - "version": "1.1.3", + "version": "1.1.4", "description": "Trie-based map data structure with prefix search/query support", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 2c0d05866e..4840bb97c1 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index d84029e291..a103000caa 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.67", + "version": "2.1.68", "description": "C-style struct, union and bitfield read/write views of ArrayBuffers", "type": "module", "module": "./index.js", diff --git a/packages/units/CHANGELOG.md b/packages/units/CHANGELOG.md index c9bbba765b..a7932c6a81 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/units/package.json b/packages/units/package.json index 92e770c7d9..e16364a781 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.5.8", + "version": "0.5.9", "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/uuid/CHANGELOG.md b/packages/uuid/CHANGELOG.md index 4f79612082..c42804769a 100644 --- a/packages/uuid/CHANGELOG.md +++ b/packages/uuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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 550dbaf54a..ff4078abec 100644 --- a/packages/uuid/package.json +++ b/packages/uuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/uuid", - "version": "1.1.5", + "version": "1.1.6", "description": "Fast binary & string-based UUID v4 generation", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/hex": "^2.3.54", - "@thi.ng/random": "^4.0.4" + "@thi.ng/hex": "^2.3.55", + "@thi.ng/random": "^4.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 1efd67bab3..786af7b754 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/vclock/package.json b/packages/vclock/package.json index dd8063aec0..16116f8d9c 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.77", + "version": "0.3.78", "description": "Vector clock functions for synchronizing distributed states & processes", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10" + "@thi.ng/api": "^8.11.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index ba32c8a696..9b7e46ef05 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 8865a32f81..ab518f740b 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.2.14", + "version": "3.2.15", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/malloc": "^6.1.91", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/malloc": "^6.1.92", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index aca8a96aa9..da39dece63 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/vectors/package.json b/packages/vectors/package.json index d1dbae11ad..969b0839ea 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.2", + "version": "7.12.3", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/math": "^5.11.10", - "@thi.ng/memoize": "^3.3.12", - "@thi.ng/random": "^4.0.4", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/math": "^5.11.11", + "@thi.ng/memoize": "^3.3.13", + "@thi.ng/random": "^4.1.0", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index 231c2f6fcc..badc0bca90 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/viz/package.json b/packages/viz/package.json index bd1ead7bc1..72cc9f24df 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.69", + "version": "0.6.70", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -42,17 +42,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/math": "^5.11.10", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/transducers": "^9.2.4" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/math": "^5.11.11", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/transducers": "^9.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/date": "^2.7.28", + "@thi.ng/date": "^2.7.29", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index bd3b84e267..0d24a678be 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 5ed46842e2..fb24d3a0a9 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.7.1", + "version": "0.7.2", "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", "type": "module", "module": "./index.js", @@ -38,19 +38,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/args": "^2.3.43", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/binary": "^3.4.33", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/compare": "^2.4.2", - "@thi.ng/defmulti": "^3.0.48", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/file-io": "^2.1.12", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/paths": "^5.1.90", - "@thi.ng/strings": "^3.8.5", - "@thi.ng/wasm-api": "^2.0.1" + "@thi.ng/api": "^8.11.11", + "@thi.ng/args": "^2.3.44", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/binary": "^3.4.34", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/compare": "^2.4.3", + "@thi.ng/defmulti": "^3.0.49", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/file-io": "^2.1.13", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/paths": "^5.1.91", + "@thi.ng/strings": "^3.8.6", + "@thi.ng/wasm-api": "^2.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index d68877fef3..88e2c0462e 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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 1189c4e002..5ca22c4b1c 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.3", + "version": "1.0.4", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.33", - "@thi.ng/wasm-api": "^2.0.1", - "@thi.ng/wasm-api-dom": "^1.0.2" + "@thi.ng/binary": "^3.4.34", + "@thi.ng/wasm-api": "^2.0.2", + "@thi.ng/wasm-api-dom": "^1.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.1", + "@thi.ng/wasm-api-bindgen": "^0.7.2", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index 047067371c..5521825ca1 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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-dom/package.json b/packages/wasm-api-dom/package.json index 530b7ab0cb..b51dd3c703 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "1.0.2", + "version": "1.0.3", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -40,15 +40,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/prefixes": "^2.3.27", - "@thi.ng/wasm-api": "^2.0.1" + "@thi.ng/api": "^8.11.11", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/prefixes": "^2.3.28", + "@thi.ng/wasm-api": "^2.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.1", + "@thi.ng/wasm-api-bindgen": "^0.7.2", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index e3301e3efc..eef0daa79a 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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-schedule/package.json b/packages/wasm-api-schedule/package.json index d08b98f3ef..ac56508022 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "1.0.2", + "version": "1.0.3", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/wasm-api": "^2.0.1" + "@thi.ng/api": "^8.11.11", + "@thi.ng/wasm-api": "^2.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.1", + "@thi.ng/wasm-api-bindgen": "^0.7.2", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-webgl/CHANGELOG.md b/packages/wasm-api-webgl/CHANGELOG.md index c8bba46358..a725f68788 100644 --- a/packages/wasm-api-webgl/CHANGELOG.md +++ b/packages/wasm-api-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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-webgl/package.json b/packages/wasm-api-webgl/package.json index 8ee95ae5db..41b3405af3 100644 --- a/packages/wasm-api-webgl/package.json +++ b/packages/wasm-api-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-webgl", - "version": "0.1.6", + "version": "0.1.7", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/wasm-api": "^2.0.1", - "@thi.ng/wasm-api-dom": "^1.0.2", - "@thi.ng/webgl": "^6.9.17" + "@thi.ng/api": "^8.11.11", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/wasm-api": "^2.0.2", + "@thi.ng/wasm-api-dom": "^1.0.3", + "@thi.ng/webgl": "^6.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.1", + "@thi.ng/wasm-api-bindgen": "^0.7.2", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index 6e6118ef9e..256877a178 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **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/package.json b/packages/wasm-api/package.json index 5b31a45785..a474065cb7 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "2.0.1", + "version": "2.0.2", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/hex": "^2.3.54", - "@thi.ng/idgen": "^2.2.50", - "@thi.ng/logger": "^3.0.20" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/hex": "^2.3.55", + "@thi.ng/idgen": "^2.2.51", + "@thi.ng/logger": "^3.0.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index e72c2c8a86..bf938d0b16 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 06204abd12..632b81d54e 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.161", + "version": "2.1.162", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/shader-ast": "^0.15.31", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vector-pools": "^3.2.14", - "@thi.ng/vectors": "^7.12.2", - "@thi.ng/webgl": "^6.9.17" + "@thi.ng/api": "^8.11.11", + "@thi.ng/shader-ast": "^0.15.32", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vector-pools": "^3.2.15", + "@thi.ng/vectors": "^7.12.3", + "@thi.ng/webgl": "^6.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 29e0e1b836..35fe89b339 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 35f4fa88ca..2646f3d845 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.161", + "version": "0.4.162", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/shader-ast": "^0.15.31", - "@thi.ng/shader-ast-glsl": "^0.4.139", - "@thi.ng/webgl": "^6.9.17" + "@thi.ng/api": "^8.11.11", + "@thi.ng/shader-ast": "^0.15.32", + "@thi.ng/shader-ast-glsl": "^0.4.140", + "@thi.ng/webgl": "^6.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 5055c317c2..229d5a59b9 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/webgl/package.json b/packages/webgl/package.json index fe37b28238..69869c22a9 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.17", + "version": "6.9.18", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -40,22 +40,22 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/canvas": "^0.5.3", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/equiv": "^2.1.66", - "@thi.ng/errors": "^2.5.16", - "@thi.ng/logger": "^3.0.20", - "@thi.ng/matrices": "^2.4.14", - "@thi.ng/memoize": "^3.3.12", - "@thi.ng/object-utils": "^1.1.3", - "@thi.ng/pixel": "^7.3.4", - "@thi.ng/shader-ast": "^0.15.31", - "@thi.ng/shader-ast-glsl": "^0.4.139", - "@thi.ng/shader-ast-stdlib": "^0.18.31", - "@thi.ng/transducers": "^9.2.4", - "@thi.ng/vector-pools": "^3.2.14", - "@thi.ng/vectors": "^7.12.2" + "@thi.ng/api": "^8.11.11", + "@thi.ng/canvas": "^0.5.4", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/equiv": "^2.1.67", + "@thi.ng/errors": "^2.5.17", + "@thi.ng/logger": "^3.0.21", + "@thi.ng/matrices": "^2.4.15", + "@thi.ng/memoize": "^3.3.13", + "@thi.ng/object-utils": "^1.1.4", + "@thi.ng/pixel": "^7.3.5", + "@thi.ng/shader-ast": "^0.15.32", + "@thi.ng/shader-ast-glsl": "^0.4.140", + "@thi.ng/shader-ast-stdlib": "^0.18.32", + "@thi.ng/transducers": "^9.2.5", + "@thi.ng/vector-pools": "^3.2.15", + "@thi.ng/vectors": "^7.12.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index 6e2b5a848b..edd928bb68 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-10-05T12:12:32Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/zipper/package.json b/packages/zipper/package.json index e2bd760684..87f8b3d946 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.111", + "version": "2.1.112", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.10", - "@thi.ng/arrays": "^2.10.1", - "@thi.ng/checks": "^3.6.12", - "@thi.ng/errors": "^2.5.16" + "@thi.ng/api": "^8.11.11", + "@thi.ng/arrays": "^2.10.2", + "@thi.ng/checks": "^3.6.13", + "@thi.ng/errors": "^2.5.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/yarn.lock b/yarn.lock index 95da383433..54379e1702 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3958,26 +3958,26 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.9, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.10, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": version: 0.0.0-use.local resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/bitfield": "npm:^2.3.51" - "@thi.ng/dcons": "npm:^3.2.128" - "@thi.ng/disjoint-set": "npm:^1.1.3" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/sparse": "npm:^0.3.133" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/bitfield": "npm:^2.3.52" + "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/disjoint-set": "npm:^1.1.4" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/sparse": "npm:^0.3.134" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/api@npm:^8.11.10, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.11.11, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3988,53 +3988,53 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.43, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.44, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/text-format": "npm:^2.2.13" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/text-format": "npm:^2.2.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.10.1, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.10.2, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/associative@npm:^7.0.10, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.11, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/dcons": "npm:^3.2.128" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4042,15 +4042,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.3.10, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.3.11, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": version: 0.0.0-use.local resolution: "@thi.ng/atom@workspace:packages/atom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/paths": "npm:^5.1.90" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/paths": "npm:^5.1.91" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4058,21 +4058,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.95, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.96, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/date": "npm:^2.7.28" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/units": "npm:^0.5.8" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/date": "npm:^2.7.29" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/units": "npm:^0.5.9" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.7" @@ -4080,7 +4080,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@npm:^2.7.22, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@npm:^2.7.23, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -4091,12 +4091,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.6.3, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.6.4, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" tools: "workspace:^" @@ -4110,13 +4110,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/transducers-binary": "npm:^2.1.135" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers-binary": "npm:^2.1.136" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4134,55 +4134,55 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.33, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.34, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": version: 0.0.0-use.local resolution: "@thi.ng/binary@workspace:packages/binary" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.51, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.52, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/bitstream@npm:^2.4.2, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@npm:^2.4.3, @thi.ng/bitstream@workspace:packages/bitstream": version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/blurhash@npm:^0.2.6, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": +"@thi.ng/blurhash@npm:^0.2.7, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": version: 0.0.0-use.local resolution: "@thi.ng/blurhash@workspace:packages/blurhash" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/base-n": "npm:^2.7.22" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/base-n": "npm:^2.7.23" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" esbuild: "npm:^0.24.0" tools: "workspace:^" typedoc: "npm:^0.26.7" @@ -4195,27 +4195,27 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/distance": "npm:^2.4.88" - "@thi.ng/geom-closest-point": "npm:^2.1.142" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/timestep": "npm:^0.5.64" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/distance": "npm:^2.4.89" + "@thi.ng/geom-closest-point": "npm:^2.1.143" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/timestep": "npm:^0.5.65" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/buffers@npm:^0.1.13, @thi.ng/buffers@workspace:packages/buffers": +"@thi.ng/buffers@npm:^0.1.14, @thi.ng/buffers@workspace:packages/buffers": version: 0.0.0-use.local resolution: "@thi.ng/buffers@workspace:packages/buffers" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4227,15 +4227,15 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/dcons": "npm:^3.2.128" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/dcons": "npm:^3.2.129" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/canvas@npm:^0.5.3, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": +"@thi.ng/canvas@npm:^0.5.4, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": version: 0.0.0-use.local resolution: "@thi.ng/canvas@workspace:packages/canvas" dependencies: @@ -4252,19 +4252,19 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/checks@npm:^3.6.12, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@npm:^3.6.13, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: @@ -4282,36 +4282,36 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/base-n": "npm:^2.7.22" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/color": "npm:^5.7.5" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hex": "npm:^2.3.54" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/base-n": "npm:^2.7.23" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hex": "npm:^2.3.55" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.7.5, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.6, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4323,26 +4323,26 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/dsp": "npm:^4.7.48" - "@thi.ng/dsp-io-wav": "npm:^2.1.135" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/text-canvas": "npm:^3.0.38" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/dsp": "npm:^4.7.49" + "@thi.ng/dsp-io-wav": "npm:^2.1.136" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/text-canvas": "npm:^3.0.39" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.4.2, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.4.3, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": version: 0.0.0-use.local resolution: "@thi.ng/compare@workspace:packages/compare" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4354,38 +4354,38 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/compose@npm:^3.0.13, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^3.0.14, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": version: 0.0.0-use.local resolution: "@thi.ng/compose@workspace:packages/compose" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/csp@npm:^3.2.11, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^3.2.12, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/buffers": "npm:^0.1.13" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/buffers": "npm:^0.1.14" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4397,56 +4397,56 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.28, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.29, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": version: 0.0.0-use.local resolution: "@thi.ng/date@workspace:packages/date" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.128, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.129, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/defmulti@npm:^3.0.48, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.49, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": version: 0.0.0-use.local resolution: "@thi.ng/defmulti@workspace:packages/defmulti" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4458,44 +4458,44 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/dgraph": "npm:^2.1.134" - "@thi.ng/dot": "npm:^2.1.84" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/dot": "npm:^2.1.85" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.134, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.135, @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.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/diff@npm:^5.1.77, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.78, @thi.ng/diff@workspace:packages/diff": version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/equiv": "npm:^2.1.66" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/equiv": "npm:^2.1.67" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/disjoint-set@npm:^1.1.3, @thi.ng/disjoint-set@workspace:packages/disjoint-set": +"@thi.ng/disjoint-set@npm:^1.1.4, @thi.ng/disjoint-set@workspace:packages/disjoint-set": version: 0.0.0-use.local resolution: "@thi.ng/disjoint-set@workspace:packages/disjoint-set" dependencies: @@ -4511,25 +4511,25 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.88, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.89, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/heaps": "npm:^2.1.82" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/heaps": "npm:^2.1.83" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4541,67 +4541,67 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/mime": "npm:^2.6.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/mime": "npm:^2.6.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dlogic@npm:^2.1.77, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.78, @thi.ng/dlogic@workspace:packages/dlogic": version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dot@npm:^2.1.84, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.85, @thi.ng/dot@workspace:packages/dot": version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.135, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.136, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": version: 0.0.0-use.local resolution: "@thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/transducers-binary": "npm:^2.1.135" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers-binary": "npm:^2.1.136" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.48, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.49, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": version: 0.0.0-use.local resolution: "@thi.ng/dsp@workspace:packages/dsp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4613,7 +4613,7 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4625,8 +4625,8 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4638,17 +4638,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/dcons": "npm:^3.2.128" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/idgen": "npm:^2.2.50" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/malloc": "npm:^6.1.91" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/idgen": "npm:^2.2.51" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/malloc": "npm:^6.1.92" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4661,23 +4661,23 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/dot": "npm:^2.1.84" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/prefixes": "npm:^2.3.27" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers-binary": "npm:^2.1.135" - "@thi.ng/trie": "npm:^1.1.3" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/dot": "npm:^2.1.85" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/trie": "npm:^1.1.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/emoji@npm:^0.2.2, @thi.ng/emoji@workspace:^, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@npm:^0.2.3, @thi.ng/emoji@workspace:^, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: @@ -4688,7 +4688,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@npm:^2.1.66, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@npm:^2.1.67, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: @@ -4699,7 +4699,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@npm:^2.5.16, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@npm:^2.5.17, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: @@ -4728,31 +4728,31 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/bench": "npm:^3.6.3" - "@thi.ng/buffers": "npm:^0.1.13" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/idgen": "npm:^2.2.50" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/bench": "npm:^3.6.4" + "@thi.ng/buffers": "npm:^0.1.14" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/idgen": "npm:^2.2.51" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^2.1.12, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.1.13, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": version: 0.0.0-use.local resolution: "@thi.ng/file-io@workspace:packages/file-io" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4764,63 +4764,63 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/fuzzy": "npm:^2.1.92" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/hiccup-svg": "npm:^5.4.1" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/text-canvas": "npm:^3.0.38" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/fuzzy": "npm:^2.1.93" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/hiccup-svg": "npm:^5.4.2" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/text-canvas": "npm:^3.0.39" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/fuzzy@npm:^2.1.92, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.93, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/math": "npm:^5.11.10" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/math": "npm:^5.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^4.1.7, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.8, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/distance": "npm:^2.4.88" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/heaps": "npm:^2.1.82" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/distance": "npm:^2.4.89" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/heaps": "npm:^2.1.83" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.147, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.148, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4832,60 +4832,60 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/axidraw": "npm:^1.1.95" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/geom": "npm:^8.1.9" - "@thi.ng/geom-accel": "npm:^4.1.7" - "@thi.ng/geom-clip-line": "npm:^2.3.104" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/axidraw": "npm:^1.1.96" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/geom": "npm:^8.1.10" + "@thi.ng/geom-accel": "npm:^4.1.8" + "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.104, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.105, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.146, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.147, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/geom-poly-utils": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.142, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.143, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4897,28 +4897,28 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/color": "npm:^5.7.5" - "@thi.ng/geom": "npm:^8.1.9" - "@thi.ng/geom-clip-line": "npm:^2.3.104" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/grid-iterators": "npm:^4.0.89" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/geom": "npm:^8.1.10" + "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/grid-iterators": "npm:^4.0.90" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.142, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.143, @thi.ng/geom-hull@workspace:packages/geom-hull": version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4930,70 +4930,70 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^4.0.14, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.15, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/geom-closest-point": "npm:^2.1.142" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/geom-closest-point": "npm:^2.1.143" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.142, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.143, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^3.0.14, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.15, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^3.0.14, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.15, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-closest-point": "npm:^2.1.142" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-closest-point": "npm:^2.1.143" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5005,67 +5005,67 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/geom": "npm:^8.1.9" - "@thi.ng/geom-isoline": "npm:^2.1.142" - "@thi.ng/geom-poly-utils": "npm:^3.0.14" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/geom": "npm:^8.1.10" + "@thi.ng/geom-isoline": "npm:^2.1.143" + "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.3.14, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.15, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-arc": "npm:^2.1.147" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-arc": "npm:^2.1.148" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^3.0.14, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.15, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^3.0.14, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.15, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-accel": "npm:^4.1.7" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/geom-poly-utils": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/morton": "npm:^3.1.97" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-accel": "npm:^4.1.8" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/morton": "npm:^3.1.98" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5077,12 +5077,12 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/grid-iterators": "npm:^4.0.89" - "@thi.ng/matrices": "npm:^2.4.14" - "@thi.ng/pixel": "npm:^7.3.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/grid-iterators": "npm:^4.0.90" + "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5094,16 +5094,16 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/bitfield": "npm:^2.3.51" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-clip-line": "npm:^2.3.104" - "@thi.ng/geom-clip-poly": "npm:^2.1.146" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/geom-poly-utils": "npm:^3.0.14" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/quad-edge": "npm:^3.1.74" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/bitfield": "npm:^2.3.52" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/geom-clip-poly": "npm:^2.1.147" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/quad-edge": "npm:^3.1.75" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5115,54 +5115,54 @@ __metadata: resolution: "@thi.ng/geom-webgl@workspace:packages/geom-webgl" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/geom": "npm:^8.1.9" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vector-pools": "npm:^3.2.14" - "@thi.ng/vectors": "npm:^7.12.2" - "@thi.ng/webgl": "npm:^6.9.17" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/geom": "npm:^8.1.10" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vector-pools": "npm:^3.2.15" + "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/webgl": "npm:^6.9.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.1.9, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.10, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/adjacency": "npm:^3.0.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/geom-arc": "npm:^2.1.147" - "@thi.ng/geom-clip-line": "npm:^2.3.104" - "@thi.ng/geom-clip-poly": "npm:^2.1.146" - "@thi.ng/geom-closest-point": "npm:^2.1.142" - "@thi.ng/geom-hull": "npm:^2.1.142" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/geom-poly-utils": "npm:^3.0.14" - "@thi.ng/geom-resample": "npm:^3.0.14" - "@thi.ng/geom-splines": "npm:^2.3.14" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.14" - "@thi.ng/geom-tessellate": "npm:^3.0.14" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/hiccup-svg": "npm:^5.4.1" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/matrices": "npm:^2.4.14" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/adjacency": "npm:^3.0.10" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/geom-arc": "npm:^2.1.148" + "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/geom-clip-poly": "npm:^2.1.147" + "@thi.ng/geom-closest-point": "npm:^2.1.143" + "@thi.ng/geom-hull": "npm:^2.1.143" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/geom-splines": "npm:^2.3.15" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.15" + "@thi.ng/geom-tessellate": "npm:^3.0.15" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/hiccup-svg": "npm:^5.4.2" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5174,31 +5174,31 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/zipper": "npm:^2.1.111" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/zipper": "npm:^2.1.112" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.89, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.90, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": version: 0.0.0-use.local resolution: "@thi.ng/grid-iterators@workspace:packages/grid-iterators" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/bitfield": "npm:^2.3.51" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/morton": "npm:^3.1.97" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/bitfield": "npm:^2.3.52" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/morton": "npm:^3.1.98" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5210,11 +5210,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/diff": "npm:^5.1.77" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/hiccup-css": "npm:^2.7.24" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/diff": "npm:^5.1.78" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/hiccup-css": "npm:^2.7.25" + "@thi.ng/strings": "npm:^3.8.6" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5229,12 +5229,12 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/diff": "npm:^5.1.77" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hdom": "npm:^9.4.46" - "@thi.ng/hiccup-canvas": "npm:^3.1.18" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/diff": "npm:^5.1.78" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hdom": "npm:^9.4.47" + "@thi.ng/hiccup-canvas": "npm:^3.1.19" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5246,12 +5246,12 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/transducers-stats": "npm:^2.1.133" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers-stats": "npm:^2.1.134" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5263,50 +5263,50 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/hdom": "npm:^9.4.46" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/hdom": "npm:^9.4.47" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.46, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.47, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/atom": "npm:^5.3.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/diff": "npm:^5.1.77" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/prefixes": "npm:^2.3.27" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/atom": "npm:^5.3.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/diff": "npm:^5.1.78" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/prefixes": "npm:^2.3.28" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.82, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.83, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/equiv": "npm:^2.1.66" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/equiv": "npm:^2.1.67" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hex@npm:^2.3.54, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@npm:^2.3.55, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: @@ -5317,18 +5317,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.18, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.19, @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.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/color": "npm:^5.7.5" - "@thi.ng/geom-arc": "npm:^2.1.147" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/pixel": "npm:^7.3.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/geom-arc": "npm:^2.1.148" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5340,22 +5340,22 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/hiccup": "npm:^5.2.13" + "@thi.ng/hiccup": "npm:^5.2.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.24, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.25, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-css@workspace:packages/hiccup-css" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5367,22 +5367,22 @@ __metadata: resolution: "@thi.ng/hiccup-html-parse@workspace:packages/hiccup-html-parse" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/parse": "npm:^2.4.54" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/parse": "npm:^2.4.55" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.7.7, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.7.8, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5394,61 +5394,61 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/emoji": "npm:^0.2.2" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/parse": "npm:^2.4.54" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/text-canvas": "npm:^3.0.38" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/emoji": "npm:^0.2.3" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/parse": "npm:^2.4.55" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/text-canvas": "npm:^3.0.39" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.4.1, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.2, @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.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/color": "npm:^5.7.5" - "@thi.ng/prefixes": "npm:^2.3.27" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/prefixes": "npm:^2.3.28" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.2.13, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.2.14, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/atom": "npm:^5.3.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/atom": "npm:^5.3.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/idgen@npm:^2.2.50, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.51, @thi.ng/idgen@workspace:packages/idgen": version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -5461,12 +5461,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5478,19 +5478,19 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/blurhash": "npm:^0.2.6" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/date": "npm:^2.7.28" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/pixel": "npm:^7.3.4" - "@thi.ng/pixel-dither": "npm:^1.1.144" - "@thi.ng/prefixes": "npm:^2.3.27" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/blurhash": "npm:^0.2.7" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/date": "npm:^2.7.29" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/pixel-dither": "npm:^1.1.145" + "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" sharp: "npm:^0.33.5" typedoc: "npm:^0.26.7" @@ -5503,15 +5503,15 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom": "npm:^8.1.9" - "@thi.ng/geom-isec": "npm:^4.0.14" - "@thi.ng/layout": "npm:^3.1.2" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/ramp": "npm:^3.3.2" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom": "npm:^8.1.10" + "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/layout": "npm:^3.1.3" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/ramp": "npm:^3.3.3" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5523,12 +5523,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/atom": "npm:^5.3.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/paths": "npm:^5.1.90" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/atom": "npm:^5.3.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/paths": "npm:^5.1.91" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5540,26 +5540,26 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/dlogic": "npm:^2.1.77" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/dlogic": "npm:^2.1.78" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.7.8, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.9, @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: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/distance": "npm:^2.4.88" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/distance": "npm:^2.4.89" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5571,10 +5571,10 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/base-n": "npm:^2.7.22" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/base-n": "npm:^2.7.23" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5583,14 +5583,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.1.2, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.1.3, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5602,16 +5602,16 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers-binary": "npm:^2.1.135" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers-binary": "npm:^2.1.136" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/logger@npm:^3.0.20, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.21, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5627,7 +5627,7 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5639,28 +5639,28 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.91, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.92, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5672,51 +5672,51 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/math@npm:^5.11.10, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.11.11, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": version: 0.0.0-use.local resolution: "@thi.ng/math@workspace:packages/math" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.4.14, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.15, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^3.3.12, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^3.3.13, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": version: 0.0.0-use.local resolution: "@thi.ng/memoize@workspace:packages/memoize" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5728,20 +5728,20 @@ __metadata: resolution: "@thi.ng/meta-css@workspace:packages/meta-css" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/args": "npm:^2.3.43" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/hiccup-css": "npm:^2.7.24" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/memoize": "npm:^3.3.12" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/text-format": "npm:^2.2.13" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/args": "npm:^2.3.44" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/hiccup-css": "npm:^2.7.25" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/memoize": "npm:^3.3.13" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/text-format": "npm:^2.2.14" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5750,27 +5750,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@npm:^2.6.16, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@npm:^2.6.17, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.97, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.98, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5782,22 +5782,22 @@ __metadata: resolution: "@thi.ng/msgpack@workspace:packages/msgpack" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/object-utils@npm:^1.1.3, @thi.ng/object-utils@workspace:^, @thi.ng/object-utils@workspace:packages/object-utils": +"@thi.ng/object-utils@npm:^1.1.4, @thi.ng/object-utils@workspace:^, @thi.ng/object-utils@workspace:packages/object-utils": version: 0.0.0-use.local resolution: "@thi.ng/object-utils@workspace:packages/object-utils" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5809,41 +5809,41 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/equiv": "npm:^2.1.66" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/equiv": "npm:^2.1.67" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.54, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.55, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": version: 0.0.0-use.local resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/paths@npm:^5.1.90, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.91, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": version: 0.0.0-use.local resolution: "@thi.ng/paths@workspace:packages/paths" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5855,25 +5855,25 @@ __metadata: resolution: "@thi.ng/pixel-convolve@workspace:packages/pixel-convolve" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.144, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.145, @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.9" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5885,9 +5885,9 @@ __metadata: resolution: "@thi.ng/pixel-dominant-colors@workspace:packages/pixel-dominant-colors" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/k-means": "npm:^0.7.8" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/k-means": "npm:^0.7.9" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5899,8 +5899,8 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" geotiff: "npm:2.1.3" typedoc: "npm:^0.26.7" @@ -5913,9 +5913,9 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5927,25 +5927,25 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/pixel": "npm:^7.3.4" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/pixel": "npm:^7.3.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^7.3.4, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^7.3.5, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/porter-duff": "npm:^2.1.88" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/porter-duff": "npm:^2.1.89" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -5958,13 +5958,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/args": "npm:^2.3.43" - "@thi.ng/bench": "npm:^3.6.3" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/pointfree": "npm:^3.1.91" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/args": "npm:^2.3.44" + "@thi.ng/bench": "npm:^3.6.4" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/pointfree": "npm:^3.1.92" esbuild: "npm:^0.24.0" pegjs: "npm:0.11.0-master.b7b87ea" typedoc: "npm:^0.26.7" @@ -5974,16 +5974,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.91, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.92, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": version: 0.0.0-use.local resolution: "@thi.ng/pointfree@workspace:packages/pointfree" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5995,30 +5995,30 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/geom-accel": "npm:^4.1.7" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/geom-accel": "npm:^4.1.8" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/porter-duff@npm:^2.1.88, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.89, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": version: 0.0.0-use.local resolution: "@thi.ng/porter-duff@workspace:packages/porter-duff" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/prefixes@npm:^2.3.27, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@npm:^2.3.28, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -6034,45 +6034,45 @@ __metadata: resolution: "@thi.ng/proctext@workspace:packages/proctext" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/parse": "npm:^2.4.54" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/parse": "npm:^2.4.55" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/quad-edge@npm:^3.1.74, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@npm:^3.1.75, @thi.ng/quad-edge@workspace:packages/quad-edge": version: 0.0.0-use.local resolution: "@thi.ng/quad-edge@workspace:packages/quad-edge" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/ramp@npm:^3.3.2, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.3, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6084,22 +6084,22 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/base-n": "npm:^2.7.22" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/base-n": "npm:^2.7.23" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/random@npm:^4.0.4, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^4.1.0, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6111,8 +6111,8 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/bitstream": "npm:^2.4.2" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/bitstream": "npm:^2.4.3" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6124,13 +6124,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/grid-iterators": "npm:^4.0.89" - "@thi.ng/porter-duff": "npm:^2.1.88" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/grid-iterators": "npm:^4.0.90" + "@thi.ng/porter-duff": "npm:^2.1.89" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6142,13 +6142,13 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/hiccup-canvas": "npm:^3.1.18" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/rdom": "npm:^1.7.5" - "@thi.ng/rstream": "npm:^9.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/hiccup-canvas": "npm:^3.1.19" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/rdom": "npm:^1.7.6" + "@thi.ng/rstream": "npm:^9.0.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6160,13 +6160,13 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/hiccup-html": "npm:^2.7.7" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/rdom": "npm:^1.7.5" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/hiccup-html": "npm:^2.7.8" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/rdom": "npm:^1.7.6" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6178,46 +6178,46 @@ __metadata: resolution: "@thi.ng/rdom-forms@workspace:packages/rdom-forms" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/hiccup-html": "npm:^2.7.7" - "@thi.ng/rdom": "npm:^1.7.5" - "@thi.ng/rstream": "npm:^9.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/hiccup-html": "npm:^2.7.8" + "@thi.ng/rdom": "npm:^1.7.6" + "@thi.ng/rstream": "npm:^9.0.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.7.5, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.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: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/paths": "npm:^5.1.90" - "@thi.ng/prefixes": "npm:^2.3.27" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/strings": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/resolve-map@npm:^7.1.83, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.84, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": version: 0.0.0-use.local resolution: "@thi.ng/resolve-map@workspace:packages/resolve-map" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/paths": "npm:^5.1.90" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/paths": "npm:^5.1.91" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6229,8 +6229,8 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/bitstream": "npm:^2.4.2" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/bitstream": "npm:^2.4.3" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6242,10 +6242,10 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -6258,22 +6258,22 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/csp": "npm:^3.2.11" - "@thi.ng/rstream": "npm:^9.0.4" + "@thi.ng/csp": "npm:^3.2.12" + "@thi.ng/rstream": "npm:^9.0.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.94, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.95, @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.9" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6285,11 +6285,11 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6301,14 +6301,14 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/atom": "npm:^5.3.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/paths": "npm:^5.1.90" - "@thi.ng/resolve-map": "npm:^7.1.83" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/atom": "npm:^5.3.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/resolve-map": "npm:^7.1.84" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6320,7 +6320,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/rstream": "npm:^9.0.4" + "@thi.ng/rstream": "npm:^9.0.5" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6333,12 +6333,12 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6350,35 +6350,35 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/rstream": "npm:^9.0.4" - "@thi.ng/rstream-dot": "npm:^3.0.94" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream-dot": "npm:^3.0.95" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^9.0.4, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^9.0.5, @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.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/atom": "npm:^5.3.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/atom": "npm:^5.3.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6390,10 +6390,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/transducers-fsm": "npm:^2.2.102" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers-fsm": "npm:^2.2.103" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6405,11 +6405,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/matrices": "npm:^2.4.14" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6421,8 +6421,8 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6434,24 +6434,24 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.139, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.140, @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: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/shader-ast": "npm:^0.15.31" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/shader-ast": "npm:^0.15.32" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6463,14 +6463,14 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/matrices": "npm:^2.4.14" - "@thi.ng/pixel": "npm:^7.3.4" - "@thi.ng/shader-ast": "npm:^0.15.31" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6482,42 +6482,42 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/shader-ast": "npm:^0.15.31" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/shader-ast": "npm:^0.15.32" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.31, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.32, @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.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/shader-ast": "npm:^0.15.31" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/shader-ast": "npm:^0.15.32" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.31, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.32, @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: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/dgraph": "npm:^2.1.134" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6529,8 +6529,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/transducers-binary": "npm:^2.1.135" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/transducers-binary": "npm:^2.1.136" assemblyscript: "npm:0.27.30" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6543,12 +6543,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers-binary": "npm:^2.1.135" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6560,12 +6560,12 @@ __metadata: resolution: "@thi.ng/sorted-map@workspace:packages/sorted-map" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6577,39 +6577,39 @@ __metadata: resolution: "@thi.ng/sparse-set@workspace:packages/sparse-set" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/associative": "npm:^7.0.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.133, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.134, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.8.5, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.8.6, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/memoize": "npm:^3.3.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/memoize": "npm:^3.3.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6621,9 +6621,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/dgraph": "npm:^2.1.134" - "@thi.ng/logger": "npm:^3.0.20" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6635,16 +6635,16 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/args": "npm:^2.3.43" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/date": "npm:^2.7.28" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/args": "npm:^2.3.44" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/date": "npm:^2.7.29" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6653,20 +6653,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.38, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.39, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": version: 0.0.0-use.local resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/geom-clip-line": "npm:^2.3.104" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/text-format": "npm:^2.2.13" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/text-format": "npm:^2.2.14" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -6674,28 +6674,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.2.13, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.2.14, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/memoize": "npm:^3.3.12" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/memoize": "npm:^3.3.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.64, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.65, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6707,12 +6707,12 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6724,43 +6724,43 @@ __metadata: resolution: "@thi.ng/transducers-async@workspace:packages/transducers-async" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/buffers": "npm:^0.1.13" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/buffers": "npm:^0.1.14" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.135, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.136, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": version: 0.0.0-use.local resolution: "@thi.ng/transducers-binary@workspace:packages/transducers-binary" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.102, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.103, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": version: 0.0.0-use.local resolution: "@thi.ng/transducers-fsm@workspace:packages/transducers-fsm" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6772,9 +6772,9 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/hdom": "npm:^9.4.46" - "@thi.ng/hiccup": "npm:^5.2.13" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/hdom": "npm:^9.4.47" + "@thi.ng/hiccup": "npm:^5.2.14" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6786,57 +6786,57 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/paths": "npm:^5.1.90" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.133, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.134, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/dcons": "npm:^3.2.128" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^9.2.4, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.2.5, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/compose": "npm:^3.0.13" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/compose": "npm:^3.0.14" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/trie@npm:^1.1.3, @thi.ng/trie@workspace:packages/trie": +"@thi.ng/trie@npm:^1.1.4, @thi.ng/trie@workspace:packages/trie": version: 0.0.0-use.local resolution: "@thi.ng/trie@workspace:packages/trie" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6854,15 +6854,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.5.8, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.5.9, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": version: 0.0.0-use.local resolution: "@thi.ng/units@workspace:packages/units" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6874,8 +6874,8 @@ __metadata: resolution: "@thi.ng/uuid@workspace:packages/uuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/random": "npm:^4.0.4" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/random": "npm:^4.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6887,47 +6887,47 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" + "@thi.ng/api": "npm:^8.11.11" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.14, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.15, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": version: 0.0.0-use.local resolution: "@thi.ng/vector-pools@workspace:packages/vector-pools" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/malloc": "npm:^6.1.91" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/malloc": "npm:^6.1.92" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.12.2, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.12.3, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/memoize": "npm:^3.3.12" - "@thi.ng/random": "npm:^4.0.4" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/memoize": "npm:^3.3.13" + "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6939,38 +6939,38 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/date": "npm:^2.7.28" - "@thi.ng/math": "npm:^5.11.10" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.2.4" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/date": "npm:^2.7.29" + "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/transducers": "npm:^9.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.7.1, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.7.2, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/args": "npm:^2.3.43" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/compare": "npm:^2.4.2" - "@thi.ng/defmulti": "npm:^3.0.48" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/file-io": "npm:^2.1.12" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/paths": "npm:^5.1.90" - "@thi.ng/strings": "npm:^3.8.5" - "@thi.ng/wasm-api": "npm:^2.0.1" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/args": "npm:^2.3.44" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/compare": "npm:^2.4.3" + "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/strings": "npm:^3.8.6" + "@thi.ng/wasm-api": "npm:^2.0.2" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6984,27 +6984,27 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/binary": "npm:^3.4.33" - "@thi.ng/wasm-api": "npm:^2.0.1" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.1" - "@thi.ng/wasm-api-dom": "npm:^1.0.2" + "@thi.ng/binary": "npm:^3.4.34" + "@thi.ng/wasm-api": "npm:^2.0.2" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" + "@thi.ng/wasm-api-dom": "npm:^1.0.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^1.0.2, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.3, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/prefixes": "npm:^2.3.27" - "@thi.ng/wasm-api": "npm:^2.0.1" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.1" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/wasm-api": "npm:^2.0.2" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7016,9 +7016,9 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/wasm-api": "npm:^2.0.1" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.1" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/wasm-api": "npm:^2.0.2" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7030,30 +7030,30 @@ __metadata: resolution: "@thi.ng/wasm-api-webgl@workspace:packages/wasm-api-webgl" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/wasm-api": "npm:^2.0.1" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.1" - "@thi.ng/wasm-api-dom": "npm:^1.0.2" - "@thi.ng/webgl": "npm:^6.9.17" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/wasm-api": "npm:^2.0.2" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" + "@thi.ng/wasm-api-dom": "npm:^1.0.3" + "@thi.ng/webgl": "npm:^6.9.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^2.0.1, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.0.2, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/hex": "npm:^2.3.54" - "@thi.ng/idgen": "npm:^2.2.50" - "@thi.ng/logger": "npm:^3.0.20" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/idgen": "npm:^2.2.51" + "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7065,12 +7065,12 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/shader-ast": "npm:^0.15.31" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vector-pools": "npm:^3.2.14" - "@thi.ng/vectors": "npm:^7.12.2" - "@thi.ng/webgl": "npm:^6.9.17" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vector-pools": "npm:^3.2.15" + "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/webgl": "npm:^6.9.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7082,52 +7082,52 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/shader-ast": "npm:^0.15.31" - "@thi.ng/shader-ast-glsl": "npm:^0.4.139" - "@thi.ng/webgl": "npm:^6.9.17" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/shader-ast-glsl": "npm:^0.4.140" + "@thi.ng/webgl": "npm:^6.9.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.17, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.18, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/canvas": "npm:^0.5.3" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/equiv": "npm:^2.1.66" - "@thi.ng/errors": "npm:^2.5.16" - "@thi.ng/logger": "npm:^3.0.20" - "@thi.ng/matrices": "npm:^2.4.14" - "@thi.ng/memoize": "npm:^3.3.12" - "@thi.ng/object-utils": "npm:^1.1.3" - "@thi.ng/pixel": "npm:^7.3.4" - "@thi.ng/shader-ast": "npm:^0.15.31" - "@thi.ng/shader-ast-glsl": "npm:^0.4.139" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.31" - "@thi.ng/transducers": "npm:^9.2.4" - "@thi.ng/vector-pools": "npm:^3.2.14" - "@thi.ng/vectors": "npm:^7.12.2" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/canvas": "npm:^0.5.4" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/memoize": "npm:^3.3.13" + "@thi.ng/object-utils": "npm:^1.1.4" + "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/shader-ast-glsl": "npm:^0.4.140" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.32" + "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/vector-pools": "npm:^3.2.15" + "@thi.ng/vectors": "npm:^7.12.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.111, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.112, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.10" - "@thi.ng/arrays": "npm:^2.10.1" - "@thi.ng/checks": "npm:^3.6.12" - "@thi.ng/errors": "npm:^2.5.16" + "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2"