diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 877b801b69..c1b31d68f7 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ec8003f779..f2c0de4359 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.15", + "version": "3.0.16", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/bitfield": "^2.3.55", - "@thi.ng/dcons": "^3.2.131", - "@thi.ng/disjoint-set": "^1.1.4", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/sparse": "^0.3.136" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/bitfield": "^2.3.56", + "@thi.ng/dcons": "^3.2.132", + "@thi.ng/disjoint-set": "^1.1.5", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/sparse": "^0.3.137" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.8", + "@thi.ng/vectors": "^7.12.9", "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 7081710591..feac855056 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b2440aa830..9a73180dd6 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.11.11", + "version": "8.11.12", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 05c90d3773..7a89e506f0 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 23ec7f38e6..e54d7b0f0f 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.47", + "version": "2.3.48", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/text-format": "^2.2.16" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/text-format": "^2.2.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index fb5fb478d7..7f36cf1ea2 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b0dd9058fc..937b5085f7 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.10.4", + "version": "2.10.5", "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.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.2" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 707cea4f63..bf872b3248 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a73832d7d3..aa34ac8fa8 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "7.0.13", + "version": "7.0.14", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.131", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.7", + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/dcons": "^3.2.132", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/transducers": "^9.2.8", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 48b1808c4b..6bfdf1cf53 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e6846d6c44..0f04266919 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.3.11", + "version": "5.3.12", "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.11", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/paths": "^5.1.91", + "@thi.ng/api": "^8.11.12", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/paths": "^5.1.92", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 7f0a246c9b..82b71f7164 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b6ff68d33c..c6486aa764 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.101", + "version": "1.1.102", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/compose": "^3.0.14", - "@thi.ng/date": "^2.7.32", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/units": "^0.5.9", - "@thi.ng/vectors": "^7.12.8", + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/date": "^2.7.33", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/math": "^5.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/units": "^0.5.10", + "@thi.ng/vectors": "^7.12.9", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index ef79f3a87c..592bf72245 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 116ffea392..057efbbf99 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.23", + "version": "2.7.24", "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 c09c23b7ce..aa243ae7eb 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 384ea633fd..e0a7bff4a3 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.6.4", + "version": "3.6.5", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 5c104cd047..daba94c1e2 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e2996fb2b7..442457d2e0 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.143", + "version": "2.1.144", "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.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-binary": "^2.1.141" + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/transducers-binary": "^2.1.142" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bidir-index/CHANGELOG.md b/packages/bidir-index/CHANGELOG.md index 3f0506f4ac..bab5dcb12e 100644 --- a/packages/bidir-index/CHANGELOG.md +++ b/packages/bidir-index/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 73f082c3c7..f22b07e610 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.4", + "version": "1.1.5", "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 c2bf175f9a..6b59d71011 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 7def579287..19139a6254 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.34", + "version": "3.4.35", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 20ddea7d4c..407b395ff5 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 828298335e..00b94067ea 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.55", + "version": "2.3.56", "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.11", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index aad08373e2..e7df4bb5bf 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 9ef4ae0b77..8b67448ace 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.4.3", + "version": "2.4.4", "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.17" + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/blurhash/CHANGELOG.md b/packages/blurhash/CHANGELOG.md index a075c97026..f32219394f 100644 --- a/packages/blurhash/CHANGELOG.md +++ b/packages/blurhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T13:06:12Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c4f6dd626e..d6f8d904f9 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.2.8", + "version": "0.2.9", "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.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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/base-n": "^2.7.24", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/boids/CHANGELOG.md b/packages/boids/CHANGELOG.md index a1ad67bd3e..0565a09da2 100644 --- a/packages/boids/CHANGELOG.md +++ b/packages/boids/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 4e5270de3f..a3ebbc1602 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.54", + "version": "1.0.55", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.94", - "@thi.ng/geom-closest-point": "^2.1.148", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/timestep": "^0.5.70", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/distance": "^2.4.95", + "@thi.ng/geom-closest-point": "^2.1.149", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/timestep": "^0.5.71", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/buffers/CHANGELOG.md b/packages/buffers/CHANGELOG.md index 3fcf5010e5..9e0588dfc6 100644 --- a/packages/buffers/CHANGELOG.md +++ b/packages/buffers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b78cc8204b..745254b291 100644 --- a/packages/buffers/package.json +++ b/packages/buffers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/buffers", - "version": "0.1.14", + "version": "0.1.15", "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.11", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index d78bbcc413..dc469c5048 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-31T22:57:28Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 0c00c942d3..2f44181234 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.3.12", + "version": "2.3.13", "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.11", - "@thi.ng/dcons": "^3.2.131" + "@thi.ng/api": "^8.11.12", + "@thi.ng/dcons": "^3.2.132" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/canvas/CHANGELOG.md b/packages/canvas/CHANGELOG.md index 8fc78b659e..6c620afecc 100644 --- a/packages/canvas/CHANGELOG.md +++ b/packages/canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6fddcd48dc..c9b2696726 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/canvas", - "version": "0.5.4", + "version": "0.5.5", "description": "Canvas creation & HDPI support helpers", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 55b80a1434..f742eaa578 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2348d4d683..3a74139936 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.128", + "version": "0.2.129", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 2382547557..06b79d8bb3 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d7d73b0c0e..70c8ff2569 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.6.13", + "version": "3.6.14", "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 3a587749d8..1d4cde8d30 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a5b9a49f42..e0d21e58a0 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.20", + "version": "1.4.21", "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.11", - "@thi.ng/base-n": "^2.7.23", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/hex": "^2.3.55" + "@thi.ng/api": "^8.11.12", + "@thi.ng/base-n": "^2.7.24", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/color": "^5.7.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hex": "^2.3.56" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 0254bf13d4..55eba6a2a5 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 7c108ae9ca..37acc65096 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.11", + "version": "5.7.12", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@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.2", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index d275ee5b08..679534af8f 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 57952024bf..0de340fd86 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.83", + "version": "1.0.84", "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.34", - "@thi.ng/random": "^4.1.2" + "@thi.ng/binary": "^3.4.35", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/api": "^8.11.11", - "@thi.ng/dsp": "^4.7.51", - "@thi.ng/dsp-io-wav": "^2.1.138", - "@thi.ng/text-canvas": "^3.0.41", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.5", + "@thi.ng/api": "^8.11.12", + "@thi.ng/dsp": "^4.7.52", + "@thi.ng/dsp-io-wav": "^2.1.142", + "@thi.ng/text-canvas": "^3.0.45", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9", "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 6978e9501e..c63ac2adad 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 43fd99c315..4da4625788 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.4.3", + "version": "2.4.4", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index 90accf9989..c4ba911885 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 dfdfd1f2e2..2f6b2e6c7f 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.82", + "version": "0.2.83", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 76b2dee8ab..7a7ec036f7 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f7e787c3a5..053ca5b622 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "3.0.14", + "version": "3.0.15", "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.11", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 3daa23ba66..bbbb79bf05 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-17T15:38:52Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b01199a047..aa49f68953 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "3.2.13", + "version": "3.2.14", "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.11", - "@thi.ng/buffers": "^0.1.14", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/buffers": "^0.1.15", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index d17a996d35..fd95bcaa83 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2d79079f0b..960e4b3c29 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.107", + "version": "2.3.108", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index e004a1af9f..d2febc7edd 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2a3c53da7a..f9f1beeddb 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.32", + "version": "2.7.33", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index f90bbbeb84..70006ef327 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 daf9741975..47641d249c 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.131", + "version": "3.2.132", "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.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.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 53990b447a..127bca0dea 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 551b43d2a2..ebcf0b0688 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.49", + "version": "3.0.50", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/logger": "^3.0.21" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 64fec986c2..7318e99936 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5e90964fde..60fc8b1405 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.138", + "version": "2.1.139", "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.11", - "@thi.ng/dgraph": "^2.1.137", - "@thi.ng/dot": "^2.1.85" + "@thi.ng/api": "^8.11.12", + "@thi.ng/dgraph": "^2.1.138", + "@thi.ng/dot": "^2.1.86" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 046f13c779..01aeda804b 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 249095a195..60efa5b9ca 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.137", + "version": "2.1.138", "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.11", - "@thi.ng/associative": "^7.0.13", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 241d54a598..850701fe11 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-19T21:09:34Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/diff/package.json b/packages/diff/package.json index 4936964f54..323a88f83e 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.78", + "version": "5.1.79", "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.11", - "@thi.ng/equiv": "^2.1.67" + "@thi.ng/api": "^8.11.12", + "@thi.ng/equiv": "^2.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/disjoint-set/CHANGELOG.md b/packages/disjoint-set/CHANGELOG.md index aa164b8f2e..e0ce702f4f 100644 --- a/packages/disjoint-set/CHANGELOG.md +++ b/packages/disjoint-set/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 9a98fd106b..8fac4a9161 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.4", + "version": "1.1.5", "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 244f6ccfde..172f5d7a38 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 4e3feddacf..92c4d940d4 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.77", + "version": "0.1.78", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/pixel": "^7.3.5", + "@thi.ng/pixel": "^7.3.7", "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 45b6ff75b9..7d9e5dd0fd 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f03b21adcc..02434a9b1b 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.94", + "version": "2.4.95", "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.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.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/heaps": "^2.1.84", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index ad6d22e204..8a8a106cb8 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bfe73783c1..b1581a2133 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.90", + "version": "2.3.91", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/mime": "^2.6.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/mime": "^2.6.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 8607e1b959..b1ac6d5627 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 580c1f89f0..6a1397a0cd 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.78", + "version": "2.1.79", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 4235a6046c..08778fe15a 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 3fed4510f6..51736fe7d0 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.85", + "version": "2.1.86", "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.11", - "@thi.ng/checks": "^3.6.13" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index ba7a8e1793..d1f12eb00a 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 7425f0e4fd..14a13e0d07 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.141", + "version": "2.1.142", "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.11", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-binary": "^2.1.141" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/transducers-binary": "^2.1.142" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 2d1dc512d9..fe30ffff4b 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 95f238c0c6..78f7febe49 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.51", + "version": "4.7.52", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 0832a7f1e0..d60c0a3c14 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f22b29da86..b64936745b 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.80", + "version": "0.4.81", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 4e587d8ee1..5adb70b46d 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bb727d1d02..8534d9d60a 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.83", + "version": "0.3.84", "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.11", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index c852e7c240..9960f721db 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 27038a0f44..4cc5c7c465 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.139", + "version": "0.7.140", "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.11", - "@thi.ng/associative": "^7.0.13", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.131", - "@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.7", + "@thi.ng/api": "^8.11.12", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/dcons": "^3.2.132", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/idgen": "^2.2.52", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/malloc": "^6.1.93", + "@thi.ng/transducers": "^9.2.8", "tslib": "^2.7.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.67", + "@thi.ng/equiv": "^2.1.68", "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 af5731679a..3101ebe915 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d7895cfaad..1b29eef750 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.148", + "version": "0.6.149", "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.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.9", - "@thi.ng/transducers-binary": "^2.1.141", - "@thi.ng/trie": "^1.1.4" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/dot": "^2.1.86", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/prefixes": "^2.3.29", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers-binary": "^2.1.142", + "@thi.ng/trie": "^1.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.67", + "@thi.ng/equiv": "^2.1.68", "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 ceb1605bb1..4a9c5a3d85 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 fb4f6586cc..b4268a7248 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.2.3", + "version": "0.2.4", "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 2730478066..91a5007f40 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 3906df1efb..0f3b93133f 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.67", + "version": "2.1.68", "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 4264965ef4..c360e1762a 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c576dd521a..c8c1ac7fa2 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.5.17", + "version": "2.5.18", "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 70ae3a2733..bf3d50ec79 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f20a9d2775..fbbb15b487 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.2.38", + "version": "1.2.39", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index 696feb1ab2..c69a3e2bfe 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 86d94ed2c7..caa96ba9ec 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "1.0.19", + "version": "1.0.20", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@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.2" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/bench": "^3.6.5", + "@thi.ng/buffers": "^0.1.15", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/idgen": "^2.2.52", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index df7e33ee99..039efe7f66 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e94d50a266..a21bac681e 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.15", + "version": "2.1.16", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/hex": "^2.3.55", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/random": "^4.1.2" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/hex": "^2.3.56", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 3399be1c70..2a9c80015d 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bf332706f7..d21825236e 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.168", + "version": "2.1.169", "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.11", - "@thi.ng/fuzzy": "^2.1.93", - "@thi.ng/hiccup": "^5.2.17", - "@thi.ng/hiccup-svg": "^5.4.7", - "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/text-canvas": "^3.0.44" + "@thi.ng/api": "^8.11.12", + "@thi.ng/fuzzy": "^2.1.94", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/hiccup-svg": "^5.4.8", + "@thi.ng/math": "^5.11.12", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/text-canvas": "^3.0.45" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index fef61ed817..ca883b190f 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cc8155c0d0..55007ff095 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.93", + "version": "2.1.94", "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.11", - "@thi.ng/math": "^5.11.11" + "@thi.ng/api": "^8.11.12", + "@thi.ng/math": "^5.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 26b34867b4..a0a8063b17 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e149009b2b..7d70be6eab 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.13", + "version": "4.1.14", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.94", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/heaps": "^2.1.83", - "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/distance": "^2.4.95", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/heaps": "^2.1.84", + "@thi.ng/math": "^5.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 5717937db0..c60897463c 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f51f368379..8b9c677170 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.153", + "version": "2.1.154", "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.13", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index 3fd03b3d6e..00582dc5d4 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bd20e368ac..901297ce2a 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.25", + "version": "0.6.26", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/axidraw": "^1.1.101", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/geom": "^8.1.16", - "@thi.ng/geom-accel": "^4.1.13", - "@thi.ng/geom-clip-line": "^2.3.110", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/axidraw": "^1.1.102", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/geom": "^8.1.17", + "@thi.ng/geom-accel": "^4.1.14", + "@thi.ng/geom-clip-line": "^2.3.111", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 32b74d3aba..2f578d885b 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 835e2a7dc3..8769981b9d 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.110", + "version": "2.3.111", "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.11", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 5c5b522bc4..ec9e9c5538 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e5b582062a..1dbbcb77b9 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.152", + "version": "2.1.153", "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.20", - "@thi.ng/geom-poly-utils": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/geom-poly-utils": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 7adc670598..465ef2d754 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1fa64c2e8b..6ff6e5b4ed 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.148", + "version": "2.1.149", "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.11", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index a4bb7b2a9e..f0789bddda 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b5a10c1a08..1575d4d8ba 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.23", + "version": "3.0.24", "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.11", - "@thi.ng/color": "^5.7.11", - "@thi.ng/geom": "^8.1.16", - "@thi.ng/geom-clip-line": "^2.3.110", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/grid-iterators": "^4.0.95", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/color": "^5.7.12", + "@thi.ng/geom": "^8.1.17", + "@thi.ng/geom-clip-line": "^2.3.111", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/grid-iterators": "^4.0.96", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index aebf6c1622..ce641ae5ce 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ea24ebf1f2..cee47aa034 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.148", + "version": "2.1.149", "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.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index d58187ef54..b23edcad2e 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5c99fa958a..5cd9d4bc5c 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.148", + "version": "0.3.149", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 5447106da6..213ea3af94 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d2e4fa67bc..1253ad5482 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.20", + "version": "4.0.21", "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.11", - "@thi.ng/geom-closest-point": "^2.1.148", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/geom-closest-point": "^2.1.149", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index bc7f55bcc0..78facf5ee6 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ffc6123907..b0a6a3ed4c 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.148", + "version": "2.1.149", "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.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index caef2e626f..6e59f38bb5 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 42f15e0613..369284826d 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.20", + "version": "3.0.21", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 705e4c6289..09f658d7e5 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1947629bf1..f749ab54aa 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.20", + "version": "3.0.21", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-closest-point": "^2.1.148", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-closest-point": "^2.1.149", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index 43bd28daa8..edd02aa292 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 78b49f4f50..822fdd2f45 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.25", + "version": "0.4.26", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.16", - "@thi.ng/geom-isoline": "^2.1.148", - "@thi.ng/geom-poly-utils": "^3.0.20", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/geom": "^8.1.17", + "@thi.ng/geom-isoline": "^2.1.149", + "@thi.ng/geom-poly-utils": "^3.0.21", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index 949a9e3e95..906db3f359 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5936acf78d..b7598b8240 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.20", + "version": "2.3.21", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-arc": "^2.1.153", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-arc": "^2.1.154", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index c49b99c375..048277332a 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 aeece483e8..077081439e 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.20", + "version": "3.0.21", "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.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 8b391cb0cc..0c6a345ab8 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 475c74fa44..f0d87bc91a 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.20", + "version": "3.0.21", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.13", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/geom-poly-utils": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/morton": "^3.1.98", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-accel": "^4.1.14", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/geom-poly-utils": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/morton": "^3.1.99", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index 7854fecd92..9073a7fd6e 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 93bbe427c9..1470464b05 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.107", + "version": "0.3.108", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/grid-iterators": "^4.0.95", - "@thi.ng/matrices": "^2.4.20", - "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/grid-iterators": "^4.0.96", + "@thi.ng/matrices": "^2.4.21", + "@thi.ng/pixel": "^7.3.7", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index ee047e2239..7dcc70593e 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 4815aee93a..ebf9c5883a 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.95", + "version": "2.3.96", "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.11", - "@thi.ng/bitfield": "^2.3.55", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-clip-line": "^2.3.110", - "@thi.ng/geom-clip-poly": "^2.1.152", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/geom-poly-utils": "^3.0.20", - "@thi.ng/math": "^5.11.11", - "@thi.ng/quad-edge": "^3.1.75", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/bitfield": "^2.3.56", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-clip-line": "^2.3.111", + "@thi.ng/geom-clip-poly": "^2.1.153", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/geom-poly-utils": "^3.0.21", + "@thi.ng/math": "^5.11.12", + "@thi.ng/quad-edge": "^3.1.76", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-webgl/CHANGELOG.md b/packages/geom-webgl/CHANGELOG.md index da374c7584..bf4deef153 100644 --- a/packages/geom-webgl/CHANGELOG.md +++ b/packages/geom-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 459bd884bb..c0e6217da5 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.26", + "version": "0.1.27", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.16", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.20", - "@thi.ng/vectors": "^7.12.8", - "@thi.ng/webgl": "^6.9.24" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/geom": "^8.1.17", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vector-pools": "^3.2.21", + "@thi.ng/vectors": "^7.12.9", + "@thi.ng/webgl": "^6.9.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index af2b94cbf4..05391cb6a0 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T13:06:12Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2ad0e64e8b..255401fc29 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.16", + "version": "8.1.17", "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.15", - "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.4", - "@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.153", - "@thi.ng/geom-clip-line": "^2.3.110", - "@thi.ng/geom-clip-poly": "^2.1.152", - "@thi.ng/geom-closest-point": "^2.1.148", - "@thi.ng/geom-hull": "^2.1.148", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/geom-poly-utils": "^3.0.20", - "@thi.ng/geom-resample": "^3.0.20", - "@thi.ng/geom-splines": "^2.3.20", - "@thi.ng/geom-subdiv-curve": "^3.0.20", - "@thi.ng/geom-tessellate": "^3.0.20", - "@thi.ng/hiccup": "^5.2.17", - "@thi.ng/hiccup-svg": "^5.4.7", - "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.20", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/adjacency": "^3.0.16", + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/geom-arc": "^2.1.154", + "@thi.ng/geom-clip-line": "^2.3.111", + "@thi.ng/geom-clip-poly": "^2.1.153", + "@thi.ng/geom-closest-point": "^2.1.149", + "@thi.ng/geom-hull": "^2.1.149", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/geom-poly-utils": "^3.0.21", + "@thi.ng/geom-resample": "^3.0.21", + "@thi.ng/geom-splines": "^2.3.21", + "@thi.ng/geom-subdiv-curve": "^3.0.21", + "@thi.ng/geom-tessellate": "^3.0.21", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/hiccup-svg": "^5.4.8", + "@thi.ng/math": "^5.11.12", + "@thi.ng/matrices": "^2.4.21", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index 588dcc1a53..06a5ee420b 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 fef3bddc99..a42ae199a2 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.136", + "version": "0.4.137", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/zipper": "^2.1.114" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/zipper": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 5db26ff7f7..5f194e87f3 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 23c6625c7b..0574974fa3 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.95", + "version": "4.0.96", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/bitfield": "^2.3.55", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/morton": "^3.1.98", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/bitfield": "^2.3.56", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/morton": "^3.1.99", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index a7859b6e0d..7796e725f6 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d4acf77541..4bfa2b5849 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.150", + "version": "0.3.151", "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.11", - "@thi.ng/diff": "^5.1.78", - "@thi.ng/hiccup": "^5.2.17", - "@thi.ng/hiccup-css": "^2.7.27", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/diff": "^5.1.79", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/hiccup-css": "^2.7.28", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 624312a840..109f9adbee 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 9426767d94..4ef7b61dc1 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.168", + "version": "4.1.169", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/diff": "^5.1.78", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/hdom": "^9.4.50", - "@thi.ng/hiccup-canvas": "^3.1.25" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/diff": "^5.1.79", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hdom": "^9.4.51", + "@thi.ng/hiccup-canvas": "^3.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index a8d00f3526..902965b9b2 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1d4a705a4c..c4cec28883 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.140", + "version": "5.1.141", "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.11", - "@thi.ng/canvas": "^0.5.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-stats": "^2.2.0" + "@thi.ng/api": "^8.11.12", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/transducers-stats": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 9ef9e2562f..410f1ad0c2 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ffe82e439f..7da4a7d6fb 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.117", + "version": "2.1.118", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/hdom": "^9.4.50" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/hdom": "^9.4.51" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 82f5c417ee..aa3bcb00e8 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 999d35b2cd..e11c79ec06 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.50", + "version": "9.4.51", "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.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.17", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/prefixes": "^2.3.28" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/diff": "^5.1.79", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/prefixes": "^2.3.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/atom": "^5.3.11", + "@thi.ng/atom": "^5.3.12", "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 e630f731c3..17f0c00346 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 606174f2c8..2599d43bf8 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.83", + "version": "2.1.84", "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.11", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/equiv": "^2.1.67" + "@thi.ng/api": "^8.11.12", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/equiv": "^2.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index 7162e0885d..bca7de47b3 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ead06a7df8..59b01b9048 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.55", + "version": "2.3.56", "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 dbec2b299c..a7e88025e5 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5547edeadc..328ade2465 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.25", + "version": "3.1.26", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.11", - "@thi.ng/geom-arc": "^2.1.153", - "@thi.ng/math": "^5.11.11", - "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/color": "^5.7.12", + "@thi.ng/geom-arc": "^2.1.154", + "@thi.ng/math": "^5.11.12", + "@thi.ng/pixel": "^7.3.7", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 09f4bbc896..2b1eac9c1a 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8603eba355..3e479de1df 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.69", + "version": "3.1.70", "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.14", + "@thi.ng/hiccup": "^5.2.18", "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 54e8f5a91e..b7cd031d4e 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6645baf6b1..767ed29ffc 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.27", + "version": "2.7.28", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index 1eebab049d..e2446a787b 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 dcacdaf372..1a2258ff13 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.58", + "version": "0.3.59", "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.11", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/parse": "^2.4.58", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/parse": "^2.4.59", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index aea95d55f6..09228bcd7b 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5ae3907d74..51d1ee36d3 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.8", + "version": "2.7.9", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index b253b8a043..768641dcd0 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1d10be93bb..2b9b8d7d21 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.110", + "version": "3.2.111", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@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.17", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/parse": "^2.4.58", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/text-canvas": "^3.0.44" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/emoji": "^0.2.4", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/parse": "^2.4.59", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/text-canvas": "^3.0.45" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 8a90fd219a..90f632daf6 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 940042a3aa..98f9410f5b 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.7", + "version": "5.4.8", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.11", - "@thi.ng/prefixes": "^2.3.28" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/color": "^5.7.12", + "@thi.ng/prefixes": "^2.3.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index e8726096a9..08c5283683 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bf38d51f23..9f76bf2bb0 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.2.17", + "version": "5.2.18", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/atom": "^5.3.11", + "@thi.ng/atom": "^5.3.12", "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 6cf5bc1fb0..48d857ffe9 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 0e42e7ddc8..2c80f7ae58 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.51", + "version": "2.2.52", "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.11", - "@thi.ng/errors": "^2.5.17", + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 9d72207ec4..0395c2a28a 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5d092e2a9f..138c722de0 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.150", + "version": "2.1.151", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index 7152778baa..5e8c53fdf6 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6ce51e786a..8c50c23e88 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.19", + "version": "0.8.20", "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.11", - "@thi.ng/blurhash": "^0.2.8", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/date": "^2.7.32", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.15", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/pixel": "^7.3.6", - "@thi.ng/pixel-dither": "^1.1.146", - "@thi.ng/prefixes": "^2.3.28", + "@thi.ng/api": "^8.11.12", + "@thi.ng/blurhash": "^0.2.9", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/date": "^2.7.33", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/pixel": "^7.3.7", + "@thi.ng/pixel-dither": "^1.1.147", + "@thi.ng/prefixes": "^2.3.29", "sharp": "^0.33.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.8", + "@thi.ng/vectors": "^7.12.9", "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 9bc49e6ba1..b1e1d232bf 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-07T12:32:11Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e73278183b..7f7a9ae9ce 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.1.4", + "version": "3.1.5", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom": "^8.1.16", - "@thi.ng/geom-isec": "^4.0.20", - "@thi.ng/layout": "^3.1.5", - "@thi.ng/math": "^5.11.11", - "@thi.ng/ramp": "^3.3.8", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom": "^8.1.17", + "@thi.ng/geom-isec": "^4.0.21", + "@thi.ng/layout": "^3.1.6", + "@thi.ng/math": "^5.11.12", + "@thi.ng/ramp": "^3.3.9", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 7489b28226..5a8c4738b6 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 31de65506a..2d38f971ea 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.69", + "version": "3.2.70", "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.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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/atom": "^5.3.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/paths": "^5.1.92" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 10a60186a1..0d63b8dd71 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b07444d15e..ae577dff14 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.85", + "version": "4.2.86", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/dlogic": "^2.1.78", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/dlogic": "^2.1.79", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index a431800485..c76fa5213f 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T13:06:12Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a8b76804e3..9f3711f7da 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.15", + "version": "0.7.16", "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.11", - "@thi.ng/distance": "^2.4.94", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/distance": "^2.4.95", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/random": "^4.1.3", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 4e4b4b7c87..9d072215a1 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 94de87e461..e5c808501c 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.69", + "version": "3.2.70", "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.23", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/base-n": "^2.7.24", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 037944e516..59909fd8d0 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 aff239ada6..2234c5704e 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.1.5", + "version": "3.1.6", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index 8e18cbcdc0..8f3c598c16 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 43bd94b887..c6d6d46298 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.25", + "version": "3.1.26", "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.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.141" + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers-binary": "^2.1.142" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index ceae2525b0..5becad6be7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8160411cda..7ee5ee2109 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.21", + "version": "3.0.22", "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 f5e8826e9b..57100201ea 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cd607c0fb2..95b0c4d7c1 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.76", + "version": "0.3.77", "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.17" + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 277751de44..d9de5489dc 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 4b5560b292..f26850ae4c 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.148", + "version": "2.1.149", "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.11", - "@thi.ng/compose": "^3.0.14", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index d19d818ed3..5e70cd9dc2 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5b452e53e6..3d10bf22f3 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.92", + "version": "6.1.93", "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.11", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 72b2fba195..cf06e8c49b 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 48802f7b1b..0cacf597a1 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.143", + "version": "0.3.144", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/compose": "^3.0.14", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 48d6a1dff1..cdea0ff29b 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f5ff523386..e373f01f68 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.11.11", + "version": "5.11.12", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 958142a839..25c8027b58 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cf18f25e27..9c82a56fc0 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.20", + "version": "2.4.21", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index c1ddcda475..3dbe05b522 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-03T16:41:34Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e50175c6d9..f6a5b7afdc 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "4.0.1", + "version": "4.0.2", "description": "Function memoization with configurable caching and support for async functions", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 03e2735be7..ecf04efba3 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T15:34:31Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a8984ab37e..5e4a25486b 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.9", + "version": "0.15.10", "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.11", - "@thi.ng/args": "^2.3.47", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.15", - "@thi.ng/hiccup-css": "^2.7.27", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/memoize": "^4.0.1", - "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/text-format": "^2.2.16", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/args": "^2.3.48", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/hiccup-css": "^2.7.28", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/memoize": "^4.0.2", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/text-format": "^2.2.17", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 4a58a660ad..73b1ed8af6 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 10293dd551..5082acb963 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.6.17", + "version": "2.6.18", "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.11", + "@thi.ng/api": "^8.11.12", "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 bd975e1c52..b53eb5dabe 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8e7a9d8855..6ac41be5ad 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.98", + "version": "3.1.99", "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.11", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/msgpack/CHANGELOG.md b/packages/msgpack/CHANGELOG.md index 2b553104f6..87bba761fb 100644 --- a/packages/msgpack/CHANGELOG.md +++ b/packages/msgpack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 872210713c..439b1a6255 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.49", + "version": "0.1.50", "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.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/object-utils/CHANGELOG.md b/packages/object-utils/CHANGELOG.md index 471ed254d9..7d34157072 100644 --- a/packages/object-utils/CHANGELOG.md +++ b/packages/object-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b8476edc76..033cb53e76 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.4", + "version": "1.1.5", "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.11", - "@thi.ng/checks": "^3.6.13" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index bc0b55e528..87322affa2 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 97982e14e4..fbe594c085 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.3.3", + "version": "2.3.4", "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.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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/equiv": "^2.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index b60d5fcc77..8d8ff234b1 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1a7aed261f..9b8531d2a7 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.58", + "version": "2.4.59", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index e1d8aa3db9..159ef9eae5 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 47d6ad501a..762ba681ed 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.91", + "version": "5.1.92", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-convolve/CHANGELOG.md b/packages/pixel-convolve/CHANGELOG.md index 4a6268609c..9c8a5e4472 100644 --- a/packages/pixel-convolve/CHANGELOG.md +++ b/packages/pixel-convolve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d9aa5cbad8..7b3dd41892 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.11", + "version": "1.0.12", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/pixel": "^7.3.6" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/pixel": "^7.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index f7562e8150..1a9071b952 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 73495a0a15..36399336a4 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.146", + "version": "1.1.147", "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.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/pixel": "^7.3.6" + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/pixel": "^7.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dominant-colors/CHANGELOG.md b/packages/pixel-dominant-colors/CHANGELOG.md index e34e2baa7a..fac74c009d 100644 --- a/packages/pixel-dominant-colors/CHANGELOG.md +++ b/packages/pixel-dominant-colors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8b5c58586b..2b1e640c61 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.19", + "version": "1.1.20", "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.11", - "@thi.ng/k-means": "^0.7.15", - "@thi.ng/pixel": "^7.3.6" + "@thi.ng/api": "^8.11.12", + "@thi.ng/k-means": "^0.7.16", + "@thi.ng/pixel": "^7.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index 0f6cd21ea6..50f0e2a54e 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 906c2dcc2b..04a47c6a81 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.107", + "version": "0.1.108", "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.11", - "@thi.ng/pixel": "^7.3.6", + "@thi.ng/api": "^8.11.12", + "@thi.ng/pixel": "^7.3.7", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index 258f9feb96..80a831caa9 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f96c83fd58..75fbc191e8 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.146", + "version": "2.1.147", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/pixel": "^7.3.6" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/pixel": "^7.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index 819275ac1e..052784e889 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 54882b773b..8137226fa4 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.87", + "version": "0.1.88", "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.17", - "@thi.ng/pixel": "^7.3.6" + "@thi.ng/errors": "^2.5.18", + "@thi.ng/pixel": "^7.3.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 9cfa4c2ef7..bc2cc8d728 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T13:06:12Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 664d95dfeb..4fb5e0298e 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "7.3.6", + "version": "7.3.7", "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.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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/porter-duff": "^2.1.90" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 067a165215..23272d447e 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e63d591235..d83b9ac3dd 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.55", + "version": "2.2.56", "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.11", - "@thi.ng/args": "^2.3.47", - "@thi.ng/bench": "^3.6.4", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.15", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/pointfree": "^3.1.92" + "@thi.ng/api": "^8.11.12", + "@thi.ng/args": "^2.3.48", + "@thi.ng/bench": "^3.6.5", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/pointfree": "^3.1.93" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index b28fcd4935..95fc19784c 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 be4fdb5dbd..24bde39478 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.92", + "version": "3.1.93", "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.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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index c1b9965369..63923cb347 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 3f27cfb2b8..51bf768737 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.13", + "version": "3.2.14", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.13", - "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/geom-accel": "^4.1.14", + "@thi.ng/random": "^4.1.3", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index a0ebd9d7e8..8715823d64 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 4829410676..02d95021c1 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.89", + "version": "2.1.90", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index b2a683c441..bec5041ee3 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 136edb8bfd..92d473e755 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.3.28", + "version": "2.3.29", "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 f6d831aaa6..6e7296f576 100644 --- a/packages/proctext/CHANGELOG.md +++ b/packages/proctext/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ccefc600dd..7a5f3c56dc 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.2.11", + "version": "0.2.12", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@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.58", - "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/parse": "^2.4.59", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 48e604fee4..9f2260cc10 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 291eccf811..11b414fbd8 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.75", + "version": "3.1.76", "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.17" + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 6c02e260fa..85b20ff987 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bd07161089..9ed32c49d9 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.8", + "version": "3.3.9", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 0c212c1dc8..a1d8c97bd0 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b543fc1882..f20b6719a7 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.66", + "version": "0.3.67", "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.11", - "@thi.ng/base-n": "^2.7.23", - "@thi.ng/random": "^4.1.2" + "@thi.ng/api": "^8.11.12", + "@thi.ng/base-n": "^2.7.24", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 4998f83efa..bc8a2e9526 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-17T15:38:52Z +- **Last updated**: 2024-11-10T17:11:51Z - **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/package.json b/packages/random/package.json index 5e7ef2eabf..1c3a48e39d 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "4.1.2", + "version": "4.1.3", "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.11", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 835bb86a38..3fa66ceaf7 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6aeb05ed41..b72a63af09 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.81", + "version": "2.1.82", "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.3" + "@thi.ng/bitstream": "^2.4.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers": "^9.2.8", "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 f31d58427e..09cfcf741a 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c2c859f3fb..23d2d1258c 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.123", + "version": "1.0.124", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/grid-iterators": "^4.0.95", - "@thi.ng/porter-duff": "^2.1.89", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/grid-iterators": "^4.0.96", + "@thi.ng/porter-duff": "^2.1.90", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 7ee98d7920..a649c0082c 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 90d85ef398..0f36ed7d81 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.120", + "version": "0.5.121", "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.11", - "@thi.ng/canvas": "^0.5.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/hiccup-canvas": "^3.1.25", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.11", - "@thi.ng/rstream": "^9.0.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/hiccup-canvas": "^3.1.26", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/rdom": "^1.7.12", + "@thi.ng/rstream": "^9.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 64e1887887..5695e6f65e 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 75c1bb4ccf..7ecc6ba82d 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.24", + "version": "0.7.25", "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.11", - "@thi.ng/hiccup-html": "^2.7.8", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.11", - "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/hiccup-html": "^2.7.9", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/rdom": "^1.7.12", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-forms/CHANGELOG.md b/packages/rdom-forms/CHANGELOG.md index 0a5a157974..6026cb9181 100644 --- a/packages/rdom-forms/CHANGELOG.md +++ b/packages/rdom-forms/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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-forms/package.json b/packages/rdom-forms/package.json index 77b3530797..f8ab61d331 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.4.5", + "version": "0.4.6", "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.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.11", - "@thi.ng/rstream": "^9.0.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/hiccup-html": "^2.7.9", + "@thi.ng/rdom": "^1.7.12", + "@thi.ng/rstream": "^9.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 8c31ff7030..78dfde0ea4 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 59d4f97783..04dd6b5299 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.11", + "version": "1.7.12", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/hiccup": "^5.2.17", - "@thi.ng/paths": "^5.1.91", - "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.9" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/paths": "^5.1.92", + "@thi.ng/prefixes": "^2.3.29", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/strings": "^3.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 78c62a381e..c8b4f0233b 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 9654eee9ca..0c71e6a970 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.84", + "version": "7.1.85", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/paths": "^5.1.91" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/paths": "^5.1.92" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 666b8e064e..98b3a5d866 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b536c7c117..6cda7e1750 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.81", + "version": "3.1.82", "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.3", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/bitstream": "^2.4.4", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 9cf7ba5677..b869d65b80 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cff3b59158..0989b1b902 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "4.1.8", + "version": "4.1.9", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/errors": "^2.5.17", + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 9a0577d28f..5c8c079009 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 9de2a63859..a26e6db6bf 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.146", + "version": "3.1.147", "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.13", - "@thi.ng/rstream": "^9.0.7" + "@thi.ng/csp": "^3.2.14", + "@thi.ng/rstream": "^9.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index b391ecc0e6..6712b56fd7 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ff8f9310b1..8cc5800f15 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.100", + "version": "3.0.101", "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.7", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index a7259b1f02..df75226bca 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 3a0a4d530f..20dda37b43 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.95", + "version": "5.0.96", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/rstream": "^9.0.7", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 0f24bb8763..7b3d6a0de2 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8775dfa331..729d397df7 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.149", + "version": "4.1.150", "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.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.7", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/atom": "^5.3.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/paths": "^5.1.92", + "@thi.ng/resolve-map": "^7.1.85", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 1bb078db6d..e62521d99f 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d5cd9bca87..454bea084a 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.144", + "version": "2.1.145", "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.7" + "@thi.ng/rstream": "^9.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index ba68c89283..7460a4e9de 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cf6379af95..bc85e20806 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.42", + "version": "5.1.43", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index b8a5f5f76c..b1c6d4cd73 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e48f4db5a6..6aa860cf27 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.150", + "version": "2.1.151", "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.11", - "@thi.ng/associative": "^7.0.13", - "@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.7", - "@thi.ng/rstream-dot": "^3.0.100", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/math": "^5.11.12", + "@thi.ng/rstream": "^9.0.8", + "@thi.ng/rstream-dot": "^3.0.101", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index d50d26719e..86742d9e7d 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ff70694b36..2f0dbbeddb 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "9.0.7", + "version": "9.0.8", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/associative": "^7.0.13", - "@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.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/atom": "^5.3.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 32a197569e..e8fae919e7 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 06c9fae25e..30ab60444b 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.18", + "version": "2.2.19", "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.11", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-fsm": "^2.2.105" + "@thi.ng/api": "^8.11.12", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/transducers-fsm": "^2.2.106" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index f6d0f6ef0d..d0c6cc0bc9 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 82d2ccc99a..6ba5b5c1be 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.65", + "version": "1.0.66", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/matrices": "^2.4.20", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/matrices": "^2.4.21", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 2d244dd0be..2e1365d136 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 7d6278195f..b5586e57d9 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.83", + "version": "0.4.84", "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.11", - "@thi.ng/checks": "^3.6.13" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index c5e521a390..7e7af0ed9b 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a86c84485c..60fbf80d9f 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.50", + "version": "0.5.51", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 92585a00c6..963ecb93c6 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 fa26b99328..12564e72a6 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.142", + "version": "0.4.143", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/shader-ast": "^0.15.34" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/shader-ast": "^0.15.35" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 2c054e061b..5afc6c444c 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5f680c372d..fe8cc84a29 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.60", + "version": "1.1.61", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.20", - "@thi.ng/pixel": "^7.3.6", - "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/matrices": "^2.4.21", + "@thi.ng/pixel": "^7.3.7", + "@thi.ng/shader-ast": "^0.15.35", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 96f515bff4..293c446515 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c17769ffe1..929ed9e4c6 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.34", + "version": "0.4.35", "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.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.34" + "@thi.ng/api": "^8.11.12", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/math": "^5.11.12", + "@thi.ng/shader-ast": "^0.15.35" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index c0db241e05..d9208ff0b8 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c141f1a698..e8612c0a6c 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.34", + "version": "0.18.35", "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.11", - "@thi.ng/shader-ast": "^0.15.34" + "@thi.ng/api": "^8.11.12", + "@thi.ng/shader-ast": "^0.15.35" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 490564b57c..ea3783bddc 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ff5e5f05fc..ef1d01d77a 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.34", + "version": "0.15.35", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/dgraph": "^2.1.137", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/logger": "^3.0.21" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/dgraph": "^2.1.138", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index fbc213da64..1e3661ffcb 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 5c52520690..208d276972 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.141", + "version": "0.6.142", "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.11", - "@thi.ng/transducers-binary": "^2.1.141" + "@thi.ng/api": "^8.11.12", + "@thi.ng/transducers-binary": "^2.1.142" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index 8b08e5a123..2dc28b2776 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 502ce93ed0..502b7705da 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.148", + "version": "0.4.149", "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.11", - "@thi.ng/binary": "^3.4.34", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.141", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers-binary": "^2.1.142", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/equiv": "^2.1.67", + "@thi.ng/equiv": "^2.1.68", "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 d8edd96a0e..9fe4ce6ced 100644 --- a/packages/sorted-map/CHANGELOG.md +++ b/packages/sorted-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c0c1e98d5e..0d9ca3e772 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.13", + "version": "1.1.14", "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.11", - "@thi.ng/associative": "^7.0.13", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/random": "^4.1.2", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/random": "^4.1.3", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sparse-set/CHANGELOG.md b/packages/sparse-set/CHANGELOG.md index 8c368231f6..654fc2c4c2 100644 --- a/packages/sparse-set/CHANGELOG.md +++ b/packages/sparse-set/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 977b60f2fc..8254e02cd4 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.13", + "version": "1.1.14", "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.11", - "@thi.ng/associative": "^7.0.13", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/associative": "^7.0.14", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 9272dbe21f..ec2c57a012 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 a69e3a3d64..252a60cc4f 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.136", + "version": "0.3.137", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index b113bd683d..91eab0645d 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T15:34:31Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6e7f0690a2..f276e4cd32 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.8.9", + "version": "3.8.10", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/hex": "^2.3.55", - "@thi.ng/memoize": "^4.0.1" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hex": "^2.3.56", + "@thi.ng/memoize": "^4.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 3e0a7a49df..4a3cdc976f 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2ba447a9ae..f56cf0e4ed 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.33", + "version": "3.1.34", "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.11", - "@thi.ng/dgraph": "^2.1.137", - "@thi.ng/logger": "^3.0.21" + "@thi.ng/api": "^8.11.12", + "@thi.ng/dgraph": "^2.1.138", + "@thi.ng/logger": "^3.0.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index fd7a7c3013..ddb3deb5b7 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 152aa47c98..cde325bc65 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.37", + "version": "0.2.38", "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.11", - "@thi.ng/args": "^2.3.47", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/compare": "^2.4.3", - "@thi.ng/date": "^2.7.32", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.15", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/args": "^2.3.48", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/date": "^2.7.33", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index ded643d3fd..80921b8d5b 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 ae86035602..9a4a903a2b 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.44", + "version": "3.0.45", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-clip-line": "^2.3.110", - "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/text-format": "^2.2.16", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/geom-clip-line": "^2.3.111", + "@thi.ng/math": "^5.11.12", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/text-format": "^2.2.17", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 09caa904a0..8de02cfc4f 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 b4601fc9bb..54908c7e66 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.16", + "version": "2.2.17", "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.11", - "@thi.ng/hex": "^2.3.55", - "@thi.ng/memoize": "^4.0.1" + "@thi.ng/api": "^8.11.12", + "@thi.ng/hex": "^2.3.56", + "@thi.ng/memoize": "^4.0.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index 3a34478b7f..dcb93afffa 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e89a75584f..f0c1e8b853 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.70", + "version": "0.5.71", "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.11", - "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/math": "^5.11.12", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index ec37d56c54..a2823ef364 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e0741f3ca8..e82900aa9a 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.111", + "version": "0.1.112", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/file-io": "^2.1.15", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-async/CHANGELOG.md b/packages/transducers-async/CHANGELOG.md index a5e1182be0..16fb84efa1 100644 --- a/packages/transducers-async/CHANGELOG.md +++ b/packages/transducers-async/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-14T19:58:28Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 39b3205640..a52e3a48fd 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.3.1", + "version": "0.3.2", "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.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.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/buffers": "^0.1.15", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 70ccfcd14f..dea1987c5c 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 0549c36209..8aa134ba13 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.141", + "version": "2.1.142", "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.34", - "@thi.ng/compose": "^3.0.14", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/hex": "^2.3.55", - "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/binary": "^3.4.35", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hex": "^2.3.56", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 86c1272ccc..3859f0cd3b 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 8b67858638..b2523c079c 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.105", + "version": "2.2.106", "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.11", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index a5a4b9fe50..12878891a6 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 71aa61e334..250dd887d8 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.150", + "version": "3.1.151", "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.50", - "@thi.ng/hiccup": "^5.2.17", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/hdom": "^9.4.51", + "@thi.ng/hiccup": "^5.2.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index cbe39e2b49..837d6e2f4b 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 bfe06d7e7f..3519650788 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.136", + "version": "0.4.137", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/paths": "^5.1.91", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/paths": "^5.1.92", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index fe4ad88894..1dbd357b23 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-03T16:41:34Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 2cdc497bdf..5ae7c37890 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.2.0", + "version": "2.2.1", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.131", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/dcons": "^3.2.132", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 7c84f8a325..3617c04d49 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 642970615a..561c4af036 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "9.2.7", + "version": "9.2.8", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@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.2" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/compose": "^3.0.15", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/trie/CHANGELOG.md b/packages/trie/CHANGELOG.md index 97913c4fc9..32d6735b26 100644 --- a/packages/trie/CHANGELOG.md +++ b/packages/trie/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1fc10f47e7..418c2f3b0a 100644 --- a/packages/trie/package.json +++ b/packages/trie/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/trie", - "version": "1.1.4", + "version": "1.1.5", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 4840bb97c1..2bd85a52e3 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 cd681a4b8c..c4ffa2e196 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.68", + "version": "2.1.69", "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 a7932c6a81..bf922f4f43 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 eb11e22967..ad43e2f033 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.5.9", + "version": "0.5.10", "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.11", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/equiv": "^2.1.67", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/uuid/CHANGELOG.md b/packages/uuid/CHANGELOG.md index c42804769a..3802c06e98 100644 --- a/packages/uuid/CHANGELOG.md +++ b/packages/uuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 1e711e06ea..0db3c17cf4 100644 --- a/packages/uuid/package.json +++ b/packages/uuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/uuid", - "version": "1.1.8", + "version": "1.1.9", "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.55", - "@thi.ng/random": "^4.1.2" + "@thi.ng/hex": "^2.3.56", + "@thi.ng/random": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 786af7b754..13a5829777 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 53517dd8e4..2c3a01e67e 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.78", + "version": "0.3.79", "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.11" + "@thi.ng/api": "^8.11.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index 9b7e46ef05..6647be06ee 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 f2edd31e16..de265d840e 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.20", + "version": "3.2.21", "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.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.7", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/malloc": "^6.1.93", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index da39dece63..4984f16c0d 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 d1d31a4082..64c2215054 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.8", + "version": "7.12.9", "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.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": "^4.0.1", - "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/math": "^5.11.12", + "@thi.ng/memoize": "^4.0.2", + "@thi.ng/random": "^4.1.3", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index badc0bca90..e59bd8b27e 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 c2d0314eef..a05de1c46c 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.75", + "version": "0.6.76", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/math": "^5.11.11", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/transducers": "^9.2.7" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/math": "^5.11.12", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/transducers": "^9.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/date": "^2.7.32", + "@thi.ng/date": "^2.7.33", "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 642d830b7b..3b34a47792 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T16:30:54Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,21 @@ 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.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.8.0) (2024-11-10) + +#### 🚀 Features + +- update TypeScript codegen to use defType() ([1de3a70](https://github.com/thi-ng/umbrella/commit/1de3a70)) + - re-use `defType()` for generated structs/unions (see [947e3fc1cc](https://github.com/thi-ng/umbrella/commit/947e3fc1cc)), + resulting in much smaller outputs + - update test snapshots + +#### ♻️ Refactoring + +- update TS code gen ([42c6fa3](https://github.com/thi-ng/umbrella/commit/42c6fa3)) + - coalesce pointer & string var declarations + - update test snapshots + ### [0.7.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.9) (2024-11-09) #### ♻️ Refactoring diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 64055deb95..b316aff61a 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.9", + "version": "0.8.0", "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.11", - "@thi.ng/args": "^2.3.47", - "@thi.ng/arrays": "^2.10.4", - "@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.15", - "@thi.ng/logger": "^3.0.21", - "@thi.ng/paths": "^5.1.91", - "@thi.ng/strings": "^3.8.9", - "@thi.ng/wasm-api": "^2.1.0" + "@thi.ng/api": "^8.11.12", + "@thi.ng/args": "^2.3.48", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/binary": "^3.4.35", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/compare": "^2.4.4", + "@thi.ng/defmulti": "^3.0.50", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/file-io": "^2.1.16", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/paths": "^5.1.92", + "@thi.ng/strings": "^3.8.10", + "@thi.ng/wasm-api": "^2.2.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 46e83a72e1..56fa0d65e8 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T16:30:54Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.0.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.10) (2024-11-10) + +#### ♻️ Refactoring + +- regenerate typescript bindings ([07e939a](https://github.com/thi-ng/umbrella/commit/07e939a)) + ### [1.0.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.9) (2024-11-09) #### ♻️ Refactoring diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index e8c8d130ea..6737aa7347 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.9", + "version": "1.0.10", "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.34", - "@thi.ng/wasm-api": "^2.1.0", - "@thi.ng/wasm-api-dom": "^1.0.8" + "@thi.ng/binary": "^3.4.35", + "@thi.ng/wasm-api": "^2.2.0", + "@thi.ng/wasm-api-dom": "^1.0.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.9", + "@thi.ng/wasm-api-bindgen": "^0.8.0", "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 11fd845fa7..159f690bfa 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T16:30:54Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.0.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.9) (2024-11-10) + +#### ♻️ Refactoring + +- regenerate typescript bindings ([07e939a](https://github.com/thi-ng/umbrella/commit/07e939a)) +- regenerate TS bindings ([c540cb4](https://github.com/thi-ng/umbrella/commit/c540cb4)) + ### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.8) (2024-11-09) #### ♻️ Refactoring diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index b9c5810a92..9fa89d6dad 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.8", + "version": "1.0.9", "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.11", - "@thi.ng/canvas": "^0.5.4", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/wasm-api": "^2.1.0" + "@thi.ng/api": "^8.11.12", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/prefixes": "^2.3.29", + "@thi.ng/wasm-api": "^2.2.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.9", + "@thi.ng/wasm-api-bindgen": "^0.8.0", "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 6e211d199e..9ca606a0c8 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T16:30:54Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.0.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.9) (2024-11-10) + +#### ♻️ Refactoring + +- regenerate typescript bindings ([07e939a](https://github.com/thi-ng/umbrella/commit/07e939a)) + ### [1.0.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.8) (2024-11-09) #### ♻️ Refactoring diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 4109a0a702..4917498b00 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.8", + "version": "1.0.9", "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.11", - "@thi.ng/wasm-api": "^2.1.0" + "@thi.ng/api": "^8.11.12", + "@thi.ng/wasm-api": "^2.2.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.9", + "@thi.ng/wasm-api-bindgen": "^0.8.0", "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 72e920b884..3f4414d184 100644 --- a/packages/wasm-api-webgl/CHANGELOG.md +++ b/packages/wasm-api-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T16:30:54Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ 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.1.16](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.16) (2024-11-10) + +#### ♻️ Refactoring + +- regenerate typescript bindings ([07e939a](https://github.com/thi-ng/umbrella/commit/07e939a)) +- regenerate TS bindings ([c540cb4](https://github.com/thi-ng/umbrella/commit/c540cb4)) + ### [0.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.15) (2024-11-09) #### ♻️ Refactoring diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index b8093501f8..6f0d1373ae 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.15", + "version": "0.1.16", "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.11", - "@thi.ng/errors": "^2.5.17", - "@thi.ng/wasm-api": "^2.1.0", - "@thi.ng/wasm-api-dom": "^1.0.8", - "@thi.ng/webgl": "^6.9.24" + "@thi.ng/api": "^8.11.12", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/wasm-api": "^2.2.0", + "@thi.ng/wasm-api-dom": "^1.0.9", + "@thi.ng/webgl": "^6.9.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.9", + "@thi.ng/wasm-api-bindgen": "^0.8.0", "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 3705ba5289..4bdd1c0b4d 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-09T15:34:31Z +- **Last updated**: 2024-11-10T17:11:51Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.2.0) (2024-11-10) + +#### 🚀 Features + +- add defType() construction helper ([947e3fc](https://github.com/thi-ng/umbrella/commit/947e3fc)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.1.0) (2024-11-09) #### 🚀 Features diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 8d1c45ca7a..6a5a9c2252 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "2.1.0", + "version": "2.2.0", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.4", - "@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" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/hex": "^2.3.56", + "@thi.ng/idgen": "^2.2.52", + "@thi.ng/logger": "^3.0.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index bf938d0b16..28509dc677 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 6821b207a7..1224e2a63f 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.168", + "version": "2.1.169", "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.11", - "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.20", - "@thi.ng/vectors": "^7.12.8", - "@thi.ng/webgl": "^6.9.24" + "@thi.ng/api": "^8.11.12", + "@thi.ng/shader-ast": "^0.15.35", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vector-pools": "^3.2.21", + "@thi.ng/vectors": "^7.12.9", + "@thi.ng/webgl": "^6.9.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 35fe89b339..ffb613ccd5 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 e55acb7071..64ab75f304 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.168", + "version": "0.4.169", "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.11", - "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/shader-ast-glsl": "^0.4.142", - "@thi.ng/webgl": "^6.9.24" + "@thi.ng/api": "^8.11.12", + "@thi.ng/shader-ast": "^0.15.35", + "@thi.ng/shader-ast-glsl": "^0.4.143", + "@thi.ng/webgl": "^6.9.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 229d5a59b9..9ff469e2e6 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 623179d6bd..12315cbb9f 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.24", + "version": "6.9.25", "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.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.20", - "@thi.ng/memoize": "^4.0.1", - "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/pixel": "^7.3.6", - "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/shader-ast-glsl": "^0.4.142", - "@thi.ng/shader-ast-stdlib": "^0.18.34", - "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.20", - "@thi.ng/vectors": "^7.12.8" + "@thi.ng/api": "^8.11.12", + "@thi.ng/canvas": "^0.5.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/equiv": "^2.1.68", + "@thi.ng/errors": "^2.5.18", + "@thi.ng/logger": "^3.0.22", + "@thi.ng/matrices": "^2.4.21", + "@thi.ng/memoize": "^4.0.2", + "@thi.ng/object-utils": "^1.1.5", + "@thi.ng/pixel": "^7.3.7", + "@thi.ng/shader-ast": "^0.15.35", + "@thi.ng/shader-ast-glsl": "^0.4.143", + "@thi.ng/shader-ast-stdlib": "^0.18.35", + "@thi.ng/transducers": "^9.2.8", + "@thi.ng/vector-pools": "^3.2.21", + "@thi.ng/vectors": "^7.12.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index edd928bb68..f6d8f4a242 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-10T17:11:51Z - **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 0321657fd5..5edff5785f 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.114", + "version": "2.1.115", "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.11", - "@thi.ng/arrays": "^2.10.4", - "@thi.ng/checks": "^3.6.13", - "@thi.ng/errors": "^2.5.17" + "@thi.ng/api": "^8.11.12", + "@thi.ng/arrays": "^2.10.5", + "@thi.ng/checks": "^3.6.14", + "@thi.ng/errors": "^2.5.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/yarn.lock b/yarn.lock index 5393b2b451..daf35a9865 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3949,26 +3949,26 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.15, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.16, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/bitfield": "npm:^2.3.55" - "@thi.ng/dcons": "npm:^3.2.131" - "@thi.ng/disjoint-set": "npm:^1.1.4" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/sparse": "npm:^0.3.136" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/bitfield": "npm:^2.3.56" + "@thi.ng/dcons": "npm:^3.2.132" + "@thi.ng/disjoint-set": "npm:^1.1.5" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/sparse": "npm:^0.3.137" + "@thi.ng/vectors": "npm:^7.12.9" 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.11, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.11.12, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3979,53 +3979,53 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.47, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.48, @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.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.9" - "@thi.ng/text-format": "npm:^2.2.16" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/text-format": "npm:^2.2.17" 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.4, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.10.5, @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.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.2" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/random": "npm:^4.1.3" 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.13, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.14, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.131" - "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/dcons": "npm:^3.2.132" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4033,15 +4033,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.3.11, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.3.12, @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.11" - "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/paths": "npm:^5.1.92" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4049,21 +4049,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.101, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.102, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/compose": "npm:^3.0.14" - "@thi.ng/date": "npm:^2.7.32" - "@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.7" - "@thi.ng/units": "npm:^0.5.9" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/date": "npm:^2.7.33" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/units": "npm:^0.5.10" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.7" @@ -4071,7 +4071,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@npm:^2.7.23, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@npm:^2.7.24, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -4082,12 +4082,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.6.4, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.6.5, @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.11" + "@thi.ng/api": "npm:^8.11.12" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" tools: "workspace:^" @@ -4101,13 +4101,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.9" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-binary": "npm:^2.1.141" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/transducers-binary": "npm:^2.1.142" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4125,55 +4125,55 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.34, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.35, @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.11" + "@thi.ng/api": "npm:^8.11.12" 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.55, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.56, @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.11" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" 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.3, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@npm:^2.4.4, @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.17" + "@thi.ng/errors": "npm:^2.5.18" 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.8, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": +"@thi.ng/blurhash@npm:^0.2.9, @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.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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/base-n": "npm:^2.7.24" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" esbuild: "npm:^0.24.0" tools: "workspace:^" typedoc: "npm:^0.26.7" @@ -4186,27 +4186,27 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.94" - "@thi.ng/geom-closest-point": "npm:^2.1.148" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/timestep": "npm:^0.5.70" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/distance": "npm:^2.4.95" + "@thi.ng/geom-closest-point": "npm:^2.1.149" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/timestep": "npm:^0.5.71" + "@thi.ng/vectors": "npm:^7.12.9" 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.14, @thi.ng/buffers@workspace:packages/buffers": +"@thi.ng/buffers@npm:^0.1.15, @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.11" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4218,15 +4218,15 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/dcons": "npm:^3.2.131" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/dcons": "npm:^3.2.132" 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.4, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": +"@thi.ng/canvas@npm:^0.5.5, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": version: 0.0.0-use.local resolution: "@thi.ng/canvas@workspace:packages/canvas" dependencies: @@ -4243,19 +4243,19 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" 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.13, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@npm:^3.6.14, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: @@ -4273,36 +4273,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.11" - "@thi.ng/base-n": "npm:^2.7.23" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hex": "npm:^2.3.55" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/base-n": "npm:^2.7.24" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/color": "npm:^5.7.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hex": "npm:^2.3.56" 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.11, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.12, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.2" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4314,26 +4314,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.11" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/dsp": "npm:^4.7.51" - "@thi.ng/dsp-io-wav": "npm:^2.1.138" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/text-canvas": "npm:^3.0.41" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.5" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/dsp": "npm:^4.7.52" + "@thi.ng/dsp-io-wav": "npm:^2.1.142" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/text-canvas": "npm:^3.0.45" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.3, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.4.4, @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.11" + "@thi.ng/api": "npm:^8.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4345,38 +4345,38 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" 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.14, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^3.0.15, @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.11" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" 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.13, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^3.2.14, @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.11" - "@thi.ng/buffers": "npm:^0.1.14" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/buffers": "npm:^0.1.15" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4388,56 +4388,56 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" 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.32, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.33, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/strings": "npm:^3.8.10" 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.131, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.132, @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.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.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" 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.49, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.50, @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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4449,44 +4449,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.11" - "@thi.ng/dgraph": "npm:^2.1.137" - "@thi.ng/dot": "npm:^2.1.85" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/dgraph": "npm:^2.1.138" + "@thi.ng/dot": "npm:^2.1.86" 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.137, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.138, @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.11" - "@thi.ng/associative": "npm:^7.0.13" - "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" 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.78, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.79, @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.11" - "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/equiv": "npm:^2.1.68" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/disjoint-set@npm:^1.1.4, @thi.ng/disjoint-set@workspace:packages/disjoint-set": +"@thi.ng/disjoint-set@npm:^1.1.5, @thi.ng/disjoint-set@workspace:packages/disjoint-set": version: 0.0.0-use.local resolution: "@thi.ng/disjoint-set@workspace:packages/disjoint-set" dependencies: @@ -4502,25 +4502,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.11" - "@thi.ng/pixel": "npm:^7.3.5" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/pixel": "npm:^7.3.7" 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.94, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.95, @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.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.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/heaps": "npm:^2.1.84" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4532,67 +4532,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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/mime": "npm:^2.6.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/mime": "npm:^2.6.18" 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.78, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.79, @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.11" + "@thi.ng/api": "npm:^8.11.12" 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.85, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.86, @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.11" - "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" 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.138, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.142, @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.11" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-binary": "npm:^2.1.141" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/transducers-binary": "npm:^2.1.142" 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.51, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.52, @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.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.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4604,7 +4604,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.11" + "@thi.ng/api": "npm:^8.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4616,8 +4616,8 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4629,17 +4629,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.13" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.131" - "@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.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/dcons": "npm:^3.2.132" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/idgen": "npm:^2.2.52" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/malloc": "npm:^6.1.93" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4652,23 +4652,23 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.9" - "@thi.ng/transducers-binary": "npm:^2.1.141" - "@thi.ng/trie": "npm:^1.1.4" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/dot": "npm:^2.1.86" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/prefixes": "npm:^2.3.29" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers-binary": "npm:^2.1.142" + "@thi.ng/trie": "npm:^1.1.5" 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.3, @thi.ng/emoji@workspace:^, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@npm:^0.2.4, @thi.ng/emoji@workspace:^, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: @@ -4679,7 +4679,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@npm:^2.1.67, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@npm:^2.1.68, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: @@ -4690,7 +4690,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@npm:^2.5.17, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@npm:^2.5.18, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: @@ -4719,31 +4719,31 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.2" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/bench": "npm:^3.6.5" + "@thi.ng/buffers": "npm:^0.1.15" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/idgen": "npm:^2.2.52" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/random": "npm:^4.1.3" 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.15, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.1.16, @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.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.2" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/random": "npm:^4.1.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4755,63 +4755,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.11" - "@thi.ng/fuzzy": "npm:^2.1.93" - "@thi.ng/hiccup": "npm:^5.2.17" - "@thi.ng/hiccup-svg": "npm:^5.4.7" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/text-canvas": "npm:^3.0.44" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/fuzzy": "npm:^2.1.94" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/hiccup-svg": "npm:^5.4.8" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/text-canvas": "npm:^3.0.45" 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.93, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.94, @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.11" - "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/math": "npm:^5.11.12" 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.13, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.14, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.94" - "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/heaps": "npm:^2.1.83" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/distance": "npm:^2.4.95" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/heaps": "npm:^2.1.84" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.153, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.154, @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.13" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4823,60 +4823,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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/axidraw": "npm:^1.1.101" - "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/geom": "npm:^8.1.16" - "@thi.ng/geom-accel": "npm:^4.1.13" - "@thi.ng/geom-clip-line": "npm:^2.3.110" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/axidraw": "npm:^1.1.102" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/geom": "npm:^8.1.17" + "@thi.ng/geom-accel": "npm:^4.1.14" + "@thi.ng/geom-clip-line": "npm:^2.3.111" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.110, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.111, @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.11" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/vectors": "npm:^7.12.9" 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.152, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.153, @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.20" - "@thi.ng/geom-poly-utils": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/geom-poly-utils": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" 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.148, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.149, @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.11" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4888,28 +4888,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.11" - "@thi.ng/color": "npm:^5.7.11" - "@thi.ng/geom": "npm:^8.1.16" - "@thi.ng/geom-clip-line": "npm:^2.3.110" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/grid-iterators": "npm:^4.0.95" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/color": "npm:^5.7.12" + "@thi.ng/geom": "npm:^8.1.17" + "@thi.ng/geom-clip-line": "npm:^2.3.111" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/grid-iterators": "npm:^4.0.96" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.148, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.149, @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.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4921,70 +4921,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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.21, @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.11" - "@thi.ng/geom-closest-point": "npm:^2.1.148" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/geom-closest-point": "npm:^2.1.149" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" 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.148, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.149, @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.11" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.21, @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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.21, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-closest-point": "npm:^2.1.148" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-closest-point": "npm:^2.1.149" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4996,67 +4996,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.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.16" - "@thi.ng/geom-isoline": "npm:^2.1.148" - "@thi.ng/geom-poly-utils": "npm:^3.0.20" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/geom": "npm:^8.1.17" + "@thi.ng/geom-isoline": "npm:^2.1.149" + "@thi.ng/geom-poly-utils": "npm:^3.0.21" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.21, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-arc": "npm:^2.1.153" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-arc": "npm:^2.1.154" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.21, @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.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.20, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.21, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.13" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/geom-poly-utils": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/morton": "npm:^3.1.98" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-accel": "npm:^4.1.14" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/geom-poly-utils": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/morton": "npm:^3.1.99" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5068,12 +5068,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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/grid-iterators": "npm:^4.0.95" - "@thi.ng/matrices": "npm:^2.4.20" - "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/grid-iterators": "npm:^4.0.96" + "@thi.ng/matrices": "npm:^2.4.21" + "@thi.ng/pixel": "npm:^7.3.7" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5085,16 +5085,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.11" - "@thi.ng/bitfield": "npm:^2.3.55" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-clip-line": "npm:^2.3.110" - "@thi.ng/geom-clip-poly": "npm:^2.1.152" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/geom-poly-utils": "npm:^3.0.20" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/quad-edge": "npm:^3.1.75" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/bitfield": "npm:^2.3.56" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-clip-line": "npm:^2.3.111" + "@thi.ng/geom-clip-poly": "npm:^2.1.153" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/geom-poly-utils": "npm:^3.0.21" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/quad-edge": "npm:^3.1.76" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5106,54 +5106,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.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.16" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.20" - "@thi.ng/vectors": "npm:^7.12.8" - "@thi.ng/webgl": "npm:^6.9.24" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/geom": "npm:^8.1.17" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vector-pools": "npm:^3.2.21" + "@thi.ng/vectors": "npm:^7.12.9" + "@thi.ng/webgl": "npm:^6.9.25" 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.16, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.17, @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.15" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.153" - "@thi.ng/geom-clip-line": "npm:^2.3.110" - "@thi.ng/geom-clip-poly": "npm:^2.1.152" - "@thi.ng/geom-closest-point": "npm:^2.1.148" - "@thi.ng/geom-hull": "npm:^2.1.148" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/geom-poly-utils": "npm:^3.0.20" - "@thi.ng/geom-resample": "npm:^3.0.20" - "@thi.ng/geom-splines": "npm:^2.3.20" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.20" - "@thi.ng/geom-tessellate": "npm:^3.0.20" - "@thi.ng/hiccup": "npm:^5.2.17" - "@thi.ng/hiccup-svg": "npm:^5.4.7" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.20" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/adjacency": "npm:^3.0.16" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/geom-arc": "npm:^2.1.154" + "@thi.ng/geom-clip-line": "npm:^2.3.111" + "@thi.ng/geom-clip-poly": "npm:^2.1.153" + "@thi.ng/geom-closest-point": "npm:^2.1.149" + "@thi.ng/geom-hull": "npm:^2.1.149" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/geom-poly-utils": "npm:^3.0.21" + "@thi.ng/geom-resample": "npm:^3.0.21" + "@thi.ng/geom-splines": "npm:^2.3.21" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.21" + "@thi.ng/geom-tessellate": "npm:^3.0.21" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/hiccup-svg": "npm:^5.4.8" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/matrices": "npm:^2.4.21" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5165,31 +5165,31 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.2" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/zipper": "npm:^2.1.114" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/zipper": "npm:^2.1.115" 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.95, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.96, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/bitfield": "npm:^2.3.55" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/morton": "npm:^3.1.98" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/bitfield": "npm:^2.3.56" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/morton": "npm:^3.1.99" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5201,11 +5201,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/diff": "npm:^5.1.78" - "@thi.ng/hiccup": "npm:^5.2.17" - "@thi.ng/hiccup-css": "npm:^2.7.27" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/diff": "npm:^5.1.79" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/hiccup-css": "npm:^2.7.28" + "@thi.ng/strings": "npm:^3.8.10" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5220,12 +5220,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.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.50" - "@thi.ng/hiccup-canvas": "npm:^3.1.25" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/diff": "npm:^5.1.79" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hdom": "npm:^9.4.51" + "@thi.ng/hiccup-canvas": "npm:^3.1.26" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5237,12 +5237,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.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.7" - "@thi.ng/transducers-stats": "npm:^2.2.0" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/transducers-stats": "npm:^2.2.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5254,50 +5254,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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/hdom": "npm:^9.4.50" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/hdom": "npm:^9.4.51" 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.50, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.51, @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.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.17" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/atom": "npm:^5.3.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/diff": "npm:^5.1.79" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/prefixes": "npm:^2.3.29" 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.83, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.84, @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.11" - "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/equiv": "npm:^2.1.67" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/equiv": "npm:^2.1.68" 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.55, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@npm:^2.3.56, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: @@ -5308,18 +5308,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.25, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.26, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.11" - "@thi.ng/geom-arc": "npm:^2.1.153" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/color": "npm:^5.7.12" + "@thi.ng/geom-arc": "npm:^2.1.154" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/pixel": "npm:^7.3.7" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5331,22 +5331,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.14" + "@thi.ng/hiccup": "npm:^5.2.18" 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.27, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.28, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5358,22 +5358,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.11" - "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/parse": "npm:^2.4.58" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/parse": "npm:^2.4.59" + "@thi.ng/strings": "npm:^3.8.10" 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.8, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.7.9, @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.11" + "@thi.ng/api": "npm:^8.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5385,61 +5385,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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.17" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/parse": "npm:^2.4.58" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/text-canvas": "npm:^3.0.44" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/emoji": "npm:^0.2.4" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/parse": "npm:^2.4.59" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/text-canvas": "npm:^3.0.45" 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.7, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.8, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.11" - "@thi.ng/prefixes": "npm:^2.3.28" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/color": "npm:^5.7.12" + "@thi.ng/prefixes": "npm:^2.3.29" 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.14, @thi.ng/hiccup@npm:^5.2.17, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.2.18, @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.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.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/atom": "npm:^5.3.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" 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.51, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.52, @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.11" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -5452,12 +5452,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.9" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5469,19 +5469,19 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/blurhash": "npm:^0.2.8" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/date": "npm:^2.7.32" - "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.15" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/pixel-dither": "npm:^1.1.146" - "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/blurhash": "npm:^0.2.9" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/date": "npm:^2.7.33" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/pixel": "npm:^7.3.7" + "@thi.ng/pixel-dither": "npm:^1.1.147" + "@thi.ng/prefixes": "npm:^2.3.29" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" sharp: "npm:^0.33.5" typedoc: "npm:^0.26.7" @@ -5494,15 +5494,15 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom": "npm:^8.1.16" - "@thi.ng/geom-isec": "npm:^4.0.20" - "@thi.ng/layout": "npm:^3.1.5" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/ramp": "npm:^3.3.8" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom": "npm:^8.1.17" + "@thi.ng/geom-isec": "npm:^4.0.21" + "@thi.ng/layout": "npm:^3.1.6" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/ramp": "npm:^3.3.9" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5514,12 +5514,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/atom": "npm:^5.3.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/paths": "npm:^5.1.92" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5531,26 +5531,26 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/dlogic": "npm:^2.1.79" + "@thi.ng/errors": "npm:^2.5.18" 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.15, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.16, @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.11" - "@thi.ng/distance": "npm:^2.4.94" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/distance": "npm:^2.4.95" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5562,10 +5562,10 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/base-n": "npm:^2.7.23" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/base-n": "npm:^2.7.24" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5574,14 +5574,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.1.5, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.1.6, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5593,16 +5593,16 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers-binary": "npm:^2.1.141" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers-binary": "npm:^2.1.142" 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.21, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.22, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5618,7 +5618,7 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5630,28 +5630,28 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.2" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.92, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.93, @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.11" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5663,51 +5663,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.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.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" 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.11, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.11.12, @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.11" + "@thi.ng/api": "npm:^8.11.12" 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.20, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.21, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^4.0.1, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^4.0.2, @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.11" + "@thi.ng/api": "npm:^8.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5719,20 +5719,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.11" - "@thi.ng/args": "npm:^2.3.47" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.15" - "@thi.ng/hiccup-css": "npm:^2.7.27" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/memoize": "npm:^4.0.1" - "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/text-format": "npm:^2.2.16" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/args": "npm:^2.3.48" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/hiccup-css": "npm:^2.7.28" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/memoize": "npm:^4.0.2" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/text-format": "npm:^2.2.17" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5741,27 +5741,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@npm:^2.6.17, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@npm:^2.6.18, @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.11" + "@thi.ng/api": "npm:^8.11.12" 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.98, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.99, @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.11" - "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/math": "npm:^5.11.11" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5773,22 +5773,22 @@ __metadata: resolution: "@thi.ng/msgpack@workspace:packages/msgpack" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" 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.4, @thi.ng/object-utils@workspace:^, @thi.ng/object-utils@workspace:packages/object-utils": +"@thi.ng/object-utils@npm:^1.1.5, @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.11" - "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5800,41 +5800,41 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/equiv": "npm:^2.1.68" 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.58, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.59, @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.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.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/strings": "npm:^3.8.10" 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.91, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.92, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5846,25 +5846,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.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.6" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/pixel": "npm:^7.3.7" 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.146, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.147, @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.13" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/pixel": "npm:^7.3.6" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/pixel": "npm:^7.3.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5876,9 +5876,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.11" - "@thi.ng/k-means": "npm:^0.7.15" - "@thi.ng/pixel": "npm:^7.3.6" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/k-means": "npm:^0.7.16" + "@thi.ng/pixel": "npm:^7.3.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5890,8 +5890,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.11" - "@thi.ng/pixel": "npm:^7.3.6" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/pixel": "npm:^7.3.7" esbuild: "npm:^0.24.0" geotiff: "npm:2.1.3" typedoc: "npm:^0.26.7" @@ -5904,9 +5904,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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/pixel": "npm:^7.3.6" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/pixel": "npm:^7.3.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5918,25 +5918,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.17" - "@thi.ng/pixel": "npm:^7.3.6" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/pixel": "npm:^7.3.7" 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.5, @thi.ng/pixel@npm:^7.3.6, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^7.3.7, @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.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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/porter-duff": "npm:^2.1.90" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -5949,13 +5949,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.11" - "@thi.ng/args": "npm:^2.3.47" - "@thi.ng/bench": "npm:^3.6.4" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.15" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/pointfree": "npm:^3.1.92" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/args": "npm:^2.3.48" + "@thi.ng/bench": "npm:^3.6.5" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/pointfree": "npm:^3.1.93" esbuild: "npm:^0.24.0" pegjs: "npm:0.11.0-master.b7b87ea" typedoc: "npm:^0.26.7" @@ -5965,16 +5965,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.92, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.93, @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.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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5986,30 +5986,30 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.13" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/geom-accel": "npm:^4.1.14" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/vectors": "npm:^7.12.9" 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.89, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.90, @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.11" + "@thi.ng/api": "npm:^8.11.12" 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.28, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@npm:^2.3.29, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -6025,45 +6025,45 @@ __metadata: resolution: "@thi.ng/proctext@workspace:packages/proctext" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.58" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/parse": "npm:^2.4.59" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" 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.75, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@npm:^3.1.76, @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.17" + "@thi.ng/errors": "npm:^2.5.18" 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.8, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.9, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6075,22 +6075,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.11" - "@thi.ng/base-n": "npm:^2.7.23" - "@thi.ng/random": "npm:^4.1.2" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/base-n": "npm:^2.7.24" + "@thi.ng/random": "npm:^4.1.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/random@npm:^4.1.2, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^4.1.3, @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.11" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6102,8 +6102,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.3" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/bitstream": "npm:^2.4.4" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6115,13 +6115,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.95" - "@thi.ng/porter-duff": "npm:^2.1.89" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/grid-iterators": "npm:^4.0.96" + "@thi.ng/porter-duff": "npm:^2.1.90" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6133,13 +6133,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.11" - "@thi.ng/canvas": "npm:^0.5.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/hiccup-canvas": "npm:^3.1.25" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.11" - "@thi.ng/rstream": "npm:^9.0.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/hiccup-canvas": "npm:^3.1.26" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/rdom": "npm:^1.7.12" + "@thi.ng/rstream": "npm:^9.0.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6151,13 +6151,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.11" - "@thi.ng/hiccup-html": "npm:^2.7.8" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.11" - "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/hiccup-html": "npm:^2.7.9" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/rdom": "npm:^1.7.12" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6169,46 +6169,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.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.11" - "@thi.ng/rstream": "npm:^9.0.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/hiccup-html": "npm:^2.7.9" + "@thi.ng/rdom": "npm:^1.7.12" + "@thi.ng/rstream": "npm:^9.0.8" 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.11, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.12, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hiccup": "npm:^5.2.17" - "@thi.ng/paths": "npm:^5.1.91" - "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/paths": "npm:^5.1.92" + "@thi.ng/prefixes": "npm:^2.3.29" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/strings": "npm:^3.8.10" 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.84, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.85, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/paths": "npm:^5.1.91" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/paths": "npm:^5.1.92" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6220,8 +6220,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.3" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/bitstream": "npm:^2.4.4" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6233,10 +6233,10 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -6249,22 +6249,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.13" - "@thi.ng/rstream": "npm:^9.0.7" + "@thi.ng/csp": "npm:^3.2.14" + "@thi.ng/rstream": "npm:^9.0.8" 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.100, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.101, @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.7" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6276,11 +6276,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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6292,14 +6292,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.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.7" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/atom": "npm:^5.3.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/paths": "npm:^5.1.92" + "@thi.ng/resolve-map": "npm:^7.1.85" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6311,7 +6311,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.7" + "@thi.ng/rstream": "npm:^9.0.8" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6324,12 +6324,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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6341,35 +6341,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.11" - "@thi.ng/associative": "npm:^7.0.13" - "@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.7" - "@thi.ng/rstream-dot": "npm:^3.0.100" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/rstream": "npm:^9.0.8" + "@thi.ng/rstream-dot": "npm:^3.0.101" + "@thi.ng/transducers": "npm:^9.2.8" 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.7, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^9.0.8, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/associative": "npm:^7.0.13" - "@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.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/atom": "npm:^5.3.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6381,10 +6381,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-fsm": "npm:^2.2.105" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/transducers-fsm": "npm:^2.2.106" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6396,11 +6396,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.20" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/matrices": "npm:^2.4.21" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6412,8 +6412,8 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6425,24 +6425,24 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/defmulti": "npm:^3.0.49" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" 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.142, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.143, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/shader-ast": "npm:^0.15.34" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/shader-ast": "npm:^0.15.35" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6454,14 +6454,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.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.20" - "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/matrices": "npm:^2.4.21" + "@thi.ng/pixel": "npm:^7.3.7" + "@thi.ng/shader-ast": "npm:^0.15.35" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6473,42 +6473,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.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.34" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/shader-ast": "npm:^0.15.35" 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.34, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.35, @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.11" - "@thi.ng/shader-ast": "npm:^0.15.34" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/shader-ast": "npm:^0.15.35" 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.34, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.35, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/dgraph": "npm:^2.1.137" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/dgraph": "npm:^2.1.138" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6520,8 +6520,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/transducers-binary": "npm:^2.1.141" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/transducers-binary": "npm:^2.1.142" assemblyscript: "npm:0.27.30" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6534,12 +6534,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.141" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers-binary": "npm:^2.1.142" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6551,12 +6551,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.11" - "@thi.ng/associative": "npm:^7.0.13" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6568,39 +6568,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.11" - "@thi.ng/associative": "npm:^7.0.13" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/associative": "npm:^7.0.14" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" 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.136, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.137, @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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" 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.9, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.8.10, @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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/memoize": "npm:^4.0.1" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/memoize": "npm:^4.0.2" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6612,9 +6612,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/dgraph": "npm:^2.1.137" - "@thi.ng/logger": "npm:^3.0.21" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/dgraph": "npm:^2.1.138" + "@thi.ng/logger": "npm:^3.0.22" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6626,16 +6626,16 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/args": "npm:^2.3.47" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/date": "npm:^2.7.32" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.15" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/args": "npm:^2.3.48" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/date": "npm:^2.7.33" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6644,20 +6644,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.41, @thi.ng/text-canvas@npm:^3.0.44, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.45, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-clip-line": "npm:^2.3.110" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/text-format": "npm:^2.2.16" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/geom-clip-line": "npm:^2.3.111" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/text-format": "npm:^2.2.17" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -6665,28 +6665,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.2.16, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.2.17, @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.11" - "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/memoize": "npm:^4.0.1" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/memoize": "npm:^4.0.2" 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.70, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.71, @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.11" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/vectors": "npm:^7.12.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6698,12 +6698,12 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/file-io": "npm:^2.1.15" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6715,43 +6715,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.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.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/buffers": "npm:^0.1.15" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" 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.141, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.142, @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.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.2" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" 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.105, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.106, @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.11" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6763,9 +6763,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.50" - "@thi.ng/hiccup": "npm:^5.2.17" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/hdom": "npm:^9.4.51" + "@thi.ng/hiccup": "npm:^5.2.18" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6777,58 +6777,58 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@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.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/paths": "npm:^5.1.92" + "@thi.ng/transducers": "npm:^9.2.8" 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.2.0, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.2.1, @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/api": "npm:^8.11.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.131" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/dcons": "npm:^3.2.132" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/transducers": "npm:^9.2.8" 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.5, @thi.ng/transducers@npm:^9.2.7, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.2.8, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.2" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/compose": "npm:^3.0.15" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/random": "npm:^4.1.3" 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.4, @thi.ng/trie@workspace:packages/trie": +"@thi.ng/trie@npm:^1.1.5, @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.11" + "@thi.ng/api": "npm:^8.11.12" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6846,15 +6846,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.5.9, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.5.10, @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.11" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6866,8 +6866,8 @@ __metadata: resolution: "@thi.ng/uuid@workspace:packages/uuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/random": "npm:^4.1.2" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/random": "npm:^4.1.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6879,47 +6879,47 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" + "@thi.ng/api": "npm:^8.11.12" 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.20, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.21, @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.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.7" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/malloc": "npm:^6.1.93" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vectors": "npm:^7.12.9" 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.5, @thi.ng/vectors@npm:^7.12.8, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.12.9, @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.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:^4.0.1" - "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/memoize": "npm:^4.0.2" + "@thi.ng/random": "npm:^4.1.3" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6931,38 +6931,38 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/date": "npm:^2.7.32" - "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/transducers": "npm:^9.2.7" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/date": "npm:^2.7.33" + "@thi.ng/math": "npm:^5.11.12" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/transducers": "npm:^9.2.8" 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.9, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.8.0, @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.11" - "@thi.ng/args": "npm:^2.3.47" - "@thi.ng/arrays": "npm:^2.10.4" - "@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.15" - "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/paths": "npm:^5.1.91" - "@thi.ng/strings": "npm:^3.8.9" - "@thi.ng/wasm-api": "npm:^2.1.0" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/args": "npm:^2.3.48" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/compare": "npm:^2.4.4" + "@thi.ng/defmulti": "npm:^3.0.50" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/file-io": "npm:^2.1.16" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/paths": "npm:^5.1.92" + "@thi.ng/strings": "npm:^3.8.10" + "@thi.ng/wasm-api": "npm:^2.2.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6976,27 +6976,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.34" - "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" - "@thi.ng/wasm-api-dom": "npm:^1.0.8" + "@thi.ng/binary": "npm:^3.4.35" + "@thi.ng/wasm-api": "npm:^2.2.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" + "@thi.ng/wasm-api-dom": "npm:^1.0.9" 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.8, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.9, @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.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.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/prefixes": "npm:^2.3.29" + "@thi.ng/wasm-api": "npm:^2.2.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7008,9 +7008,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.11" - "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/wasm-api": "npm:^2.2.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7022,30 +7022,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.11" - "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" - "@thi.ng/wasm-api-dom": "npm:^1.0.8" - "@thi.ng/webgl": "npm:^6.9.24" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/wasm-api": "npm:^2.2.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" + "@thi.ng/wasm-api-dom": "npm:^1.0.9" + "@thi.ng/webgl": "npm:^6.9.25" 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.1.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.2.0, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@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" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/hex": "npm:^2.3.56" + "@thi.ng/idgen": "npm:^2.2.52" + "@thi.ng/logger": "npm:^3.0.22" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7057,12 +7057,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.11" - "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.20" - "@thi.ng/vectors": "npm:^7.12.8" - "@thi.ng/webgl": "npm:^6.9.24" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/shader-ast": "npm:^0.15.35" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vector-pools": "npm:^3.2.21" + "@thi.ng/vectors": "npm:^7.12.9" + "@thi.ng/webgl": "npm:^6.9.25" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7074,52 +7074,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.11" - "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/shader-ast-glsl": "npm:^0.4.142" - "@thi.ng/webgl": "npm:^6.9.24" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/shader-ast": "npm:^0.15.35" + "@thi.ng/shader-ast-glsl": "npm:^0.4.143" + "@thi.ng/webgl": "npm:^6.9.25" 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.24, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.25, @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.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.20" - "@thi.ng/memoize": "npm:^4.0.1" - "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/shader-ast-glsl": "npm:^0.4.142" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.34" - "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.20" - "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/canvas": "npm:^0.5.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/equiv": "npm:^2.1.68" + "@thi.ng/errors": "npm:^2.5.18" + "@thi.ng/logger": "npm:^3.0.22" + "@thi.ng/matrices": "npm:^2.4.21" + "@thi.ng/memoize": "npm:^4.0.2" + "@thi.ng/object-utils": "npm:^1.1.5" + "@thi.ng/pixel": "npm:^7.3.7" + "@thi.ng/shader-ast": "npm:^0.15.35" + "@thi.ng/shader-ast-glsl": "npm:^0.4.143" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.35" + "@thi.ng/transducers": "npm:^9.2.8" + "@thi.ng/vector-pools": "npm:^3.2.21" + "@thi.ng/vectors": "npm:^7.12.9" 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.114, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.115, @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.11" - "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/errors": "npm:^2.5.17" + "@thi.ng/api": "npm:^8.11.12" + "@thi.ng/arrays": "npm:^2.10.5" + "@thi.ng/checks": "npm:^3.6.14" + "@thi.ng/errors": "npm:^2.5.18" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2"