diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index 9b1b62de8a..145d92b643 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/adapt-dpi/package.json b/packages/adapt-dpi/package.json index 0f4a904d21..2a29db0980 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adapt-dpi", - "version": "2.2.43", + "version": "2.2.44", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 86a927d54f..a8475200ca 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 69e52a7c21..277cd48cfb 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.45", + "version": "2.5.46", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -39,16 +39,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/bitfield": "^2.3.36", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/sparse": "^0.3.112" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/bitfield": "^2.3.37", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/sparse": "^0.3.113" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/vectors": "^7.10.25", + "@thi.ng/vectors": "^7.10.26", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 13db4f73f3..b875bfc605 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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. +## [8.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.10.0) (2024-04-08) + +#### 🚀 Features + +- add async types ([35ad820](https://github.com/thi-ng/umbrella/commit/35ad820)) +- add async function types ([afb4200](https://github.com/thi-ng/umbrella/commit/afb4200)) +- add Values ([8a799ea](https://github.com/thi-ng/umbrella/commit/8a799ea)) + ## [8.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.9.0) (2023-08-04) #### 🚀 Features diff --git a/packages/api/package.json b/packages/api/package.json index 8483c0a313..ca5aaff1ca 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.9.31", + "version": "8.10.0", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 7e2118debf..42baa318bb 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 5c14d1ab62..d4afc52fdd 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.28", + "version": "2.3.29", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-format": "^2.2.0" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/text-format": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index f938e0f2bb..34416052c2 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-28T10:57:28Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 8a5bc8f121..4c2bc38bd6 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.9.1", + "version": "2.9.2", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 0ed358326b..879327bfaf 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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. +### [6.3.55](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.3.55) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([2c7a18a](https://github.com/thi-ng/umbrella/commit/2c7a18a)) + ### [6.3.18](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.3.18) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/associative/package.json b/packages/associative/package.json index c9358230d6..60f439e93e 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.54", + "version": "6.3.55", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18", + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index c49805c138..032528be6b 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 674d84321d..37ae981c2c 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.2.41", + "version": "5.2.42", "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.9.31", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/paths": "^5.1.76", + "@thi.ng/api": "^8.10.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/paths": "^5.1.77", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index d19b7100e2..c20720113f 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 e79999bc14..46ac8cb6c1 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.73", + "version": "1.1.74", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/date": "^2.7.12", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/units": "^0.4.41", - "@thi.ng/vectors": "^7.10.25", + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/date": "^2.7.13", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/units": "^0.4.42", + "@thi.ng/vectors": "^7.10.26", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 67e1974cd5..a74f373f98 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c3e8291f94..f61ec22f92 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.9", + "version": "2.7.10", "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 08d667b6bc..3f444e193f 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 8541363b94..db8459d0d1 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.5.1", + "version": "3.5.2", "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/testament": "^0.4.24", + "@thi.ng/testament": "^0.4.25", "@types/node": "^20.11.30", "esbuild": "^0.20.2", "rimraf": "^5.0.5", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 3558740f88..ca2073d72b 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 8539c8dcb4..baa10604f7 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.116", + "version": "2.1.117", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/transducers-binary": "^2.1.114" + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/transducers-binary": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index cb19a27ed0..dd3a45b357 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6f75cf25f1..28369a4fc0 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.20", + "version": "3.4.21", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 5a6a68c894..78b52e59bf 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ad983ed7b1..01edcd26d0 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.36", + "version": "2.3.37", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 02ca243e29..7ee8e83ba0 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 a574054a0f..6f933d9690 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.55", + "version": "2.2.56", "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.2" + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/blurhash/CHANGELOG.md b/packages/blurhash/CHANGELOG.md index 532099c40e..d6032a79c6 100644 --- a/packages/blurhash/CHANGELOG.md +++ b/packages/blurhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 da0d19ff4f..f0ee85d3cc 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.1.19", + "version": "0.1.20", "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.9.31", - "@thi.ng/base-n": "^2.7.9", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8" + "@thi.ng/api": "^8.10.0", + "@thi.ng/base-n": "^2.7.10", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/boids/CHANGELOG.md b/packages/boids/CHANGELOG.md index 54c166a47b..a6afd6938f 100644 --- a/packages/boids/CHANGELOG.md +++ b/packages/boids/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 da3ceea115..61ab25bb01 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.27", + "version": "1.0.28", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.67", - "@thi.ng/geom-closest-point": "^2.1.121", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/math": "^5.10.8", - "@thi.ng/timestep": "^0.5.43", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/distance": "^2.4.68", + "@thi.ng/geom-closest-point": "^2.1.122", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/math": "^5.10.9", + "@thi.ng/timestep": "^0.5.44", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index ca83966d64..df6acf3911 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ddfbe83172..4361bf52c6 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.2.8", + "version": "2.2.9", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/canvas/CHANGELOG.md b/packages/canvas/CHANGELOG.md index bde19cbbc5..669c5c0cbb 100644 --- a/packages/canvas/CHANGELOG.md +++ b/packages/canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 79543314f3..b9197e1e62 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/canvas", - "version": "0.2.14", + "version": "0.2.15", "description": "Canvas creation & HDPI support helpers", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 6f1ec936f3..8faaf1f077 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 94dda7a184..e18ad5a341 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.104", + "version": "0.2.105", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index def0e62829..9c3a4cc184 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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. +## [3.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.6.0) (2024-04-08) + +#### 🚀 Features + +- add optional generics for collection checks ([8d55530](https://github.com/thi-ng/umbrella/commit/8d55530)) + ## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.5.0) (2024-02-22) #### 🚀 Features diff --git a/packages/checks/package.json b/packages/checks/package.json index 5dec50eb31..83918802b2 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.5.5", + "version": "3.6.0", "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 6cde6b031b..c376633bfc 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 2b65223af9..98b0e0ba7b 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.2.52", + "version": "1.2.53", "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.9.31", - "@thi.ng/base-n": "^2.7.9", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.39", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hex": "^2.3.41" + "@thi.ng/api": "^8.10.0", + "@thi.ng/base-n": "^2.7.10", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/color": "^5.6.40", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hex": "^2.3.42" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index b0fd710bfe..537b2152af 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [5.6.40](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.6.40) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling ([5b445a7](https://github.com/thi-ng/umbrella/commit/5b445a7)) + ### [5.6.24](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.6.24) (2024-02-23) #### 🩹 Bug fixes diff --git a/packages/color/package.json b/packages/color/package.json index f8b037cc9c..edb3ac9c70 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.39", + "version": "5.6.40", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/random": "^3.7.1", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/random": "^3.7.2", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index 7ee1236999..9ad9a8a183 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.0.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.66) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling ([5b445a7](https://github.com/thi-ng/umbrella/commit/5b445a7)) + ### [1.0.56](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.56) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 0f1b5deccd..836d589213 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.65", + "version": "1.0.66", "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.20", - "@thi.ng/random": "^3.7.1" + "@thi.ng/binary": "^3.4.21", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/api": "^8.9.31", - "@thi.ng/dsp": "^4.7.25", - "@thi.ng/dsp-io-wav": "^2.1.112", - "@thi.ng/text-canvas": "^3.0.15", - "@thi.ng/transducers": "^8.9.16", - "@thi.ng/vectors": "^7.10.23", + "@thi.ng/api": "^8.10.0", + "@thi.ng/dsp": "^4.7.28", + "@thi.ng/dsp-io-wav": "^2.1.115", + "@thi.ng/text-canvas": "^3.0.18", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 32aeaed819..5607053f71 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-29T12:16:20Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 b38ff719db..1951f280b2 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.3.0", + "version": "2.3.1", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index d8c78b828f..620ae49518 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 7d873e3326..2cea0287e3 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.55", + "version": "0.2.56", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index aafb3d1a66..0fcf3f188c 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,23 @@ 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/compose@3.0.0) (2024-04-08) + +#### 🛑 Breaking changes + +- remove/migrate delay() to different pkg ([745abbb](https://github.com/thi-ng/umbrella/commit/745abbb)) +- BREAKING CHANGE: migrate delay() & Delay class to [@thi.ng/memoize](https://github.com/thi-ng/umbrella/tree/main/packages/memoize) + - see [d8f4733c05e724c38195f209337d0a015e049ac4](https://github.com/thi-ng/umbrella/commit/d8f4733c05e724c38195f209337d0a015e049ac4) for details + +#### 🚀 Features + +- add async composition helpers ([168ea42](https://github.com/thi-ng/umbrella/commit/168ea42)) + - add async functions: + - compAsync() + - juxtAsync() + - threadFirstAsync()/threadLastAsync() + - trampolineAsync() + ### [2.1.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.1.35) (2023-08-04) #### ♻️ Refactoring diff --git a/packages/compose/package.json b/packages/compose/package.json index f338a1973e..cd21c9b252 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.71", + "version": "3.0.0", "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.9.31", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 69632867da..f59d8085b2 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.1.113) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([5af4868](https://github.com/thi-ng/umbrella/commit/5af4868)) + ### [2.1.99](https://github.com/thi-ng/umbrella/tree/@thi.ng/csp@2.1.99) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/csp/package.json b/packages/csp/package.json index 2130933486..9f618e0a3b 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.112", + "version": "2.1.113", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index cc4e42160e..137cddf2b4 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.3.81](https://github.com/thi-ng/umbrella/tree/@thi.ng/csv@2.3.81) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([99871a1](https://github.com/thi-ng/umbrella/commit/99871a1)) + ### [2.3.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/csv@2.3.66) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/csv/package.json b/packages/csv/package.json index 2bf732f27d..ffb3068413 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.80", + "version": "2.3.81", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index a9d4b9484b..73d0ab9248 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 61ab6cfa01..cec9db7f46 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.12", + "version": "2.7.13", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 6957f5e93a..bf4a7058b0 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [3.2.108](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.2.108) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([2fa60aa](https://github.com/thi-ng/umbrella/commit/2fa60aa)) + - see comments in [95c43f3532](https://github.com/thi-ng/umbrella/commit/95c43f3532) + ### [3.2.71](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.2.71) (2023-11-09) #### 🩹 Bug fixes diff --git a/packages/dcons/package.json b/packages/dcons/package.json index e3f698e8cb..14ec7ed5ca 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.107", + "version": "3.2.108", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index d9233b5fc2..7d559e437e 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 dfcefa1eda..81f17165be 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.34", + "version": "3.0.35", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 122505bfb9..e466d73393 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 510eb2afcf..04b845a4e0 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.113", + "version": "2.1.114", "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.9.31", - "@thi.ng/dgraph": "^2.1.112", - "@thi.ng/dot": "^2.1.71" + "@thi.ng/api": "^8.10.0", + "@thi.ng/dgraph": "^2.1.113", + "@thi.ng/dot": "^2.1.72" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 4fce38b9ca..61de7c14e7 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c2e589ef8d..2a553c8c6d 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.112", + "version": "2.1.113", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 8b0537fa58..2da3f1a9f3 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 2c29ca39a3..8930ae84ac 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.64", + "version": "5.1.65", "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.9.31", - "@thi.ng/equiv": "^2.1.53" + "@thi.ng/api": "^8.10.0", + "@thi.ng/equiv": "^2.1.54" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index a88c010f23..f06b6f00c9 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c85186b805..28167ed3b1 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.63", + "version": "0.1.64", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/pixel": "^6.1.24", + "@thi.ng/pixel": "^6.1.27", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index c9a2a009b7..459315f340 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 e87c2416c0..f8712256d0 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.67", + "version": "2.4.68", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/heaps": "^2.1.69", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/heaps": "^2.1.70", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 2560c39004..bd59827afe 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 5294a15d7e..000e2f6fcd 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.76", + "version": "2.3.77", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/mime": "^2.6.3" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/mime": "^2.6.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 3a5caa656f..72814060a9 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ae59e800a5..2fcee1f817 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.64", + "version": "2.1.65", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 5bacf48b9d..c72779413e 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 cdb8f286cb..200877c3b9 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.71", + "version": "2.1.72", "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.9.31", - "@thi.ng/checks": "^3.5.5" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 22de868d49..b2d5c2c4e7 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 a756e80974..b6e11d46c3 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.114", + "version": "2.1.115", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/transducers-binary": "^2.1.114" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/transducers-binary": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index d84b544892..b62aa64fe3 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 4ce811b43c..555afc1eca 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.27", + "version": "4.7.28", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index fb7ec37557..173c2812cd 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ed8d61fc0b..b882e0b9cf 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.66", + "version": "0.4.67", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index bfa4946be4..e3d2957f9c 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 93ac77585f..fbf81fbf77 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.68", + "version": "0.3.69", "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.9.31", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 76850a3f0b..5646f0c241 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 cd9d929a77..15fbc31366 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.114", + "version": "0.7.115", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/idgen": "^2.2.36", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/malloc": "^6.1.77", - "@thi.ng/transducers": "^8.9.18", + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/idgen": "^2.2.37", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/malloc": "^6.1.78", + "@thi.ng/transducers": "^9.0.0", "tslib": "^2.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/equiv": "^2.1.53", + "@thi.ng/equiv": "^2.1.54", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index ce685e7f15..9334c1958f 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 5fc23b39ea..c8ba8c5850 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.121", + "version": "0.6.122", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/dot": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/prefixes": "^2.3.14", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers-binary": "^2.1.114" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/dot": "^2.1.72", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/prefixes": "^2.3.15", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers-binary": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/equiv": "^2.1.53", + "@thi.ng/equiv": "^2.1.54", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index 18a7632066..0a2deb4761 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 0b8bbd9f00..3067275d49 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.1.34", + "version": "0.1.35", "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 3cc2d61a33..64bf2b4d87 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 b2561c6f25..7ab99246e5 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.53", + "version": "2.1.54", "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 ec8df0bc24..ba356b6f3f 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 b4562cb64a..9b7b9fade6 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.5.2", + "version": "2.5.3", "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 728c66972f..146753dce3 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 d48bb985b4..ef95e1459e 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.2.24", + "version": "1.2.25", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index eed8f73e5e..a5897392fa 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 3d59fd00d9..b5bcf679c7 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.6.35", + "version": "0.6.36", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/bench": "^3.5.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/idgen": "^2.2.36", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/random": "^3.7.1" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/bench": "^3.5.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/idgen": "^2.2.37", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 11968bd6ae..9c54590deb 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-29T12:16:20Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 377fdd485a..ddec1065f1 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "2.0.0", + "version": "2.0.1", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/hex": "^2.3.41", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/random": "^3.7.1" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/hex": "^2.3.42", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index c11269ec55..767d7dc06c 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [3.1.117](https://github.com/thi-ng/umbrella/tree/@thi.ng/fsm@3.1.117) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([0a12edb](https://github.com/thi-ng/umbrella/commit/0a12edb)) + - see comments in [95c43f3532](https://github.com/thi-ng/umbrella/commit/95c43f3532) + ### [3.1.78](https://github.com/thi-ng/umbrella/tree/@thi.ng/fsm@3.1.78) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 969de6bc06..00de559561 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.116", + "version": "3.1.117", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index f0a89a7547..4934516493 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 5a1e180dae..fdf4b13123 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.139", + "version": "2.1.140", "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.9.31", - "@thi.ng/fuzzy": "^2.1.76", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-svg": "^5.2.31", - "@thi.ng/math": "^5.10.8", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-canvas": "^3.0.17" + "@thi.ng/api": "^8.10.0", + "@thi.ng/fuzzy": "^2.1.77", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/hiccup-svg": "^5.2.32", + "@thi.ng/math": "^5.10.9", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/text-canvas": "^3.0.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 3004fe22f2..c58e0a6775 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 d4767eea89..6311c5dbbd 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.76", + "version": "2.1.77", "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.9.31", - "@thi.ng/math": "^5.10.8" + "@thi.ng/api": "^8.10.0", + "@thi.ng/math": "^5.10.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 5cf2f71cda..cffe4b0f29 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 766a724d2d..4e588ea6d8 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.5.67", + "version": "3.5.68", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -37,18 +37,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.67", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/heaps": "^2.1.69", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/distance": "^2.4.68", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/heaps": "^2.1.70", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 47f73cf2f2..6427005f23 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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-api/package.json b/packages/geom-api/package.json index f9ff339999..e601a624ee 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "4.0.4", + "version": "4.0.5", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index f45eabd109..42de3ae5d2 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 13268959be..1a93d3a3a5 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.126", + "version": "2.1.127", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index 1a5e893711..03a81c9f9b 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 897e47902c..c53b9b11e5 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.84", + "version": "0.5.85", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/axidraw": "^1.1.73", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/geom": "^6.1.4", - "@thi.ng/geom-accel": "^3.5.67", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-clip-line": "^2.3.83", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/axidraw": "^1.1.74", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/geom": "^6.1.5", + "@thi.ng/geom-accel": "^3.5.68", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-clip-line": "^2.3.84", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 1cac0a06af..ed4c78da2c 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 3792f9acae..f68b80aca6 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.83", + "version": "2.3.84", "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.9.31", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 9312d4a435..afbb0f5153 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 066c1f2e72..53aaa94141 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.125", + "version": "2.1.126", "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": "^3.0.4", - "@thi.ng/geom-poly-utils": "^2.3.109", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/geom-poly-utils": "^2.3.110", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 2f244ba9c6..f604bc9369 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 43ee8768bb..bb5634f915 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.121", + "version": "2.1.122", "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.9.31", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index c930493266..a17f31b4ed 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 8ac2f9de31..bd26a71d97 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.98", + "version": "2.2.99", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/color": "^5.6.39", - "@thi.ng/geom": "^6.1.4", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-clip-line": "^2.3.83", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/grid-iterators": "^4.0.68", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/color": "^5.6.40", + "@thi.ng/geom": "^6.1.5", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-clip-line": "^2.3.84", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/grid-iterators": "^4.0.69", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 476933a834..ade3d41315 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6f110fc7d3..e96cc992af 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.121", + "version": "2.1.122", "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.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index 4301c4194e..b866d5c5c7 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 7a6fe39412..1bb1d3ee0e 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.121", + "version": "0.3.122", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index c6a78cbf93..e9afda9249 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 e73724f443..f0ecc8569b 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "3.0.4", + "version": "3.0.5", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-closest-point": "^2.1.121", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-closest-point": "^2.1.122", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 5f7b3e4c37..4115050af4 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 0e4019d624..c9b0d876a3 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.121", + "version": "2.1.122", "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.9.31", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index d9171bfa1e..8a020a9494 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 98376e72bc..a53b10d50a 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": "2.3.109", + "version": "2.3.110", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 6211c6f7e6..aea303a79a 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ceb93bd9cb..f9b0a804e5 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.3.47", + "version": "2.3.48", "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/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-closest-point": "^2.1.121", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-closest-point": "^2.1.122", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index cfdca3c1eb..0cf1f4ebff 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ceae95dae5..4c14d32fd4 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.3.28", + "version": "0.3.29", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom": "^6.1.4", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-isoline": "^2.1.121", - "@thi.ng/geom-poly-utils": "^2.3.109", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/geom": "^6.1.5", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-isoline": "^2.1.122", + "@thi.ng/geom-poly-utils": "^2.3.110", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index 5fde53f17c..057fde8453 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 81464f8b9e..8c5506cd87 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.2.100", + "version": "2.2.101", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-arc": "^2.1.126", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-arc": "^2.1.127", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 5118eac0ee..dca6c8a5ca 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 5861699910..fb70d775b6 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": "2.1.125", + "version": "2.1.126", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index a82c92f72e..646a57b194 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 725e9be7a5..b9f983900c 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "2.1.126", + "version": "2.1.127", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/geom-poly-utils": "^2.3.109", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/geom-poly-utils": "^2.3.110", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index a415f76ca7..903e4eea1d 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 90a90363bb..cd77019077 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.76", + "version": "0.3.77", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/grid-iterators": "^4.0.68", - "@thi.ng/matrices": "^2.3.31", - "@thi.ng/pixel": "^6.1.26", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/grid-iterators": "^4.0.69", + "@thi.ng/matrices": "^2.3.32", + "@thi.ng/pixel": "^6.1.27", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index c13db92d7b..e8faa013fc 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 65a16a947c..c23571f859 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.68", + "version": "2.3.69", "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.9.31", - "@thi.ng/bitfield": "^2.3.36", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-clip-line": "^2.3.83", - "@thi.ng/geom-clip-poly": "^2.1.125", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/geom-poly-utils": "^2.3.109", - "@thi.ng/math": "^5.10.8", - "@thi.ng/quad-edge": "^3.1.60", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/bitfield": "^2.3.37", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-clip-line": "^2.3.84", + "@thi.ng/geom-clip-poly": "^2.1.126", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/geom-poly-utils": "^2.3.110", + "@thi.ng/math": "^5.10.9", + "@thi.ng/quad-edge": "^3.1.61", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 96d3b95759..d10c23dbdb 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 e49be6c0de..9865d6dfc9 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.1.4", + "version": "6.1.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/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-arc": "^2.1.126", - "@thi.ng/geom-clip-line": "^2.3.83", - "@thi.ng/geom-clip-poly": "^2.1.125", - "@thi.ng/geom-closest-point": "^2.1.121", - "@thi.ng/geom-hull": "^2.1.121", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/geom-poly-utils": "^2.3.109", - "@thi.ng/geom-resample": "^2.3.47", - "@thi.ng/geom-splines": "^2.2.100", - "@thi.ng/geom-subdiv-curve": "^2.1.125", - "@thi.ng/geom-tessellate": "^2.1.126", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-svg": "^5.2.31", - "@thi.ng/math": "^5.10.8", - "@thi.ng/matrices": "^2.3.31", - "@thi.ng/random": "^3.7.1", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-arc": "^2.1.127", + "@thi.ng/geom-clip-line": "^2.3.84", + "@thi.ng/geom-clip-poly": "^2.1.126", + "@thi.ng/geom-closest-point": "^2.1.122", + "@thi.ng/geom-hull": "^2.1.122", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/geom-poly-utils": "^2.3.110", + "@thi.ng/geom-resample": "^2.3.48", + "@thi.ng/geom-splines": "^2.2.101", + "@thi.ng/geom-subdiv-curve": "^2.1.126", + "@thi.ng/geom-tessellate": "^2.1.127", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/hiccup-svg": "^5.2.32", + "@thi.ng/math": "^5.10.9", + "@thi.ng/matrices": "^2.3.32", + "@thi.ng/random": "^3.7.2", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index 79464255d7..84329d960b 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ad39704027..e4efdbef5a 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.112", + "version": "0.4.113", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/zipper": "^2.1.96" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/zipper": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 7378c6ceac..93c3a28003 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 101e6ce8f2..af027178c7 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.68", + "version": "4.0.69", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/bitfield": "^2.3.36", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/morton": "^3.1.81", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/bitfield": "^2.3.37", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/morton": "^3.1.82", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index b344c99abb..e61e6d6e2d 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 11cdb3c470..e0223e9bce 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.122", + "version": "0.3.123", "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.9.31", - "@thi.ng/diff": "^5.1.64", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-css": "^2.7.3", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/diff": "^5.1.65", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/hiccup-css": "^2.7.4", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 76717a3699..ae94da2bba 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 d14c27162d..dcc1e16581 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.134", + "version": "4.1.135", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/diff": "^5.1.64", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hdom": "^9.4.28", - "@thi.ng/hiccup-canvas": "^2.5.33" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/diff": "^5.1.65", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hdom": "^9.4.29", + "@thi.ng/hiccup-canvas": "^2.5.34" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 5c35177ad1..73ec83d712 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 dc4746eb1d..5aed63b810 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.113", + "version": "5.1.114", "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.9.31", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/transducers-stats": "^2.1.112" + "@thi.ng/api": "^8.10.0", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/transducers-stats": "^2.1.113" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 9305ee9cc4..8bd8b621bf 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ab2ae16c91..b93d733c2a 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.95", + "version": "2.1.96", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/hdom": "^9.4.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/hdom": "^9.4.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index d7202bb72a..e6ad94b145 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 648ed63c6c..b3914bf742 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.28", + "version": "9.4.29", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/diff": "^5.1.64", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/prefixes": "^2.3.14" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/diff": "^5.1.65", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/prefixes": "^2.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/atom": "^5.2.41", + "@thi.ng/atom": "^5.2.42", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index 409fa3aa4f..c7306c6c3b 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 3efd759516..a2ed62da84 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.69", + "version": "2.1.70", "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.9.31", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/equiv": "^2.1.53" + "@thi.ng/api": "^8.10.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/equiv": "^2.1.54" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index 59d773d5bf..b98216f859 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6b4b346ac6..38ddb07b7e 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.41", + "version": "2.3.42", "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 e704499230..5ad9b0fad8 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 01dea71646..195985b2e5 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.5.33", + "version": "2.5.34", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.39", - "@thi.ng/math": "^5.10.8", - "@thi.ng/pixel": "^6.1.26", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/color": "^5.6.40", + "@thi.ng/math": "^5.10.9", + "@thi.ng/pixel": "^6.1.27", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index cdc1139136..752c770902 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 fabd0d67e1..a163d9fe3b 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.55", + "version": "3.1.56", "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.43.0", - "@thi.ng/hiccup": "^5.1.26", + "@thi.ng/hiccup": "^5.1.27", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 61b986fe5a..3aff9e5f95 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 0b8d83acb0..f9b065f7d7 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.3", + "version": "2.7.4", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index 6aa1719262..8cd67fecef 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 8433cf57e3..856c07f34d 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.37", + "version": "0.3.38", "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.9.31", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/parse": "^2.4.37", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/parse": "^2.4.38", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index b82ae7fa26..269ab15b07 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 1745a04355..2db73e6a9f 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.5.0", + "version": "2.5.1", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index d98cc1c5e0..806373116e 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 3b4b913364..5246c46cdc 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.81", + "version": "3.2.82", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/emoji": "^0.1.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/parse": "^2.4.37", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-canvas": "^3.0.17" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/emoji": "^0.1.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/parse": "^2.4.38", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/text-canvas": "^3.0.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index e1748d27f8..45ad668053 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 479a9593ae..22b72239e7 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.2.31", + "version": "5.2.32", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.39", - "@thi.ng/prefixes": "^2.3.14" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/color": "^5.6.40", + "@thi.ng/prefixes": "^2.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index cf87186b7e..be336aeb18 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6dfe7694ea..c8c571a7c0 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.1.26", + "version": "5.1.27", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/atom": "^5.2.41", + "@thi.ng/atom": "^5.2.42", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index be2c29a37a..b34c7738f7 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 174244a9f1..e8d9443d27 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.36", + "version": "2.2.37", "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.9.31", - "@thi.ng/errors": "^2.5.2", + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index f6a1b43d28..89e606f329 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 dac2c34e0a..5346e154bb 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.123", + "version": "2.1.124", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index 2855fa058e..94a904921e 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-04-01T13:12:06Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 b78a1e1aac..5e4e165a8a 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.7.0", + "version": "0.7.1", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/blurhash": "^0.1.19", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/date": "^2.7.12", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/pixel": "^6.1.26", - "@thi.ng/pixel-dither": "^1.1.124", - "@thi.ng/prefixes": "^2.3.14", + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/blurhash": "^0.1.20", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/date": "^2.7.13", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/pixel": "^6.1.27", + "@thi.ng/pixel-dither": "^1.1.125", + "@thi.ng/prefixes": "^2.3.15", "sharp": "^0.33.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/vectors": "^7.10.25", + "@thi.ng/vectors": "^7.10.26", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 2a888dc7cf..d479696754 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 a1558c8588..598d4f104b 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.52", + "version": "2.2.53", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom": "^6.1.4", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/geom-isec": "^3.0.4", - "@thi.ng/geom-tessellate": "^2.1.126", - "@thi.ng/layout": "^3.0.34", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom": "^6.1.5", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/geom-isec": "^3.0.5", + "@thi.ng/geom-tessellate": "^2.1.127", + "@thi.ng/layout": "^3.0.35", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index ff5dfa6ff8..18d1e0e0d8 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 68bc33e7d7..8df9b5bf7f 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.53", + "version": "3.2.54", "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.9.31", - "@thi.ng/atom": "^5.2.41", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/paths": "^5.1.76" + "@thi.ng/api": "^8.10.0", + "@thi.ng/atom": "^5.2.42", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/paths": "^5.1.77" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 1888299f7d..12047eb478 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c29be42e7b..27637037f4 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.70", + "version": "4.2.71", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/dlogic": "^2.1.64", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/dlogic": "^2.1.65", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 9277aeb9de..d1585dcd6c 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/iterators/package.json b/packages/iterators/package.json index aec298e11f..e4a8a53f4e 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.112", + "version": "6.1.113", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 682409cdc5..d7d2031d3e 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 2fb26a2abe..d3538249bb 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.82", + "version": "0.6.83", "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.9.31", - "@thi.ng/distance": "^2.4.67", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/distance": "^2.4.68", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 5a5602a7e1..f115e16385 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 dfc5861568..4e7e83e02d 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.47", + "version": "3.2.48", "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.9", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/random": "^3.7.1", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/base-n": "^2.7.10", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/random": "^3.7.2", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index e9d83c3f52..83c73f9682 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 428d2667ad..5e5b88c116 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.34", + "version": "3.0.35", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5" + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index d92e23b786..4e83d674da 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 0d8c1de8e5..554bb3cce4 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.85", + "version": "3.0.86", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers-binary": "^2.1.114" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers-binary": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index fb5a1ca164..032bba7e35 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c2432b99cb..134b8cfc81 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.7", + "version": "3.0.8", "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 e3b052672f..14cf21f4d7 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 8013aa1f77..775a8adbb8 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.61", + "version": "0.3.62", "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.2" + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 9a616e2701..46576f95f6 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 7309b7ff87..7d1ed2c9a0 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.121", + "version": "2.1.122", "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.9.31", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index ba301bf86a..6a122be607 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 a4f80389ab..10e2770797 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.77", + "version": "6.1.78", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 1f858c302e..8248e080dd 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 bc2dc16a71..d1e8f0a8b9 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.116", + "version": "0.3.117", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 12b8b0dc16..742677b1f6 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 70c85eab08..ee7ff94cfd 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.10.8", + "version": "5.10.9", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 25d22736c0..0e922b73fd 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c4725f7047..e3f3b4fd7e 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.31", + "version": "2.3.32", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 78262f5206..306f8c477c 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,19 @@ 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.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/memoize@3.3.0) (2024-04-08) + +#### 🚀 Features + +- add delay() wrapper ([d8f4733](https://github.com/thi-ng/umbrella/commit/d8f4733)) + - migrated from [@thi.ng/compose](https://github.com/thi-ng/umbrella/tree/main/packages/compose) since conceptually better at home here + - add docs + +#### ♻️ Refactoring + +- rename `defonce()` => `defOnce()` ([08e876f](https://github.com/thi-ng/umbrella/commit/08e876f)) + - deprecate old spelling + ## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/memoize@3.2.0) (2024-03-27) #### 🚀 Features diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 82f256fdf1..8bb76a0de7 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.2.0", + "version": "3.3.0", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 53d92535e5..14dcddcf79 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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. +### [0.10.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.10.3) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([6eba744](https://github.com/thi-ng/umbrella/commit/6eba744)) + ## [0.10.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/meta-css@0.10.0) (2024-03-27) #### 🚀 Features diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 414a00f2b6..535d213724 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.10.2", + "version": "0.10.3", "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.9.31", - "@thi.ng/args": "^2.3.28", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/hiccup-css": "^2.7.3", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/memoize": "^3.2.0", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-format": "^2.2.0", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/args": "^2.3.29", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/hiccup-css": "^2.7.4", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/memoize": "^3.3.0", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/text-format": "^2.2.1", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 10533a72be..54cea68d6c 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 c14d5e939a..b2a1aab95f 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.6.3", + "version": "2.6.4", "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.43.0", - "@thi.ng/api": "^8.9.31", + "@thi.ng/api": "^8.10.0", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index d53bd32ffe..39365db7bd 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 aedb568d0a..60ed8ed0ee 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.81", + "version": "3.1.82", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/msgpack/CHANGELOG.md b/packages/msgpack/CHANGELOG.md index b2b5ceb045..8bd8f3abc4 100644 --- a/packages/msgpack/CHANGELOG.md +++ b/packages/msgpack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 374ea2d022..1b3a564592 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.30", + "version": "0.1.31", "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.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index c58d772e85..677e98bb96 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ff50da52ed..7f6a1aad1d 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.2.36", + "version": "2.2.37", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/equiv": "^2.1.53" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/equiv": "^2.1.54" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 7215476653..5a4e2a4040 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6ecc477846..b9a2fa548e 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.37", + "version": "2.4.38", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index e5c2c7942f..be75496c91 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 ba612bedc2..c4f04da1f1 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.76", + "version": "5.1.77", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index 45d34a6e1e..25aae25764 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 72791decfa..2b40df19cc 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.124", + "version": "1.1.125", "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.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/pixel": "^6.1.26" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/pixel": "^6.1.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index e33c75f5ef..ac67cacbdd 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 b202ed4002..ba03eb072d 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.85", + "version": "0.1.86", "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.9.31", - "@thi.ng/pixel": "^6.1.26", + "@thi.ng/api": "^8.10.0", + "@thi.ng/pixel": "^6.1.27", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index fb4c5a6769..306b46f490 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 dcd2941bb1..55710ba13a 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.124", + "version": "2.1.125", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/pixel": "^6.1.26" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/pixel": "^6.1.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index 62b07cb851..81f79384f1 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 7d231da8d6..225560a1ce 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.65", + "version": "0.1.66", "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.2", - "@thi.ng/pixel": "^6.1.26" + "@thi.ng/errors": "^2.5.3", + "@thi.ng/pixel": "^6.1.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 1bf2838ce0..d7b7583de4 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 93c7f96a49..bd942a61c6 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.26", + "version": "6.1.27", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.67", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/k-means": "^0.6.82", - "@thi.ng/math": "^5.10.8", - "@thi.ng/porter-duff": "^2.1.74" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/distance": "^2.4.68", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/k-means": "^0.6.83", + "@thi.ng/math": "^5.10.9", + "@thi.ng/porter-duff": "^2.1.75" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 81613cead6..20cf6cb34a 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 667c955eea..1149b7a2c2 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.31", + "version": "2.2.32", "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.9.31", - "@thi.ng/args": "^2.3.28", - "@thi.ng/bench": "^3.5.1", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/pointfree": "^3.1.77" + "@thi.ng/api": "^8.10.0", + "@thi.ng/args": "^2.3.29", + "@thi.ng/bench": "^3.5.2", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/pointfree": "^3.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 525d46adfb..11d4f2d091 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 6082c8abd1..d458c68e54 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.77", + "version": "3.1.78", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 1b2d6ac3ab..8008f122e2 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 0cb74965a5..f848f7e210 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.82", + "version": "3.1.83", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.4", - "@thi.ng/random": "^3.7.1", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/geom-api": "^4.0.5", + "@thi.ng/random": "^3.7.2", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index 92269c4a9e..cd9468e799 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **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 66f63f2622..6c4e24159c 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.74", + "version": "2.1.75", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/math": "^5.10.8" + "@thi.ng/api": "^8.10.0", + "@thi.ng/math": "^5.10.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 014d9ef9ae..bb25fbacc2 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 0f5c4d53a2..dbcdc6b6f9 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.3.14", + "version": "2.3.15", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 549a4880a1..5f47f469a0 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 a637ac1fb7..6d1b9df315 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.60", + "version": "3.1.61", "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.2" + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index dff63ce95b..0e555eafa7 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 1021bb25d6..a5e07ac51a 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.17", + "version": "3.1.18", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index c77d8f56a7..3e8f99dae5 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 902f3054b4..d2bc2bbaab 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.48", + "version": "0.3.49", "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.9.31", - "@thi.ng/base-n": "^2.7.9", - "@thi.ng/random": "^3.7.1" + "@thi.ng/api": "^8.10.0", + "@thi.ng/base-n": "^2.7.10", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 78700a6408..2d579fb423 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/random/package.json b/packages/random/package.json index b180f58c41..6ae8a4e37f 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.7.1", + "version": "3.7.2", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hex": "^2.3.41" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hex": "^2.3.42" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 157ace8c4e..4377d142e0 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 8f53620692..376c24d86c 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.63", + "version": "2.1.64", "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.55" + "@thi.ng/bitstream": "^2.2.56" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/transducers": "^8.9.16", + "@thi.ng/transducers": "^9.0.0", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 4407549ed7..3590bff5c9 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 ccc0e030c1..ede4c62285 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.96", + "version": "1.0.97", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/grid-iterators": "^4.0.68", - "@thi.ng/porter-duff": "^2.1.74", - "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/grid-iterators": "^4.0.69", + "@thi.ng/porter-duff": "^2.1.75", + "@thi.ng/random": "^3.7.2", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 538efe7d5d..c7adaa9eb9 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 90edce8ebc..73b69f669a 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.81", + "version": "0.5.82", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/hiccup-canvas": "^2.5.33", - "@thi.ng/rdom": "^1.1.21", - "@thi.ng/rstream": "^8.3.19" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/hiccup-canvas": "^2.5.34", + "@thi.ng/rdom": "^1.1.22", + "@thi.ng/rstream": "^8.3.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index bf1f7e965b..b01bc293b8 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 7ecd7f3ae8..25cd155f82 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.74", + "version": "0.6.75", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/hiccup-html": "^2.5.0", - "@thi.ng/rdom": "^1.1.21", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/hiccup-html": "^2.5.1", + "@thi.ng/rdom": "^1.1.22", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-forms/CHANGELOG.md b/packages/rdom-forms/CHANGELOG.md index 4481861b67..0278e17506 100644 --- a/packages/rdom-forms/CHANGELOG.md +++ b/packages/rdom-forms/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-28T10:57:28Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 5f27bd3e43..0f4f9d3768 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.2", + "version": "0.3.3", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/hiccup-html": "^2.5.0", - "@thi.ng/rdom": "^1.1.21", - "@thi.ng/rstream": "^8.3.19" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/hiccup-html": "^2.5.1", + "@thi.ng/rdom": "^1.1.22", + "@thi.ng/rstream": "^8.3.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 141bb55e4b..fb148ae0ff 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 636e7bbc5d..96204a8486 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.21", + "version": "1.1.22", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/paths": "^5.1.76", - "@thi.ng/prefixes": "^2.3.14", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/strings": "^3.7.28" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/paths": "^5.1.77", + "@thi.ng/prefixes": "^2.3.15", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/strings": "^3.7.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index eb7121eee3..e2248e33e0 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 89f2e50ecb..b977e423a1 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.69", + "version": "7.1.70", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/paths": "^5.1.76" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/paths": "^5.1.77" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 9fe5e8f079..502a0e5d56 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 052a1c2f82..f0e7df7dd7 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.63", + "version": "3.1.64", "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.55", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/bitstream": "^2.2.56", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 8acc286a06..4cf677914d 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 444925eb0f..e5b230573b 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "4.0.5", + "version": "4.0.6", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index e60a2cc0a5..feb32306b2 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 2b300d503c..b96f7bdd5b 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.117", + "version": "3.1.118", "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": "^2.1.112", - "@thi.ng/rstream": "^8.3.19" + "@thi.ng/csp": "^2.1.113", + "@thi.ng/rstream": "^8.3.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 1f77e1e274..30696cd7dd 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 45a14909d3..d66612921c 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.70", + "version": "3.0.71", "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.3.19", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 058c55fcc4..477eb584a6 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 63730af722..6d562c1906 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.68", + "version": "5.0.69", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 384c93c47e..1ca6a71123 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 636477bd5a..47bad90807 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.122", + "version": "4.1.123", "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.9.31", - "@thi.ng/atom": "^5.2.41", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/paths": "^5.1.76", - "@thi.ng/resolve-map": "^7.1.69", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/atom": "^5.2.42", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/paths": "^5.1.77", + "@thi.ng/resolve-map": "^7.1.70", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 2cc65b9d2a..89e244c657 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 78bfc89e23..5c322b1fd9 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.117", + "version": "2.1.118", "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.3.19" + "@thi.ng/rstream": "^8.3.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 0c589a13bb..3e7a15f2b9 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 6b9f8a194b..0c3059fb59 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.12", + "version": "5.1.13", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 67ef8f4c72..7627c7efab 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.121](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@2.1.121) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([e0e5654](https://github.com/thi-ng/umbrella/commit/e0e5654)) + ### [2.1.102](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream-query@2.1.102) (2024-02-16) #### ♻️ Refactoring diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index c5734d3fe8..701ac56bcc 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.120", + "version": "2.1.121", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/math": "^5.10.8", - "@thi.ng/rstream": "^8.3.19", - "@thi.ng/rstream-dot": "^3.0.70", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/math": "^5.10.9", + "@thi.ng/rstream": "^8.3.20", + "@thi.ng/rstream-dot": "^3.0.71", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index c360ecd186..465ddd42d4 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-04-08T14:59:30Z - **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. +### [8.3.20](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream@8.3.20) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([e0e5654](https://github.com/thi-ng/umbrella/commit/e0e5654)) + ### [8.3.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/rstream@8.3.6) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/rstream/package.json b/packages/rstream/package.json index dcdb22b219..27b699a969 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.3.19", + "version": "8.3.20", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/atom": "^5.2.41", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/atom": "^5.2.42", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index d10a6b5e71..9efe2c0e60 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 5d4faa4cae..f2408b9816 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.116", + "version": "2.1.117", "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.9.31", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/transducers-fsm": "^2.2.81" + "@thi.ng/api": "^8.10.0", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/transducers-fsm": "^2.2.82" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index ac1c1a3415..a18635d6e1 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 e3564e6565..df2269e86e 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.38", + "version": "1.0.39", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/matrices": "^2.3.31", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/matrices": "^2.3.32", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 0f901343ce..c7fc832074 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 951fd7972a..139462ad62 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.69", + "version": "0.4.70", "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.9.31", - "@thi.ng/checks": "^3.5.5" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index afdd381287..07eab07f0e 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 ae39c0800a..bc8691e014 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.35", + "version": "0.5.36", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 7387f52473..6f01485c39 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 ac9d0e20a2..9c56aaa9c0 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.117", + "version": "0.4.118", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/shader-ast": "^0.15.9" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/shader-ast": "^0.15.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index f21ea21a37..934a194118 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 6979368e3e..0b24f01934 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.29", + "version": "1.1.30", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/matrices": "^2.3.31", - "@thi.ng/pixel": "^6.1.26", - "@thi.ng/shader-ast": "^0.15.9", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/matrices": "^2.3.32", + "@thi.ng/pixel": "^6.1.27", + "@thi.ng/shader-ast": "^0.15.10", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 4ebe2d4277..e56bc1c342 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 6c1dd4e2c8..eb3f419f7b 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.9", + "version": "0.4.10", "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.9.31", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/math": "^5.10.8", - "@thi.ng/shader-ast": "^0.15.9" + "@thi.ng/api": "^8.10.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/math": "^5.10.9", + "@thi.ng/shader-ast": "^0.15.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 64a62d7d2a..029cbdb8d2 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 c1f1328160..222bb6d966 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.9", + "version": "0.18.10", "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.9.31", - "@thi.ng/shader-ast": "^0.15.9" + "@thi.ng/api": "^8.10.0", + "@thi.ng/shader-ast": "^0.15.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 471005f97d..ff50867d60 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 5c3d581752..40eca159dd 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.9", + "version": "0.15.10", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/dgraph": "^2.1.112", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/dgraph": "^2.1.113", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 37f3cea5e4..79d7010aaf 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 0f1e20b07a..656f063e04 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.114", + "version": "0.6.115", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.114" + "@thi.ng/transducers-binary": "^2.1.115" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index d6a11bb2cf..706a99aaf0 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 3cac7800da..ebd1f10416 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.121", + "version": "0.4.122", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers-binary": "^2.1.114", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers-binary": "^2.1.115", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/equiv": "^2.1.53", + "@thi.ng/equiv": "^2.1.54", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 81c727dbbf..068c7d96f7 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 b9434d605e..1a1a87af97 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.112", + "version": "0.3.113", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index dd053ee6af..4b4527f0da 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 6f6b16109f..5eb26dd624 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.7.28", + "version": "3.7.29", "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.9.31", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hex": "^2.3.41", - "@thi.ng/memoize": "^3.2.0" + "@thi.ng/api": "^8.10.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hex": "^2.3.42", + "@thi.ng/memoize": "^3.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index bfb3c6b4e2..04f48dc67a 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 968132d196..f040e27233 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.7", + "version": "3.1.8", "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.9.31", - "@thi.ng/dgraph": "^2.1.112", - "@thi.ng/logger": "^3.0.7" + "@thi.ng/api": "^8.10.0", + "@thi.ng/dgraph": "^2.1.113", + "@thi.ng/logger": "^3.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 571e1627fc..82ac4292ff 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 e429e0c405..152d36740a 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.9", + "version": "0.2.10", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -37,20 +37,20 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/args": "^2.3.28", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/date": "^2.7.12", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/args": "^2.3.29", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/date": "^2.7.13", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/testament": "^0.4.24", + "@thi.ng/testament": "^0.4.25", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index c16c91bac7..9ca83b8655 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/testament/package.json b/packages/testament/package.json index c68c9fe312..456209a7e6 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.4.24", + "version": "0.4.25", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/logger": "^3.0.7", + "@thi.ng/logger": "^3.0.8", "chokidar": "^3.6.0" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 4f233aa09a..23c293ea4b 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 0ee85ff6c1..c97e3e1100 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.17", + "version": "3.0.18", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-clip-line": "^2.3.83", - "@thi.ng/math": "^5.10.8", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-format": "^2.2.0", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/geom-clip-line": "^2.3.84", + "@thi.ng/math": "^5.10.9", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/text-format": "^2.2.1", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index c06b013cda..6b9da1a20f 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 da2a0d8ff6..bdac3b9802 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.0", + "version": "2.2.1", "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.9.31", - "@thi.ng/hex": "^2.3.41", - "@thi.ng/memoize": "^3.2.0" + "@thi.ng/api": "^8.10.0", + "@thi.ng/hex": "^2.3.42", + "@thi.ng/memoize": "^3.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index f2f74b727d..87e9a88fd5 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 d2c0e224ad..b3188c2773 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.43", + "version": "0.5.44", "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.9.31", - "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index 0136f812d5..aca02c7476 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 ff95f0f0e5..33cebec821 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.84", + "version": "0.1.85", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/testament": "^0.4.24", + "@thi.ng/testament": "^0.4.25", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/transducers-async/CHANGELOG.md b/packages/transducers-async/CHANGELOG.md new file mode 100644 index 0000000000..c0e247f701 --- /dev/null +++ b/packages/transducers-async/CHANGELOG.md @@ -0,0 +1,29 @@ +# Change Log + +- **Last updated**: 2024-04-08T14:59:29Z +- **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/transducers-async@0.1.0) (2024-04-08) + +#### 🚀 Features + +- re-import as new pkg ([c51d817](https://github.com/thi-ng/umbrella/commit/c51d817)) + - redevelopment after stopping 2018-08-01 (d52e3aa6eb42d65c0a8e43387a43b2b9f2a52ba2) +- add/update arg types & fn overrides ([047d0d3](https://github.com/thi-ng/umbrella/commit/047d0d3)) +- add concat(), update core types, add tests ([2367e59](https://github.com/thi-ng/umbrella/commit/2367e59)) +- add zip() ([8e1d1a3](https://github.com/thi-ng/umbrella/commit/8e1d1a3)) +- add events(), sync() iterators, refactor push() ([5fdc04f](https://github.com/thi-ng/umbrella/commit/5fdc04f)) + - add tests +- add range() & tests ([e4de8ff](https://github.com/thi-ng/umbrella/commit/e4de8ff)) +- add merge() & tests ([dfe970d](https://github.com/thi-ng/umbrella/commit/dfe970d)) +- add SyncOpts, update `sync()` ([c257fa5](https://github.com/thi-ng/umbrella/commit/c257fa5)) + - add tests +- add `raf()`, `sidechain()` ([da56401](https://github.com/thi-ng/umbrella/commit/da56401)) + - add tests +- remove obsolete cycle() ([1198b9d](https://github.com/thi-ng/umbrella/commit/1198b9d)) diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index 61720ba3c9..d1d5c6adb1 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.0.1", + "version": "0.1.0", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index ec0a3d1f53..746a91117e 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.115](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.1.115) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([907c961](https://github.com/thi-ng/umbrella/commit/907c961)) + ### [2.1.109](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.1.109) (2024-03-18) #### ♻️ Refactoring diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 015757df7e..ac0a3e323a 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.114", + "version": "2.1.115", "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.20", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hex": "^2.3.41", - "@thi.ng/random": "^3.7.1", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/binary": "^3.4.21", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hex": "^2.3.42", + "@thi.ng/random": "^3.7.2", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index d790b72b53..a1ae5156c1 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.2.82](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-fsm@2.2.82) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([855bcba](https://github.com/thi-ng/umbrella/commit/855bcba)) + ### [2.2.45](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-fsm@2.2.45) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 7b3c768730..d04617a4ff 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.81", + "version": "2.2.82", "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.9.31", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 1bb77a267e..8b27e0a878 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 2aec55318a..1834d46635 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.122", + "version": "3.1.123", "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.28", - "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/hdom": "^9.4.29", + "@thi.ng/hiccup": "^5.1.27", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 12a9075b8b..15ac724aaa 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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. +### [0.4.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-patch@0.4.113) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([a5d296e](https://github.com/thi-ng/umbrella/commit/a5d296e)) + ### [0.4.76](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-patch@0.4.76) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index d472ea8caf..a6c20084c6 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.112", + "version": "0.4.113", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/paths": "^5.1.76", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/paths": "^5.1.77", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index f494486e36..a2ac43aad5 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.1.113) (2024-04-08) + +#### ♻️ Refactoring + +- update reducer handling due to updates in [@thi.ng/transducers](https://github.com/thi-ng/umbrella/tree/main/packages/transducers) pkg ([25ef274](https://github.com/thi-ng/umbrella/commit/25ef274)) + ### [2.1.76](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.1.76) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 80a423fc7b..f7d9f24c1b 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.112", + "version": "2.1.113", "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.5.5", - "@thi.ng/dcons": "^3.2.107", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/checks": "^3.6.0", + "@thi.ng/dcons": "^3.2.108", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 7c8691fde3..9b60a1e1cb 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:29Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,22 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [9.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@9.0.0) (2024-04-08) + +#### 🛑 Breaking changes + +- update Reducer, Transducer and other types ([95c43f3](https://github.com/thi-ng/umbrella/commit/95c43f3)) +- BREAKING CHANGE: update generics in Reducer, Transducer and other types + - swap generic type args in `Reducer` and `IReducible` to be same order as in `Transducer`, `IXform`, + i.e. `Reducer` maps items from type A to type B, **not** the other way (as was)! + - this new order is more logical, less confusing and also in line with upcoming async transducers pkg + - changes in userland should be minimal (if any), only impacted are custom reducer definitions + - update all pkg internal occurrences + - various other small refactorings, type/arg updates, e.g. + - add generics for `reduced()`/`ensureReduced()`/`unreduced()` + - update `step()` return type (incl. undefined) + - add `StructField` generics + ### [8.9.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.9.6) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/transducers/package.json b/packages/transducers/package.json index df2c97df42..becefcd4fb 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.9.18", + "version": "9.0.0", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/compose": "^2.1.71", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/random": "^3.7.1" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/compose": "^3.0.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/random": "^3.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 7920c74324..47b3d782f7 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 047cc39afa..119b15f538 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.54", + "version": "2.1.55", "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 316980fa81..e7e0bb227e 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 e12de9139e..34f15c03f7 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.4.41", + "version": "0.4.42", "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.9.31", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 77404f6164..cf32a7dea3 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 a34fc76d33..aa17430b6b 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.64", + "version": "0.3.65", "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.9.31" + "@thi.ng/api": "^8.10.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index a991964faf..d41bacc5ad 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 37a10dce3a..650dde5f4d 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.1.123", + "version": "3.1.124", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/malloc": "^6.1.77", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/malloc": "^6.1.78", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 0d88280b7a..d59a49de37 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 2b2a46c3f9..e1ec073068 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.25", + "version": "7.10.26", "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.9.31", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/math": "^5.10.8", - "@thi.ng/memoize": "^3.2.0", - "@thi.ng/random": "^3.7.1", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/math": "^5.10.9", + "@thi.ng/memoize": "^3.3.0", + "@thi.ng/random": "^3.7.2", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index af179d786e..59650c4b92 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 000ddbb0b4..6f06872ab3 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.48", + "version": "0.6.49", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/math": "^5.10.8", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.18" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/math": "^5.10.9", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/transducers": "^9.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/date": "^2.7.12", + "@thi.ng/date": "^2.7.13", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index 5c1fc1ca41..7bb081aa31 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 a89ca21ca3..f5ffe8c782 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.4.66", + "version": "0.4.67", "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.9.31", - "@thi.ng/args": "^2.3.28", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/binary": "^3.4.20", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.3.0", - "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^2.0.0", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/paths": "^5.1.76", - "@thi.ng/strings": "^3.7.28", - "@thi.ng/wasm-api": "^1.4.66" + "@thi.ng/api": "^8.10.0", + "@thi.ng/args": "^2.3.29", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/binary": "^3.4.21", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/compare": "^2.3.1", + "@thi.ng/defmulti": "^3.0.35", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/file-io": "^2.0.1", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/paths": "^5.1.77", + "@thi.ng/strings": "^3.7.29", + "@thi.ng/wasm-api": "^1.4.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 33ab131029..17a680cdcb 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 153292ddf6..11ab9a85f9 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.77", + "version": "0.1.78", "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.20", - "@thi.ng/wasm-api": "^1.4.66", - "@thi.ng/wasm-api-dom": "^0.11.85" + "@thi.ng/binary": "^3.4.21", + "@thi.ng/wasm-api": "^1.4.67", + "@thi.ng/wasm-api-dom": "^0.11.86" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.66", + "@thi.ng/wasm-api-bindgen": "^0.4.67", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index f139d1869f..7a682b1e71 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 3f34f5e045..65b0697227 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.85", + "version": "0.11.86", "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.9.31", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/prefixes": "^2.3.14", - "@thi.ng/wasm-api": "^1.4.66" + "@thi.ng/api": "^8.10.0", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/prefixes": "^2.3.15", + "@thi.ng/wasm-api": "^1.4.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.66", + "@thi.ng/wasm-api-bindgen": "^0.4.67", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index de4825878b..ea6583965f 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 8f6d38e944..27794403e0 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.81", + "version": "0.3.82", "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.9.31", - "@thi.ng/wasm-api": "^1.4.66" + "@thi.ng/api": "^8.10.0", + "@thi.ng/wasm-api": "^1.4.67" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.66", + "@thi.ng/wasm-api-bindgen": "^0.4.67", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index 2be7e77af6..95f08dbb03 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 d4595546ad..e52202e708 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.4.66", + "version": "1.4.67", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/hex": "^2.3.41", - "@thi.ng/idgen": "^2.2.36", - "@thi.ng/logger": "^3.0.7" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/hex": "^2.3.42", + "@thi.ng/idgen": "^2.2.37", + "@thi.ng/logger": "^3.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index ed40b0f2e2..6b1924055b 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 d960407680..7399d69bfd 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.137", + "version": "2.1.138", "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.9.31", - "@thi.ng/shader-ast": "^0.15.9", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vector-pools": "^3.1.123", - "@thi.ng/vectors": "^7.10.25", - "@thi.ng/webgl": "^6.8.9" + "@thi.ng/api": "^8.10.0", + "@thi.ng/shader-ast": "^0.15.10", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vector-pools": "^3.1.124", + "@thi.ng/vectors": "^7.10.26", + "@thi.ng/webgl": "^6.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 7f20de9fc3..ef007d3948 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 6647a35ca5..6a4106f998 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.137", + "version": "0.4.138", "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.9.31", - "@thi.ng/shader-ast": "^0.15.9", - "@thi.ng/shader-ast-glsl": "^0.4.117", - "@thi.ng/webgl": "^6.8.9" + "@thi.ng/api": "^8.10.0", + "@thi.ng/shader-ast": "^0.15.10", + "@thi.ng/shader-ast-glsl": "^0.4.118", + "@thi.ng/webgl": "^6.8.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 37ab4aefdb..1bd1dd2604 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 467403a00a..b309736b82 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.8.9", + "version": "6.8.10", "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.9.31", - "@thi.ng/associative": "^6.3.54", - "@thi.ng/canvas": "^0.2.14", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/equiv": "^2.1.53", - "@thi.ng/errors": "^2.5.2", - "@thi.ng/logger": "^3.0.7", - "@thi.ng/matrices": "^2.3.31", - "@thi.ng/memoize": "^3.2.0", - "@thi.ng/pixel": "^6.1.26", - "@thi.ng/shader-ast": "^0.15.9", - "@thi.ng/shader-ast-glsl": "^0.4.117", - "@thi.ng/shader-ast-stdlib": "^0.18.9", - "@thi.ng/transducers": "^8.9.18", - "@thi.ng/vector-pools": "^3.1.123", - "@thi.ng/vectors": "^7.10.25" + "@thi.ng/api": "^8.10.0", + "@thi.ng/associative": "^6.3.55", + "@thi.ng/canvas": "^0.2.15", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/equiv": "^2.1.54", + "@thi.ng/errors": "^2.5.3", + "@thi.ng/logger": "^3.0.8", + "@thi.ng/matrices": "^2.3.32", + "@thi.ng/memoize": "^3.3.0", + "@thi.ng/pixel": "^6.1.27", + "@thi.ng/shader-ast": "^0.15.10", + "@thi.ng/shader-ast-glsl": "^0.4.118", + "@thi.ng/shader-ast-stdlib": "^0.18.10", + "@thi.ng/transducers": "^9.0.0", + "@thi.ng/vector-pools": "^3.1.124", + "@thi.ng/vectors": "^7.10.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index 81c0f83c43..5d281c830a 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:46Z +- **Last updated**: 2024-04-08T14:59:30Z - **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 4185daec15..b7df5c81a5 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.96", + "version": "2.1.97", "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.9.31", - "@thi.ng/arrays": "^2.9.1", - "@thi.ng/checks": "^3.5.5", - "@thi.ng/errors": "^2.5.2" + "@thi.ng/api": "^8.10.0", + "@thi.ng/arrays": "^2.9.2", + "@thi.ng/checks": "^3.6.0", + "@thi.ng/errors": "^2.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/yarn.lock b/yarn.lock index b3b240f2fd..9448c46822 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3524,13 +3524,13 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/bitfield": "npm:^2.3.36" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/sparse": "npm:^0.3.112" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/bitfield": "npm:^2.3.37" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/sparse": "npm:^0.3.113" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3538,7 +3538,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@npm:^8.9.31, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.10.0, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3550,17 +3550,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.28, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.29, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-format": "npm:^2.2.0" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/text-format": "npm:^2.2.1" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3568,17 +3568,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.9.1, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.9.2, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3586,21 +3586,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.54, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^6.3.55, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3609,15 +3609,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.2.41, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.2.42, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/paths": "npm:^5.1.76" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/paths": "npm:^5.1.77" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3626,21 +3626,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.73, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.74, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/date": "npm:^2.7.12" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/units": "npm:^0.4.41" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/date": "npm:^2.7.13" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/units": "npm:^0.4.42" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3649,7 +3649,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@npm:^2.7.9, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@npm:^2.7.10, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -3661,13 +3661,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.5.1, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.5.2, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/testament": "npm:^0.4.24" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/testament": "npm:^0.4.25" "@types/node": "npm:^20.11.30" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -3682,12 +3682,12 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/transducers-binary": "npm:^2.1.115" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3695,12 +3695,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.20, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.21, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3708,15 +3708,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.36, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.37, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3724,12 +3724,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@npm:^2.2.55, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@npm:^2.2.56, @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.43.0" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3737,16 +3737,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/blurhash@npm:^0.1.19, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": +"@thi.ng/blurhash@npm:^0.1.20, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/base-n": "npm:^2.7.9" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/base-n": "npm:^2.7.10" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tools: "workspace:^" @@ -3760,14 +3760,14 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.67" - "@thi.ng/geom-closest-point": "npm:^2.1.121" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/timestep": "npm:^0.5.43" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/distance": "npm:^2.4.68" + "@thi.ng/geom-closest-point": "npm:^2.1.122" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/timestep": "npm:^0.5.44" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3780,9 +3780,9 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3790,7 +3790,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/canvas@npm:^0.2.14, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": +"@thi.ng/canvas@npm:^0.2.15, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": version: 0.0.0-use.local resolution: "@thi.ng/canvas@workspace:packages/canvas" dependencies: @@ -3808,12 +3808,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3821,7 +3821,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@npm:^3.5.5, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@npm:^3.6.0, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: @@ -3840,12 +3840,12 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/base-n": "npm:^2.7.9" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.39" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hex": "npm:^2.3.41" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/base-n": "npm:^2.7.10" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/color": "npm:^5.6.40" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hex": "npm:^2.3.42" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3853,24 +3853,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.39, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.40, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3883,14 +3883,14 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/dsp": "npm:^4.7.25" - "@thi.ng/dsp-io-wav": "npm:^2.1.112" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/text-canvas": "npm:^3.0.15" - "@thi.ng/transducers": "npm:^8.9.16" - "@thi.ng/vectors": "npm:^7.10.23" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/dsp": "npm:^4.7.28" + "@thi.ng/dsp-io-wav": "npm:^2.1.115" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/text-canvas": "npm:^3.0.18" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3898,12 +3898,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.3.0, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.3.1, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3916,10 +3916,10 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3927,13 +3927,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@npm:^2.1.71, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^3.0.0, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3941,17 +3941,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^2.1.112, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^2.1.113, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3964,10 +3964,10 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3975,14 +3975,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.12, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.13, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3990,18 +3990,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.107, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.108, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4009,14 +4009,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@npm:^3.0.34, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.35, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4029,9 +4029,9 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dgraph": "npm:^2.1.112" - "@thi.ng/dot": "npm:^2.1.71" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/dgraph": "npm:^2.1.113" + "@thi.ng/dot": "npm:^2.1.72" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4039,16 +4039,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.112, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.113, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4056,13 +4056,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@npm:^5.1.64, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.65, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/equiv": "npm:^2.1.53" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/equiv": "npm:^2.1.54" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" typescript: "npm:^5.4.3" @@ -4074,8 +4074,8 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/pixel": "npm:^6.1.24" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/pixel": "npm:^6.1.27" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4083,17 +4083,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.67, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.68, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/heaps": "npm:^2.1.69" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/heaps": "npm:^2.1.70" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4106,9 +4106,9 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/mime": "npm:^2.6.3" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/mime": "npm:^2.6.4" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4116,12 +4116,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@npm:^2.1.64, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.65, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4129,13 +4129,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@npm:^2.1.71, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.72, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4143,16 +4143,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.112, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.115, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/transducers-binary": "npm:^2.1.115" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4160,17 +4160,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.25, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.28, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4183,7 +4183,7 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4196,8 +4196,8 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4210,17 +4210,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/idgen": "npm:^2.2.36" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/malloc": "npm:^6.1.77" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/idgen": "npm:^2.2.37" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/malloc": "npm:^6.1.78" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -4234,16 +4234,16 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dot": "npm:^2.1.71" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/dot": "npm:^2.1.72" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/prefixes": "npm:^2.3.15" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers-binary": "npm:^2.1.115" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4251,7 +4251,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/emoji@npm:^0.1.34, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@npm:^0.1.35, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: @@ -4263,7 +4263,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@npm:^2.1.53, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@npm:^2.1.54, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: @@ -4275,7 +4275,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@npm:^2.5.2, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@npm:^2.5.3, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: @@ -4306,14 +4306,14 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/bench": "npm:^3.5.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/idgen": "npm:^2.2.36" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/random": "npm:^3.7.1" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/bench": "npm:^3.5.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/idgen": "npm:^2.2.37" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/random": "npm:^3.7.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4321,16 +4321,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^2.0.0, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.0.1, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/hex": "npm:^2.3.41" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/random": "npm:^3.7.1" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/hex": "npm:^2.3.42" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/random": "npm:^3.7.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4343,12 +4343,12 @@ __metadata: resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4361,13 +4361,13 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/fuzzy": "npm:^2.1.76" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-svg": "npm:^5.2.31" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-canvas": "npm:^3.0.17" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/fuzzy": "npm:^2.1.77" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/hiccup-svg": "npm:^5.2.32" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/text-canvas": "npm:^3.0.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4375,13 +4375,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@npm:^2.1.76, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.77, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/math": "npm:^5.10.8" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/math": "npm:^5.10.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4389,23 +4389,23 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.67, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.68, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.67" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/heaps": "npm:^2.1.69" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/distance": "npm:^2.4.68" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/heaps": "npm:^2.1.70" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4413,13 +4413,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^4.0.4, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^4.0.5, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4427,16 +4427,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.126, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.127, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4449,18 +4449,18 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/axidraw": "npm:^1.1.73" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/geom": "npm:^6.1.4" - "@thi.ng/geom-accel": "npm:^3.5.67" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-clip-line": "npm:^2.3.83" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/axidraw": "npm:^1.1.74" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/geom": "npm:^6.1.5" + "@thi.ng/geom-accel": "npm:^3.5.68" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-clip-line": "npm:^2.3.84" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4468,14 +4468,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.83, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.84, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4483,15 +4483,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.125, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.126, @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.43.0" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/geom-poly-utils": "npm:^2.3.109" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/geom-poly-utils": "npm:^2.3.110" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4499,14 +4499,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.121, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.122, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4519,16 +4519,16 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/color": "npm:^5.6.39" - "@thi.ng/geom": "npm:^6.1.4" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-clip-line": "npm:^2.3.83" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/grid-iterators": "npm:^4.0.68" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/color": "npm:^5.6.40" + "@thi.ng/geom": "npm:^6.1.5" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-clip-line": "npm:^2.3.84" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/grid-iterators": "npm:^4.0.69" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4536,13 +4536,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.121, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.122, @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.43.0" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4555,9 +4555,9 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4565,16 +4565,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^3.0.4, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^3.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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-closest-point": "npm:^2.1.121" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-closest-point": "npm:^2.1.122" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4582,14 +4582,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.121, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.122, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4597,16 +4597,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.109, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.110, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4614,17 +4614,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.47, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.48, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-closest-point": "npm:^2.1.121" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-closest-point": "npm:^2.1.122" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4637,18 +4637,18 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom": "npm:^6.1.4" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-isoline": "npm:^2.1.121" - "@thi.ng/geom-poly-utils": "npm:^2.3.109" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/geom": "npm:^6.1.5" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-isoline": "npm:^2.1.122" + "@thi.ng/geom-poly-utils": "npm:^2.3.110" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4656,18 +4656,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.100, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.101, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-arc": "npm:^2.1.126" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-arc": "npm:^2.1.127" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4675,15 +4675,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.125, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.126, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4691,17 +4691,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.126, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.127, @thi.ng/geom-tessellate@workspace:^, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/geom-poly-utils": "npm:^2.3.109" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/geom-poly-utils": "npm:^2.3.110" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4714,12 +4714,12 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/grid-iterators": "npm:^4.0.68" - "@thi.ng/matrices": "npm:^2.3.31" - "@thi.ng/pixel": "npm:^6.1.26" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/grid-iterators": "npm:^4.0.69" + "@thi.ng/matrices": "npm:^2.3.32" + "@thi.ng/pixel": "npm:^6.1.27" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4732,16 +4732,16 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/bitfield": "npm:^2.3.36" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-clip-line": "npm:^2.3.83" - "@thi.ng/geom-clip-poly": "npm:^2.1.125" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/geom-poly-utils": "npm:^2.3.109" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/quad-edge": "npm:^3.1.60" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/bitfield": "npm:^2.3.37" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-clip-line": "npm:^2.3.84" + "@thi.ng/geom-clip-poly": "npm:^2.1.126" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/geom-poly-utils": "npm:^2.3.110" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/quad-edge": "npm:^3.1.61" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4749,38 +4749,38 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.1.4, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.1.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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-arc": "npm:^2.1.126" - "@thi.ng/geom-clip-line": "npm:^2.3.83" - "@thi.ng/geom-clip-poly": "npm:^2.1.125" - "@thi.ng/geom-closest-point": "npm:^2.1.121" - "@thi.ng/geom-hull": "npm:^2.1.121" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/geom-poly-utils": "npm:^2.3.109" - "@thi.ng/geom-resample": "npm:^2.3.47" - "@thi.ng/geom-splines": "npm:^2.2.100" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.125" - "@thi.ng/geom-tessellate": "npm:^2.1.126" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-svg": "npm:^5.2.31" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/matrices": "npm:^2.3.31" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-arc": "npm:^2.1.127" + "@thi.ng/geom-clip-line": "npm:^2.3.84" + "@thi.ng/geom-clip-poly": "npm:^2.1.126" + "@thi.ng/geom-closest-point": "npm:^2.1.122" + "@thi.ng/geom-hull": "npm:^2.1.122" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/geom-poly-utils": "npm:^2.3.110" + "@thi.ng/geom-resample": "npm:^2.3.48" + "@thi.ng/geom-splines": "npm:^2.2.101" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.126" + "@thi.ng/geom-tessellate": "npm:^2.1.127" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/hiccup-svg": "npm:^5.2.32" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/matrices": "npm:^2.3.32" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4793,12 +4793,12 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/zipper": "npm:^2.1.96" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/zipper": "npm:^2.1.97" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4806,19 +4806,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.68, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.69, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/bitfield": "npm:^2.3.36" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/morton": "npm:^3.1.81" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/bitfield": "npm:^2.3.37" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/morton": "npm:^3.1.82" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4831,11 +4831,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/diff": "npm:^5.1.64" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-css": "npm:^2.7.3" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/diff": "npm:^5.1.65" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/hiccup-css": "npm:^2.7.4" + "@thi.ng/strings": "npm:^3.7.29" "@types/node": "npm:^20.11.30" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -4851,12 +4851,12 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/diff": "npm:^5.1.64" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hdom": "npm:^9.4.28" - "@thi.ng/hiccup-canvas": "npm:^2.5.33" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/diff": "npm:^5.1.65" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hdom": "npm:^9.4.29" + "@thi.ng/hiccup-canvas": "npm:^2.5.34" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4869,12 +4869,12 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/transducers-stats": "npm:^2.1.112" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/transducers-stats": "npm:^2.1.113" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4887,9 +4887,9 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/hdom": "npm:^9.4.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/hdom": "npm:^9.4.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4897,20 +4897,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.28, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.29, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/atom": "npm:^5.2.41" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/diff": "npm:^5.1.64" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/prefixes": "npm:^2.3.14" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/atom": "npm:^5.2.42" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/diff": "npm:^5.1.65" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/prefixes": "npm:^2.3.15" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4918,14 +4918,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.69, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.70, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/equiv": "npm:^2.1.53" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/equiv": "npm:^2.1.54" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4933,7 +4933,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@npm:^2.3.41, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@npm:^2.3.42, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: @@ -4945,17 +4945,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.33, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.34, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.39" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/pixel": "npm:^6.1.26" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/color": "npm:^5.6.40" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/pixel": "npm:^6.1.27" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4968,7 +4968,7 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/hiccup": "npm:^5.1.26" + "@thi.ng/hiccup": "npm:^5.1.27" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4976,15 +4976,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.3, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.4, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4997,10 +4997,10 @@ __metadata: resolution: "@thi.ng/hiccup-html-parse@workspace:packages/hiccup-html-parse" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/parse": "npm:^2.4.37" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/parse": "npm:^2.4.38" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5008,12 +5008,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.5.0, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.5.1, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5026,17 +5026,17 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/emoji": "npm:^0.1.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/parse": "npm:^2.4.37" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-canvas": "npm:^3.0.17" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/emoji": "npm:^0.1.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/parse": "npm:^2.4.38" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/text-canvas": "npm:^3.0.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5044,14 +5044,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.31, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.32, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.39" - "@thi.ng/prefixes": "npm:^2.3.14" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/color": "npm:^5.6.40" + "@thi.ng/prefixes": "npm:^2.3.15" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5059,16 +5059,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.1.26, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.1.27, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/atom": "npm:^5.2.41" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/atom": "npm:^5.2.42" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5076,13 +5076,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@npm:^2.2.36, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.37, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5096,12 +5096,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5114,19 +5114,19 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/blurhash": "npm:^0.1.19" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/date": "npm:^2.7.12" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/pixel": "npm:^6.1.26" - "@thi.ng/pixel-dither": "npm:^1.1.124" - "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/blurhash": "npm:^0.1.20" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/date": "npm:^2.7.13" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/pixel": "npm:^6.1.27" + "@thi.ng/pixel-dither": "npm:^1.1.125" + "@thi.ng/prefixes": "npm:^2.3.15" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" sharp: "npm:^0.33.3" @@ -5140,16 +5140,16 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom": "npm:^6.1.4" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/geom-isec": "npm:^3.0.4" - "@thi.ng/geom-tessellate": "npm:^2.1.126" - "@thi.ng/layout": "npm:^3.0.34" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom": "npm:^6.1.5" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/geom-isec": "npm:^3.0.5" + "@thi.ng/geom-tessellate": "npm:^2.1.127" + "@thi.ng/layout": "npm:^3.0.35" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5162,12 +5162,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/atom": "npm:^5.2.41" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/paths": "npm:^5.1.76" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/atom": "npm:^5.2.42" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/paths": "npm:^5.1.77" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5180,10 +5180,10 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dlogic": "npm:^2.1.64" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/dlogic": "npm:^2.1.65" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5196,9 +5196,9 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5206,16 +5206,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.82, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.83, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/distance": "npm:^2.4.67" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/distance": "npm:^2.4.68" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5228,10 +5228,10 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/base-n": "npm:^2.7.9" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/base-n": "npm:^2.7.10" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5241,13 +5241,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.34, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.35, @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.43.0" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5260,9 +5260,9 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers-binary": "npm:^2.1.115" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5270,7 +5270,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@npm:^3.0.7, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.8, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5287,7 +5287,7 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5300,13 +5300,13 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5314,15 +5314,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.77, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.78, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5335,12 +5335,12 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5348,12 +5348,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@npm:^5.10.8, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.10.9, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5361,15 +5361,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.31, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.32, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5377,12 +5377,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^3.2.0, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^3.3.0, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5395,20 +5395,20 @@ __metadata: resolution: "@thi.ng/meta-css@workspace:packages/meta-css" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/hiccup-css": "npm:^2.7.3" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/memoize": "npm:^3.2.0" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-format": "npm:^2.2.0" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/args": "npm:^2.3.29" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/hiccup-css": "npm:^2.7.4" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/memoize": "npm:^3.3.0" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/text-format": "npm:^2.2.1" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5418,12 +5418,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@npm:^2.6.3, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@npm:^2.6.4, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5431,15 +5431,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.81, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.82, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5452,9 +5452,9 @@ __metadata: resolution: "@thi.ng/msgpack@workspace:packages/msgpack" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5467,11 +5467,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/equiv": "npm:^2.1.53" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/equiv": "npm:^2.1.54" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5479,16 +5479,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.37, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.38, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5496,14 +5496,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@npm:^5.1.76, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.77, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5511,14 +5511,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.124, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.125, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/pixel": "npm:^6.1.27" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5531,8 +5531,8 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/pixel": "npm:^6.1.27" esbuild: "npm:^0.20.2" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5546,9 +5546,9 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/pixel": "npm:^6.1.27" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5561,8 +5561,8 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/pixel": "npm:^6.1.27" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5570,20 +5570,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.24, @thi.ng/pixel@npm:^6.1.26, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.27, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.67" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/k-means": "npm:^0.6.82" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/porter-duff": "npm:^2.1.74" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/distance": "npm:^2.4.68" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/k-means": "npm:^0.6.83" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/porter-duff": "npm:^2.1.75" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5597,13 +5597,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/bench": "npm:^3.5.1" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/pointfree": "npm:^3.1.77" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/args": "npm:^2.3.29" + "@thi.ng/bench": "npm:^3.5.2" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/pointfree": "npm:^3.1.78" esbuild: "npm:^0.20.2" pegjs: "npm:0.11.0-master.b7b87ea" rimraf: "npm:^5.0.5" @@ -5614,16 +5614,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.77, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.78, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5636,11 +5636,11 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.4" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/geom-api": "npm:^4.0.5" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5648,13 +5648,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@npm:^2.1.74, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.75, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/math": "npm:^5.10.8" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/math": "npm:^5.10.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5662,7 +5662,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@npm:^2.3.14, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@npm:^2.3.15, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -5674,12 +5674,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@npm:^3.1.60, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@npm:^3.1.61, @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.43.0" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5692,13 +5692,13 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5711,9 +5711,9 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/base-n": "npm:^2.7.9" - "@thi.ng/random": "npm:^3.7.1" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/base-n": "npm:^2.7.10" + "@thi.ng/random": "npm:^3.7.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5721,15 +5721,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@npm:^3.7.1, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^3.7.2, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hex": "npm:^2.3.41" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hex": "npm:^2.3.42" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5742,8 +5742,8 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/bitstream": "npm:^2.2.55" - "@thi.ng/transducers": "npm:^8.9.16" + "@thi.ng/bitstream": "npm:^2.2.56" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5756,13 +5756,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/grid-iterators": "npm:^4.0.68" - "@thi.ng/porter-duff": "npm:^2.1.74" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/grid-iterators": "npm:^4.0.69" + "@thi.ng/porter-duff": "npm:^2.1.75" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5775,13 +5775,13 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/hiccup-canvas": "npm:^2.5.33" - "@thi.ng/rdom": "npm:^1.1.21" - "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/hiccup-canvas": "npm:^2.5.34" + "@thi.ng/rdom": "npm:^1.1.22" + "@thi.ng/rstream": "npm:^8.3.20" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5794,13 +5794,13 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/hiccup-html": "npm:^2.5.0" - "@thi.ng/rdom": "npm:^1.1.21" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/hiccup-html": "npm:^2.5.1" + "@thi.ng/rdom": "npm:^1.1.22" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5813,12 +5813,12 @@ __metadata: resolution: "@thi.ng/rdom-forms@workspace:packages/rdom-forms" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/hiccup-html": "npm:^2.5.0" - "@thi.ng/rdom": "npm:^1.1.21" - "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/hiccup-html": "npm:^2.5.1" + "@thi.ng/rdom": "npm:^1.1.22" + "@thi.ng/rstream": "npm:^8.3.20" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5826,19 +5826,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.21, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.22, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/paths": "npm:^5.1.76" - "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/strings": "npm:^3.7.28" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/paths": "npm:^5.1.77" + "@thi.ng/prefixes": "npm:^2.3.15" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/strings": "npm:^3.7.29" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5846,15 +5846,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@npm:^7.1.69, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.70, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/paths": "npm:^5.1.76" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/paths": "npm:^5.1.77" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5867,8 +5867,8 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/bitstream": "npm:^2.2.55" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/bitstream": "npm:^2.2.56" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5881,10 +5881,10 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5898,8 +5898,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/csp": "npm:^2.1.112" - "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/csp": "npm:^2.1.113" + "@thi.ng/rstream": "npm:^8.3.20" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5907,14 +5907,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.70, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.71, @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.43.0" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5927,11 +5927,11 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5944,14 +5944,14 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/atom": "npm:^5.2.41" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/paths": "npm:^5.1.76" - "@thi.ng/resolve-map": "npm:^7.1.69" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/atom": "npm:^5.2.42" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/paths": "npm:^5.1.77" + "@thi.ng/resolve-map": "npm:^7.1.70" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5964,7 +5964,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/rstream": "npm:^8.3.20" "@types/node": "npm:^20.11.30" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5978,12 +5978,12 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5996,16 +5996,16 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/rstream": "npm:^8.3.19" - "@thi.ng/rstream-dot": "npm:^3.0.70" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/rstream": "npm:^8.3.20" + "@thi.ng/rstream-dot": "npm:^3.0.71" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6013,19 +6013,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.3.19, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.3.20, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/atom": "npm:^5.2.41" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/atom": "npm:^5.2.42" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6038,10 +6038,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/transducers-fsm": "npm:^2.2.81" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/transducers-fsm": "npm:^2.2.82" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6054,11 +6054,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/matrices": "npm:^2.3.31" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/matrices": "npm:^2.3.32" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6071,8 +6071,8 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6085,9 +6085,9 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6095,15 +6095,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.117, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.118, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/shader-ast": "npm:^0.15.10" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6116,14 +6116,14 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/matrices": "npm:^2.3.31" - "@thi.ng/pixel": "npm:^6.1.26" - "@thi.ng/shader-ast": "npm:^0.15.9" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/matrices": "npm:^2.3.32" + "@thi.ng/pixel": "npm:^6.1.27" + "@thi.ng/shader-ast": "npm:^0.15.10" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6136,12 +6136,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/shader-ast": "npm:^0.15.10" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6149,13 +6149,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.9, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.10, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/shader-ast": "npm:^0.15.10" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6163,17 +6163,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.9, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.10, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/dgraph": "npm:^2.1.112" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/dgraph": "npm:^2.1.113" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6186,7 +6186,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/transducers-binary": "npm:^2.1.115" assemblyscript: "npm:0.27.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -6200,12 +6200,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers-binary": "npm:^2.1.114" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers-binary": "npm:^2.1.115" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6213,14 +6213,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.112, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.113, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6228,15 +6228,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.7.28, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.7.29, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hex": "npm:^2.3.41" - "@thi.ng/memoize": "npm:^3.2.0" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hex": "npm:^2.3.42" + "@thi.ng/memoize": "npm:^3.3.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6249,9 +6249,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dgraph": "npm:^2.1.112" - "@thi.ng/logger": "npm:^3.0.7" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/dgraph": "npm:^2.1.113" + "@thi.ng/logger": "npm:^3.0.8" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6264,17 +6264,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/date": "npm:^2.7.12" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/testament": "npm:^0.4.24" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/args": "npm:^2.3.29" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/date": "npm:^2.7.13" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/testament": "npm:^0.4.25" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6284,12 +6284,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@npm:^0.4.24, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@npm:^0.4.25, @thi.ng/testament@workspace:packages/testament": version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/logger": "npm:^3.0.7" + "@thi.ng/logger": "npm:^3.0.8" chokidar: "npm:^3.6.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -6300,20 +6300,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.15, @thi.ng/text-canvas@npm:^3.0.17, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.18, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-clip-line": "npm:^2.3.83" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-format": "npm:^2.2.0" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/geom-clip-line": "npm:^2.3.84" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/text-format": "npm:^2.2.1" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -6322,14 +6322,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.2.0, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.2.1, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/hex": "npm:^2.3.41" - "@thi.ng/memoize": "npm:^3.2.0" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/hex": "npm:^2.3.42" + "@thi.ng/memoize": "npm:^3.3.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6337,14 +6337,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.43, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.44, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6357,13 +6357,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/testament": "npm:^0.4.24" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/testament": "npm:^0.4.25" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6376,11 +6376,11 @@ __metadata: resolution: "@thi.ng/transducers-async@workspace:packages/transducers-async" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6388,18 +6388,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.114, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.115, @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.43.0" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hex": "npm:^2.3.41" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hex": "npm:^2.3.42" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6407,13 +6407,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.81, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.82, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6426,9 +6426,9 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/hdom": "npm:^9.4.28" - "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/hdom": "npm:^9.4.29" + "@thi.ng/hiccup": "npm:^5.1.27" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6441,11 +6441,11 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/paths": "npm:^5.1.76" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/paths": "npm:^5.1.77" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6453,15 +6453,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.112, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.113, @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.43.0" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.107" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/dcons": "npm:^3.2.108" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6469,19 +6469,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^8.9.16, @thi.ng/transducers@npm:^8.9.18, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.0.0, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/compose": "npm:^2.1.71" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/random": "npm:^3.7.1" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/compose": "npm:^3.0.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/random": "npm:^3.7.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6501,15 +6501,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.4.41, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.4.42, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6522,7 +6522,7 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" + "@thi.ng/api": "npm:^8.10.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6530,19 +6530,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.123, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.124, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/malloc": "npm:^6.1.77" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/malloc": "npm:^6.1.78" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6550,21 +6550,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.23, @thi.ng/vectors@npm:^7.10.25, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.26, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/memoize": "npm:^3.2.0" - "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/memoize": "npm:^3.3.0" + "@thi.ng/random": "npm:^3.7.2" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6577,14 +6577,14 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/date": "npm:^2.7.12" - "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/date": "npm:^2.7.13" + "@thi.ng/math": "npm:^5.10.9" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/transducers": "npm:^9.0.0" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6592,24 +6592,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.66, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.4.67, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.3.0" - "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^2.0.0" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/paths": "npm:^5.1.76" - "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/wasm-api": "npm:^1.4.66" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/args": "npm:^2.3.29" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/compare": "npm:^2.3.1" + "@thi.ng/defmulti": "npm:^3.0.35" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/file-io": "npm:^2.0.1" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/paths": "npm:^5.1.77" + "@thi.ng/strings": "npm:^3.7.29" + "@thi.ng/wasm-api": "npm:^1.4.67" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6624,10 +6624,10 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/wasm-api": "npm:^1.4.66" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" - "@thi.ng/wasm-api-dom": "npm:^0.11.85" + "@thi.ng/binary": "npm:^3.4.21" + "@thi.ng/wasm-api": "npm:^1.4.67" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.67" + "@thi.ng/wasm-api-dom": "npm:^0.11.86" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6635,17 +6635,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.85, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.86, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/wasm-api": "npm:^1.4.66" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/prefixes": "npm:^2.3.15" + "@thi.ng/wasm-api": "npm:^1.4.67" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.67" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6658,9 +6658,9 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/wasm-api": "npm:^1.4.66" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/wasm-api": "npm:^1.4.67" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.67" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6668,18 +6668,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.66, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.4.67, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/hex": "npm:^2.3.41" - "@thi.ng/idgen": "npm:^2.2.36" - "@thi.ng/logger": "npm:^3.0.7" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/hex": "npm:^2.3.42" + "@thi.ng/idgen": "npm:^2.2.37" + "@thi.ng/logger": "npm:^3.0.8" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6692,12 +6692,12 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.9" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vector-pools": "npm:^3.1.123" - "@thi.ng/vectors": "npm:^7.10.25" - "@thi.ng/webgl": "npm:^6.8.9" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/shader-ast": "npm:^0.15.10" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vector-pools": "npm:^3.1.124" + "@thi.ng/vectors": "npm:^7.10.26" + "@thi.ng/webgl": "npm:^6.8.10" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6710,10 +6710,10 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.9" - "@thi.ng/shader-ast-glsl": "npm:^0.4.117" - "@thi.ng/webgl": "npm:^6.8.9" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/shader-ast": "npm:^0.15.10" + "@thi.ng/shader-ast-glsl": "npm:^0.4.118" + "@thi.ng/webgl": "npm:^6.8.10" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6721,27 +6721,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.8.9, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.8.10, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.54" - "@thi.ng/canvas": "npm:^0.2.14" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/matrices": "npm:^2.3.31" - "@thi.ng/memoize": "npm:^3.2.0" - "@thi.ng/pixel": "npm:^6.1.26" - "@thi.ng/shader-ast": "npm:^0.15.9" - "@thi.ng/shader-ast-glsl": "npm:^0.4.117" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.9" - "@thi.ng/transducers": "npm:^8.9.18" - "@thi.ng/vector-pools": "npm:^3.1.123" - "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/associative": "npm:^6.3.55" + "@thi.ng/canvas": "npm:^0.2.15" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/equiv": "npm:^2.1.54" + "@thi.ng/errors": "npm:^2.5.3" + "@thi.ng/logger": "npm:^3.0.8" + "@thi.ng/matrices": "npm:^2.3.32" + "@thi.ng/memoize": "npm:^3.3.0" + "@thi.ng/pixel": "npm:^6.1.27" + "@thi.ng/shader-ast": "npm:^0.15.10" + "@thi.ng/shader-ast-glsl": "npm:^0.4.118" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.10" + "@thi.ng/transducers": "npm:^9.0.0" + "@thi.ng/vector-pools": "npm:^3.1.124" + "@thi.ng/vectors": "npm:^7.10.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6749,15 +6749,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.96, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.97, @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.43.0" - "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.1" - "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/errors": "npm:^2.5.2" + "@thi.ng/api": "npm:^8.10.0" + "@thi.ng/arrays": "npm:^2.9.2" + "@thi.ng/checks": "npm:^3.6.0" + "@thi.ng/errors": "npm:^2.5.3" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12"