diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 8b5c0336f1..a2f5fc7243 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:20Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/adjacency@3.0.0) (2024-07-22) + +#### 🛑 Breaking changes + +- migrate/remove DisjointSet ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([c4a9798](https://github.com/thi-ng/umbrella/commit/c4a9798)) +- BREAKING CHANGE: migrate DisjointSet to [@thi.ng/disjoint-set](https://github.com/thi-ng/umbrella/tree/main/packages/disjoint-set) pkg + - remove obsolete files + - update pkg + ### [2.5.48](https://github.com/thi-ng/umbrella/tree/@thi.ng/adjacency@2.5.48) (2024-04-20) #### ♻️ Refactoring diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index bf0339635c..ba03b266b5 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.56", + "version": "3.0.0", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/bitfield": "^2.3.46", - "@thi.ng/dcons": "^3.2.118", - "@thi.ng/disjoint-set": "^1.0.0", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/sparse": "^0.3.123" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/bitfield": "^2.3.47", + "@thi.ng/dcons": "^3.2.119", + "@thi.ng/disjoint-set": "^1.1.0", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/sparse": "^0.3.124" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/vectors": "^7.11.4", + "@thi.ng/vectors": "^7.11.5", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 8d0a68d05b..ed2cfe360a 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 88dc40e176..be00cbd2c2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.11.6", + "version": "8.11.7", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 8993a0036f..815b41873f 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 23e60b9ae7..b483ca026d 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.38", + "version": "2.3.39", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/text-format": "^2.2.9" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/text-format": "^2.2.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 9f605928d2..2e4ba4e34b 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 17eb41811d..cba20e0c2c 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.9.11", + "version": "2.9.12", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/random": "^3.8.5" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 19489d9208..734b99f0a5 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,26 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@7.0.0) (2024-07-22) + +#### 🛑 Breaking changes + +- restructure & split-up package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([8e59a63](https://github.com/thi-ng/umbrella/commit/8e59a63)) +- BREAKING CHANGE: restructure & split-up package, update readme + - remove obsolete source files + - update pkg exports +- migrate/remove SortedMap/Set, sortedObject() ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([9f4143a](https://github.com/thi-ng/umbrella/commit/9f4143a)) +- BREAKING CHANGE: migrate/remove SortedMap/Set, sortedObject() + - migrate `SortedMap`/`SortedSet` to [@thi.ng/sorted-map](https://github.com/thi-ng/umbrella/tree/main/packages/sorted-map) pkg + - migrate `sortedObject()` to [@thi.ng/object-utils](https://github.com/thi-ng/umbrella/tree/main/packages/object-utils) + - remove obsolete source files + - remove obsolete deps + - update readme +- migrate/remove sparse set features ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([db2957c](https://github.com/thi-ng/umbrella/commit/db2957c)) +- BREAKING CHANGE: migrate sparse set features to [@thi.ng/sparse-set](https://github.com/thi-ng/umbrella/tree/main/packages/sparse-set) pkg + - remove obsolete files + - update pkg + ### [6.3.61](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.3.61) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/associative/package.json b/packages/associative/package.json index ae0d965a52..960635e97a 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.65", + "version": "7.0.0", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/dcons": "^3.2.118", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/transducers": "^9.0.10", + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/dcons": "^3.2.119", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/transducers": "^9.0.11", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 919491f043..450a36c64b 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 2f7b2b75e8..100459123c 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.3.6", + "version": "5.3.7", "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.6", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/paths": "^5.1.86", + "@thi.ng/api": "^8.11.7", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/paths": "^5.1.87", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 4b1aa7e583..4027dc11ac 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 a3e61136db..4f0930fc85 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.85", + "version": "1.1.86", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/date": "^2.7.23", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/units": "^0.5.4", - "@thi.ng/vectors": "^7.11.4", + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/date": "^2.7.24", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/units": "^0.5.5", + "@thi.ng/vectors": "^7.11.5", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 7b814881f7..7a24b6a341 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d1abbac9c9..1c267a5361 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.18", + "version": "2.7.19", "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 85b7b00a81..b0efbae10a 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0a695226b2..d1a4a63b32 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.5.12", + "version": "3.5.13", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 62d216f25e..7ffb5fbf4f 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.128](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.1.128) (2024-07-22) + +#### 🩹 Bug fixes + +- fix [#485](https://github.com/thi-ng/umbrella/issues/485), update encode() for arraylike objects ([8bd8912](https://github.com/thi-ng/umbrella/commit/8bd8912)) + - switch order of type analysis in encode() dispatch + - add tests + ### [2.1.123](https://github.com/thi-ng/umbrella/tree/@thi.ng/bencode@2.1.123) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/bencode/package.json b/packages/bencode/package.json index ecb1e1959a..409902b7d9 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.127", + "version": "2.1.128", "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.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/transducers-binary": "^2.1.125" + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/transducers-binary": "^2.1.126" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/bidir-index/CHANGELOG.md b/packages/bidir-index/CHANGELOG.md new file mode 100644 index 0000000000..261eafa2bd --- /dev/null +++ b/packages/bidir-index/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bidir-index@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([a047796](https://github.com/thi-ng/umbrella/commit/a047796)) + - extract `BidirIndex` from [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/main/packages/associative) diff --git a/packages/bidir-index/package.json b/packages/bidir-index/package.json index f45badcc95..080dcaa359 100644 --- a/packages/bidir-index/package.json +++ b/packages/bidir-index/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bidir-index", - "version": "1.0.0", + "version": "1.1.0", "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 5ec87cb075..b98a30b688 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 39d8bd6a0f..6e1bef8fd0 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.29", + "version": "3.4.30", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 6023621fe0..3541edbd8b 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 297623e014..6eb1906c3d 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.46", + "version": "2.3.47", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 32f9c83c22..a29b656f67 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 9afa28ae27..338a5fcc6b 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.65", + "version": "2.2.66", "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.12" + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/blurhash/CHANGELOG.md b/packages/blurhash/CHANGELOG.md index c7b3c85ce2..28db44581a 100644 --- a/packages/blurhash/CHANGELOG.md +++ b/packages/blurhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 e938ce272e..af55bf25b9 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.1.29", + "version": "0.1.30", "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.6", - "@thi.ng/base-n": "^2.7.18", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/base-n": "^2.7.19", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/boids/CHANGELOG.md b/packages/boids/CHANGELOG.md index 56af916758..84c958b4d6 100644 --- a/packages/boids/CHANGELOG.md +++ b/packages/boids/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 74aab86550..ea706ae201 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.38", + "version": "1.0.39", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/distance": "^2.4.78", - "@thi.ng/geom-closest-point": "^2.1.132", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/timestep": "^0.5.54", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/distance": "^2.4.79", + "@thi.ng/geom-closest-point": "^2.1.133", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/timestep": "^0.5.55", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/buffers/CHANGELOG.md b/packages/buffers/CHANGELOG.md index 06e296d652..ff5925f50a 100644 --- a/packages/buffers/CHANGELOG.md +++ b/packages/buffers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ad362106a9..f9a2a20e20 100644 --- a/packages/buffers/package.json +++ b/packages/buffers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/buffers", - "version": "0.1.8", + "version": "0.1.9", "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.6", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 071661e6f4..e59a0112b9 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4304e03cf9..b9f84d808c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.2.19", + "version": "2.2.20", "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.6", - "@thi.ng/dcons": "^3.2.118" + "@thi.ng/api": "^8.11.7", + "@thi.ng/dcons": "^3.2.119" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/canvas/CHANGELOG.md b/packages/canvas/CHANGELOG.md index 69e82a9f19..721c68bf4c 100644 --- a/packages/canvas/CHANGELOG.md +++ b/packages/canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4308146def..e93740058f 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/canvas", - "version": "0.2.23", + "version": "0.2.24", "description": "Canvas creation & HDPI support helpers", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index b867da26b8..d322634db5 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 da836365e4..5121c5879a 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.115", + "version": "0.2.116", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 6a89ebb218..67fe69f07b 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b709e32be1..0e3aac3447 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.6.8", + "version": "3.6.9", "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 43b1d37b06..c622f781f6 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 67c4ff7575..0ead245546 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.3", + "version": "1.4.4", "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.6", - "@thi.ng/base-n": "^2.7.18", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/color": "^5.6.50", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hex": "^2.3.50" + "@thi.ng/api": "^8.11.7", + "@thi.ng/base-n": "^2.7.19", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/color": "^5.6.51", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hex": "^2.3.51" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 63e1bb92de..2cc95a3aaa 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b1aac58304..0abb0b3f8e 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.50", + "version": "5.6.51", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index 5cf6ec88c6..d28e243502 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 940f04ed86..53c0f20ced 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.75", + "version": "1.0.76", "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.29", - "@thi.ng/random": "^3.8.5" + "@thi.ng/binary": "^3.4.30", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/api": "^8.11.6", - "@thi.ng/dsp": "^4.7.38", - "@thi.ng/dsp-io-wav": "^2.1.125", - "@thi.ng/text-canvas": "^3.0.28", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4", + "@thi.ng/api": "^8.11.7", + "@thi.ng/dsp": "^4.7.39", + "@thi.ng/dsp-io-wav": "^2.1.126", + "@thi.ng/text-canvas": "^3.0.29", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 6b7a5e2629..a60981394c 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 059f5c58ae..5806fa8c54 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.3.9", + "version": "2.3.10", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index 08d4cec42d..1f72f14371 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 103ff9c2f2..eb6413755b 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.66", + "version": "0.2.67", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index d707c121bd..3652c5479c 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ecc3ff151a..f57d9f50a9 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "3.0.9", + "version": "3.0.10", "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.6", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 0b51a69350..0db06db5bc 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 f6e3bdb6ad..ce5205b0ce 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "3.2.6", + "version": "3.2.7", "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.6", - "@thi.ng/buffers": "^0.1.8", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/buffers": "^0.1.9", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index c6e7ceb1b2..f6d5bd53a1 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 24688bcca1..e4ddc263a1 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.91", + "version": "2.3.92", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 40efba32f4..2810bb523f 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 16c57df2dd..1ffbcdd501 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.23", + "version": "2.7.24", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index a7e83f04a5..f23e5f479d 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 12b20414e4..9a172a8ed3 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.118", + "version": "3.2.119", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index e97cfebb6d..7dec76d98a 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 49621afe35..ec8908407d 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.44", + "version": "3.0.45", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index d598614329..6c10969b84 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 54d26ef290..17a44535d3 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.124", + "version": "2.1.125", "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.6", - "@thi.ng/dgraph": "^2.1.123", - "@thi.ng/dot": "^2.1.80" + "@thi.ng/api": "^8.11.7", + "@thi.ng/dgraph": "^2.1.124", + "@thi.ng/dot": "^2.1.81" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 97b41103a8..3def7fb2db 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0bb7dc2b94..4fc7a5f35e 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.123", + "version": "2.1.124", "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.6", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 22a3d671e5..de00eaf524 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d65778b668..037695ea1f 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.73", + "version": "5.1.74", "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.6", - "@thi.ng/equiv": "^2.1.62" + "@thi.ng/api": "^8.11.7", + "@thi.ng/equiv": "^2.1.63" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/disjoint-set/CHANGELOG.md b/packages/disjoint-set/CHANGELOG.md new file mode 100644 index 0000000000..169c9fae43 --- /dev/null +++ b/packages/disjoint-set/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/disjoint-set@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([ebcef75](https://github.com/thi-ng/umbrella/commit/ebcef75)) + - extract `DisjointSet` from [@thi.ng/adjacency](https://github.com/thi-ng/umbrella/tree/main/packages/adjacency) diff --git a/packages/disjoint-set/package.json b/packages/disjoint-set/package.json index 641f1b5c57..12775e2111 100644 --- a/packages/disjoint-set/package.json +++ b/packages/disjoint-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/disjoint-set", - "version": "1.0.0", + "version": "1.1.0", "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 5ce72fd864..cfcb765c5d 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 43ed925c6c..3131f11f13 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.72", + "version": "0.1.73", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/pixel": "^6.1.37", + "@thi.ng/pixel": "^7.0.0", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index a2e52082d1..87047cc91a 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4ff2815272..6cd0264ee3 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.78", + "version": "2.4.79", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/heaps": "^2.1.78", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/heaps": "^2.1.79", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 55847d3d7a..a74ef81e91 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d8c20fd065..6948102929 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.85", + "version": "2.3.86", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/mime": "^2.6.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/mime": "^2.6.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 1cc571c1af..967ef96c36 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d97cae1542..5ca1f0b030 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.73", + "version": "2.1.74", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 7dd31db7c4..2a18e90f0c 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d729670cfc..2c140eb514 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.80", + "version": "2.1.81", "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.6", - "@thi.ng/checks": "^3.6.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 68ee2a7cbd..12851d9bb0 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ae5ce00c28..3838654577 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.125", + "version": "2.1.126", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/transducers-binary": "^2.1.125" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/transducers-binary": "^2.1.126" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 0b5c0ea64c..3fc9e760af 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ae7c03b21f..434319230a 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.38", + "version": "4.7.39", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 9aa280c782..6d3c6b09b0 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 efb7847ac9..e37409a096 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.75", + "version": "0.4.76", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 635629b930..023e7496e2 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 58289fe892..6190575946 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.78", + "version": "0.3.79", "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.6", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 3093314983..7fc01759af 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 cd3de3406f..2d156ffdc7 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.125", + "version": "0.7.126", "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.6", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/dcons": "^3.2.118", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/idgen": "^2.2.46", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/malloc": "^6.1.87", - "@thi.ng/transducers": "^9.0.10", + "@thi.ng/api": "^8.11.7", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/dcons": "^3.2.119", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/idgen": "^2.2.47", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/malloc": "^6.1.88", + "@thi.ng/transducers": "^9.0.11", "tslib": "^2.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/equiv": "^2.1.62", + "@thi.ng/equiv": "^2.1.63", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index e7cd57cf7e..95d1fe6dd3 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ca288f4168..6e841b976e 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.132", + "version": "0.6.133", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/dot": "^2.1.80", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/prefixes": "^2.3.23", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers-binary": "^2.1.125", - "@thi.ng/trie": "^1.0.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/dot": "^2.1.81", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/prefixes": "^2.3.24", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers-binary": "^2.1.126", + "@thi.ng/trie": "^1.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/equiv": "^2.1.62", + "@thi.ng/equiv": "^2.1.63", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index 4c2b3dc64e..dbff5363dc 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3be272b9d3..b0395e2aa3 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.1.43", + "version": "0.1.44", "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 2e33d36f2d..c89ae83b8e 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7b535a71fd..d2a7de5cd1 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.62", + "version": "2.1.63", "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 cb95a96a19..690aeb53ae 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 f6fda29658..7579da8044 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.5.12", + "version": "2.5.13", "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 3633a148e8..2a915b99be 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4960ab024b..7696c6dae9 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.2.33", + "version": "1.2.34", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index e0746018d1..68b3cad630 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7be35345f8..137f24336c 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "1.0.10", + "version": "1.0.11", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/bench": "^3.5.12", - "@thi.ng/buffers": "^0.1.8", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/idgen": "^2.2.46", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/random": "^3.8.5" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/bench": "^3.5.13", + "@thi.ng/buffers": "^0.1.9", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/idgen": "^2.2.47", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index c635c30887..037ef15fde 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 70db1872ff..eb192db618 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.7", + "version": "2.1.8", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/hex": "^2.3.50", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/random": "^3.8.5" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/hex": "^2.3.51", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 9a77d2caf6..3a0baacad6 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 23883d8673..1f22db7fe3 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.150", + "version": "2.1.151", "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.6", - "@thi.ng/fuzzy": "^2.1.86", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/hiccup-svg": "^5.3.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/text-canvas": "^3.0.28" + "@thi.ng/api": "^8.11.7", + "@thi.ng/fuzzy": "^2.1.87", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/hiccup-svg": "^5.3.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/text-canvas": "^3.0.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index ccb1d8e37f..40e9b5d006 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 74b5018ac7..ea4a64e6ac 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.86", + "version": "2.1.87", "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.6", - "@thi.ng/math": "^5.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/math": "^5.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index e75dc7046c..cc84b25956 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0a83eb51e9..56d975edd8 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "4.0.4", + "version": "4.0.5", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/distance": "^2.4.78", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/heaps": "^2.1.78", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/distance": "^2.4.79", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/heaps": "^2.1.79", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index b9dd485710..d87c6a677c 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 172f11f3d1..c343ca507d 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.137", + "version": "2.1.138", "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.8", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index b040b155e4..2526c4e483 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ee14bf114c..fef35cae1d 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.6", + "version": "0.6.7", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/axidraw": "^1.1.85", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/geom": "^8.0.4", - "@thi.ng/geom-accel": "^4.0.4", - "@thi.ng/geom-clip-line": "^2.3.94", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/axidraw": "^1.1.86", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/geom": "^8.0.5", + "@thi.ng/geom-accel": "^4.0.5", + "@thi.ng/geom-clip-line": "^2.3.95", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index dffeb9950f..29af35e0b8 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 efe50df1e5..51f95b8e46 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.94", + "version": "2.3.95", "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.6", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index ee8dad1b52..e5560f59dd 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8bf0442cf2..39c8cf4994 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.136", + "version": "2.1.137", "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.4", - "@thi.ng/geom-poly-utils": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/geom-poly-utils": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 3c5ee15ee1..fa1de3173a 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3b13c9d497..4241f4e46f 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.132", + "version": "2.1.133", "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.6", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 332daa3768..1016f537d0 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 68008b3cf2..d4863263b7 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.4", + "version": "3.0.5", "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.6", - "@thi.ng/color": "^5.6.50", - "@thi.ng/geom": "^8.0.4", - "@thi.ng/geom-clip-line": "^2.3.94", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/grid-iterators": "^4.0.79", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/color": "^5.6.51", + "@thi.ng/geom": "^8.0.5", + "@thi.ng/geom-clip-line": "^2.3.95", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/grid-iterators": "^4.0.80", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 1714d23df1..690da065a4 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7f0b4a693f..6149aec5c6 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.132", + "version": "2.1.133", "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.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index 09bbfd4e7b..8a1d454020 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 361eff7dee..cf4124e82a 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.132", + "version": "0.3.133", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 88c48d91de..1d4225613e 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3e83761cc6..ec1422cdf3 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.4", + "version": "4.0.5", "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.6", - "@thi.ng/geom-closest-point": "^2.1.132", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/geom-closest-point": "^2.1.133", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index bc5d0703dc..7eaeefd3da 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ab9c60a4dc..0fbe66b172 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.132", + "version": "2.1.133", "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.6", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 1cc8a1cfb3..3197077951 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 cca7ef535e..3aa9d64120 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.4", + "version": "3.0.5", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 1356c11321..309897a776 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b74cdfce57..5221e91f4e 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.4", + "version": "3.0.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom-closest-point": "^2.1.132", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-closest-point": "^2.1.133", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index 738cca70b0..96cc470109 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b9182ce7a6..44d12c4b4e 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.6", + "version": "0.4.7", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/geom": "^8.0.4", - "@thi.ng/geom-isoline": "^2.1.132", - "@thi.ng/geom-poly-utils": "^3.0.4", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/geom": "^8.0.5", + "@thi.ng/geom-isoline": "^2.1.133", + "@thi.ng/geom-poly-utils": "^3.0.5", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index b3492dc67d..d22e3cd9b3 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3c50f294e4..60ad0e0b30 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.4", + "version": "2.3.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom-arc": "^2.1.137", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-arc": "^2.1.138", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index a8baf705d8..c146fc4d73 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0adaa51012..4b4ac2f911 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.4", + "version": "3.0.5", "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.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 1bf93890df..ffc52b14ab 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 cad446b616..f051db447a 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.4", + "version": "3.0.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom-accel": "^4.0.4", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/geom-poly-utils": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/morton": "^3.1.91", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-accel": "^4.0.5", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/geom-poly-utils": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/morton": "^3.1.92", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index d2a4d38148..fa4154b91e 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 cf00f0ecf9..d0a779e1df 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.87", + "version": "0.3.88", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/grid-iterators": "^4.0.79", - "@thi.ng/matrices": "^2.4.4", - "@thi.ng/pixel": "^6.1.37", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/grid-iterators": "^4.0.80", + "@thi.ng/matrices": "^2.4.5", + "@thi.ng/pixel": "^7.0.0", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index b6352db48d..72369818ab 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 36ea27ae0d..276fa03f91 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.79", + "version": "2.3.80", "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.6", - "@thi.ng/bitfield": "^2.3.46", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom-clip-line": "^2.3.94", - "@thi.ng/geom-clip-poly": "^2.1.136", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/geom-poly-utils": "^3.0.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/quad-edge": "^3.1.70", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/bitfield": "^2.3.47", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-clip-line": "^2.3.95", + "@thi.ng/geom-clip-poly": "^2.1.137", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/geom-poly-utils": "^3.0.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/quad-edge": "^3.1.71", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom-webgl/CHANGELOG.md b/packages/geom-webgl/CHANGELOG.md index 0b5e3e69a4..9b96ae27e6 100644 --- a/packages/geom-webgl/CHANGELOG.md +++ b/packages/geom-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 730946880a..84f17c0ea4 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.4", + "version": "0.1.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/geom": "^8.0.4", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vector-pools": "^3.2.4", - "@thi.ng/vectors": "^7.11.4", - "@thi.ng/webgl": "^6.9.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/geom": "^8.0.5", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vector-pools": "^3.2.5", + "@thi.ng/vectors": "^7.11.5", + "@thi.ng/webgl": "^6.9.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 7fa96e4bdf..d2c8c1b388 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5e70bd0ca8..b7269da088 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.0.4", + "version": "8.0.5", "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": "^2.5.56", - "@thi.ng/api": "^8.11.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/geom-arc": "^2.1.137", - "@thi.ng/geom-clip-line": "^2.3.94", - "@thi.ng/geom-clip-poly": "^2.1.136", - "@thi.ng/geom-closest-point": "^2.1.132", - "@thi.ng/geom-hull": "^2.1.132", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/geom-poly-utils": "^3.0.4", - "@thi.ng/geom-resample": "^3.0.4", - "@thi.ng/geom-splines": "^2.3.4", - "@thi.ng/geom-subdiv-curve": "^3.0.4", - "@thi.ng/geom-tessellate": "^3.0.4", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/hiccup-svg": "^5.3.4", - "@thi.ng/math": "^5.11.4", - "@thi.ng/matrices": "^2.4.4", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/adjacency": "^3.0.0", + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/geom-arc": "^2.1.138", + "@thi.ng/geom-clip-line": "^2.3.95", + "@thi.ng/geom-clip-poly": "^2.1.137", + "@thi.ng/geom-closest-point": "^2.1.133", + "@thi.ng/geom-hull": "^2.1.133", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/geom-poly-utils": "^3.0.5", + "@thi.ng/geom-resample": "^3.0.5", + "@thi.ng/geom-splines": "^2.3.5", + "@thi.ng/geom-subdiv-curve": "^3.0.5", + "@thi.ng/geom-tessellate": "^3.0.5", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/hiccup-svg": "^5.3.5", + "@thi.ng/math": "^5.11.5", + "@thi.ng/matrices": "^2.4.5", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index c4fe3689e3..6e3c432955 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 6b665a2032..f8c4709117 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.123", + "version": "0.4.124", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/zipper": "^2.1.106" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/zipper": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 6e239a596a..c103166ac3 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7a8fe6ec99..3538db4a9d 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.79", + "version": "4.0.80", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/bitfield": "^2.3.46", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/morton": "^3.1.91", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/bitfield": "^2.3.47", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/morton": "^3.1.92", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index 9a74dde841..53c0539a5b 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4e44599cab..ef5bffec74 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.133", + "version": "0.3.134", "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.6", - "@thi.ng/diff": "^5.1.73", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/hiccup-css": "^2.7.14", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/diff": "^5.1.74", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/hiccup-css": "^2.7.15", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 9211935fc2..eae21e7f00 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 531736ee66..d44a08fa99 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.146", + "version": "4.1.147", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/diff": "^5.1.73", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hdom": "^9.4.39", - "@thi.ng/hiccup-canvas": "^3.1.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/diff": "^5.1.74", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hdom": "^9.4.40", + "@thi.ng/hiccup-canvas": "^3.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 861a615c7a..c128e08f0d 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 f229050943..606e076441 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.124", + "version": "5.1.125", "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.6", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/transducers-stats": "^2.1.123" + "@thi.ng/api": "^8.11.7", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/transducers-stats": "^2.1.124" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 7e80b6217b..2445febbf2 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 94c281a28e..eeb3dd7c23 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.106", + "version": "2.1.107", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/hdom": "^9.4.39" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/hdom": "^9.4.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 436cc365f0..55289643eb 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5c9323ca7b..daa2d556a8 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.39", + "version": "9.4.40", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/diff": "^5.1.73", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/prefixes": "^2.3.23" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/diff": "^5.1.74", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/prefixes": "^2.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/atom": "^5.3.6", + "@thi.ng/atom": "^5.3.7", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index bb7ba16931..edbd95d9a8 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5517f4602d..55d0189178 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.78", + "version": "2.1.79", "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.6", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/equiv": "^2.1.62" + "@thi.ng/api": "^8.11.7", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/equiv": "^2.1.63" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index c945228b65..0bce726615 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d16252df22..8c08b720af 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.50", + "version": "2.3.51", "description": "Hex string formatters for 4/8/16/24/32/48/64bit words", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index 82305242d3..63d0af5374 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 cf1827df68..d20d96fea5 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.4", + "version": "3.1.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/color": "^5.6.50", - "@thi.ng/geom-arc": "^2.1.137", - "@thi.ng/math": "^5.11.4", - "@thi.ng/pixel": "^6.1.37", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/color": "^5.6.51", + "@thi.ng/geom-arc": "^2.1.138", + "@thi.ng/math": "^5.11.5", + "@thi.ng/pixel": "^7.0.0", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 8e7446b548..4585fd3b71 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b460b46bb3..d3328b2766 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.64", + "version": "3.1.65", "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.0", - "@thi.ng/hiccup": "^5.2.6", + "@thi.ng/hiccup": "^5.2.7", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 3b73872c16..a4a725fd80 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 a70e9fb5ca..762a62ba44 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.14", + "version": "2.7.15", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index cddc1d7b71..6abda0f798 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 70ce7b0366..c90280a669 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.47", + "version": "0.3.48", "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.6", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/parse": "^2.4.47", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/parse": "^2.4.48", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 39f3444da4..de0dd1a574 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d24a3fa91a..3c74442cb2 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.2", + "version": "2.7.3", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 436199ca38..36e72186ed 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d7ce9d636f..bee8bc6bbb 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.92", + "version": "3.2.93", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/emoji": "^0.1.43", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/parse": "^2.4.47", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/text-canvas": "^3.0.28" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/emoji": "^0.1.44", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/parse": "^2.4.48", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/text-canvas": "^3.0.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index e6e5f20bab..24205e147c 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 2296e762e2..6eef461ea7 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.3.4", + "version": "5.3.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/color": "^5.6.50", - "@thi.ng/prefixes": "^2.3.23" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/color": "^5.6.51", + "@thi.ng/prefixes": "^2.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 43817a70a9..8f38517a91 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 45ada9b6de..e0a3713c5c 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.2.6", + "version": "5.2.7", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/atom": "^5.3.6", + "@thi.ng/atom": "^5.3.7", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index 2218eb309f..66775002b1 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 11e271ec52..ad6a657e6c 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.46", + "version": "2.2.47", "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.6", - "@thi.ng/errors": "^2.5.12", + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 9265c67e7d..2732de37d5 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 c2a90ad2ff..51d334a2fa 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.134", + "version": "2.1.135", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index 40bd2c8100..c73aa4bfc9 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 67c27273d9..0190f532d7 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.2", + "version": "0.8.3", "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.6", - "@thi.ng/blurhash": "^0.1.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/date": "^2.7.23", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/pixel": "^6.1.37", - "@thi.ng/pixel-dither": "^1.1.135", - "@thi.ng/prefixes": "^2.3.23", + "@thi.ng/api": "^8.11.7", + "@thi.ng/blurhash": "^0.1.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/date": "^2.7.24", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/pixel": "^7.0.0", + "@thi.ng/pixel-dither": "^1.1.136", + "@thi.ng/prefixes": "^2.3.24", "sharp": "^0.33.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/vectors": "^7.11.4", + "@thi.ng/vectors": "^7.11.5", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index af7a008aeb..1d4d183db1 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 edb4727bb3..722447430d 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.64", + "version": "2.2.65", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom": "^8.0.4", - "@thi.ng/geom-isec": "^4.0.4", - "@thi.ng/layout": "^3.0.44", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom": "^8.0.5", + "@thi.ng/geom-isec": "^4.0.5", + "@thi.ng/layout": "^3.0.45", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index abaaa20aa5..0ed5b76922 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 61c72f0050..825e0c5d8c 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.64", + "version": "3.2.65", "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.6", - "@thi.ng/atom": "^5.3.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/paths": "^5.1.86" + "@thi.ng/api": "^8.11.7", + "@thi.ng/atom": "^5.3.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/paths": "^5.1.87" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 50c9b0deef..64e791a218 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8f308da299..3881abbf32 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.80", + "version": "4.2.81", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/dlogic": "^2.1.73", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/dlogic": "^2.1.74", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 8f0370001b..6b7902d24d 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 e6e3cda530..7bcf61d94c 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.93", + "version": "0.6.94", "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.6", - "@thi.ng/distance": "^2.4.78", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/random": "^3.8.5", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/distance": "^2.4.79", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/random": "^4.0.0", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 8cd3809341..79f46c4ab8 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 a628c732d3..258ad63e99 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.57", + "version": "3.2.58", "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.18", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/base-n": "^2.7.19", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 98fa82e815..d4c8b02d68 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ff43a234a4..2af6101c4c 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.44", + "version": "3.0.45", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index fc5c3cca96..d7dac4aff5 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ac13a00290..fd217514ec 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.8", + "version": "3.1.9", "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.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers-binary": "^2.1.125" + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers-binary": "^2.1.126" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 31cf959883..5c3b494d56 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d384f78ff3..67c34e50a6 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.16", + "version": "3.0.17", "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 2c7c5fb70d..6ff43891f4 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ed52bad43d..c51d5ed009 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.71", + "version": "0.3.72", "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.12" + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 5331fef14e..e82c4711c6 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 9e52ac5408..6602f239ac 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.132", + "version": "2.1.133", "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.6", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index ef5c7fd8ae..275c490191 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0d6de5e4c8..79cccbc533 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.87", + "version": "6.1.88", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index c442d565a3..f96316fa4e 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 00941f876f..3a644a6dcd 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.127", + "version": "0.3.128", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 0e486d76af..aa6a728cef 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 47652742b6..d3f787572c 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.11.4", + "version": "5.11.5", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 75b4eea166..82d4c56f1b 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 9f495fefe8..edd14a5227 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.4", + "version": "2.4.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 1ed2c268da..9bfcb59bda 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7484cf985f..b32bcb07f5 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.3.8", + "version": "3.3.9", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index a293b09266..41e186caf6 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 859c5d9d8d..d546fcb519 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.12.7", + "version": "0.12.8", "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.6", - "@thi.ng/args": "^2.3.38", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/hiccup-css": "^2.7.14", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/memoize": "^3.3.8", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/text-format": "^2.2.9", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/args": "^2.3.39", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/hiccup-css": "^2.7.15", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/memoize": "^3.3.9", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/text-format": "^2.2.10", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 7b4a712554..e9792eee14 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 770fee038e..31bede40a6 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.6.12", + "version": "2.6.13", "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.0", - "@thi.ng/api": "^8.11.6", + "@thi.ng/api": "^8.11.7", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index aedd70023d..2a0bee862e 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8c73af70c1..fd05f9de8b 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.91", + "version": "3.1.92", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/msgpack/CHANGELOG.md b/packages/msgpack/CHANGELOG.md index c722f73269..73b4058631 100644 --- a/packages/msgpack/CHANGELOG.md +++ b/packages/msgpack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 149c92996e..1a194e9943 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.40", + "version": "0.1.41", "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.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/object-utils/CHANGELOG.md b/packages/object-utils/CHANGELOG.md new file mode 100644 index 0000000000..81b4ce0848 --- /dev/null +++ b/packages/object-utils/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/object-utils@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([9587f66](https://github.com/thi-ng/umbrella/commit/9587f66)) + - extract `BidirIndex` from [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/main/packages/associative) +- add sortedObject(), asObject(), update pkg ([b613a0c](https://github.com/thi-ng/umbrella/commit/b613a0c)) diff --git a/packages/object-utils/package.json b/packages/object-utils/package.json index 209c581a46..48c15fa20d 100644 --- a/packages/object-utils/package.json +++ b/packages/object-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/object-utils", - "version": "1.0.0", + "version": "1.1.0", "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.6", - "@thi.ng/checks": "^3.6.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 496d1c2438..00a9204f60 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 a2d580d014..e230578641 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.2.46", + "version": "2.2.47", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/equiv": "^2.1.62" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/equiv": "^2.1.63" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 0eaac81240..e886608344 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 1079ac7f2a..dd8a04e988 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.47", + "version": "2.4.48", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 62bff1db20..11118af475 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 e2149cb680..b1e2998c98 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.86", + "version": "5.1.87", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-convolve/CHANGELOG.md b/packages/pixel-convolve/CHANGELOG.md new file mode 100644 index 0000000000..236b9f4e11 --- /dev/null +++ b/packages/pixel-convolve/CHANGELOG.md @@ -0,0 +1,18 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-convolve@0.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([5c3f4be](https://github.com/thi-ng/umbrella/commit/5c3f4be)) + - migrate convolve, normalMap and imagePyramid functions + from [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/main/packages/pixel) pkg diff --git a/packages/pixel-convolve/package.json b/packages/pixel-convolve/package.json index dc750b1acf..f6aa77ab1f 100644 --- a/packages/pixel-convolve/package.json +++ b/packages/pixel-convolve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-convolve", - "version": "0.0.1", + "version": "0.1.0", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/pixel": "^6.1.37" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/pixel": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index 83772838ee..2b95d19786 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.1.136](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dither@1.1.136) (2024-07-22) + +#### ♻️ Refactoring + +- update imports ([a748565](https://github.com/thi-ng/umbrella/commit/a748565)) + ### [1.1.131](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dither@1.1.131) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index e17ed7749a..c1c842d530 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.135", + "version": "1.1.136", "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.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/pixel": "^6.1.37" + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/pixel": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-dominant-colors/CHANGELOG.md b/packages/pixel-dominant-colors/CHANGELOG.md new file mode 100644 index 0000000000..3ded4664d1 --- /dev/null +++ b/packages/pixel-dominant-colors/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel-dominant-colors@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([a4174f5](https://github.com/thi-ng/umbrella/commit/a4174f5)) + - migrate `dominantColors()` from [@thi.ng/pixel](https://github.com/thi-ng/umbrella/tree/main/packages/pixel) pkg diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index 349c4d3901..4666f070cf 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.0.0", + "version": "1.1.0", "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.6", - "@thi.ng/k-means": "^0.6.93", - "@thi.ng/pixel": "^6.1.37" + "@thi.ng/api": "^8.11.7", + "@thi.ng/k-means": "^0.6.94", + "@thi.ng/pixel": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index 86b940ef27..f755345f12 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3e3026c262..0063995e93 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.96", + "version": "0.1.97", "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.6", - "@thi.ng/pixel": "^6.1.37", + "@thi.ng/api": "^8.11.7", + "@thi.ng/pixel": "^7.0.0", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index f3bc8c2b05..3d80dcd6d2 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 28f15d51bf..fa63ec904b 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.135", + "version": "2.1.136", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/pixel": "^6.1.37" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/pixel": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index d8a280cd31..962cc5a7da 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3f30a0fed8..e495e04259 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.76", + "version": "0.1.77", "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.12", - "@thi.ng/pixel": "^6.1.37" + "@thi.ng/errors": "^2.5.13", + "@thi.ng/pixel": "^7.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 2078f1b810..d6b4188f66 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,26 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [7.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@7.0.0) (2024-07-22) + +#### 🛑 Breaking changes + +- migrate/remove dominantColors() ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([8851726](https://github.com/thi-ng/umbrella/commit/8851726)) +- BREAKING CHANGE: migrate dominantColors() to [@thi.ng/pixel-dominant-colors](https://github.com/thi-ng/umbrella/tree/main/packages/pixel-dominant-colors) pkg + - remove obsolete files + - update pkg +- migrate/remove convolve functions ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([bf61076](https://github.com/thi-ng/umbrella/commit/bf61076)) +- BREAKING CHANGE: migrate convolve, normalMap & imagePyramid functionality to [@thi.ng/pixel-convolve](https://github.com/thi-ng/umbrella/tree/main/packages/pixel-convolve) pkg + - remove obsolete files + - update deps/pkg + - update readme + +#### ♻️ Refactoring + +- internal re-org ([522db36](https://github.com/thi-ng/umbrella/commit/522db36)) +- internal update defIndexed(), remove obsolete deps ([76e5638](https://github.com/thi-ng/umbrella/commit/76e5638)) +- intern swapLane13 helper, remove dependency ([ee202f8](https://github.com/thi-ng/umbrella/commit/ee202f8)) + ### [6.1.33](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@6.1.33) (2024-06-21) #### ♻️ Refactoring diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 635d9aaa1b..8449924b1c 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.37", + "version": "7.0.0", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/porter-duff": "^2.1.84" + "@thi.ng/api": "^8.11.7", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/porter-duff": "^2.1.85" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 8c0b544f6f..e2b0c2f8f3 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 286b4b21d2..0229c3b73f 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.43", + "version": "2.2.44", "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.6", - "@thi.ng/args": "^2.3.38", - "@thi.ng/bench": "^3.5.12", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/pointfree": "^3.1.87" + "@thi.ng/api": "^8.11.7", + "@thi.ng/args": "^2.3.39", + "@thi.ng/bench": "^3.5.13", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/pointfree": "^3.1.88" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 11dd8858e3..b2ab961be6 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8da93d33ec..25c1175fef 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.87", + "version": "3.1.88", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 880dd57617..e14273dd6c 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5bd0b3f030..4f2bcb5a53 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.93", + "version": "3.1.94", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/geom-accel": "^4.0.4", - "@thi.ng/random": "^3.8.5", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/geom-accel": "^4.0.5", + "@thi.ng/random": "^4.0.0", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index 7bc872a774..245064e1d0 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 838de8692d..035977da5f 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.84", + "version": "2.1.85", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index a3bf5248fb..eb3c6b2110 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 c86ae80eb7..0a5d4ce99f 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.3.23", + "version": "2.3.24", "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 bc8423608f..60eebf953c 100644 --- a/packages/proctext/CHANGELOG.md +++ b/packages/proctext/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 66f0eefcdf..7c3d3ca7f4 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.1.0", + "version": "0.1.1", "description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/parse": "^2.4.47", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/parse": "^2.4.48", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 538fc7f104..faefbd8a9a 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 207002c3e1..f39f3ce45d 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.70", + "version": "3.1.71", "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.12" + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 1f1f07c482..f534d36918 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 62a7ded9ea..0e3e9599cc 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.28", + "version": "3.1.29", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 56bdddbcb9..47a369a85a 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b599673b76..1f1790f6f0 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.58", + "version": "0.3.59", "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.6", - "@thi.ng/base-n": "^2.7.18", - "@thi.ng/random": "^3.8.5" + "@thi.ng/api": "^8.11.7", + "@thi.ng/base-n": "^2.7.19", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 226b61fb2a..887c0e80dd 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.0.0) (2024-07-22) + +#### 🛑 Breaking changes + +- migrate/remove UUID functions ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([2ec753e](https://github.com/thi-ng/umbrella/commit/2ec753e)) +- BREAKING CHANGE: migrate UUID functions to [@thi.ng/uuid](https://github.com/thi-ng/umbrella/tree/main/packages/uuid) pkg + - remove obsolete files + - update deps/pkg + - update readme + ## [3.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@3.8.0) (2024-05-08) #### 🚀 Features diff --git a/packages/random/package.json b/packages/random/package.json index cd99b020f9..a5fb621176 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.8.5", + "version": "4.0.0", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 321474ba5a..8ea03b84f8 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 1cd6343ed4..f84f90f7c6 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.73", + "version": "2.1.74", "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.2.65" + "@thi.ng/bitstream": "^2.2.66" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/transducers": "^9.0.10", + "@thi.ng/transducers": "^9.0.11", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 8be602520d..f81fc2574b 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 487e41942d..d6ce38ae79 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.107", + "version": "1.0.108", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/grid-iterators": "^4.0.79", - "@thi.ng/porter-duff": "^2.1.84", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/grid-iterators": "^4.0.80", + "@thi.ng/porter-duff": "^2.1.85", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index f61b34d7b5..30bd39b4a6 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 aca51b93bd..4fbadc68e5 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.96", + "version": "0.5.97", "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.6", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/hiccup-canvas": "^3.1.4", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/rdom": "^1.5.3", - "@thi.ng/rstream": "^8.5.6" + "@thi.ng/api": "^8.11.7", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/hiccup-canvas": "^3.1.5", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/rdom": "^1.5.4", + "@thi.ng/rstream": "^8.5.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index e0dc2bba2e..a0709889ce 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ccf20185f2..7bfdb7e43b 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.3", + "version": "0.7.4", "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.6", - "@thi.ng/hiccup-html": "^2.7.2", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/rdom": "^1.5.3", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/hiccup-html": "^2.7.3", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/rdom": "^1.5.4", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom-forms/CHANGELOG.md b/packages/rdom-forms/CHANGELOG.md index cc16f8987a..e9c1c055e9 100644 --- a/packages/rdom-forms/CHANGELOG.md +++ b/packages/rdom-forms/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 aabad6fa40..7341ab5eca 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.3.18", + "version": "0.3.19", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/hiccup-html": "^2.7.2", - "@thi.ng/rdom": "^1.5.3", - "@thi.ng/rstream": "^8.5.6" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/hiccup-html": "^2.7.3", + "@thi.ng/rdom": "^1.5.4", + "@thi.ng/rstream": "^8.5.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index d13c629d32..a7d24b358b 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 16146a3750..b1eb69698b 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.5.3", + "version": "1.5.4", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/paths": "^5.1.86", - "@thi.ng/prefixes": "^2.3.23", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/strings": "^3.8.0" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/paths": "^5.1.87", + "@thi.ng/prefixes": "^2.3.24", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/strings": "^3.8.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 1e616d8807..135e27eb7b 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 bff559d757..78cb47b076 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.79", + "version": "7.1.80", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/paths": "^5.1.86" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/paths": "^5.1.87" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 1ffa0dbe01..b2681685b6 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ef61d47bf4..818fdf2f76 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.73", + "version": "3.1.74", "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.2.65", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/bitstream": "^2.2.66", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 862b4f6639..43c6b64e48 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 666297666f..9d8ff28ad1 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "4.1.3", + "version": "4.1.4", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 9731809b26..aa571d46ef 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ef0c663bd2..6a9cf66c7f 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.131", + "version": "3.1.132", "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.6", - "@thi.ng/rstream": "^8.5.6" + "@thi.ng/csp": "^3.2.7", + "@thi.ng/rstream": "^8.5.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 4aeef12a1e..c8e71eb0cc 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 e59b1004e2..8751d4faab 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.82", + "version": "3.0.83", "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": "^8.5.6", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index a93ec9e446..10dd207c1e 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d2c9108576..640d76570f 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.80", + "version": "5.0.81", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 1584e46048..5b605b28ab 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 f1d3229ff0..6ec2a28c57 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.134", + "version": "4.1.135", "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.6", - "@thi.ng/atom": "^5.3.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/paths": "^5.1.86", - "@thi.ng/resolve-map": "^7.1.79", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/atom": "^5.3.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/paths": "^5.1.87", + "@thi.ng/resolve-map": "^7.1.80", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 1851301141..411757b485 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 77c18f1460..6251e2ffd9 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.129", + "version": "2.1.130", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.5.6" + "@thi.ng/rstream": "^8.5.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index f14e353984..78b9756d9c 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8e243e80fb..d6ffa6e7c8 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.24", + "version": "5.1.25", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 3ba7bafee9..bca025554c 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 948fae36ca..fbe39afcc8 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.132", + "version": "2.1.133", "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.6", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/math": "^5.11.4", - "@thi.ng/rstream": "^8.5.6", - "@thi.ng/rstream-dot": "^3.0.82", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/math": "^5.11.5", + "@thi.ng/rstream": "^8.5.7", + "@thi.ng/rstream-dot": "^3.0.83", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 39a3b3827d..a2372bf135 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 c51eb3289e..80c8f059cc 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.5.6", + "version": "8.5.7", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/atom": "^5.3.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/atom": "^5.3.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 10cfa8a512..865b594bcc 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3ccb41b4b7..ed8c4ca913 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.2", + "version": "2.2.3", "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.6", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/transducers-fsm": "^2.2.92" + "@thi.ng/api": "^8.11.7", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/transducers-fsm": "^2.2.93" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 5c16a680ff..2143ecadfc 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 f4287bd28e..770ae17f39 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.49", + "version": "1.0.50", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/matrices": "^2.4.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/matrices": "^2.4.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index b54eb0e20c..fd09dfda95 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 9e8d55343c..833bdffde5 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.78", + "version": "0.4.79", "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.6", - "@thi.ng/checks": "^3.6.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index 35cc6e62be..695ca98fbb 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 aa28af1d7d..ec73539e8d 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.45", + "version": "0.5.46", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 365eb6e410..8452eae7ba 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 22dea02ca5..5207795b50 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.128", + "version": "0.4.129", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/shader-ast": "^0.15.20" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/shader-ast": "^0.15.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index a4ff926506..27b9415fc9 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 337330b34b..9efbe6e3f4 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.40", + "version": "1.1.41", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/matrices": "^2.4.4", - "@thi.ng/pixel": "^6.1.37", - "@thi.ng/shader-ast": "^0.15.20", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/matrices": "^2.4.5", + "@thi.ng/pixel": "^7.0.0", + "@thi.ng/shader-ast": "^0.15.21", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 9aaa8cccfc..00bd3bca18 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 838a68afd3..ca195ef403 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.20", + "version": "0.4.21", "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.6", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/math": "^5.11.4", - "@thi.ng/shader-ast": "^0.15.20" + "@thi.ng/api": "^8.11.7", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/math": "^5.11.5", + "@thi.ng/shader-ast": "^0.15.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 8351554cab..bcc9c06b09 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 378fc75f36..5444d83935 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.20", + "version": "0.18.21", "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.6", - "@thi.ng/shader-ast": "^0.15.20" + "@thi.ng/api": "^8.11.7", + "@thi.ng/shader-ast": "^0.15.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index a0b59605d0..880671ac4b 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 72ea4bd6b8..bb654ae552 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.20", + "version": "0.15.21", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/dgraph": "^2.1.123", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/dgraph": "^2.1.124", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index e400266ee2..250bcbb425 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 914a21889c..a198ded1b8 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.125", + "version": "0.6.126", "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.6", - "@thi.ng/transducers-binary": "^2.1.125" + "@thi.ng/api": "^8.11.7", + "@thi.ng/transducers-binary": "^2.1.126" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index a575b46052..da000080ab 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 38884cf68b..d6782963bd 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.132", + "version": "0.4.133", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers-binary": "^2.1.125", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers-binary": "^2.1.126", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/equiv": "^2.1.62", + "@thi.ng/equiv": "^2.1.63", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/sorted-map/CHANGELOG.md b/packages/sorted-map/CHANGELOG.md new file mode 100644 index 0000000000..8fec157a00 --- /dev/null +++ b/packages/sorted-map/CHANGELOG.md @@ -0,0 +1,16 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/sorted-map@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([02602e8](https://github.com/thi-ng/umbrella/commit/02602e8)) diff --git a/packages/sorted-map/package.json b/packages/sorted-map/package.json index e7337621cc..4d6b3015f8 100644 --- a/packages/sorted-map/package.json +++ b/packages/sorted-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sorted-map", - "version": "1.0.0", + "version": "1.1.0", "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.6", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/random": "^3.8.5", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/random": "^4.0.0", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/sparse-set/CHANGELOG.md b/packages/sparse-set/CHANGELOG.md new file mode 100644 index 0000000000..122ed32cc9 --- /dev/null +++ b/packages/sparse-set/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/sparse-set@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([49f7e2d](https://github.com/thi-ng/umbrella/commit/49f7e2d)) + - extract sparseset-related fns/classes from [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/main/packages/associative) diff --git a/packages/sparse-set/package.json b/packages/sparse-set/package.json index ee04198e20..54b8489a32 100644 --- a/packages/sparse-set/package.json +++ b/packages/sparse-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse-set", - "version": "1.0.0", + "version": "1.1.0", "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.6", - "@thi.ng/associative": "^6.3.65", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/associative": "^7.0.0", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 2a7b8e23b2..a1d4899aba 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 54005ec7be..a827d56379 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.123", + "version": "0.3.124", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index af20a0ec80..6592220be4 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 7d22c09766..4af7ddf5f9 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.8.0", + "version": "3.8.1", "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.6", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hex": "^2.3.50", - "@thi.ng/memoize": "^3.3.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hex": "^2.3.51", + "@thi.ng/memoize": "^3.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 68b7a48a11..ccf6af8570 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 c604c3f73d..982fafeacb 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.19", + "version": "3.1.20", "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.6", - "@thi.ng/dgraph": "^2.1.123", - "@thi.ng/logger": "^3.0.16" + "@thi.ng/api": "^8.11.7", + "@thi.ng/dgraph": "^2.1.124", + "@thi.ng/logger": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 8aca2b0b8f..0bf36865f2 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4e0ccd59a3..b7cc11bd56 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.21", + "version": "0.2.22", "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.6", - "@thi.ng/args": "^2.3.38", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/date": "^2.7.23", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/args": "^2.3.39", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/date": "^2.7.24", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 792d078d8c..51ca32dc15 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 e5750724aa..4d507b76da 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.28", + "version": "3.0.29", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/geom-clip-line": "^2.3.94", - "@thi.ng/math": "^5.11.4", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/text-format": "^2.2.9", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/geom-clip-line": "^2.3.95", + "@thi.ng/math": "^5.11.5", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/text-format": "^2.2.10", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 3194c0172b..a460c9d89c 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 11a51acd30..29d0c95c03 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.9", + "version": "2.2.10", "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.6", - "@thi.ng/hex": "^2.3.50", - "@thi.ng/memoize": "^3.3.8" + "@thi.ng/api": "^8.11.7", + "@thi.ng/hex": "^2.3.51", + "@thi.ng/memoize": "^3.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index a598ec761c..b0b2a89794 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b632d3e8b3..856b46d527 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.54", + "version": "0.5.55", "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.6", - "@thi.ng/math": "^5.11.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/math": "^5.11.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index 098638bbe0..70afe20c75 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 c08befdfcb..95eaf739e4 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.95", + "version": "0.1.96", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-async/CHANGELOG.md b/packages/transducers-async/CHANGELOG.md index 0466f9c753..0a0a6c1445 100644 --- a/packages/transducers-async/CHANGELOG.md +++ b/packages/transducers-async/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 8a9ea34aab..3b1439c6b6 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.2.10", + "version": "0.2.11", "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.6", - "@thi.ng/buffers": "^0.1.8", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/buffers": "^0.1.9", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 391895014d..92545943c0 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 79ad28b9eb..e0fad4a530 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.125", + "version": "2.1.126", "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.29", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hex": "^2.3.50", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/binary": "^3.4.30", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hex": "^2.3.51", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 84f353e169..39bb756209 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 ac8508d692..f756aaa443 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.92", + "version": "2.2.93", "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.6", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 4bd454861e..e58290e453 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 3843237a3e..4225c15c46 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.133", + "version": "3.1.134", "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.39", - "@thi.ng/hiccup": "^5.2.6", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/hdom": "^9.4.40", + "@thi.ng/hiccup": "^5.2.7", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index edb088f029..eb06e54519 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b55ec0b032..5447628dfc 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.123", + "version": "0.4.124", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/paths": "^5.1.86", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/paths": "^5.1.87", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 40532fc270..2f9879396c 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 98ab89f0bc..9c9216a99a 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.1.123", + "version": "2.1.124", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.6.8", - "@thi.ng/dcons": "^3.2.118", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/checks": "^3.6.9", + "@thi.ng/dcons": "^3.2.119", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 4c64706011..90c0c3c209 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5367b5254a..0290ebad8d 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "9.0.10", + "version": "9.0.11", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/compose": "^3.0.9", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/random": "^3.8.5" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/compose": "^3.0.10", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/trie/CHANGELOG.md b/packages/trie/CHANGELOG.md new file mode 100644 index 0000000000..cbc1715813 --- /dev/null +++ b/packages/trie/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/trie@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new package ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([a2007af](https://github.com/thi-ng/umbrella/commit/a2007af)) + - extract `MultiTrie` & `TrieMap` from [@thi.ng/associative](https://github.com/thi-ng/umbrella/tree/main/packages/associative) diff --git a/packages/trie/package.json b/packages/trie/package.json index f2131d0d8e..1f2f83eee8 100644 --- a/packages/trie/package.json +++ b/packages/trie/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/trie", - "version": "1.0.0", + "version": "1.1.0", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index f181e52ad7..06699be58d 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 5a871c9b88..a804374369 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.63", + "version": "2.1.64", "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 c782855181..e566daac9a 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 d8dd3eccc0..3ef82f7351 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.5.4", + "version": "0.5.5", "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.6", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/uuid/CHANGELOG.md b/packages/uuid/CHANGELOG.md new file mode 100644 index 0000000000..607e911203 --- /dev/null +++ b/packages/uuid/CHANGELOG.md @@ -0,0 +1,17 @@ +# Change Log + +- **Last updated**: 2024-07-22T13:15:57Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [1.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/uuid@1.1.0) (2024-07-22) + +#### 🚀 Features + +- import as new pkg ([#486](https://github.com/thi-ng/umbrella/issues/486)) ([4ca1750](https://github.com/thi-ng/umbrella/commit/4ca1750)) + - migrate UUID functions from [@thi.ng/random](https://github.com/thi-ng/umbrella/tree/main/packages/random) pkg diff --git a/packages/uuid/package.json b/packages/uuid/package.json index d792f388b5..b7dfa63033 100644 --- a/packages/uuid/package.json +++ b/packages/uuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/uuid", - "version": "1.0.0", + "version": "1.1.0", "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.50", - "@thi.ng/random": "^3.8.5" + "@thi.ng/hex": "^2.3.51", + "@thi.ng/random": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 62e38fcb2a..da7a247b8c 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 2134c0296d..68b979d6a9 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.73", + "version": "0.3.74", "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.6" + "@thi.ng/api": "^8.11.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index 42eb80dd50..31db46059a 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 60c49b94bd..6f402e3e6a 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.4", + "version": "3.2.5", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/malloc": "^6.1.87", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/malloc": "^6.1.88", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index c66d07dd74..387791e3a8 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 6389ed5df9..b4a48f1a84 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.11.4", + "version": "7.11.5", "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.6", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/math": "^5.11.4", - "@thi.ng/memoize": "^3.3.8", - "@thi.ng/random": "^3.8.5", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/math": "^5.11.5", + "@thi.ng/memoize": "^3.3.9", + "@thi.ng/random": "^4.0.0", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index 69449eb77f..d7ff33c8c2 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 4acf4fcbc1..c50b63a07e 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.59", + "version": "0.6.60", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/math": "^5.11.4", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/transducers": "^9.0.10" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/math": "^5.11.5", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/transducers": "^9.0.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/date": "^2.7.23", + "@thi.ng/date": "^2.7.24", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index 624d83bc88..616592bc24 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index c0c3e40623..47c103af9d 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.5.9", + "version": "0.5.10", "description": "Polyglot bindings code generators for hybrid JS & 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.6", - "@thi.ng/args": "^2.3.38", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/binary": "^3.4.29", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/compare": "^2.3.9", - "@thi.ng/defmulti": "^3.0.44", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/file-io": "^2.1.7", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/paths": "^5.1.86", - "@thi.ng/strings": "^3.8.0", - "@thi.ng/wasm-api": "^1.6.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/args": "^2.3.39", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/binary": "^3.4.30", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/compare": "^2.3.10", + "@thi.ng/defmulti": "^3.0.45", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/file-io": "^2.1.8", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/paths": "^5.1.87", + "@thi.ng/strings": "^3.8.1", + "@thi.ng/wasm-api": "^1.6.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 723ffa188b..f6dd21d438 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 7d5a6175d2..266e55c64f 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": "0.1.90", + "version": "0.1.91", "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.29", - "@thi.ng/wasm-api": "^1.6.4", - "@thi.ng/wasm-api-dom": "^0.11.98" + "@thi.ng/binary": "^3.4.30", + "@thi.ng/wasm-api": "^1.6.5", + "@thi.ng/wasm-api-dom": "^0.11.99" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/wasm-api-bindgen": "^0.5.9", + "@thi.ng/wasm-api-bindgen": "^0.5.10", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index a89697c498..ec7ea9c18d 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index cdccbe9a51..db75410343 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": "0.11.98", + "version": "0.11.99", "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.6", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/prefixes": "^2.3.23", - "@thi.ng/wasm-api": "^1.6.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/prefixes": "^2.3.24", + "@thi.ng/wasm-api": "^1.6.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/wasm-api-bindgen": "^0.5.9", + "@thi.ng/wasm-api-bindgen": "^0.5.10", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index 1d19c89f66..dc8dbb1831 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 2f025eb6af..b54a5a3d20 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": "0.3.94", + "version": "0.3.95", "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.6", - "@thi.ng/wasm-api": "^1.6.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/wasm-api": "^1.6.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", - "@thi.ng/wasm-api-bindgen": "^0.5.9", + "@thi.ng/wasm-api-bindgen": "^0.5.10", "esbuild": "^0.23.0", "typedoc": "^0.26.3", "typescript": "^5.5.3" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index 64d3379647..f24a9809b0 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 6f5542592e..b28d8cc761 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.6.4", + "version": "1.6.5", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.11.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/hex": "^2.3.50", - "@thi.ng/idgen": "^2.2.46", - "@thi.ng/logger": "^3.0.16" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/hex": "^2.3.51", + "@thi.ng/idgen": "^2.2.47", + "@thi.ng/logger": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 30ecd91c4f..3181decb11 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 0c501826e8..0bbcef4201 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.148", + "version": "2.1.149", "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.6", - "@thi.ng/shader-ast": "^0.15.20", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vector-pools": "^3.2.4", - "@thi.ng/vectors": "^7.11.4", - "@thi.ng/webgl": "^6.9.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/shader-ast": "^0.15.21", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vector-pools": "^3.2.5", + "@thi.ng/vectors": "^7.11.5", + "@thi.ng/webgl": "^6.9.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 825d70c374..c2fde5492a 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b75f0ea606..840ad6a13e 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.148", + "version": "0.4.149", "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.6", - "@thi.ng/shader-ast": "^0.15.20", - "@thi.ng/shader-ast-glsl": "^0.4.128", - "@thi.ng/webgl": "^6.9.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/shader-ast": "^0.15.21", + "@thi.ng/shader-ast-glsl": "^0.4.129", + "@thi.ng/webgl": "^6.9.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 2e96e224b7..e5c513d9d3 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 b8605b70d0..f1699ac897 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.4", + "version": "6.9.5", "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.6", - "@thi.ng/canvas": "^0.2.23", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/equiv": "^2.1.62", - "@thi.ng/errors": "^2.5.12", - "@thi.ng/logger": "^3.0.16", - "@thi.ng/matrices": "^2.4.4", - "@thi.ng/memoize": "^3.3.8", - "@thi.ng/object-utils": "^1.0.0", - "@thi.ng/pixel": "^6.1.37", - "@thi.ng/shader-ast": "^0.15.20", - "@thi.ng/shader-ast-glsl": "^0.4.128", - "@thi.ng/shader-ast-stdlib": "^0.18.20", - "@thi.ng/transducers": "^9.0.10", - "@thi.ng/vector-pools": "^3.2.4", - "@thi.ng/vectors": "^7.11.4" + "@thi.ng/api": "^8.11.7", + "@thi.ng/canvas": "^0.2.24", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/equiv": "^2.1.63", + "@thi.ng/errors": "^2.5.13", + "@thi.ng/logger": "^3.0.17", + "@thi.ng/matrices": "^2.4.5", + "@thi.ng/memoize": "^3.3.9", + "@thi.ng/object-utils": "^1.1.0", + "@thi.ng/pixel": "^7.0.0", + "@thi.ng/shader-ast": "^0.15.21", + "@thi.ng/shader-ast-glsl": "^0.4.129", + "@thi.ng/shader-ast-stdlib": "^0.18.21", + "@thi.ng/transducers": "^9.0.11", + "@thi.ng/vector-pools": "^3.2.5", + "@thi.ng/vectors": "^7.11.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index ee3e2d75db..ead2fd9689 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-07-19T14:56:21Z +- **Last updated**: 2024-07-22T13:15:57Z - **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 bf1ec7d11b..f5dee5a3f1 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.106", + "version": "2.1.107", "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.6", - "@thi.ng/arrays": "^2.9.11", - "@thi.ng/checks": "^3.6.8", - "@thi.ng/errors": "^2.5.12" + "@thi.ng/api": "^8.11.7", + "@thi.ng/arrays": "^2.9.12", + "@thi.ng/checks": "^3.6.9", + "@thi.ng/errors": "^2.5.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.0", diff --git a/yarn.lock b/yarn.lock index 58e23a0603..1a8be594d8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3803,26 +3803,26 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^2.5.56, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.0, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/bitfield": "npm:^2.3.46" - "@thi.ng/dcons": "npm:^3.2.118" - "@thi.ng/disjoint-set": "npm:^1.0.0" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/sparse": "npm:^0.3.123" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/bitfield": "npm:^2.3.47" + "@thi.ng/dcons": "npm:^3.2.119" + "@thi.ng/disjoint-set": "npm:^1.1.0" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/sparse": "npm:^0.3.124" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/api@npm:^8.11.6, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.11.7, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3833,53 +3833,53 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.38, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.39, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/text-format": "npm:^2.2.9" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/text-format": "npm:^2.2.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.9.11, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.9.12, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.65, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.0, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/dcons": "npm:^3.2.118" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/dcons": "npm:^3.2.119" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -3887,15 +3887,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.3.6, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.3.7, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/paths": "npm:^5.1.86" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/paths": "npm:^5.1.87" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -3903,21 +3903,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.85, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.86, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/date": "npm:^2.7.23" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/units": "npm:^0.5.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/date": "npm:^2.7.24" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/units": "npm:^0.5.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.3" @@ -3925,7 +3925,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@npm:^2.7.18, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@npm:^2.7.19, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -3936,12 +3936,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.5.12, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.5.13, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" "@types/node": "npm:^20.14.10" esbuild: "npm:^0.23.0" tools: "workspace:^" @@ -3955,13 +3955,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/transducers-binary": "npm:^2.1.125" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/transducers-binary": "npm:^2.1.126" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -3979,55 +3979,55 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.29, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.30, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.46, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.47, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/bitstream@npm:^2.2.65, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@npm:^2.2.66, @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.0" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/blurhash@npm:^0.1.29, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": +"@thi.ng/blurhash@npm:^0.1.30, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/base-n": "npm:^2.7.18" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/base-n": "npm:^2.7.19" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" esbuild: "npm:^0.23.0" tools: "workspace:^" typedoc: "npm:^0.26.3" @@ -4040,27 +4040,27 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/distance": "npm:^2.4.78" - "@thi.ng/geom-closest-point": "npm:^2.1.132" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/timestep": "npm:^0.5.54" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/distance": "npm:^2.4.79" + "@thi.ng/geom-closest-point": "npm:^2.1.133" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/timestep": "npm:^0.5.55" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/buffers@npm:^0.1.8, @thi.ng/buffers@workspace:packages/buffers": +"@thi.ng/buffers@npm:^0.1.9, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4072,15 +4072,15 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/dcons": "npm:^3.2.118" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/dcons": "npm:^3.2.119" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/canvas@npm:^0.2.23, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": +"@thi.ng/canvas@npm:^0.2.24, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": version: 0.0.0-use.local resolution: "@thi.ng/canvas@workspace:packages/canvas" dependencies: @@ -4097,19 +4097,19 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/checks@npm:^3.6.8, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@npm:^3.6.9, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: @@ -4127,36 +4127,36 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/base-n": "npm:^2.7.18" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/color": "npm:^5.6.50" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hex": "npm:^2.3.50" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/base-n": "npm:^2.7.19" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/color": "npm:^5.6.51" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hex": "npm:^2.3.51" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.50, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.51, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4168,26 +4168,26 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/dsp": "npm:^4.7.38" - "@thi.ng/dsp-io-wav": "npm:^2.1.125" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/text-canvas": "npm:^3.0.28" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/dsp": "npm:^4.7.39" + "@thi.ng/dsp-io-wav": "npm:^2.1.126" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/text-canvas": "npm:^3.0.29" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.3.9, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.3.10, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4199,38 +4199,38 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/compose@npm:^3.0.9, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^3.0.10, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/csp@npm:^3.2.6, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^3.2.7, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/buffers": "npm:^0.1.8" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/buffers": "npm:^0.1.9" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4242,56 +4242,56 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.23, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.24, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.118, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.119, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/defmulti@npm:^3.0.44, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.45, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4303,44 +4303,44 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/dgraph": "npm:^2.1.123" - "@thi.ng/dot": "npm:^2.1.80" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/dgraph": "npm:^2.1.124" + "@thi.ng/dot": "npm:^2.1.81" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.123, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.124, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/diff@npm:^5.1.73, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.74, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/equiv": "npm:^2.1.62" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/equiv": "npm:^2.1.63" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/disjoint-set@npm:^1.0.0, @thi.ng/disjoint-set@workspace:packages/disjoint-set": +"@thi.ng/disjoint-set@npm:^1.1.0, @thi.ng/disjoint-set@workspace:packages/disjoint-set": version: 0.0.0-use.local resolution: "@thi.ng/disjoint-set@workspace:packages/disjoint-set" dependencies: @@ -4356,25 +4356,25 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.78, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.79, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/heaps": "npm:^2.1.78" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/heaps": "npm:^2.1.79" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4386,67 +4386,67 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/mime": "npm:^2.6.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/mime": "npm:^2.6.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dlogic@npm:^2.1.73, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.74, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dot@npm:^2.1.80, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.81, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.125, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.126, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/transducers-binary": "npm:^2.1.125" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/transducers-binary": "npm:^2.1.126" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.38, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.39, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4458,7 +4458,7 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4470,8 +4470,8 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4483,17 +4483,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/dcons": "npm:^3.2.118" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/idgen": "npm:^2.2.46" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/malloc": "npm:^6.1.87" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/dcons": "npm:^3.2.119" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/idgen": "npm:^2.2.47" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/malloc": "npm:^6.1.88" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -4506,23 +4506,23 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/dot": "npm:^2.1.80" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/prefixes": "npm:^2.3.23" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers-binary": "npm:^2.1.125" - "@thi.ng/trie": "npm:^1.0.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/dot": "npm:^2.1.81" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/prefixes": "npm:^2.3.24" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers-binary": "npm:^2.1.126" + "@thi.ng/trie": "npm:^1.1.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/emoji@npm:^0.1.43, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@npm:^0.1.44, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: @@ -4533,7 +4533,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@npm:^2.1.62, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@npm:^2.1.63, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: @@ -4544,7 +4544,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@npm:^2.5.12, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@npm:^2.5.13, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: @@ -4573,31 +4573,31 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/bench": "npm:^3.5.12" - "@thi.ng/buffers": "npm:^0.1.8" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/idgen": "npm:^2.2.46" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/bench": "npm:^3.5.13" + "@thi.ng/buffers": "npm:^0.1.9" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/idgen": "npm:^2.2.47" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^2.1.7, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.1.8, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4609,63 +4609,63 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/fuzzy": "npm:^2.1.86" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/hiccup-svg": "npm:^5.3.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/text-canvas": "npm:^3.0.28" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/fuzzy": "npm:^2.1.87" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/hiccup-svg": "npm:^5.3.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/text-canvas": "npm:^3.0.29" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/fuzzy@npm:^2.1.86, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.87, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/math": "npm:^5.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/math": "npm:^5.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^4.0.4, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.0.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/distance": "npm:^2.4.78" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/heaps": "npm:^2.1.78" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/distance": "npm:^2.4.79" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/heaps": "npm:^2.1.79" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.137, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.138, @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.0" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4677,60 +4677,60 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/axidraw": "npm:^1.1.85" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/geom": "npm:^8.0.4" - "@thi.ng/geom-accel": "npm:^4.0.4" - "@thi.ng/geom-clip-line": "npm:^2.3.94" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/axidraw": "npm:^1.1.86" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/geom": "npm:^8.0.5" + "@thi.ng/geom-accel": "npm:^4.0.5" + "@thi.ng/geom-clip-line": "npm:^2.3.95" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.94, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.95, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.136, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.137, @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.0" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/geom-poly-utils": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/geom-poly-utils": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.132, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.133, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4742,28 +4742,28 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/color": "npm:^5.6.50" - "@thi.ng/geom": "npm:^8.0.4" - "@thi.ng/geom-clip-line": "npm:^2.3.94" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/grid-iterators": "npm:^4.0.79" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/color": "npm:^5.6.51" + "@thi.ng/geom": "npm:^8.0.5" + "@thi.ng/geom-clip-line": "npm:^2.3.95" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/grid-iterators": "npm:^4.0.80" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.132, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.133, @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.0" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4775,70 +4775,70 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^4.0.4, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/geom-closest-point": "npm:^2.1.132" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/geom-closest-point": "npm:^2.1.133" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.132, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.133, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^3.0.4, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^3.0.4, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-closest-point": "npm:^2.1.132" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-closest-point": "npm:^2.1.133" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4850,67 +4850,67 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/geom": "npm:^8.0.4" - "@thi.ng/geom-isoline": "npm:^2.1.132" - "@thi.ng/geom-poly-utils": "npm:^3.0.4" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/geom": "npm:^8.0.5" + "@thi.ng/geom-isoline": "npm:^2.1.133" + "@thi.ng/geom-poly-utils": "npm:^3.0.5" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.3.4, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-arc": "npm:^2.1.137" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-arc": "npm:^2.1.138" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^3.0.4, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.5, @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.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^3.0.4, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-accel": "npm:^4.0.4" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/geom-poly-utils": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/morton": "npm:^3.1.91" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-accel": "npm:^4.0.5" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/geom-poly-utils": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/morton": "npm:^3.1.92" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4922,12 +4922,12 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/grid-iterators": "npm:^4.0.79" - "@thi.ng/matrices": "npm:^2.4.4" - "@thi.ng/pixel": "npm:^6.1.37" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/grid-iterators": "npm:^4.0.80" + "@thi.ng/matrices": "npm:^2.4.5" + "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4939,16 +4939,16 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/bitfield": "npm:^2.3.46" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-clip-line": "npm:^2.3.94" - "@thi.ng/geom-clip-poly": "npm:^2.1.136" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/geom-poly-utils": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/quad-edge": "npm:^3.1.70" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/bitfield": "npm:^2.3.47" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-clip-line": "npm:^2.3.95" + "@thi.ng/geom-clip-poly": "npm:^2.1.137" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/geom-poly-utils": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/quad-edge": "npm:^3.1.71" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -4960,54 +4960,54 @@ __metadata: resolution: "@thi.ng/geom-webgl@workspace:packages/geom-webgl" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/geom": "npm:^8.0.4" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vector-pools": "npm:^3.2.4" - "@thi.ng/vectors": "npm:^7.11.4" - "@thi.ng/webgl": "npm:^6.9.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/geom": "npm:^8.0.5" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vector-pools": "npm:^3.2.5" + "@thi.ng/vectors": "npm:^7.11.5" + "@thi.ng/webgl": "npm:^6.9.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.0.4, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.0.5, @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.0" - "@thi.ng/adjacency": "npm:^2.5.56" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/geom-arc": "npm:^2.1.137" - "@thi.ng/geom-clip-line": "npm:^2.3.94" - "@thi.ng/geom-clip-poly": "npm:^2.1.136" - "@thi.ng/geom-closest-point": "npm:^2.1.132" - "@thi.ng/geom-hull": "npm:^2.1.132" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/geom-poly-utils": "npm:^3.0.4" - "@thi.ng/geom-resample": "npm:^3.0.4" - "@thi.ng/geom-splines": "npm:^2.3.4" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.4" - "@thi.ng/geom-tessellate": "npm:^3.0.4" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/hiccup-svg": "npm:^5.3.4" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/matrices": "npm:^2.4.4" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/adjacency": "npm:^3.0.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/geom-arc": "npm:^2.1.138" + "@thi.ng/geom-clip-line": "npm:^2.3.95" + "@thi.ng/geom-clip-poly": "npm:^2.1.137" + "@thi.ng/geom-closest-point": "npm:^2.1.133" + "@thi.ng/geom-hull": "npm:^2.1.133" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/geom-poly-utils": "npm:^3.0.5" + "@thi.ng/geom-resample": "npm:^3.0.5" + "@thi.ng/geom-splines": "npm:^2.3.5" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.5" + "@thi.ng/geom-tessellate": "npm:^3.0.5" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/hiccup-svg": "npm:^5.3.5" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/matrices": "npm:^2.4.5" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5019,31 +5019,31 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/zipper": "npm:^2.1.106" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/zipper": "npm:^2.1.107" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.79, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.80, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/bitfield": "npm:^2.3.46" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/morton": "npm:^3.1.91" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/bitfield": "npm:^2.3.47" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/morton": "npm:^3.1.92" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5055,11 +5055,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/diff": "npm:^5.1.73" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/hiccup-css": "npm:^2.7.14" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/diff": "npm:^5.1.74" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/hiccup-css": "npm:^2.7.15" + "@thi.ng/strings": "npm:^3.8.1" "@types/node": "npm:^20.14.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -5074,12 +5074,12 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/diff": "npm:^5.1.73" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hdom": "npm:^9.4.39" - "@thi.ng/hiccup-canvas": "npm:^3.1.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/diff": "npm:^5.1.74" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hdom": "npm:^9.4.40" + "@thi.ng/hiccup-canvas": "npm:^3.1.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5091,12 +5091,12 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/transducers-stats": "npm:^2.1.123" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/transducers-stats": "npm:^2.1.124" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5108,50 +5108,50 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/hdom": "npm:^9.4.39" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/hdom": "npm:^9.4.40" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.39, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.40, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/atom": "npm:^5.3.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/diff": "npm:^5.1.73" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/prefixes": "npm:^2.3.23" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/atom": "npm:^5.3.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/diff": "npm:^5.1.74" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/prefixes": "npm:^2.3.24" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.78, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.79, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/equiv": "npm:^2.1.62" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/equiv": "npm:^2.1.63" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hex@npm:^2.3.50, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@npm:^2.3.51, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: @@ -5162,18 +5162,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.4, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/color": "npm:^5.6.50" - "@thi.ng/geom-arc": "npm:^2.1.137" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/pixel": "npm:^6.1.37" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/color": "npm:^5.6.51" + "@thi.ng/geom-arc": "npm:^2.1.138" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5185,22 +5185,22 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/hiccup": "npm:^5.2.6" + "@thi.ng/hiccup": "npm:^5.2.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.14, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.15, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5212,22 +5212,22 @@ __metadata: resolution: "@thi.ng/hiccup-html-parse@workspace:packages/hiccup-html-parse" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/parse": "npm:^2.4.47" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/parse": "npm:^2.4.48" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.7.2, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.7.3, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5239,61 +5239,61 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/emoji": "npm:^0.1.43" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/parse": "npm:^2.4.47" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/text-canvas": "npm:^3.0.28" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/emoji": "npm:^0.1.44" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/parse": "npm:^2.4.48" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/text-canvas": "npm:^3.0.29" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.3.4, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.3.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/color": "npm:^5.6.50" - "@thi.ng/prefixes": "npm:^2.3.23" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/color": "npm:^5.6.51" + "@thi.ng/prefixes": "npm:^2.3.24" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.2.6, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.2.7, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/atom": "npm:^5.3.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/atom": "npm:^5.3.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/idgen@npm:^2.2.46, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.47, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -5306,12 +5306,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5323,19 +5323,19 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/blurhash": "npm:^0.1.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/date": "npm:^2.7.23" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/pixel": "npm:^6.1.37" - "@thi.ng/pixel-dither": "npm:^1.1.135" - "@thi.ng/prefixes": "npm:^2.3.23" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/blurhash": "npm:^0.1.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/date": "npm:^2.7.24" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/pixel-dither": "npm:^1.1.136" + "@thi.ng/prefixes": "npm:^2.3.24" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" sharp: "npm:^0.33.4" typedoc: "npm:^0.26.3" @@ -5348,14 +5348,14 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom": "npm:^8.0.4" - "@thi.ng/geom-isec": "npm:^4.0.4" - "@thi.ng/layout": "npm:^3.0.44" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom": "npm:^8.0.5" + "@thi.ng/geom-isec": "npm:^4.0.5" + "@thi.ng/layout": "npm:^3.0.45" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5367,12 +5367,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/atom": "npm:^5.3.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/paths": "npm:^5.1.86" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/atom": "npm:^5.3.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/paths": "npm:^5.1.87" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5384,26 +5384,26 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/dlogic": "npm:^2.1.73" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/dlogic": "npm:^2.1.74" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.93, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.94, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/distance": "npm:^2.4.78" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/distance": "npm:^2.4.79" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5415,10 +5415,10 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/base-n": "npm:^2.7.18" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/base-n": "npm:^2.7.19" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5427,14 +5427,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.44, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.45, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5446,16 +5446,16 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers-binary": "npm:^2.1.125" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers-binary": "npm:^2.1.126" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/logger@npm:^3.0.16, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.17, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5471,7 +5471,7 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5483,28 +5483,28 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.87, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.88, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5516,51 +5516,51 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/math@npm:^5.11.4, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.11.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.4.4, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^3.3.8, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^3.3.9, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5572,20 +5572,20 @@ __metadata: resolution: "@thi.ng/meta-css@workspace:packages/meta-css" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/args": "npm:^2.3.38" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/hiccup-css": "npm:^2.7.14" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/memoize": "npm:^3.3.8" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/text-format": "npm:^2.2.9" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/args": "npm:^2.3.39" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/hiccup-css": "npm:^2.7.15" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/memoize": "npm:^3.3.9" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/text-format": "npm:^2.2.10" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5594,27 +5594,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@npm:^2.6.12, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@npm:^2.6.13, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.91, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.92, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5626,22 +5626,22 @@ __metadata: resolution: "@thi.ng/msgpack@workspace:packages/msgpack" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/object-utils@npm:^1.0.0, @thi.ng/object-utils@workspace:^, @thi.ng/object-utils@workspace:packages/object-utils": +"@thi.ng/object-utils@npm:^1.1.0, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5653,41 +5653,41 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/equiv": "npm:^2.1.62" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/equiv": "npm:^2.1.63" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.47, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.48, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/paths@npm:^5.1.86, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.87, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5699,25 +5699,25 @@ __metadata: resolution: "@thi.ng/pixel-convolve@workspace:packages/pixel-convolve" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.135, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.136, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5729,9 +5729,9 @@ __metadata: resolution: "@thi.ng/pixel-dominant-colors@workspace:packages/pixel-dominant-colors" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/k-means": "npm:^0.6.93" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/k-means": "npm:^0.6.94" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5743,8 +5743,8 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" geotiff: "npm:2.1.3" typedoc: "npm:^0.26.3" @@ -5757,9 +5757,9 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5771,25 +5771,25 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/pixel": "npm:^6.1.37" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/pixel": "npm:^7.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.37, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^7.0.0, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/porter-duff": "npm:^2.1.84" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/porter-duff": "npm:^2.1.85" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -5802,13 +5802,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/args": "npm:^2.3.38" - "@thi.ng/bench": "npm:^3.5.12" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/pointfree": "npm:^3.1.87" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/args": "npm:^2.3.39" + "@thi.ng/bench": "npm:^3.5.13" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/pointfree": "npm:^3.1.88" esbuild: "npm:^0.23.0" pegjs: "npm:0.11.0-master.b7b87ea" typedoc: "npm:^0.26.3" @@ -5818,16 +5818,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.87, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.88, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5839,30 +5839,30 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/geom-accel": "npm:^4.0.4" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/geom-accel": "npm:^4.0.5" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/porter-duff@npm:^2.1.84, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.85, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/prefixes@npm:^2.3.23, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@npm:^2.3.24, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -5878,25 +5878,25 @@ __metadata: resolution: "@thi.ng/proctext@workspace:packages/proctext" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/parse": "npm:^2.4.47" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/parse": "npm:^2.4.48" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/quad-edge@npm:^3.1.70, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@npm:^3.1.71, @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.0" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5908,13 +5908,13 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5926,22 +5926,22 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/base-n": "npm:^2.7.18" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/base-n": "npm:^2.7.19" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/random@npm:^3.8.5, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^4.0.0, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5953,8 +5953,8 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/bitstream": "npm:^2.2.65" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/bitstream": "npm:^2.2.66" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5966,13 +5966,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/grid-iterators": "npm:^4.0.79" - "@thi.ng/porter-duff": "npm:^2.1.84" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/grid-iterators": "npm:^4.0.80" + "@thi.ng/porter-duff": "npm:^2.1.85" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -5984,13 +5984,13 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/hiccup-canvas": "npm:^3.1.4" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/rdom": "npm:^1.5.3" - "@thi.ng/rstream": "npm:^8.5.6" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/hiccup-canvas": "npm:^3.1.5" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/rdom": "npm:^1.5.4" + "@thi.ng/rstream": "npm:^8.5.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6002,13 +6002,13 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/hiccup-html": "npm:^2.7.2" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/rdom": "npm:^1.5.3" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/hiccup-html": "npm:^2.7.3" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/rdom": "npm:^1.5.4" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6020,46 +6020,46 @@ __metadata: resolution: "@thi.ng/rdom-forms@workspace:packages/rdom-forms" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/hiccup-html": "npm:^2.7.2" - "@thi.ng/rdom": "npm:^1.5.3" - "@thi.ng/rstream": "npm:^8.5.6" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/hiccup-html": "npm:^2.7.3" + "@thi.ng/rdom": "npm:^1.5.4" + "@thi.ng/rstream": "npm:^8.5.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.5.3, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.5.4, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/paths": "npm:^5.1.86" - "@thi.ng/prefixes": "npm:^2.3.23" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/strings": "npm:^3.8.0" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/paths": "npm:^5.1.87" + "@thi.ng/prefixes": "npm:^2.3.24" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/strings": "npm:^3.8.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/resolve-map@npm:^7.1.79, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.80, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/paths": "npm:^5.1.86" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/paths": "npm:^5.1.87" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6071,8 +6071,8 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/bitstream": "npm:^2.2.65" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/bitstream": "npm:^2.2.66" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6084,10 +6084,10 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -6100,22 +6100,22 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/csp": "npm:^3.2.6" - "@thi.ng/rstream": "npm:^8.5.6" + "@thi.ng/csp": "npm:^3.2.7" + "@thi.ng/rstream": "npm:^8.5.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.82, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.83, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6127,11 +6127,11 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6143,14 +6143,14 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/atom": "npm:^5.3.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/paths": "npm:^5.1.86" - "@thi.ng/resolve-map": "npm:^7.1.79" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/atom": "npm:^5.3.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/paths": "npm:^5.1.87" + "@thi.ng/resolve-map": "npm:^7.1.80" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6162,7 +6162,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/rstream": "npm:^8.5.6" + "@thi.ng/rstream": "npm:^8.5.7" "@types/node": "npm:^20.14.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6175,12 +6175,12 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6192,35 +6192,35 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/rstream": "npm:^8.5.6" - "@thi.ng/rstream-dot": "npm:^3.0.82" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/rstream": "npm:^8.5.7" + "@thi.ng/rstream-dot": "npm:^3.0.83" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.5.6, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.5.7, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/atom": "npm:^5.3.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/atom": "npm:^5.3.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6232,10 +6232,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/transducers-fsm": "npm:^2.2.92" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/transducers-fsm": "npm:^2.2.93" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6247,11 +6247,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/matrices": "npm:^2.4.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/matrices": "npm:^2.4.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6263,8 +6263,8 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6276,24 +6276,24 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.128, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.129, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/shader-ast": "npm:^0.15.20" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/shader-ast": "npm:^0.15.21" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6305,14 +6305,14 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/matrices": "npm:^2.4.4" - "@thi.ng/pixel": "npm:^6.1.37" - "@thi.ng/shader-ast": "npm:^0.15.20" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/matrices": "npm:^2.4.5" + "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/shader-ast": "npm:^0.15.21" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6324,42 +6324,42 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/shader-ast": "npm:^0.15.20" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/shader-ast": "npm:^0.15.21" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.20, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.21, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/shader-ast": "npm:^0.15.20" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/shader-ast": "npm:^0.15.21" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.20, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.21, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/dgraph": "npm:^2.1.123" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/dgraph": "npm:^2.1.124" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6371,8 +6371,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/transducers-binary": "npm:^2.1.125" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/transducers-binary": "npm:^2.1.126" assemblyscript: "npm:0.27.28" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" @@ -6385,12 +6385,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers-binary": "npm:^2.1.125" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers-binary": "npm:^2.1.126" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6402,12 +6402,12 @@ __metadata: resolution: "@thi.ng/sorted-map@workspace:packages/sorted-map" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6419,39 +6419,39 @@ __metadata: resolution: "@thi.ng/sparse-set@workspace:packages/sparse-set" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/associative": "npm:^6.3.65" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/associative": "npm:^7.0.0" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.123, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.124, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.8.0, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.8.1, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/memoize": "npm:^3.3.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/memoize": "npm:^3.3.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6463,9 +6463,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/dgraph": "npm:^2.1.123" - "@thi.ng/logger": "npm:^3.0.16" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/dgraph": "npm:^2.1.124" + "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6477,16 +6477,16 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/args": "npm:^2.3.38" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/date": "npm:^2.7.23" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/args": "npm:^2.3.39" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/date": "npm:^2.7.24" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6495,20 +6495,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.28, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.29, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/geom-clip-line": "npm:^2.3.94" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/text-format": "npm:^2.2.9" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/geom-clip-line": "npm:^2.3.95" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/text-format": "npm:^2.2.10" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.3" @@ -6516,28 +6516,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.2.9, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.2.10, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/memoize": "npm:^3.3.8" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/memoize": "npm:^3.3.9" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.54, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.55, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6549,12 +6549,12 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6566,43 +6566,43 @@ __metadata: resolution: "@thi.ng/transducers-async@workspace:packages/transducers-async" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/buffers": "npm:^0.1.8" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/buffers": "npm:^0.1.9" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.125, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.126, @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.0" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.92, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.93, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6614,9 +6614,9 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/hdom": "npm:^9.4.39" - "@thi.ng/hiccup": "npm:^5.2.6" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/hdom": "npm:^9.4.40" + "@thi.ng/hiccup": "npm:^5.2.7" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6628,57 +6628,57 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/paths": "npm:^5.1.86" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/paths": "npm:^5.1.87" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.123, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.124, @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.0" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/dcons": "npm:^3.2.118" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/dcons": "npm:^3.2.119" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^9.0.10, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.0.11, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/compose": "npm:^3.0.9" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/compose": "npm:^3.0.10" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/trie@npm:^1.0.0, @thi.ng/trie@workspace:packages/trie": +"@thi.ng/trie@npm:^1.1.0, @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.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6696,15 +6696,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.5.4, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.5.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6716,8 +6716,8 @@ __metadata: resolution: "@thi.ng/uuid@workspace:packages/uuid" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/random": "npm:^3.8.5" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/random": "npm:^4.0.0" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6729,47 +6729,47 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" + "@thi.ng/api": "npm:^8.11.7" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.4, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/malloc": "npm:^6.1.87" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/malloc": "npm:^6.1.88" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.11.4, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.11.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/memoize": "npm:^3.3.8" - "@thi.ng/random": "npm:^3.8.5" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/memoize": "npm:^3.3.9" + "@thi.ng/random": "npm:^4.0.0" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6781,38 +6781,38 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/date": "npm:^2.7.23" - "@thi.ng/math": "npm:^5.11.4" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/transducers": "npm:^9.0.10" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/date": "npm:^2.7.24" + "@thi.ng/math": "npm:^5.11.5" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/transducers": "npm:^9.0.11" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.5.9, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.5.10, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/args": "npm:^2.3.38" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/compare": "npm:^2.3.9" - "@thi.ng/defmulti": "npm:^3.0.44" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/file-io": "npm:^2.1.7" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/paths": "npm:^5.1.86" - "@thi.ng/strings": "npm:^3.8.0" - "@thi.ng/wasm-api": "npm:^1.6.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/args": "npm:^2.3.39" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/compare": "npm:^2.3.10" + "@thi.ng/defmulti": "npm:^3.0.45" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/file-io": "npm:^2.1.8" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/paths": "npm:^5.1.87" + "@thi.ng/strings": "npm:^3.8.1" + "@thi.ng/wasm-api": "npm:^1.6.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6826,27 +6826,27 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/binary": "npm:^3.4.29" - "@thi.ng/wasm-api": "npm:^1.6.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.5.9" - "@thi.ng/wasm-api-dom": "npm:^0.11.98" + "@thi.ng/binary": "npm:^3.4.30" + "@thi.ng/wasm-api": "npm:^1.6.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.10" + "@thi.ng/wasm-api-dom": "npm:^0.11.99" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.98, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.99, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/prefixes": "npm:^2.3.23" - "@thi.ng/wasm-api": "npm:^1.6.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.5.9" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/prefixes": "npm:^2.3.24" + "@thi.ng/wasm-api": "npm:^1.6.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6858,27 +6858,27 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/wasm-api": "npm:^1.6.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.5.9" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/wasm-api": "npm:^1.6.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.5.10" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.6.4, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.6.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/hex": "npm:^2.3.50" - "@thi.ng/idgen": "npm:^2.2.46" - "@thi.ng/logger": "npm:^3.0.16" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/hex": "npm:^2.3.51" + "@thi.ng/idgen": "npm:^2.2.47" + "@thi.ng/logger": "npm:^3.0.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6890,12 +6890,12 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/shader-ast": "npm:^0.15.20" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vector-pools": "npm:^3.2.4" - "@thi.ng/vectors": "npm:^7.11.4" - "@thi.ng/webgl": "npm:^6.9.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/shader-ast": "npm:^0.15.21" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vector-pools": "npm:^3.2.5" + "@thi.ng/vectors": "npm:^7.11.5" + "@thi.ng/webgl": "npm:^6.9.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" @@ -6907,52 +6907,52 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": "npm:^7.47.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/shader-ast": "npm:^0.15.20" - "@thi.ng/shader-ast-glsl": "npm:^0.4.128" - "@thi.ng/webgl": "npm:^6.9.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/shader-ast": "npm:^0.15.21" + "@thi.ng/shader-ast-glsl": "npm:^0.4.129" + "@thi.ng/webgl": "npm:^6.9.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.4, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.5, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/canvas": "npm:^0.2.23" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/equiv": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.5.12" - "@thi.ng/logger": "npm:^3.0.16" - "@thi.ng/matrices": "npm:^2.4.4" - "@thi.ng/memoize": "npm:^3.3.8" - "@thi.ng/object-utils": "npm:^1.0.0" - "@thi.ng/pixel": "npm:^6.1.37" - "@thi.ng/shader-ast": "npm:^0.15.20" - "@thi.ng/shader-ast-glsl": "npm:^0.4.128" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.20" - "@thi.ng/transducers": "npm:^9.0.10" - "@thi.ng/vector-pools": "npm:^3.2.4" - "@thi.ng/vectors": "npm:^7.11.4" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/canvas": "npm:^0.2.24" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/equiv": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.13" + "@thi.ng/logger": "npm:^3.0.17" + "@thi.ng/matrices": "npm:^2.4.5" + "@thi.ng/memoize": "npm:^3.3.9" + "@thi.ng/object-utils": "npm:^1.1.0" + "@thi.ng/pixel": "npm:^7.0.0" + "@thi.ng/shader-ast": "npm:^0.15.21" + "@thi.ng/shader-ast-glsl": "npm:^0.4.129" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.21" + "@thi.ng/transducers": "npm:^9.0.11" + "@thi.ng/vector-pools": "npm:^3.2.5" + "@thi.ng/vectors": "npm:^7.11.5" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3" languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.106, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.107, @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.0" - "@thi.ng/api": "npm:^8.11.6" - "@thi.ng/arrays": "npm:^2.9.11" - "@thi.ng/checks": "npm:^3.6.8" - "@thi.ng/errors": "npm:^2.5.12" + "@thi.ng/api": "npm:^8.11.7" + "@thi.ng/arrays": "npm:^2.9.12" + "@thi.ng/checks": "npm:^3.6.9" + "@thi.ng/errors": "npm:^2.5.13" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.3" typescript: "npm:^5.5.3"