diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index 3fe3c518cc..9bb83f7dcc 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7eae47fc17..e0ac1b6fda 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.16", + "version": "2.2.17", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 82888ac5b5..bd46c6657d 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 bdd9bf8f28..c755982bc8 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.3.22", + "version": "2.3.23", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/bitfield": "^2.2.33", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/sparse": "^0.3.54" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/bitfield": "^2.2.34", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/sparse": "^0.3.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/vectors": "^7.7.4", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/vectors": "^7.7.5", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c679158988..58f98e2a24 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/api/package.json b/packages/api/package.json index 00e64e080a..7e18f98037 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.9.2", + "version": "8.9.3", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 6fa62ab910..a56f7f8ce4 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0a3d0b931a..e041a862e4 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.2.30", + "version": "2.2.31", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 73e1a36114..2657a3e88c 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7ed91d8db3..92c6535b73 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.5.17", + "version": "2.5.18", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 17c152b7ae..d71218111e 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.2.43](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.2.43) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ### [6.2.25](https://github.com/thi-ng/umbrella/tree/@thi.ng/associative@6.2.25) (2023-02-10) #### 🩹 Bug fixes diff --git a/packages/associative/package.json b/packages/associative/package.json index db56f82706..9e172f44eb 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.2.42", + "version": "6.2.43", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -34,21 +34,21 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2", + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 064c015c24..5ae843b525 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 72b74479c4..d5775c6f5c 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.2.6", + "version": "5.2.7", "description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/paths": "^5.1.41", + "@thi.ng/api": "^8.9.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/paths": "^5.1.42", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 08fea17401..55b359450e 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 cdc9dc283a..8935fc0d8a 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.11", + "version": "1.1.12", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -34,21 +34,21 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/date": "^2.4.17", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/units": "^0.4.8", - "@thi.ng/vectors": "^7.7.4", + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/date": "^2.4.18", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/units": "^0.4.9", + "@thi.ng/vectors": "^7.7.5", "serialport": "^11.0.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index b85f21b00c..316c550ca4 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.5.10](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.5.10) (2023-08-12) + +#### ♻️ Refactoring + +- remove deps, minor internal updates ([c675cba](https://github.com/thi-ng/umbrella/commit/c675cba)) + ## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.5.0) (2023-03-17) #### 🚀 Features diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 8977cbc149..36a5481b12 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.5.9", + "version": "2.5.10", "description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/85, support for bigints and encoding/decoding of byte arrays", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index 485ca4bf14..bfb55d21fb 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e252578d7d..63e8c99aab 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.4.3", + "version": "3.4.4", "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 103c49ef11..cb86e9d828 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 507e67f0d7..e53493da9f 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.56", + "version": "2.1.57", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/transducers-binary": "^2.1.54" + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/transducers-binary": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 7213fe2ce1..5190353273 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e1fc735a93..52b9613897 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.3.30", + "version": "3.3.31", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 541851f89e..1af4b16637 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e33b537d30..fe94bd7f92 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.2.33", + "version": "2.2.34", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 6478187adb..5cbdf679f5 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c5b51dbc91..35e67277ce 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.25", + "version": "2.2.26", "description": "ES6 iterator based read/write bit streams with support for variable word widths", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.3.2" + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 313d947c07..955024b689 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e9880ed56a..3f26566230 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.54", + "version": "2.1.55", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 8f8bbf68e0..2b055e91b1 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.2.47](https://github.com/thi-ng/umbrella/tree/@thi.ng/cellular@0.2.47) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/cellular@0.2.0) (2022-06-11) #### 🚀 Features diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 4291158ba0..64db2a45e0 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.46", + "version": "0.2.47", "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", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 3a5e98f73f..23eefddf8b 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/checks/package.json b/packages/checks/package.json index 539dc5c4ff..73e9808fd8 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.4.2", + "version": "3.4.3", "description": "Collection of 70+ type, feature & value checks", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 900fedce9a..27d4618a6a 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 eea03884ff..3b9b1fac16 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.1.8", + "version": "1.1.9", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:swatches": "tools:node-esm tools/swatches.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/base-n": "^2.5.9", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/color": "^5.5.8", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hex": "^2.3.14" + "@thi.ng/api": "^8.9.3", + "@thi.ng/base-n": "^2.5.10", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/color": "^5.5.9", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hex": "^2.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 1d3deaa9e4..8c7797f34e 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index 83c7268a9e..dec25dfbb4 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.5.8", + "version": "5.5.9", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -38,23 +38,23 @@ "tool:swatches": "tools:node-esm tools/index.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/random": "^3.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/random": "^3.6.0", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index b896fb3987..77739ee6c0 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 9f2faaaf6b..9fdd3e82f9 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.21", + "version": "1.0.22", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.30", - "@thi.ng/random": "^3.5.3" + "@thi.ng/binary": "^3.3.31", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/api": "^8.9.2", - "@thi.ng/dsp": "^4.3.19", - "@thi.ng/dsp-io-wav": "^2.1.54", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/text-canvas": "^2.4.50", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4", + "@thi.ng/api": "^8.9.3", + "@thi.ng/dsp": "^4.3.20", + "@thi.ng/dsp-io-wav": "^2.1.55", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/text-canvas": "^2.4.51", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index bbf710887b..e2bb96f2ad 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d388e71d65..6113531787 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.1.35", + "version": "2.1.36", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index a1e7c24212..479da1a4e9 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 82e1057c45..174ae9d3c8 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.1.51", + "version": "0.1.52", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 8456944a81..d84cecc413 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/compose/package.json b/packages/compose/package.json index 819474c938..65812c5652 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.37", + "version": "2.1.38", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 100fa12378..7002415d04 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/csp/package.json b/packages/csp/package.json index 66296a8ad4..490a1716ab 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.54", + "version": "2.1.55", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "testnode": "tsc -p test && node build/test/node.js" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 8244fd8ad7..b80af2bb6a 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/csv/package.json b/packages/csv/package.json index 9a45c959f7..768290283a 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.19", + "version": "2.3.20", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index d918d08dae..cbf31c95da 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1348f318c5..5e0b29e7ba 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.4.17", + "version": "2.4.18", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 539d9f0ca8..96c401e0fb 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.2.50](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.2.50) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ### [3.2.7](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.2.7) (2022-07-19) #### ♻️ Refactoring diff --git a/packages/dcons/package.json b/packages/dcons/package.json index e1b0b43bd4..9b5f50ecaa 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.49", + "version": "3.2.50", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index ea57bad3e2..38995f5bfd 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1cd3ad6c35..6dbb754f86 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "2.1.41", + "version": "2.1.42", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index b19b0c0e65..771357c570 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d54bb4d6d4..a31fcc6129 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.54", + "version": "2.1.55", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/dgraph": "^2.1.54", - "@thi.ng/dot": "^2.1.39" + "@thi.ng/api": "^8.9.3", + "@thi.ng/dgraph": "^2.1.55", + "@thi.ng/dot": "^2.1.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 18c719ba81..f528f2dd39 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 09de0fe31b..7babe29178 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.54", + "version": "2.1.55", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index e386477b10..fb31217ac0 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d1363c183f..7b673736cc 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.35", + "version": "5.1.36", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/equiv": "^2.1.27" + "@thi.ng/api": "^8.9.3", + "@thi.ng/equiv": "^2.1.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index 4411a8e2a8..912aae02b2 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8ccb851483..9acb0627a0 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.34", + "version": "0.1.35", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/pixel": "^4.2.11", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/pixel": "^4.2.12", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 7f660d6eb9..ce7c2db6e0 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c7f4e7d70b..05cf289e18 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.6", + "version": "2.4.7", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/heaps": "^2.1.36", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/heaps": "^2.1.37", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index f77b1748df..88e6daa6bb 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e05b3dd643..6ff8a9db98 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.37", + "version": "2.3.38", "description": "Canvas, video recording & file asset download helpers for web apps", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/mime": "^2.2.22" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/mime": "^2.2.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 8d20a6eb6a..0de9729542 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 894d642021..d646991bf3 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.35", + "version": "2.1.36", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 2f7c3604ba..166f331bcd 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f047033f76..9372b99328 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.39", + "version": "2.1.40", "description": "Graphviz document abstraction & serialization to DOT format", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 09fc1c2167..09276b7673 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 b701aef722..7804c59590 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.54", + "version": "2.1.55", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/transducers-binary": "^2.1.54" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/transducers-binary": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index febe7ce6d3..e9433ee3db 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7c0e00b454..835b3b8366 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.3.19", + "version": "4.3.20", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 29409afc59..5e047fe0a3 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 71f8ca641e..bbe93424fd 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.35", + "version": "0.4.36", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index ab14236286..771f8243e0 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0dd3ea3c0b..4f8f83ea41 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.37", + "version": "0.3.38", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index d7f3b6213f..702df1201f 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 24cab23694..87da013f4c 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.56", + "version": "0.7.57", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/idgen": "^2.2.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/malloc": "^6.1.42", - "@thi.ng/transducers": "^8.5.2", + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/idgen": "^2.2.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/malloc": "^6.1.43", + "@thi.ng/transducers": "^8.5.3", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 1c63d36613..5756e611cb 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 92a7514321..fc6b9124f4 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.58", + "version": "0.6.59", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -29,20 +29,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/dot": "^2.1.39", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/prefixes": "^2.1.27", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers-binary": "^2.1.54" + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/dot": "^2.1.40", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/prefixes": "^2.1.28", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers-binary": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index d76c913624..4bb55450e5 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 12656b391f..cfb379418e 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.1.8", + "version": "0.1.9", "description": "Bi-directional lookup tables mapping emoji names & their characters", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 28af01882f..a03a08f1d0 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d8c48c1b18..a26ac4c749 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.27", + "version": "2.1.28", "description": "Extensible deep value equivalence checking for any data types", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index 52020ce1a5..a3d4b556c6 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8d6e5d8ac9..d27efe41b6 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.3.2", + "version": "2.3.3", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index f0d785da50..f8e8c3439b 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 77d479d680..b3e671a44c 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.1.33", + "version": "1.1.34", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index 355c1071f6..48582d8257 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 662126ba85..1025205ca8 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.2.1", + "version": "0.2.2", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/bench": "^3.4.3", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/idgen": "^2.2.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/random": "^3.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/bench": "^3.4.4", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/idgen": "^2.2.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 611200692a..e8315ae666 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 490a3e5404..6310b8ebc8 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "0.5.15", + "version": "0.5.16", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/hex": "^2.3.14", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/random": "^3.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/hex": "^2.3.15", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index e566268509..813dc169c9 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 8a3cb67e04..be8655645f 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.56", + "version": "3.1.57", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 531a63b156..a8e5fab899 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f2e51f30b2..ca0d0c98fd 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.72", + "version": "2.1.73", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/fuzzy": "^2.1.39", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/hiccup-svg": "^5.0.9", - "@thi.ng/math": "^5.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/text-canvas": "^2.4.50" + "@thi.ng/api": "^8.9.3", + "@thi.ng/fuzzy": "^2.1.40", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/hiccup-svg": "^5.0.10", + "@thi.ng/math": "^5.5.4", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/text-canvas": "^2.4.51" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index ea957a7023..e476f38d61 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 bbc74f995d..44e2fad032 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.39", + "version": "2.1.40", "description": "Fuzzy logic operators & configurable rule inferencing engine", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/math": "^5.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/math": "^5.5.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 0e63ee4ca9..0a2d721ab4 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 32aa8ffe9a..364b6eaf22 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.6", + "version": "3.5.7", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -35,22 +35,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/distance": "^2.4.6", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/heaps": "^2.1.36", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/distance": "^2.4.7", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/heaps": "^2.1.37", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index ba1c0f199f..917576f76e 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 84e9151be7..27d615a451 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.4.22", + "version": "3.4.23", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 671414557f..74a5f8b554 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 80b417042c..2be89988a5 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.65", + "version": "2.1.66", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-resample": "^2.2.22", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-resample": "^2.2.23", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index 2abe73fbd2..4e482f6606 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d63b5051f5..960abdd148 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.15", + "version": "0.5.16", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/axidraw": "^1.1.11", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/geom": "^5.1.2", - "@thi.ng/geom-accel": "^3.5.6", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-clip-line": "^2.3.22", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/axidraw": "^1.1.12", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/geom": "^5.1.3", + "@thi.ng/geom-accel": "^3.5.7", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-clip-line": "^2.3.23", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 908b288505..9d18135783 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 03cd2e766c..081da4ce2f 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.22", + "version": "2.3.23", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 5a418f0971..0effc8ba85 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8c83495202..5aa13c5152 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.64", + "version": "2.1.65", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/geom-poly-utils": "^2.3.48", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/geom-poly-utils": "^2.3.49", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 84b5003077..d6889f6b89 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 3df0afb9fd..e91888c125 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.60", + "version": "2.1.61", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index c5340b17ed..ce14db6970 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d2048ee045..099b474137 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.29", + "version": "2.2.30", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/color": "^5.5.8", - "@thi.ng/geom": "^5.1.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-clip-line": "^2.3.22", - "@thi.ng/geom-resample": "^2.2.22", - "@thi.ng/grid-iterators": "^4.0.8", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/color": "^5.5.9", + "@thi.ng/geom": "^5.1.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-clip-line": "^2.3.23", + "@thi.ng/geom-resample": "^2.2.23", + "@thi.ng/grid-iterators": "^4.0.9", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 570dfd1663..a804a16ce2 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 241c3c9aca..43a75e1cb5 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.60", + "version": "2.1.61", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index 2003cf39b9..77191869db 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 3bdf0c328d..6528bd12f7 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.60", + "version": "0.3.61", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 5689768862..457b4f3bc7 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a180ddb901..db8e8736db 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "2.1.64", + "version": "2.1.65", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-closest-point": "^2.1.60", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-closest-point": "^2.1.61", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 344f589308..924c948ae3 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 886d62acc8..1080a6b816 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.60", + "version": "2.1.61", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 9fe6e0a459..2f15762551 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8de78046a8..a6081676c1 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.48", + "version": "2.3.49", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index dba3369df5..aec1fd72b6 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 284587f0c3..30a4582d60 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.2.22", + "version": "2.2.23", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-closest-point": "^2.1.60", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-closest-point": "^2.1.61", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index d34d3d4dba..a508cd0335 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 644b2fb800..8c275f6656 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.2.56", + "version": "0.2.57", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/geom": "^5.1.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-isoline": "^2.1.60", - "@thi.ng/geom-poly-utils": "^2.3.48", - "@thi.ng/geom-resample": "^2.2.22", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/geom": "^5.1.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-isoline": "^2.1.61", + "@thi.ng/geom-poly-utils": "^2.3.49", + "@thi.ng/geom-resample": "^2.2.23", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index a3a0037fb5..a404f6ccab 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c325158e8c..ec49461f39 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.39", + "version": "2.2.40", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-arc": "^2.1.65", - "@thi.ng/geom-resample": "^2.2.22", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-arc": "^2.1.66", + "@thi.ng/geom-resample": "^2.2.23", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index f454906aff..51183e3d13 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 287bd25f10..e7ac0b53f0 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.64", + "version": "2.1.65", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index fcf372f7f6..1de21c09ec 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 89284b1bc5..f8b5cff0e7 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.64", + "version": "2.1.65", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/geom-poly-utils": "^2.3.48", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/geom-poly-utils": "^2.3.49", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index 3be812521f..b3dde84737 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 9f73409a5b..2390a75c04 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.11", + "version": "0.3.12", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/grid-iterators": "^4.0.8", - "@thi.ng/matrices": "^2.1.61", - "@thi.ng/pixel": "^4.2.11", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/grid-iterators": "^4.0.9", + "@thi.ng/matrices": "^2.1.62", + "@thi.ng/pixel": "^4.2.12", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 3806811b09..5b23460686 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4c3acce1a1..37e8b210eb 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.7", + "version": "2.3.8", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/bitfield": "^2.2.33", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-clip-line": "^2.3.22", - "@thi.ng/geom-clip-poly": "^2.1.64", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/geom-poly-utils": "^2.3.48", - "@thi.ng/math": "^5.5.3", - "@thi.ng/quad-edge": "^3.1.32", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/bitfield": "^2.2.34", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-clip-line": "^2.3.23", + "@thi.ng/geom-clip-poly": "^2.1.65", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/geom-poly-utils": "^2.3.49", + "@thi.ng/math": "^5.5.4", + "@thi.ng/quad-edge": "^3.1.33", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index c2e80a2fd7..42b57390b1 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 81f57d13ef..ed8d34e113 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "5.1.2", + "version": "5.1.3", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -35,37 +35,37 @@ "tool:bpatch": "tools:node-esm tools/bpatch.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-arc": "^2.1.65", - "@thi.ng/geom-clip-line": "^2.3.22", - "@thi.ng/geom-clip-poly": "^2.1.64", - "@thi.ng/geom-closest-point": "^2.1.60", - "@thi.ng/geom-hull": "^2.1.60", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/geom-poly-utils": "^2.3.48", - "@thi.ng/geom-resample": "^2.2.22", - "@thi.ng/geom-splines": "^2.2.39", - "@thi.ng/geom-subdiv-curve": "^2.1.64", - "@thi.ng/geom-tessellate": "^2.1.64", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/hiccup-svg": "^5.0.9", - "@thi.ng/math": "^5.5.3", - "@thi.ng/matrices": "^2.1.61", - "@thi.ng/random": "^3.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-arc": "^2.1.66", + "@thi.ng/geom-clip-line": "^2.3.23", + "@thi.ng/geom-clip-poly": "^2.1.65", + "@thi.ng/geom-closest-point": "^2.1.61", + "@thi.ng/geom-hull": "^2.1.61", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/geom-poly-utils": "^2.3.49", + "@thi.ng/geom-resample": "^2.2.23", + "@thi.ng/geom-splines": "^2.2.40", + "@thi.ng/geom-subdiv-curve": "^2.1.65", + "@thi.ng/geom-tessellate": "^2.1.65", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/hiccup-svg": "^5.0.10", + "@thi.ng/math": "^5.5.4", + "@thi.ng/matrices": "^2.1.62", + "@thi.ng/random": "^3.6.0", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index a477e04aac..07220b4eea 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.55](https://github.com/thi-ng/umbrella/tree/@thi.ng/gp@0.4.55) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/gp@0.4.0) (2021-11-17) #### 🚀 Features diff --git a/packages/gp/package.json b/packages/gp/package.json index 60e0bec204..4288ab9780 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.54", + "version": "0.4.55", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/zipper": "^2.1.47" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/zipper": "^2.1.48" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 7c4cbe165d..f2f9cf91c5 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 bd1a01d386..7b13dad74a 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.8", + "version": "4.0.9", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "tool:assets": "tools:node-esm tools/build-assets.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/bitfield": "^2.2.33", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/morton": "^3.1.42", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/bitfield": "^2.2.34", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/morton": "^3.1.43", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index 061a6e2c40..1fb17651ce 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4a8e614c04..4d06f68fdd 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.57", + "version": "0.3.58", "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", @@ -35,15 +35,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/diff": "^5.1.35", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/hiccup-css": "^2.1.55", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/diff": "^5.1.36", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/hiccup-css": "^2.1.56", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index ce9d9084ab..e873baf1de 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a45e966c21..b68b1a11fb 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.67", + "version": "4.1.68", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/diff": "^5.1.35", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hdom": "^9.3.13", - "@thi.ng/hiccup-canvas": "^2.3.11" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/diff": "^5.1.36", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hdom": "^9.3.14", + "@thi.ng/hiccup-canvas": "^2.3.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index ea6ba5dd16..8035c39826 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 40fe641e5e..0016566b98 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.54", + "version": "5.1.55", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.16", - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/transducers-stats": "^2.1.54" + "@thi.ng/adapt-dpi": "^2.2.17", + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/transducers-stats": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 92fdb8f3b3..56077d89c2 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1e46a0c342..5023b48de6 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.48", + "version": "2.1.49", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/hdom": "^9.3.13" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/hdom": "^9.3.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 53ea0134e7..802f569513 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 79899c4caa..9e8ec9ffc9 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.3.13", + "version": "9.3.14", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -37,19 +37,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/diff": "^5.1.35", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/prefixes": "^2.1.27" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/diff": "^5.1.36", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/prefixes": "^2.1.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/atom": "^5.2.6", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/atom": "^5.2.7", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index a824a742b0..259fda93dc 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 ded34cbf70..2e4f3e871f 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.36", + "version": "2.1.37", "description": "Various heap implementations for arbitrary values and with customizable ordering", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/equiv": "^2.1.27" + "@thi.ng/api": "^8.9.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/equiv": "^2.1.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index 97f6aee089..fbcab8d913 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4ca886d380..22293d9fe9 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.14", + "version": "2.3.15", "description": "Hex string formatters for 4/8/16/24/32/48/64bit words", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index ed2befda79..ebda7efb5f 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8f5ab286dd..efbd1249fd 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.3.11", + "version": "2.3.12", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/color": "^5.5.8", - "@thi.ng/math": "^5.5.3", - "@thi.ng/pixel": "^4.2.11", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/color": "^5.5.9", + "@thi.ng/math": "^5.5.4", + "@thi.ng/pixel": "^4.2.12", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 4e14c1c92a..864cce880c 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a977619876..8dd31d31d5 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.26", + "version": "3.1.27", "description": "Full set of IBM's Carbon icons in hiccup format", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 538468a1c6..6632785783 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 6f241c9e54..f20e26d2a6 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.1.55", + "version": "2.1.56", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index f416a6c973..6badcc12e1 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 97b34f56ce..de6cfbeb59 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.2.19", + "version": "2.2.20", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index ce36ab71ff..fc18a34140 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 5228266090..a942abe3a1 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.18", + "version": "3.2.19", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -34,21 +34,21 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/emoji": "^0.1.8", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/parse": "^2.2.38", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/text-canvas": "^2.4.50" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/emoji": "^0.1.9", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/parse": "^2.2.39", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/text-canvas": "^2.4.51" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 936d3288fe..5848793e78 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 5cf96c3213..5e699d4eec 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.0.9", + "version": "5.0.10", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/color": "^5.5.8", - "@thi.ng/prefixes": "^2.1.27" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/color": "^5.5.9", + "@thi.ng/prefixes": "^2.1.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index f220fb683c..9fb3c9eb43 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 56bdf3c4ba..a24e06ca59 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "4.2.45", + "version": "4.2.46", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/atom": "^5.2.6", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/atom": "^5.2.7", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index df9b3c3bf3..e70461b7b9 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 24db09f2a5..6e79b85ee1 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.2", + "version": "2.2.3", "description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 8f64536b10..6ebd5211dc 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 823955bac4..4655ca1a48 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.62", + "version": "2.1.63", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 4ae6b75ff9..6f6fd9c9c7 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4444612037..cf9a3d45a9 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.72", + "version": "2.1.73", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom": "^5.1.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/geom-isec": "^2.1.64", - "@thi.ng/geom-tessellate": "^2.1.64", - "@thi.ng/layout": "^2.1.31", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom": "^5.1.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/geom-isec": "^2.1.65", + "@thi.ng/geom-tessellate": "^2.1.65", + "@thi.ng/layout": "^2.1.32", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 6893fcb7ad..ccc9117efd 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 2baa80991a..223c82eab4 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.17", + "version": "3.2.18", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/atom": "^5.2.6", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/paths": "^5.1.41" + "@thi.ng/api": "^8.9.3", + "@thi.ng/atom": "^5.2.7", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/paths": "^5.1.42" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index b1efa6572b..effea28b96 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 33ccbded54..cb6018bcde 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.36", + "version": "4.2.37", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/dlogic": "^2.1.35", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/dlogic": "^2.1.36", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index eb322df797..b44421cc04 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e73f13ec52..a8932381fe 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.54", + "version": "6.1.55", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 682a4c18be..1d9d2df404 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 9e6045d326..9267fdf699 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.21", + "version": "0.6.22", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/distance": "^2.4.6", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/distance": "^2.4.7", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 4dd1d17ccc..170a110cb9 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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. +## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@3.2.0) (2023-08-12) + +#### 🚀 Features + +- add optional buffer args for various methods ([def0db4](https://github.com/thi-ng/umbrella/commit/def0db4)) + - update IKSUID interface + - update AKSUID to re-use internal byte buffer for string IDs, + avoiding allocating new temp arrays + - refactor .timeOnlyBinary() to avoid internal temp array + - update tests (re-ordered random bytes, due to [770dbe5d8](https://github.com/thi-ng/umbrella/commit/770dbe5d8)) + +#### ⏱ Performance improvements + +- update .parse() ([da6765d](https://github.com/thi-ng/umbrella/commit/da6765d)) + - avoid allocation + ### [3.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/ksuid@3.1.15) (2023-08-06) #### 🩹 Bug fixes diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index eb3b3413c7..90ec29da37 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.1.17", + "version": "3.2.0", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/base-n": "^2.5.9", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/random": "^3.5.3", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/base-n": "^2.5.10", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/random": "^3.6.0", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index d96f1b3c99..757ea62d0e 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 334534662d..11467f15c9 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "2.1.31", + "version": "2.1.32", "description": "Configurable nested 2D grid layout manager", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2" + "@thi.ng/checks": "^3.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index af263a9f53..ff0f1dab9e 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7d6d14d460..9d3ae5891a 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.25", + "version": "3.0.26", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers-binary": "^2.1.54" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers-binary": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 2913578d5f..bfeb8cb69a 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0256828015..374a6637ac 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "1.4.18", + "version": "1.4.19", "description": "Types & basis infrastructure for arbitrary logging (w/ default impls)", "type": "module", "module": "./index.js", diff --git a/packages/lowdisc/CHANGELOG.md b/packages/lowdisc/CHANGELOG.md index a1a5f51d11..1e84452a21 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 dbd0a0eb36..9f5a639299 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.31", + "version": "0.3.32", "description": "n-dimensional low-discrepancy sequence generators/iterators", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.3.2" + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 9f03067553..68c42314e0 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.61](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.1.61) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/lsys/package.json b/packages/lsys/package.json index ce3a19018c..cff8447980 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.60", + "version": "2.1.61", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 6acec9c829..9250f33781 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 38ec898afe..ddb9acfa79 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.42", + "version": "6.1.43", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index cd36e1dd3e..b0ea9011de 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d85e7134da..1556e5635b 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.56", + "version": "0.3.57", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 7188b4861c..d54351ece5 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 79cc55980a..e172950787 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.5.3", + "version": "5.5.4", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index f21f97755d..72f91bebeb 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 87e6283c8a..eb362a70e3 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.61", + "version": "2.1.62", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 625f7bfe40..dbb7203feb 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 4c7ed81d25..5c6bec33a6 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.35", + "version": "3.1.36", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 7ed243ec2b..f6d5611983 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0407a382ef..9580e4dcd2 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.2.22", + "version": "2.2.23", "description": "650+ file extension to MIME type mappings, based on mime-db", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/api": "^8.9.2", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/api": "^8.9.3", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index bfa75ce092..bf75f1fb0f 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8c2105e361..238303427c 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.42", + "version": "3.1.43", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index f840307188..596473a211 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e1ab6b2965..47a2f4e58d 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.1.43", + "version": "2.1.44", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/equiv": "^2.1.27" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/equiv": "^2.1.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 4bbc0de020..0a1bb001bb 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c09cace9f9..1ada06e3cd 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.2.38", + "version": "2.2.39", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 5e63e99a46..80ff83ac91 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 5d078de3c7..9698fa05fd 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.41", + "version": "5.1.42", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index 89a325397c..8f437c3e69 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 850a45e958..f082f285fb 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.62", + "version": "1.1.63", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/pixel": "^4.2.11" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/pixel": "^4.2.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index ffddcf4c9d..505b5388a7 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 562ea721cc..42758a8573 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.23", + "version": "0.1.24", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/pixel": "^4.2.11", + "@thi.ng/api": "^8.9.3", + "@thi.ng/pixel": "^4.2.12", "geotiff": "^2.0.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index e766251830..556abbd067 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0ea2070c62..22400e4e61 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.62", + "version": "2.1.63", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/pixel": "^4.2.11" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/pixel": "^4.2.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index 2491c4cb6d..1ee8dc31dd 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d43704addd..95fe746659 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.3", + "version": "0.1.4", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.3.2", - "@thi.ng/pixel": "^4.2.11" + "@thi.ng/errors": "^2.3.3", + "@thi.ng/pixel": "^4.2.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index d43abd7c12..3d74e8eb5c 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 ec2c0321dd..75fa3f0508 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "4.2.11", + "version": "4.2.12", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/distance": "^2.4.6", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/k-means": "^0.6.21", - "@thi.ng/math": "^5.5.3", - "@thi.ng/porter-duff": "^2.1.38" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/distance": "^2.4.7", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/k-means": "^0.6.22", + "@thi.ng/math": "^5.5.4", + "@thi.ng/porter-duff": "^2.1.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "tslib": "^2.6.1", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 39fb41e329..cf3e435f74 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 3544293bc5..ecdbcbc474 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.1.50", + "version": "2.1.51", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/args": "^2.2.30", - "@thi.ng/bench": "^3.4.3", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/pointfree": "^3.1.40" + "@thi.ng/api": "^8.9.3", + "@thi.ng/args": "^2.2.31", + "@thi.ng/bench": "^3.4.4", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/pointfree": "^3.1.41" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "pegjs": "0.11.0-master.b7b87ea", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index f5e5d63a3a..9851cd44ba 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 fdd53f40b5..78af6bdc81 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.40", + "version": "3.1.41", "description": "Pointfree functional composition / Forth style stack execution engine", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index a3a978c54c..3d1f43ba1a 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 46c64058ca..c20c2a16fb 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.21", + "version": "3.1.22", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/geom-api": "^3.4.22", - "@thi.ng/random": "^3.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/geom-api": "^3.4.23", + "@thi.ng/random": "^3.6.0", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index 25d99d4df3..8ced40edf0 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 566f894f18..ec63978f74 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.38", + "version": "2.1.39", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/math": "^5.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/math": "^5.5.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 27cf9bd763..40cffcb1b9 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f05c18ac6b..f5bb53f443 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.1.27", + "version": "2.1.28", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 4c3472acac..25c0bd7414 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 efd30cd1ed..ba24a7fe5e 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.32", + "version": "3.1.33", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.3.2" + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 8677fb1d51..2d5bc81b54 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 fbf1187b01..237359f6f5 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.61", + "version": "2.1.62", "description": "Parametric (non-)linearly interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/math": "^5.5.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/math": "^5.5.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 341cb37feb..9d846b469e 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.3.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/random-fxhash@0.3.5) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random-fxhash@0.3.0) (2023-07-14) #### 🚀 Features diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index d4a7d29447..e586bb0170 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.4", + "version": "0.3.5", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/base-n": "^2.5.9", - "@thi.ng/random": "^3.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/base-n": "^2.5.10", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index fec926f21e..aca60d2f8f 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@3.6.0) (2023-08-12) + +#### 🚀 Features + +- add IRandom.minmaxUint() ([6558eb1](https://github.com/thi-ng/umbrella/commit/6558eb1)) + - clarify .minmaxInt() is for signed (i32) + - new .minmaxUint() is for unsigned (u32) + - add ARandom.minmaxUint() +- add IRandom.probability() ([efdd49c](https://github.com/thi-ng/umbrella/commit/efdd49c)) + - add impl for ARandom base class + +#### ⏱ Performance improvements + +- increase Crypto default size to 1KB ([a30075a](https://github.com/thi-ng/umbrella/commit/a30075a)) +- minor update randomBytesFrom() ([770dbe5](https://github.com/thi-ng/umbrella/commit/770dbe5)) + - switch loop direction + ## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@3.5.0) (2023-07-14) #### 🚀 Features diff --git a/packages/random/package.json b/packages/random/package.json index 01a5bbb1a6..7a6092236b 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.5.3", + "version": "3.6.0", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hex": "^2.3.14" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hex": "^2.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index f4c2becc8f..aa22d69b61 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c1455c0f86..353f358ad7 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.33", + "version": "2.1.34", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.25" + "@thi.ng/bitstream": "^2.2.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/transducers": "^8.5.2", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/transducers": "^8.5.3", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 9130c6183a..30bf8c07fd 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.37](https://github.com/thi-ng/umbrella/tree/@thi.ng/rasterize@1.0.37) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ### [1.0.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/rasterize@1.0.13) (2022-12-22) #### ♻️ Refactoring diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 11bcf911cd..86b4f76a79 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.36", + "version": "1.0.37", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/grid-iterators": "^4.0.8", - "@thi.ng/porter-duff": "^2.1.38", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/grid-iterators": "^4.0.9", + "@thi.ng/porter-duff": "^2.1.39", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index d37db9d1c1..9d8f3a1268 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 fbd06fde0a..4ec6103a46 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.11", + "version": "0.5.12", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.16", - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/hiccup-canvas": "^2.3.11", - "@thi.ng/rdom": "^0.11.8", - "@thi.ng/rstream": "^8.0.8" + "@thi.ng/adapt-dpi": "^2.2.17", + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/hiccup-canvas": "^2.3.12", + "@thi.ng/rdom": "^0.11.9", + "@thi.ng/rstream": "^8.0.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 3418709bfb..fae89081ee 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 9050733ebb..24209e2524 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.8", + "version": "0.6.9", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/hiccup-html": "^2.2.19", - "@thi.ng/rdom": "^0.11.8", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/hiccup-html": "^2.2.20", + "@thi.ng/rdom": "^0.11.9", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 176809cf35..f2cd538d50 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 362650a4a1..e358fe25da 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.11.8", + "version": "0.11.9", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -35,18 +35,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/paths": "^5.1.41", - "@thi.ng/prefixes": "^2.1.27", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/strings": "^3.4.10" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/paths": "^5.1.42", + "@thi.ng/prefixes": "^2.1.28", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/strings": "^3.4.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 3e9aef3a41..cddebc4f6d 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1efdcf7ab1..7a3bedff4b 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.34", + "version": "7.1.35", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/paths": "^5.1.41" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/paths": "^5.1.42" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index cbad4622ce..24aca47752 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c6fddc3773..107bd5b4e1 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.33", + "version": "3.1.34", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.25", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/bitstream": "^2.2.26", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 1f211a44d3..bcb284e493 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 3d91210ba9..a58b87279f 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.2.32", + "version": "3.2.33", "description": "Generic router for browser & non-browser based applications", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 30b01ed1b4..d693e11087 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a48a63ff34..73b1f77960 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.57", + "version": "3.1.58", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/csp": "^2.1.54", - "@thi.ng/rstream": "^8.0.8" + "@thi.ng/csp": "^2.1.55", + "@thi.ng/rstream": "^8.0.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index 1f1bd32801..b0871a52f6 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d75a4b8503..f06ce6a791 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.8", + "version": "3.0.9", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index d72cb12db6..9dfeba4df8 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0762e740d4..d44f67b46c 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.8", + "version": "5.0.9", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -38,15 +38,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 2a1e79ad9c..133dcdc075 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 92bf4158a6..343ee7d378 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.62", + "version": "4.1.63", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/atom": "^5.2.6", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/paths": "^5.1.41", - "@thi.ng/resolve-map": "^7.1.34", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/atom": "^5.2.7", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/paths": "^5.1.42", + "@thi.ng/resolve-map": "^7.1.35", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 3d58c5865c..de78c6df2f 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 ee66d770b8..7e1a987e00 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.57", + "version": "2.1.58", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^8.0.8" + "@thi.ng/rstream": "^8.0.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index aa588fd314..e1b2b9291f 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a44dd08b6c..d231b46ea8 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "4.1.58", + "version": "4.1.59", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index a7f3c72a64..b5227b2251 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 355ece7e85..e2b109eb3e 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.58", + "version": "2.1.59", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/math": "^5.5.3", - "@thi.ng/rstream": "^8.0.8", - "@thi.ng/rstream-dot": "^3.0.8", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/math": "^5.5.4", + "@thi.ng/rstream": "^8.0.9", + "@thi.ng/rstream-dot": "^3.0.9", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index bc915a90ab..2e3d72bd31 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 9b3758f6d5..9aa8b488c4 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.0.8", + "version": "8.0.9", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/atom": "^5.2.6", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/atom": "^5.2.7", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 95b016fa7a..20dcd8db51 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f08570eaed..1f9e59780b 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.56", + "version": "2.1.57", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/transducers-fsm": "^2.2.23" + "@thi.ng/api": "^8.9.3", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/transducers-fsm": "^2.2.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 7c75ba54b1..e2ac93f143 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d81b33d6c4..f0c9ccdb06 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.6.8", + "version": "0.6.9", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/matrices": "^2.1.61", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/matrices": "^2.1.62", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index e79b718694..cf4077e742 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f08a9ab342..834670fbd0 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.39", + "version": "0.4.40", "description": "Various implementations of the @thi.ng/api `ISeq` interface / sequence abstraction", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index 35dd15a3ac..3998c9dc9a 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 814a413ccf..2bb685d225 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.4.43", + "version": "0.4.44", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 4fe6672581..6ec7573e84 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1ebdd287d9..da2c235195 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.57", + "version": "0.4.58", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/shader-ast": "^0.12.57" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/shader-ast": "^0.12.58" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 0e8ddc7345..0193ef2c2f 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0727a1631a..55d2df0e34 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": "0.7.66", + "version": "0.7.67", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/matrices": "^2.1.61", - "@thi.ng/pixel": "^4.2.11", - "@thi.ng/shader-ast": "^0.12.57", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/matrices": "^2.1.62", + "@thi.ng/pixel": "^4.2.12", + "@thi.ng/shader-ast": "^0.12.58", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 0de022a7e3..c14a25743b 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7516fcfa9c..a082831de9 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.3.5", + "version": "0.3.6", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/math": "^5.5.3", - "@thi.ng/shader-ast": "^0.12.57" + "@thi.ng/api": "^8.9.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/math": "^5.5.4", + "@thi.ng/shader-ast": "^0.12.58" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index c131ef0b07..4bb46b3a56 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 9e031b3a8e..592db194fa 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.14.3", + "version": "0.14.4", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/shader-ast": "^0.12.57" + "@thi.ng/api": "^8.9.3", + "@thi.ng/shader-ast": "^0.12.58" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index af10f69c69..65d906a361 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 129952fa6b..45bc62cac0 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.12.57", + "version": "0.12.58", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/dgraph": "^2.1.54", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/dgraph": "^2.1.55", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 606b0b0fb2..6083dc60f6 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 63d4bdc129..b16b66f8e9 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.54", + "version": "0.6.55", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "node --no-warnings --experimental-wasm-simd --loader ts-node/esm test/index.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.54" + "@thi.ng/transducers-binary": "^2.1.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "assemblyscript": "0.27.8", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index 5dbd1306ab..2cec916768 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 5b3ff287b0..7f40893b62 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.60", + "version": "0.4.61", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers-binary": "^2.1.54", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers-binary": "^2.1.55", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index a98535e043..3696a6d4b2 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 38d64969d9..a37eec2fb4 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.54", + "version": "0.3.55", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -33,13 +33,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index a85df5c7f5..f649e289cc 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 9bde7980d7..08b40e7cd5 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.4.10", + "version": "3.4.11", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hex": "^2.3.14", - "@thi.ng/memoize": "^3.1.35" + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hex": "^2.3.15", + "@thi.ng/memoize": "^3.1.36" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index a73e6b7a34..5cb8019f62 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 7352c38e3b..89042203a2 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.58", + "version": "2.1.59", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/dgraph": "^2.1.54", - "@thi.ng/logger": "^1.4.18" + "@thi.ng/api": "^8.9.3", + "@thi.ng/dgraph": "^2.1.55", + "@thi.ng/logger": "^1.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 9a2a114b38..d92bcfed56 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 2c0a92f352..de3a8cbef3 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.39", + "version": "0.1.40", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -35,20 +35,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/args": "^2.2.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/date": "^2.4.17", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/file-io": "^0.5.15", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/args": "^2.2.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/date": "^2.4.18", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/file-io": "^0.5.16", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index b41dd5950b..8d61f9bc4f 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4033436627..8adc18b0bb 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.3.20", + "version": "0.3.21", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/logger": "^1.4.18", + "@thi.ng/logger": "^1.4.19", "chokidar": "^3.5.3" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index dcaf2e8689..aa56d353ad 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 0eb8bd1a5d..c01c98f1e0 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.4.50", + "version": "2.4.51", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -34,19 +34,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/geom-clip-line": "^2.3.22", - "@thi.ng/math": "^5.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/text-format": "^1.4.9", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/geom-clip-line": "^2.3.23", + "@thi.ng/math": "^5.5.4", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/text-format": "^1.4.10", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "tslib": "^2.6.1", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 97c86085b9..4e8e467253 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 e10fda24b7..4d087e445f 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "1.4.9", + "version": "1.4.10", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/hex": "^2.3.14", - "@thi.ng/memoize": "^3.1.35" + "@thi.ng/api": "^8.9.3", + "@thi.ng/hex": "^2.3.15", + "@thi.ng/memoize": "^3.1.36" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index ba9735cfd4..ed9c776515 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 d37bdaeb6c..173ea3890a 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.4.4", + "version": "0.4.5", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index 072f6132c1..9d3395b233 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 18dff2dbf5..37d7095efe 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.24", + "version": "0.1.25", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/file-io": "^0.5.15", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/file-io": "^0.5.16", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index eb1170949f..6793a2c2fe 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.55](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.1.55) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ### [2.1.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-binary@2.1.6) (2022-04-07) #### ♻️ Refactoring diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 33cd02b13d..d007e1ebd9 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.54", + "version": "2.1.55", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.30", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hex": "^2.3.14", - "@thi.ng/random": "^3.5.3", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/binary": "^3.3.31", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hex": "^2.3.15", + "@thi.ng/random": "^3.6.0", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index ecf2c1a019..3c338d72a1 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 8f35031d54..f3062c46f8 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.23", + "version": "2.2.24", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 48dd88cfed..5cac125963 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 4d9dd92857..1f057f81ca 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.59", + "version": "3.1.60", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/hdom": "^9.3.13", - "@thi.ng/hiccup": "^4.2.45", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/hdom": "^9.3.14", + "@thi.ng/hiccup": "^4.2.46", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 519e27beaf..5c70c65705 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 6d62f90a40..2bedaf73cc 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.54", + "version": "0.4.55", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/paths": "^5.1.41", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/paths": "^5.1.42", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index dc0ea23fac..54674145df 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index f2902887f1..758831f4da 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.54", + "version": "2.1.55", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.4.2", - "@thi.ng/dcons": "^3.2.49", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/checks": "^3.4.3", + "@thi.ng/dcons": "^3.2.50", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 677ff42a96..4ac2f61a68 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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.5.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.5.3) (2023-08-12) + +#### ♻️ Refactoring + +- update .probability() call sites in various pkgs ([c8c8141](https://github.com/thi-ng/umbrella/commit/c8c8141)) + ## [8.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.5.0) (2023-08-04) #### 🚀 Features diff --git a/packages/transducers/package.json b/packages/transducers/package.json index a3d4d6c7e9..aec3007779 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.5.2", + "version": "8.5.3", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/compose": "^2.1.37", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/random": "^3.5.3" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/compose": "^2.1.38", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/random": "^3.6.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index b0ec82a96f..11b5dd1b24 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 6eba7cc3de..4f87d68689 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.27", + "version": "2.1.28", "description": "C-style struct, union and bitfield read/write views of ArrayBuffers", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/units/CHANGELOG.md b/packages/units/CHANGELOG.md index 124f761986..1b0a5fbdce 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 12f77f1d4d..3d3ac1e884 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.4.8", + "version": "0.4.9", "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index ebc0d6e608..ff296204a2 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a96a35e2d5..7f9edfc985 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.35", + "version": "0.3.36", "description": "Vector clock functions for synchronizing distributed states & processes", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2" + "@thi.ng/api": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index ba5c11c764..56250ef264 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 c13895e017..45eb011de9 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.62", + "version": "3.1.63", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/malloc": "^6.1.42", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/malloc": "^6.1.43", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 87c58b439f..68ce6d2a8c 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a64999c843..a651fc41df 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.7.4", + "version": "7.7.5", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/memoize": "^3.1.35", - "@thi.ng/random": "^3.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/memoize": "^3.1.36", + "@thi.ng/random": "^3.6.0", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index 04f3bf3c5e..ae71cce603 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 3fe8872f02..25f0181f21 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.4.56", + "version": "0.4.57", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -40,18 +40,18 @@ "tool:tags": "tools:node-esm tools/tagcloud.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/math": "^5.5.3", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/transducers": "^8.5.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/math": "^5.5.4", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/transducers": "^8.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/date": "^2.4.17", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/date": "^2.4.18", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index a5ac8aebb6..37808a9b3d 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 372c5c70f8..406ace1df8 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.10", + "version": "0.4.11", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -36,23 +36,23 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/args": "^2.2.30", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/binary": "^3.3.30", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/compare": "^2.1.35", - "@thi.ng/defmulti": "^2.1.41", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/file-io": "^0.5.15", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/paths": "^5.1.41", - "@thi.ng/strings": "^3.4.10", - "@thi.ng/wasm-api": "^1.4.15" + "@thi.ng/api": "^8.9.3", + "@thi.ng/args": "^2.2.31", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/binary": "^3.3.31", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/compare": "^2.1.36", + "@thi.ng/defmulti": "^2.1.42", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/file-io": "^0.5.16", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/paths": "^5.1.42", + "@thi.ng/strings": "^3.4.11", + "@thi.ng/wasm-api": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 88304bcc23..5e6828b216 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 f8d7853667..184a6daa50 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.22", + "version": "0.1.23", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.30", - "@thi.ng/wasm-api": "^1.4.15", - "@thi.ng/wasm-api-dom": "^0.11.30" + "@thi.ng/binary": "^3.3.31", + "@thi.ng/wasm-api": "^1.4.16", + "@thi.ng/wasm-api-dom": "^0.11.31" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/wasm-api-bindgen": "^0.4.10", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/wasm-api-bindgen": "^0.4.11", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index 22116efb72..1838696ea4 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 52b3a63269..d7f12fdbca 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.30", + "version": "0.11.31", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.16", - "@thi.ng/api": "^8.9.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/prefixes": "^2.1.27", - "@thi.ng/wasm-api": "^1.4.15" + "@thi.ng/adapt-dpi": "^2.2.17", + "@thi.ng/api": "^8.9.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/prefixes": "^2.1.28", + "@thi.ng/wasm-api": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/wasm-api-bindgen": "^0.4.10", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/wasm-api-bindgen": "^0.4.11", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index 97a85458b4..66c451f64c 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 61af9d3057..b465c64617 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.30", + "version": "0.3.31", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/wasm-api": "^1.4.15" + "@thi.ng/api": "^8.9.3", + "@thi.ng/wasm-api": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", - "@thi.ng/wasm-api-bindgen": "^0.4.10", + "@thi.ng/testament": "^0.3.21", + "@thi.ng/wasm-api-bindgen": "^0.4.11", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index a9d472bc2f..c1c8d5ce5c 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 8e02f0df2f..9beab5fd10 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.15", + "version": "1.4.16", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test:build-zig": "zig build-lib -O ReleaseSmall -target wasm32-freestanding -dynamic --strip --pkg-begin wasmapi zig/lib.zig --pkg-end test/custom.zig && wasm-dis -o custom.wast custom.wasm && cp custom.wasm test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/hex": "^2.3.14", - "@thi.ng/idgen": "^2.2.2", - "@thi.ng/logger": "^1.4.18" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/hex": "^2.3.15", + "@thi.ng/idgen": "^2.2.3", + "@thi.ng/logger": "^1.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 3dd394996f..034681e013 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a911eec1ee..cce940a850 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.69", + "version": "2.1.70", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/shader-ast": "^0.12.57", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vector-pools": "^3.1.62", - "@thi.ng/vectors": "^7.7.4", - "@thi.ng/webgl": "^6.4.12" + "@thi.ng/api": "^8.9.3", + "@thi.ng/shader-ast": "^0.12.58", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vector-pools": "^3.1.63", + "@thi.ng/vectors": "^7.7.5", + "@thi.ng/webgl": "^6.4.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 648767d7f5..3892c01d3e 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 a9f1950320..4e2bc37596 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.69", + "version": "0.4.70", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/shader-ast": "^0.12.57", - "@thi.ng/shader-ast-glsl": "^0.4.57", - "@thi.ng/webgl": "^6.4.12" + "@thi.ng/api": "^8.9.3", + "@thi.ng/shader-ast": "^0.12.58", + "@thi.ng/shader-ast-glsl": "^0.4.58", + "@thi.ng/webgl": "^6.4.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "@types/node": "^20.4.10", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 5fc90a9966..0087cd205a 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 1f0038e074..07a19f9bd3 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.4.12", + "version": "6.4.13", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -38,26 +38,26 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.16", - "@thi.ng/api": "^8.9.2", - "@thi.ng/associative": "^6.2.42", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/equiv": "^2.1.27", - "@thi.ng/errors": "^2.3.2", - "@thi.ng/logger": "^1.4.18", - "@thi.ng/matrices": "^2.1.61", - "@thi.ng/memoize": "^3.1.35", - "@thi.ng/pixel": "^4.2.11", - "@thi.ng/shader-ast": "^0.12.57", - "@thi.ng/shader-ast-glsl": "^0.4.57", - "@thi.ng/shader-ast-stdlib": "^0.14.3", - "@thi.ng/transducers": "^8.5.2", - "@thi.ng/vector-pools": "^3.1.62", - "@thi.ng/vectors": "^7.7.4" + "@thi.ng/adapt-dpi": "^2.2.17", + "@thi.ng/api": "^8.9.3", + "@thi.ng/associative": "^6.2.43", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/equiv": "^2.1.28", + "@thi.ng/errors": "^2.3.3", + "@thi.ng/logger": "^1.4.19", + "@thi.ng/matrices": "^2.1.62", + "@thi.ng/memoize": "^3.1.36", + "@thi.ng/pixel": "^4.2.12", + "@thi.ng/shader-ast": "^0.12.58", + "@thi.ng/shader-ast-glsl": "^0.4.58", + "@thi.ng/shader-ast-stdlib": "^0.14.4", + "@thi.ng/transducers": "^8.5.3", + "@thi.ng/vector-pools": "^3.1.63", + "@thi.ng/vectors": "^7.7.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index 94e1ce240c..0e95cdf91c 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-10T12:25:09Z +- **Last updated**: 2023-08-12T13:14:08Z - **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 b05c1de5cb..d2703b9b97 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.47", + "version": "2.1.48", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.2", - "@thi.ng/arrays": "^2.5.17", - "@thi.ng/checks": "^3.4.2", - "@thi.ng/errors": "^2.3.2" + "@thi.ng/api": "^8.9.3", + "@thi.ng/arrays": "^2.5.18", + "@thi.ng/checks": "^3.4.3", + "@thi.ng/errors": "^2.3.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", - "@thi.ng/testament": "^0.3.20", + "@thi.ng/testament": "^0.3.21", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/yarn.lock b/yarn.lock index 08d2232b80..96f14b5e34 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2615,12 +2615,12 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adapt-dpi@^2.2.16, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": +"@thi.ng/adapt-dpi@^2.2.17, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": version: 0.0.0-use.local resolution: "@thi.ng/adapt-dpi@workspace:packages/adapt-dpi" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2633,14 +2633,14 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/bitfield": ^2.2.33 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/sparse": ^0.3.54 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/bitfield": ^2.2.34 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/sparse": ^0.3.55 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2648,12 +2648,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@^8.9.2, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@^8.9.3, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2661,16 +2661,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@^2.2.30, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@^2.2.31, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2678,18 +2678,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@^2.5.17, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@^2.5.18, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2697,22 +2697,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.2.42, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.2.43, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -2721,16 +2721,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@^5.2.6, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@^5.2.7, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": version: 0.0.0-use.local resolution: "@thi.ng/atom@workspace:packages/atom" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -2739,22 +2739,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@^1.1.11, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@^1.1.12, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/date": ^2.4.17 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/units": ^0.4.8 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/date": ^2.4.18 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/units": ^0.4.9 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 serialport: ^11.0.1 tools: "workspace:^" @@ -2763,12 +2763,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@^2.5.9, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@^2.5.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: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2776,13 +2776,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@^3.4.3, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@^3.4.4, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -2796,13 +2796,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/transducers-binary": ^2.1.54 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/transducers-binary": ^2.1.55 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2810,13 +2810,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@^3.3.30, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@^3.3.31, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2824,16 +2824,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@^2.2.33, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@^2.2.34, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2841,13 +2841,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@^2.2.25, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@^2.2.26, @thi.ng/bitstream@workspace:packages/bitstream": version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2860,10 +2860,10 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2876,12 +2876,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2889,12 +2889,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@^3.4.2, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@^3.4.3, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -2909,13 +2909,13 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/base-n": ^2.5.9 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/color": ^5.5.8 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/base-n": ^2.5.10 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/color": ^5.5.9 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2923,25 +2923,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.5.8, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.5.9, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/random": ^3.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/random": ^3.6.0 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2954,15 +2954,15 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/dsp": ^4.3.19 - "@thi.ng/dsp-io-wav": ^2.1.54 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/text-canvas": ^2.4.50 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/dsp": ^4.3.20 + "@thi.ng/dsp-io-wav": ^2.1.55 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/text-canvas": ^2.4.51 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2970,13 +2970,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@^2.1.35, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@^2.1.36, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2989,11 +2989,11 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3001,14 +3001,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@^2.1.37, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@^2.1.38, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3016,18 +3016,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.54, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.55, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3040,11 +3040,11 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3052,15 +3052,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@^2.4.17, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@^2.4.18, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3068,19 +3068,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.49, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.50, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3088,15 +3088,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@^2.1.41, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@^2.1.42, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3109,10 +3109,10 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/dgraph": ^2.1.54 - "@thi.ng/dot": ^2.1.39 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/dgraph": ^2.1.55 + "@thi.ng/dot": ^2.1.40 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3120,17 +3120,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.54, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.55, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3138,14 +3138,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@^5.1.35, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@^5.1.36, @thi.ng/diff@workspace:packages/diff": version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3158,9 +3158,9 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3168,18 +3168,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.4.6, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.4.7, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/heaps": ^2.1.36 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/heaps": ^2.1.37 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3192,10 +3192,10 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/mime": ^2.2.22 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/mime": ^2.2.23 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3203,13 +3203,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@^2.1.35, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@^2.1.36, @thi.ng/dlogic@workspace:packages/dlogic": version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3217,14 +3217,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@^2.1.39, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@^2.1.40, @thi.ng/dot@workspace:packages/dot": version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3232,17 +3232,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@^2.1.54, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@^2.1.55, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/transducers-binary": ^2.1.54 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/transducers-binary": ^2.1.55 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3250,18 +3250,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@^4.3.19, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@^4.3.20, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3274,8 +3274,8 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3288,9 +3288,9 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3303,18 +3303,18 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/idgen": ^2.2.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/malloc": ^6.1.42 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/idgen": ^2.2.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/malloc": ^6.1.43 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -3328,17 +3328,17 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/dot": ^2.1.39 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/prefixes": ^2.1.27 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers-binary": ^2.1.54 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/dot": ^2.1.40 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/prefixes": ^2.1.28 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers-binary": ^2.1.55 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3346,12 +3346,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/emoji@^0.1.8, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@^0.1.9, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3359,12 +3359,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@^2.1.27, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@^2.1.28, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3372,12 +3372,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@^2.3.2, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@^2.3.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: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -3391,7 +3391,7 @@ __metadata: resolution: "@thi.ng/expose@workspace:packages/expose" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -3405,15 +3405,15 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/bench": ^3.4.3 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/idgen": ^2.2.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/bench": ^3.4.4 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/idgen": ^2.2.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3421,17 +3421,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@^0.5.15, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@^0.5.16, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3444,13 +3444,13 @@ __metadata: resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3463,14 +3463,14 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/fuzzy": ^2.1.39 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/hiccup-svg": ^5.0.9 - "@thi.ng/math": ^5.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/text-canvas": ^2.4.50 + "@thi.ng/api": ^8.9.3 + "@thi.ng/fuzzy": ^2.1.40 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/hiccup-svg": ^5.0.10 + "@thi.ng/math": ^5.5.4 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/text-canvas": ^2.4.51 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3478,14 +3478,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@^2.1.39, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@^2.1.40, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3493,24 +3493,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@^3.5.6, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@^3.5.7, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/distance": ^2.4.6 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/heaps": ^2.1.36 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/distance": ^2.4.7 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/heaps": ^2.1.37 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3518,14 +3518,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.4.22, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.4.23, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3533,17 +3533,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.65, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.66, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-resample": ^2.2.22 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-resample": ^2.2.23 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3556,19 +3556,19 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/axidraw": ^1.1.11 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/geom": ^5.1.2 - "@thi.ng/geom-accel": ^3.5.6 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-clip-line": ^2.3.22 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/axidraw": ^1.1.12 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/geom": ^5.1.3 + "@thi.ng/geom-accel": ^3.5.7 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-clip-line": ^2.3.23 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3576,15 +3576,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.3.22, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.3.23, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3592,16 +3592,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.64, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.65, @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": ^7.36.4 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/geom-poly-utils": ^2.3.48 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/geom-poly-utils": ^2.3.49 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3609,15 +3609,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.60, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.61, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3630,17 +3630,17 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/color": ^5.5.8 - "@thi.ng/geom": ^5.1.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-clip-line": ^2.3.22 - "@thi.ng/geom-resample": ^2.2.22 - "@thi.ng/grid-iterators": ^4.0.8 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/color": ^5.5.9 + "@thi.ng/geom": ^5.1.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-clip-line": ^2.3.23 + "@thi.ng/geom-resample": ^2.2.23 + "@thi.ng/grid-iterators": ^4.0.9 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3648,14 +3648,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.60, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.61, @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": ^7.36.4 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3668,10 +3668,10 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3679,17 +3679,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.64, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.65, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-closest-point": ^2.1.60 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-closest-point": ^2.1.61 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3697,15 +3697,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.60, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.61, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3713,17 +3713,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.48, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.49, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3731,18 +3731,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.2.22, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.2.23, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-closest-point": ^2.1.60 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-closest-point": ^2.1.61 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3755,19 +3755,19 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/geom": ^5.1.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-isoline": ^2.1.60 - "@thi.ng/geom-poly-utils": ^2.3.48 - "@thi.ng/geom-resample": ^2.2.22 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/geom": ^5.1.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-isoline": ^2.1.61 + "@thi.ng/geom-poly-utils": ^2.3.49 + "@thi.ng/geom-resample": ^2.2.23 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3775,19 +3775,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.39, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.40, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-arc": ^2.1.65 - "@thi.ng/geom-resample": ^2.2.22 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-arc": ^2.1.66 + "@thi.ng/geom-resample": ^2.2.23 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3795,16 +3795,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.64, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.65, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3812,18 +3812,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.64, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.65, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/geom-poly-utils": ^2.3.48 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/geom-poly-utils": ^2.3.49 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3836,13 +3836,13 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/grid-iterators": ^4.0.8 - "@thi.ng/matrices": ^2.1.61 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/grid-iterators": ^4.0.9 + "@thi.ng/matrices": ^2.1.62 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3855,17 +3855,17 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/bitfield": ^2.2.33 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-clip-line": ^2.3.22 - "@thi.ng/geom-clip-poly": ^2.1.64 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/geom-poly-utils": ^2.3.48 - "@thi.ng/math": ^5.5.3 - "@thi.ng/quad-edge": ^3.1.32 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/bitfield": ^2.2.34 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-clip-line": ^2.3.23 + "@thi.ng/geom-clip-poly": ^2.1.65 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/geom-poly-utils": ^2.3.49 + "@thi.ng/math": ^5.5.4 + "@thi.ng/quad-edge": ^3.1.33 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3873,39 +3873,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^5.1.2, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^5.1.3, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-arc": ^2.1.65 - "@thi.ng/geom-clip-line": ^2.3.22 - "@thi.ng/geom-clip-poly": ^2.1.64 - "@thi.ng/geom-closest-point": ^2.1.60 - "@thi.ng/geom-hull": ^2.1.60 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/geom-poly-utils": ^2.3.48 - "@thi.ng/geom-resample": ^2.2.22 - "@thi.ng/geom-splines": ^2.2.39 - "@thi.ng/geom-subdiv-curve": ^2.1.64 - "@thi.ng/geom-tessellate": ^2.1.64 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/hiccup-svg": ^5.0.9 - "@thi.ng/math": ^5.5.3 - "@thi.ng/matrices": ^2.1.61 - "@thi.ng/random": ^3.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-arc": ^2.1.66 + "@thi.ng/geom-clip-line": ^2.3.23 + "@thi.ng/geom-clip-poly": ^2.1.65 + "@thi.ng/geom-closest-point": ^2.1.61 + "@thi.ng/geom-hull": ^2.1.61 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/geom-poly-utils": ^2.3.49 + "@thi.ng/geom-resample": ^2.2.23 + "@thi.ng/geom-splines": ^2.2.40 + "@thi.ng/geom-subdiv-curve": ^2.1.65 + "@thi.ng/geom-tessellate": ^2.1.65 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/hiccup-svg": ^5.0.10 + "@thi.ng/math": ^5.5.4 + "@thi.ng/matrices": ^2.1.62 + "@thi.ng/random": ^3.6.0 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3918,13 +3918,13 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/zipper": ^2.1.47 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/zipper": ^2.1.48 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3932,20 +3932,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^4.0.8, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^4.0.9, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/bitfield": ^2.2.33 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/morton": ^3.1.42 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/bitfield": ^2.2.34 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/morton": ^3.1.43 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3958,12 +3958,12 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/diff": ^5.1.35 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/hiccup-css": ^2.1.55 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/diff": ^5.1.36 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/hiccup-css": ^2.1.56 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -3979,13 +3979,13 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/diff": ^5.1.35 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hdom": ^9.3.13 - "@thi.ng/hiccup-canvas": ^2.3.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/diff": ^5.1.36 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hdom": ^9.3.14 + "@thi.ng/hiccup-canvas": ^2.3.12 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3998,13 +3998,13 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/adapt-dpi": ^2.2.16 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/transducers-stats": ^2.1.54 + "@thi.ng/adapt-dpi": ^2.2.17 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/transducers-stats": ^2.1.55 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4017,10 +4017,10 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/hdom": ^9.3.13 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/hdom": ^9.3.14 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4028,21 +4028,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.3.13, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.3.14, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/atom": ^5.2.6 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/diff": ^5.1.35 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/prefixes": ^2.1.27 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/atom": ^5.2.7 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/diff": ^5.1.36 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/prefixes": ^2.1.28 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4050,15 +4050,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@^2.1.36, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@^2.1.37, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4066,12 +4066,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@^2.3.14, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@^2.3.15, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4079,18 +4079,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.3.11, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.3.12, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/color": ^5.5.8 - "@thi.ng/math": ^5.5.3 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/color": ^5.5.9 + "@thi.ng/math": ^5.5.4 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4103,8 +4103,8 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4112,16 +4112,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.55, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.56, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4129,13 +4129,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.2.19, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.2.20, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4148,18 +4148,18 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/emoji": ^0.1.8 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/parse": ^2.2.38 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/text-canvas": ^2.4.50 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/emoji": ^0.1.9 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/parse": ^2.2.39 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/text-canvas": ^2.4.51 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4167,15 +4167,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^5.0.9, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^5.0.10, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/color": ^5.5.8 - "@thi.ng/prefixes": ^2.1.27 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/color": ^5.5.9 + "@thi.ng/prefixes": ^2.1.28 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4183,17 +4183,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^4.2.45, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^4.2.46, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/atom": ^5.2.6 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/atom": ^5.2.7 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4201,14 +4201,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@^2.2.2, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@^2.2.3, @thi.ng/idgen@workspace:packages/idgen": version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4222,13 +4222,13 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4241,17 +4241,17 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom": ^5.1.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/geom-isec": ^2.1.64 - "@thi.ng/geom-tessellate": ^2.1.64 - "@thi.ng/layout": ^2.1.31 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom": ^5.1.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/geom-isec": ^2.1.65 + "@thi.ng/geom-tessellate": ^2.1.65 + "@thi.ng/layout": ^2.1.32 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4264,13 +4264,13 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/atom": ^5.2.6 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/atom": ^5.2.7 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4283,11 +4283,11 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/dlogic": ^2.1.35 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/dlogic": ^2.1.36 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4300,10 +4300,10 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4311,17 +4311,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.6.21, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.6.22, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/distance": ^2.4.6 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/distance": ^2.4.7 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4334,11 +4334,11 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/base-n": ^2.5.9 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/random": ^3.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/base-n": ^2.5.10 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/random": ^3.6.0 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4348,13 +4348,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@^2.1.31, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@^2.1.32, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4367,10 +4367,10 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers-binary": ^2.1.54 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers-binary": ^2.1.55 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4378,7 +4378,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@^1.4.18, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@^1.4.19, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -4395,8 +4395,8 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4409,14 +4409,14 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4424,16 +4424,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@^6.1.42, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@^6.1.43, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4446,13 +4446,13 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4460,13 +4460,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@^5.5.3, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@^5.5.4, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4474,16 +4474,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.61, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.62, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4491,13 +4491,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@^3.1.35, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@^3.1.36, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4505,13 +4505,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@^2.2.22, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@^2.2.23, @thi.ng/mime@workspace:packages/mime": version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4519,16 +4519,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@^3.1.42, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@^3.1.43, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4541,11 +4541,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4553,17 +4553,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@^2.2.38, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@^2.2.39, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4571,15 +4571,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@^5.1.41, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@^5.1.42, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4592,10 +4592,10 @@ __metadata: resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4608,9 +4608,9 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 geotiff: ^2.0.7 rimraf: ^5.0.1 tools: "workspace:^" @@ -4624,10 +4624,10 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4640,9 +4640,9 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4650,20 +4650,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^4.2.11, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^4.2.12, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/distance": ^2.4.6 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/k-means": ^0.6.21 - "@thi.ng/math": ^5.5.3 - "@thi.ng/porter-duff": ^2.1.38 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/distance": ^2.4.7 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/k-means": ^0.6.22 + "@thi.ng/math": ^5.5.4 + "@thi.ng/porter-duff": ^2.1.39 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4677,13 +4677,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/args": ^2.2.30 - "@thi.ng/bench": ^3.4.3 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/pointfree": ^3.1.40 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/args": ^2.2.31 + "@thi.ng/bench": ^3.4.4 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/pointfree": ^3.1.41 + "@thi.ng/testament": ^0.3.21 pegjs: 0.11.0-master.b7b87ea rimraf: ^5.0.1 tools: "workspace:^" @@ -4694,17 +4694,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@^3.1.40, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@^3.1.41, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4717,12 +4717,12 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/geom-api": ^3.4.22 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/geom-api": ^3.4.23 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4730,14 +4730,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@^2.1.38, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@^2.1.39, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4745,12 +4745,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@^2.1.27, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@^2.1.28, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4758,13 +4758,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@^3.1.32, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@^3.1.33, @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": ^7.36.4 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4777,12 +4777,12 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4795,10 +4795,10 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/base-n": ^2.5.9 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/base-n": ^2.5.10 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4806,16 +4806,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@^3.5.3, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@^3.6.0, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4828,9 +4828,9 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/bitstream": ^2.2.25 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/bitstream": ^2.2.26 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4843,14 +4843,14 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/grid-iterators": ^4.0.8 - "@thi.ng/porter-duff": ^2.1.38 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/grid-iterators": ^4.0.9 + "@thi.ng/porter-duff": ^2.1.39 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4863,14 +4863,14 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/adapt-dpi": ^2.2.16 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/hiccup-canvas": ^2.3.11 - "@thi.ng/rdom": ^0.11.8 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/adapt-dpi": ^2.2.17 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/hiccup-canvas": ^2.3.12 + "@thi.ng/rdom": ^0.11.9 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4883,14 +4883,14 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/hiccup-html": ^2.2.19 - "@thi.ng/rdom": ^0.11.8 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/hiccup-html": ^2.2.20 + "@thi.ng/rdom": ^0.11.9 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4898,20 +4898,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.11.8, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.11.9, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/prefixes": ^2.1.27 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/prefixes": ^2.1.28 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4919,16 +4919,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@^7.1.34, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@^7.1.35, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4941,9 +4941,9 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/bitstream": ^2.2.25 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/bitstream": ^2.2.26 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4956,11 +4956,11 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4974,9 +4974,9 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/csp": ^2.1.54 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/csp": ^2.1.55 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4984,15 +4984,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^3.0.8, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^3.0.9, @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": ^7.36.4 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5005,12 +5005,12 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5023,15 +5023,15 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/atom": ^5.2.6 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/resolve-map": ^7.1.34 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/atom": ^5.2.7 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/resolve-map": ^7.1.35 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5044,8 +5044,8 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/testament": ^0.3.21 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -5059,14 +5059,14 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5079,17 +5079,17 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/math": ^5.5.3 - "@thi.ng/rstream": ^8.0.8 - "@thi.ng/rstream-dot": ^3.0.8 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/math": ^5.5.4 + "@thi.ng/rstream": ^8.0.9 + "@thi.ng/rstream-dot": ^3.0.9 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5097,20 +5097,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^8.0.8, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^8.0.9, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/atom": ^5.2.6 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/atom": ^5.2.7 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5123,11 +5123,11 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/transducers-fsm": ^2.2.23 + "@thi.ng/api": ^8.9.3 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/transducers-fsm": ^2.2.24 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5140,12 +5140,12 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/matrices": ^2.1.61 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/matrices": ^2.1.62 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5158,9 +5158,9 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5173,10 +5173,10 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5184,16 +5184,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.57, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.58, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5206,15 +5206,15 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/matrices": ^2.1.61 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/matrices": ^2.1.62 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5227,12 +5227,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/math": ^5.5.3 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/math": ^5.5.4 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5240,14 +5240,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.14.3, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.14.4, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5255,18 +5255,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.57, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.58, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/dgraph": ^2.1.54 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/dgraph": ^2.1.55 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5279,8 +5279,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers-binary": ^2.1.54 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers-binary": ^2.1.55 assemblyscript: 0.27.8 rimraf: ^5.0.1 tools: "workspace:^" @@ -5294,13 +5294,13 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers-binary": ^2.1.54 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers-binary": ^2.1.55 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5308,15 +5308,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.54, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.55, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5324,16 +5324,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@^3.4.10, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@^3.4.11, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/memoize": ^3.1.35 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/memoize": ^3.1.36 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5346,10 +5346,10 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/dgraph": ^2.1.54 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/dgraph": ^2.1.55 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5362,17 +5362,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/args": ^2.2.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/date": ^2.4.17 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/file-io": ^0.5.15 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/args": ^2.2.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/date": ^2.4.18 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/file-io": ^0.5.16 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5382,12 +5382,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@^0.3.20, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@^0.3.21, @thi.ng/testament@workspace:packages/testament": version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/logger": ^1.4.18 + "@thi.ng/logger": ^1.4.19 chokidar: ^3.5.3 rimraf: ^5.0.1 tools: "workspace:^" @@ -5398,21 +5398,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.4.50, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.4.51, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/geom-clip-line": ^2.3.22 - "@thi.ng/math": ^5.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/text-format": ^1.4.9 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/geom-clip-line": ^2.3.23 + "@thi.ng/math": ^5.5.4 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/text-format": ^1.4.10 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -5421,15 +5421,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@^1.4.9, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@^1.4.10, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/memoize": ^3.1.35 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/memoize": ^3.1.36 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5442,10 +5442,10 @@ __metadata: resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5458,13 +5458,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/file-io": ^0.5.15 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/file-io": ^0.5.16 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5472,18 +5472,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.54, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.55, @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": ^7.36.4 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5491,14 +5491,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.2.23, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.2.24, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5511,10 +5511,10 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/hdom": ^9.3.13 - "@thi.ng/hiccup": ^4.2.45 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/hdom": ^9.3.14 + "@thi.ng/hiccup": ^4.2.46 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5527,12 +5527,12 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5540,16 +5540,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.54, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.55, @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": ^7.36.4 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/dcons": ^3.2.49 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/dcons": ^3.2.50 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5557,20 +5557,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.5.2, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.5.3, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/compose": ^2.1.37 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/random": ^3.5.3 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/compose": ^2.1.38 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/random": ^3.6.0 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5583,7 +5583,7 @@ __metadata: resolution: "@thi.ng/unionstruct@workspace:packages/unionstruct" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5591,16 +5591,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@^0.4.8, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@^0.4.9, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": version: 0.0.0-use.local resolution: "@thi.ng/units@workspace:packages/units" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5613,8 +5613,8 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5622,20 +5622,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.62, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.63, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/malloc": ^6.1.42 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/malloc": ^6.1.43 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5643,22 +5643,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.7.4, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.7.5, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/math": ^5.5.3 - "@thi.ng/memoize": ^3.1.35 - "@thi.ng/random": ^3.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/math": ^5.5.4 + "@thi.ng/memoize": ^3.1.36 + "@thi.ng/random": ^3.6.0 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5671,15 +5671,15 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/date": ^2.4.17 - "@thi.ng/math": ^5.5.3 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/date": ^2.4.18 + "@thi.ng/math": ^5.5.4 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5687,25 +5687,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@^0.4.10, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@^0.4.11, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/args": ^2.2.30 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/compare": ^2.1.35 - "@thi.ng/defmulti": ^2.1.41 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/file-io": ^0.5.15 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/paths": ^5.1.41 - "@thi.ng/strings": ^3.4.10 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/wasm-api": ^1.4.15 + "@thi.ng/api": ^8.9.3 + "@thi.ng/args": ^2.2.31 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/compare": ^2.1.36 + "@thi.ng/defmulti": ^2.1.42 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/file-io": ^0.5.16 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/paths": ^5.1.42 + "@thi.ng/strings": ^3.4.11 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/wasm-api": ^1.4.16 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5720,11 +5720,11 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/binary": ^3.3.30 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/wasm-api": ^1.4.15 - "@thi.ng/wasm-api-bindgen": ^0.4.10 - "@thi.ng/wasm-api-dom": ^0.11.30 + "@thi.ng/binary": ^3.3.31 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/wasm-api": ^1.4.16 + "@thi.ng/wasm-api-bindgen": ^0.4.11 + "@thi.ng/wasm-api-dom": ^0.11.31 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5732,18 +5732,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@^0.11.30, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@^0.11.31, @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": ^7.36.4 - "@thi.ng/adapt-dpi": ^2.2.16 - "@thi.ng/api": ^8.9.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/prefixes": ^2.1.27 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/wasm-api": ^1.4.15 - "@thi.ng/wasm-api-bindgen": ^0.4.10 + "@thi.ng/adapt-dpi": ^2.2.17 + "@thi.ng/api": ^8.9.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/prefixes": ^2.1.28 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/wasm-api": ^1.4.16 + "@thi.ng/wasm-api-bindgen": ^0.4.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5756,10 +5756,10 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/wasm-api": ^1.4.15 - "@thi.ng/wasm-api-bindgen": ^0.4.10 + "@thi.ng/api": ^8.9.3 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/wasm-api": ^1.4.16 + "@thi.ng/wasm-api-bindgen": ^0.4.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5767,19 +5767,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@^1.4.15, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@^1.4.16, @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": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/hex": ^2.3.14 - "@thi.ng/idgen": ^2.2.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/hex": ^2.3.15 + "@thi.ng/idgen": ^2.2.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5792,13 +5792,13 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vector-pools": ^3.1.62 - "@thi.ng/vectors": ^7.7.4 - "@thi.ng/webgl": ^6.4.12 + "@thi.ng/api": ^8.9.3 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vector-pools": ^3.1.63 + "@thi.ng/vectors": ^7.7.5 + "@thi.ng/webgl": ^6.4.13 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -5812,11 +5812,11 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/shader-ast-glsl": ^0.4.57 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/webgl": ^6.4.12 + "@thi.ng/api": ^8.9.3 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/shader-ast-glsl": ^0.4.58 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/webgl": ^6.4.13 "@types/node": ^20.4.10 rimraf: ^5.0.1 tools: "workspace:^" @@ -5825,28 +5825,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.4.12, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.4.13, @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": ^7.36.4 - "@thi.ng/adapt-dpi": ^2.2.16 - "@thi.ng/api": ^8.9.2 - "@thi.ng/associative": ^6.2.42 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/equiv": ^2.1.27 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/logger": ^1.4.18 - "@thi.ng/matrices": ^2.1.61 - "@thi.ng/memoize": ^3.1.35 - "@thi.ng/pixel": ^4.2.11 - "@thi.ng/shader-ast": ^0.12.57 - "@thi.ng/shader-ast-glsl": ^0.4.57 - "@thi.ng/shader-ast-stdlib": ^0.14.3 - "@thi.ng/testament": ^0.3.20 - "@thi.ng/transducers": ^8.5.2 - "@thi.ng/vector-pools": ^3.1.62 - "@thi.ng/vectors": ^7.7.4 + "@thi.ng/adapt-dpi": ^2.2.17 + "@thi.ng/api": ^8.9.3 + "@thi.ng/associative": ^6.2.43 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/equiv": ^2.1.28 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/logger": ^1.4.19 + "@thi.ng/matrices": ^2.1.62 + "@thi.ng/memoize": ^3.1.36 + "@thi.ng/pixel": ^4.2.12 + "@thi.ng/shader-ast": ^0.12.58 + "@thi.ng/shader-ast-glsl": ^0.4.58 + "@thi.ng/shader-ast-stdlib": ^0.14.4 + "@thi.ng/testament": ^0.3.21 + "@thi.ng/transducers": ^8.5.3 + "@thi.ng/vector-pools": ^3.1.63 + "@thi.ng/vectors": ^7.7.5 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5854,16 +5854,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@^2.1.47, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@^2.1.48, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/api": ^8.9.2 - "@thi.ng/arrays": ^2.5.17 - "@thi.ng/checks": ^3.4.2 - "@thi.ng/errors": ^2.3.2 - "@thi.ng/testament": ^0.3.20 + "@thi.ng/api": ^8.9.3 + "@thi.ng/arrays": ^2.5.18 + "@thi.ng/checks": ^3.4.3 + "@thi.ng/errors": ^2.3.3 + "@thi.ng/testament": ^0.3.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8