diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index c76de30c93..656022d963 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0c3002b3df..4863da98ec 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.13", + "version": "2.2.14", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 8fbb50497e..f08adbcb0d 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 eda4f934c3..3d848ed705 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.3.19", + "version": "2.3.20", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/bitfield": "^2.2.30", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/sparse": "^0.3.51" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/bitfield": "^2.2.31", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/sparse": "^0.3.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/vectors": "^7.7.1", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/vectors": "^7.7.2", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 906cb0967a..36addef819 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [8.9.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.9.0) (2023-08-04) + +#### 🚀 Features + +- add generics for Event & INotify ([7702882](https://github.com/thi-ng/umbrella/commit/7702882)) +- add basic utility functions: identity, always, never ([4801e2d](https://github.com/thi-ng/umbrella/commit/4801e2d)) +- add generics for INotify, Event, Listener types ([dd0a6ed](https://github.com/thi-ng/umbrella/commit/dd0a6ed)) +- add IIDGen interface ([26cf9d1](https://github.com/thi-ng/umbrella/commit/26cf9d1)) + ## [8.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/api@8.8.0) (2023-04-19) #### 🚀 Features diff --git a/packages/api/package.json b/packages/api/package.json index 27dddda02a..2d528d7021 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.8.2", + "version": "8.9.0", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index b4f8eb13c0..7d3ebdea25 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.2.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/args@2.2.28) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ### [2.2.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/args@2.2.15) (2022-12-29) #### ♻️ Refactoring diff --git a/packages/args/package.json b/packages/args/package.json index 5601a33b86..7b58437278 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.2.27", + "version": "2.2.28", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 72477dbf57..39ac76fe5d 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.15) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.0) (2022-12-29) #### 🚀 Features diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 5fc6f7ead7..7498724f18 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.5.14", + "version": "2.5.15", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 0127d37f89..b8f1dd99ff 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/associative/package.json b/packages/associative/package.json index e14cf39aa5..2cd281446e 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.2.39", + "version": "6.2.40", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7", + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index f2c9647b0c..6bf1c5ba12 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [5.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.2.4) (2023-08-04) + +#### ♻️ Refactoring + +- update INotify impls, update History ([1ad68f6](https://github.com/thi-ng/umbrella/commit/1ad68f6)) + - extract EVENT_XXX constants from History + - add INotify generics +- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527)) + ## [5.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/atom@5.2.0) (2023-04-08) #### 🚀 Features diff --git a/packages/atom/package.json b/packages/atom/package.json index b83a00b156..ac233e71ff 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.2.3", + "version": "5.2.4", "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.8.2", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/paths": "^5.1.38", + "@thi.ng/api": "^8.9.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/paths": "^5.1.39", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index efab1b130e..28011ba768 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 c3e3461464..b793033898 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.8", + "version": "1.1.9", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/date": "^2.4.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/units": "^0.4.5", - "@thi.ng/vectors": "^7.7.1", + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/date": "^2.4.15", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/units": "^0.4.6", + "@thi.ng/vectors": "^7.7.2", "serialport": "^11.0.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 0dbf48ffc2..248f71d2a0 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 0b275322e2..3f005cbba2 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.5", + "version": "2.5.6", "description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/hex": "^2.3.11" + "@thi.ng/hex": "^2.3.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index 98b7969df1..daeb318ef0 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 220d2ae899..e6e9778cc6 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.4.0", + "version": "3.4.1", "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.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index dc975f5ea2..96d7f94608 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1918dfcada..309ec97424 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.53", + "version": "2.1.54", "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.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/transducers-binary": "^2.1.51" + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/transducers-binary": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 224713ce2c..bef018658c 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 d0e51696ec..4adc1ee678 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.3.27", + "version": "3.3.28", "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.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 4c374d35ca..842aa7533f 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1cfc0a0870..a4153f11ae 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.2.30", + "version": "2.2.31", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index e010594aa7..d102ac8dff 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4362b359d8..ff56fd70e6 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.22", + "version": "2.2.23", "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.2.17" + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 173b7a022a..c939a6250d 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 25daa0bcd0..edd1242f7c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.51", + "version": "2.1.52", "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.8.2", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 07a63d6c38..9599f33ef3 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cellular/package.json b/packages/cellular/package.json index c5f41e3a9e..ddcd1be331 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.43", + "version": "0.2.44", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 907d5e95f1..aa2da605bd 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.4.0) (2023-08-04) + +#### 🚀 Features + +- add isGenerator() ([af8ffb3](https://github.com/thi-ng/umbrella/commit/af8ffb3)) + ### [3.3.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/checks@3.3.5) (2022-12-16) #### ♻️ Refactoring diff --git a/packages/checks/package.json b/packages/checks/package.json index 028024eb3f..e3001a22fe 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.3.14", + "version": "3.4.0", "description": "Collection of 70+ type, feature & value checks", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 5980987194..d3b6db7826 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 67dad764ac..13155c6f65 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.4", + "version": "1.1.5", "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.8.2", - "@thi.ng/base-n": "^2.5.5", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/color": "^5.5.5", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hex": "^2.3.11" + "@thi.ng/api": "^8.9.0", + "@thi.ng/base-n": "^2.5.6", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/color": "^5.5.6", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hex": "^2.3.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index e8685d477d..af53dce2fc 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 65c5037b04..b671844a09 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.5.5", + "version": "5.5.6", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/random": "^3.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/random": "^3.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 7536d78657..657f1ad289 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 9b58c6e01b..9d83b948e4 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.18", + "version": "1.0.19", "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.27", - "@thi.ng/random": "^3.5.0" + "@thi.ng/binary": "^3.3.28", + "@thi.ng/random": "^3.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/api": "^8.8.2", - "@thi.ng/dsp": "^4.3.16", - "@thi.ng/dsp-io-wav": "^2.1.51", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/text-canvas": "^2.4.47", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1", + "@thi.ng/api": "^8.9.0", + "@thi.ng/dsp": "^4.3.17", + "@thi.ng/dsp-io-wav": "^2.1.52", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/text-canvas": "^2.4.48", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index bee358caa6..de274ef4c8 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f870561f74..6b393225ac 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.1.32", + "version": "2.1.33", "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.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index ee65737722..c6f59e953b 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7508b58b28..8a5f1f37e6 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.1.48", + "version": "0.1.49", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index f89fc521ee..08727043d7 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.1.35) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compose@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/compose/package.json b/packages/compose/package.json index 73c710a30b..7b42e5b96d 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.34", + "version": "2.1.35", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index bc6d1278a0..fa2ee48a94 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 e2e51fed47..9e87cb1bb2 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.51", + "version": "2.1.52", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 9de81b8c69..bf759e93fb 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 72d809e725..0bcfe724ed 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.16", + "version": "2.3.17", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 18b8a3905a..b9f32b8344 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 78bd715331..3bea999ef0 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.4.14", + "version": "2.4.15", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 5a5010a407..ef8fbed99e 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 3bdedb3478..31295933cd 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.46", + "version": "3.2.47", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 54bd312f56..5312b5ed94 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.39](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@2.1.39) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/defmulti@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 0f4535692e..24e2082108 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "2.1.38", + "version": "2.1.39", "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.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 370b8b45bf..c7c33aab82 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 cb1eabc402..b6bac849f1 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.51", + "version": "2.1.52", "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.8.2", - "@thi.ng/dgraph": "^2.1.51", - "@thi.ng/dot": "^2.1.36" + "@thi.ng/api": "^8.9.0", + "@thi.ng/dgraph": "^2.1.52", + "@thi.ng/dot": "^2.1.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index a131a04b04..3a175b0d53 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 ada25887f8..d974721b0e 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.51", + "version": "2.1.52", "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.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index d24c53bda2..3b35fd6a3b 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 eac0e72596..570e4a5749 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.32", + "version": "5.1.33", "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.8.2", - "@thi.ng/equiv": "^2.1.24" + "@thi.ng/api": "^8.9.0", + "@thi.ng/equiv": "^2.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 05eb6ee9ab..72b769d07d 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5941cb85a8..1feef9deaa 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.31", + "version": "0.1.32", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/pixel": "^4.2.6", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/pixel": "^4.2.9", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 70bc9c0de0..c0c64884a3 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 506dbb9f9b..96dc22771d 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.3", + "version": "2.4.4", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/heaps": "^2.1.33", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/heaps": "^2.1.34", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 f6f4cd176b..6843a5976a 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 20f47741cb..56e69108e2 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.34", + "version": "2.3.35", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/mime": "^2.2.19" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/mime": "^2.2.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 3ca1133019..7b8419d256 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 8db9b31b8e..e5c11b965c 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.32", + "version": "2.1.33", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 1952b73aaa..7aa6ebcc72 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7da35e7c7e..c58736002b 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.36", + "version": "2.1.37", "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.8.2", - "@thi.ng/checks": "^3.3.14" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 5b4c6beac8..55e8d963e7 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 b4d352571f..09764f67ee 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.51", + "version": "2.1.52", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/transducers-binary": "^2.1.51" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/transducers-binary": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 787cc71542..132a6d5a74 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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. +### [4.3.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/dsp@4.3.17) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [4.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/dsp@4.3.0) (2023-01-10) #### 🚀 Features diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 3a318c7134..a5de93afd9 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.3.16", + "version": "4.3.17", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 aeb34950a0..a6c4d5863d 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0140608205..aa7ffa18fe 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.32", + "version": "0.4.33", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 758cc79884..78ca32f7e7 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 e55a64313d..51c741fc8c 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.34", + "version": "0.3.35", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index b1d74cedc0..5fc06594af 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.7.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/ecs@0.7.54) (2023-08-04) + +#### ♻️ Refactoring + +- update INotify impls ([a870653](https://github.com/thi-ng/umbrella/commit/a870653)) + - update ECS & AComponent classes +- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527)) + ### [0.7.31](https://github.com/thi-ng/umbrella/tree/@thi.ng/ecs@0.7.31) (2022-11-28) #### ♻️ Refactoring diff --git a/packages/ecs/package.json b/packages/ecs/package.json index a07d48eb3a..71163d66ae 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.53", + "version": "0.7.54", "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.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/idgen": "^2.1.34", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/malloc": "^6.1.39", - "@thi.ng/transducers": "^8.4.7", + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/idgen": "^2.2.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/malloc": "^6.1.40", + "@thi.ng/transducers": "^8.5.0", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index fc2e60efa6..a39af5e30f 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 a3add4673f..fad98566d2 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.55", + "version": "0.6.56", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -29,20 +29,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/dot": "^2.1.36", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/prefixes": "^2.1.24", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers-binary": "^2.1.51" + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/dot": "^2.1.37", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/prefixes": "^2.1.25", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers-binary": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index a3aba4d4c3..4e8ee58c3d 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0c1937a499..273268af2e 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.1.5", + "version": "0.1.6", "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.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index a002695fb5..5fb9c5fa38 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f912984949..6b07548b8f 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.24", + "version": "2.1.25", "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.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index d0ac26a930..992f5ec4c6 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.3.0) (2023-08-04) + +#### 🚀 Features + +- add ensureXXX() functions ([be70868](https://github.com/thi-ng/umbrella/commit/be70868)) + ### [2.2.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.2.3) (2022-10-28) #### 🩹 Bug fixes diff --git a/packages/errors/package.json b/packages/errors/package.json index 73661d6fb1..966d1c6d7c 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.2.17", + "version": "2.3.0", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index 28a22ce160..d5a8306e2a 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1826b1208a..e4e8e0d7b3 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.1.30", + "version": "1.1.31", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md new file mode 100644 index 0000000000..0e514dc057 --- /dev/null +++ b/packages/fibers/CHANGELOG.md @@ -0,0 +1,22 @@ +# Change Log + +- **Last updated**: 2023-08-04T10:58:19Z +- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines. + +**Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes +and/or version bumps of transitive dependencies. + +## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/fibers@0.1.0) (2023-08-04) + +#### 🚀 Features + +- import as new pkg ([7f8c6dc](https://github.com/thi-ng/umbrella/commit/7f8c6dc)) +- add/update operators, add Fiber.isActive() ([a1099c5](https://github.com/thi-ng/umbrella/commit/a1099c5)) +- update Fiber.catch(), childForID(), add docs ([aa8d8d0](https://github.com/thi-ng/umbrella/commit/aa8d8d0)) + +#### 🩹 Bug fixes + +- fix typo in waitFrames() ([5700b3e](https://github.com/thi-ng/umbrella/commit/5700b3e)) diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 2b454a1e9e..1cbc440d74 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.0.1", + "version": "0.1.0", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/bench": "^3.4.0", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/logger": "^1.4.15" + "@thi.ng/api": "^8.9.0", + "@thi.ng/bench": "^3.4.1", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/logger": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 001623365b..5e386cfd7a 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 9c7a5d375c..055c0c8c7f 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.12", + "version": "0.5.13", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/hex": "^2.3.11", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/random": "^3.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/hex": "^2.3.12", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/random": "^3.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 85c3baa6cc..fc9678ad08 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 a751d7ea1a..ea3b3fe917 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.53", + "version": "3.1.54", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b639616369..dafac5600f 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 655960bf18..a4dfc9b0e5 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.69", + "version": "2.1.70", "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.8.2", - "@thi.ng/fuzzy": "^2.1.36", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/hiccup-svg": "^5.0.6", - "@thi.ng/math": "^5.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/text-canvas": "^2.4.47" + "@thi.ng/api": "^8.9.0", + "@thi.ng/fuzzy": "^2.1.37", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/hiccup-svg": "^5.0.7", + "@thi.ng/math": "^5.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/text-canvas": "^2.4.48" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index d6f56925f3..0f52fbea47 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4f8c391da2..7a9c805913 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.36", + "version": "2.1.37", "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.8.2", - "@thi.ng/math": "^5.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/math": "^5.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 6643b599d0..08e84b38f3 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f18685a301..07199c160d 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.3", + "version": "3.5.4", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/distance": "^2.4.3", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/heaps": "^2.1.33", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/distance": "^2.4.4", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/heaps": "^2.1.34", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 a10f20e87d..07216a2b50 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 c3c101d787..efe436d242 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.19", + "version": "3.4.20", "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.8.2", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 7839104a8b..c57639dcd7 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 402d518b01..d99c77cc55 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.62", + "version": "2.1.63", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-resample": "^2.2.19", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-resample": "^2.2.20", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b8a1da38e3..5f3d3cf0ae 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7c5da0efa8..80610b3444 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.11", + "version": "0.5.12", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/axidraw": "^1.1.8", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/geom": "^5.0.6", - "@thi.ng/geom-accel": "^3.5.3", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-clip-line": "^2.3.19", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/axidraw": "^1.1.9", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/geom": "^5.0.7", + "@thi.ng/geom-accel": "^3.5.4", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-clip-line": "^2.3.20", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 96f5bdb6c7..af5c3a530e 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 3bed0293cb..90a0826634 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.19", + "version": "2.3.20", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 f453e2674f..85cf05481b 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0f5926e67c..3ea7df30af 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.61", + "version": "2.1.62", "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.61", - "@thi.ng/geom-poly-utils": "^2.3.45", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/geom-poly-utils": "^2.3.46", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b273505133..d33a7bb910 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 122b34b970..cdbf63173b 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.57", + "version": "2.1.58", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 d024e2137f..9f6fde9a3e 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1a32d385a4..c78e4bb679 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.25", + "version": "2.2.26", "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.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/color": "^5.5.5", - "@thi.ng/geom": "^5.0.6", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-clip-line": "^2.3.19", - "@thi.ng/geom-resample": "^2.2.19", - "@thi.ng/grid-iterators": "^4.0.5", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/color": "^5.5.6", + "@thi.ng/geom": "^5.0.7", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-clip-line": "^2.3.20", + "@thi.ng/geom-resample": "^2.2.20", + "@thi.ng/grid-iterators": "^4.0.6", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 85d3aad606..20d3a4dcae 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5e33dc36cd..bb5f385685 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.57", + "version": "2.1.58", "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.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 9f75d26e3a..0c27a2b2fd 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 2427545c2b..72d61b77f2 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.57", + "version": "0.3.58", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 f72f4b83b0..4a46e49c18 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 d2ccbcd5be..8e9e9f3ded 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.61", + "version": "2.1.62", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-closest-point": "^2.1.57", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-closest-point": "^2.1.58", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 65e67c2414..6a21701b47 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 abe015fe81..3f68514d86 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.57", + "version": "2.1.58", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 8b5a6ae9b8..e24ca03f94 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 af606cac0e..ed2b17d512 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.45", + "version": "2.3.46", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 f980ca6f05..2d816cce5a 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 952771cdf0..8d1efa35c4 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.19", + "version": "2.2.20", "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.3.14", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-closest-point": "^2.1.57", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-closest-point": "^2.1.58", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 2449016311..117dda0282 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5f43203fbe..163b27c13e 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.52", + "version": "0.2.53", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/geom": "^5.0.6", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-isoline": "^2.1.57", - "@thi.ng/geom-poly-utils": "^2.3.45", - "@thi.ng/geom-resample": "^2.2.19", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/geom": "^5.0.7", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-isoline": "^2.1.58", + "@thi.ng/geom-poly-utils": "^2.3.46", + "@thi.ng/geom-resample": "^2.2.20", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 a7cc4b34c5..c93b9c6eb4 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 15be12d733..3a49783a93 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.36", + "version": "2.2.37", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-arc": "^2.1.62", - "@thi.ng/geom-resample": "^2.2.19", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-arc": "^2.1.63", + "@thi.ng/geom-resample": "^2.2.20", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 adc8f29ef3..71f726b02a 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 52ecec1110..b8233dc38b 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.61", + "version": "2.1.62", "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.8.2", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 1b3a75c448..370997b9e4 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 ac5d71548a..13e1a75fd3 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.61", + "version": "2.1.62", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/geom-poly-utils": "^2.3.45", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/geom-poly-utils": "^2.3.46", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 8be24d8251..efa1327dad 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 fd82768acd..da20db3a2f 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.8", + "version": "0.3.9", "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.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/grid-iterators": "^4.0.5", - "@thi.ng/matrices": "^2.1.58", - "@thi.ng/pixel": "^4.2.8", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/grid-iterators": "^4.0.6", + "@thi.ng/matrices": "^2.1.59", + "@thi.ng/pixel": "^4.2.9", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 6facb97f1f..661589f74a 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 d5a034285d..14a6f75377 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.4", + "version": "2.3.5", "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.8.2", - "@thi.ng/bitfield": "^2.2.30", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom-clip-line": "^2.3.19", - "@thi.ng/geom-clip-poly": "^2.1.61", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/geom-poly-utils": "^2.3.45", - "@thi.ng/math": "^5.5.0", - "@thi.ng/quad-edge": "^3.1.29", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/bitfield": "^2.2.31", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-clip-line": "^2.3.20", + "@thi.ng/geom-clip-poly": "^2.1.62", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/geom-poly-utils": "^2.3.46", + "@thi.ng/math": "^5.5.1", + "@thi.ng/quad-edge": "^3.1.30", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index d5f8eff8bf..c786edddc9 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 8717f8bb26..3f53709529 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "5.0.6", + "version": "5.0.7", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-arc": "^2.1.62", - "@thi.ng/geom-clip-line": "^2.3.19", - "@thi.ng/geom-clip-poly": "^2.1.61", - "@thi.ng/geom-closest-point": "^2.1.57", - "@thi.ng/geom-hull": "^2.1.57", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/geom-poly-utils": "^2.3.45", - "@thi.ng/geom-resample": "^2.2.19", - "@thi.ng/geom-splines": "^2.2.36", - "@thi.ng/geom-subdiv-curve": "^2.1.61", - "@thi.ng/geom-tessellate": "^2.1.61", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/hiccup-svg": "^5.0.6", - "@thi.ng/math": "^5.5.0", - "@thi.ng/matrices": "^2.1.58", - "@thi.ng/random": "^3.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-arc": "^2.1.63", + "@thi.ng/geom-clip-line": "^2.3.20", + "@thi.ng/geom-clip-poly": "^2.1.62", + "@thi.ng/geom-closest-point": "^2.1.58", + "@thi.ng/geom-hull": "^2.1.58", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/geom-poly-utils": "^2.3.46", + "@thi.ng/geom-resample": "^2.2.20", + "@thi.ng/geom-splines": "^2.2.37", + "@thi.ng/geom-subdiv-curve": "^2.1.62", + "@thi.ng/geom-tessellate": "^2.1.62", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/hiccup-svg": "^5.0.7", + "@thi.ng/math": "^5.5.1", + "@thi.ng/matrices": "^2.1.59", + "@thi.ng/random": "^3.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index d8c778221f..39b760c7a1 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/gp/package.json b/packages/gp/package.json index 449046b319..060d5360e5 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.51", + "version": "0.4.52", "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.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/zipper": "^2.1.44" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/zipper": "^2.1.45" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 2ac2b2726e..edbe0d833d 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7d95691277..6b0c34cf30 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.5", + "version": "4.0.6", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/bitfield": "^2.2.30", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/morton": "^3.1.39", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/bitfield": "^2.2.31", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/morton": "^3.1.40", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index e7a750d66e..4fb648e716 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 43bb819822..cd3ef6a9b7 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.54", + "version": "0.3.55", "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.8.2", - "@thi.ng/diff": "^5.1.32", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/hiccup-css": "^2.1.52", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/diff": "^5.1.33", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/hiccup-css": "^2.1.53", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 5b42c9b7ff..e9aa50be6a 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f77dd1c954..0a84cd0bcb 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.64", + "version": "4.1.65", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/diff": "^5.1.32", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hdom": "^9.3.10", - "@thi.ng/hiccup-canvas": "^2.3.8" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/diff": "^5.1.33", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hdom": "^9.3.11", + "@thi.ng/hiccup-canvas": "^2.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 a1b8480688..787a05a9ef 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 37f300c43b..997ffb36a9 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.51", + "version": "5.1.52", "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.13", - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/transducers-stats": "^2.1.51" + "@thi.ng/adapt-dpi": "^2.2.14", + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/transducers-stats": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 cdbe344c51..2365995e55 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f69b23cb68..511ba9f9cc 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.45", + "version": "2.1.46", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/hdom": "^9.3.10" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/hdom": "^9.3.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index a0f691ffc1..c606b5e01d 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 eda73ada80..25d7ba81bc 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.3.10", + "version": "9.3.11", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/diff": "^5.1.32", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/prefixes": "^2.1.24" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/diff": "^5.1.33", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/prefixes": "^2.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/atom": "^5.2.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/atom": "^5.2.4", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index 1a47d2f5c4..4b788962d9 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 df5837c129..b027ed2d0b 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.33", + "version": "2.1.34", "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.8.2", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/equiv": "^2.1.24" + "@thi.ng/api": "^8.9.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/equiv": "^2.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index 90c9c215b5..0f38b864cf 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1334f80b3b..31936a3d15 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.11", + "version": "2.3.12", "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.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 bdbb60853a..b8cbf31993 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 2845d32a8b..f7bb7b4601 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.8", + "version": "2.3.9", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/color": "^5.5.5", - "@thi.ng/math": "^5.5.0", - "@thi.ng/pixel": "^4.2.8", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/color": "^5.5.6", + "@thi.ng/math": "^5.5.1", + "@thi.ng/pixel": "^4.2.9", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 9c0be1251b..e39780c693 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 69caf2e001..9c34ef483c 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.23", + "version": "3.1.24", "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.3", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/testament": "^0.3.18", "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 b02f3319e0..c654878bfe 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 211b2da510..5573397e98 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.52", + "version": "2.1.53", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 3a45ce3dfb..836ae28e10 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 aa08173139..1d93240c58 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.16", + "version": "2.2.17", "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.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b4c215e1dc..580bcff198 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 53440eba08..cdb02dff07 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.15", + "version": "3.2.16", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/emoji": "^0.1.5", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/parse": "^2.2.35", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/text-canvas": "^2.4.47" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/emoji": "^0.1.6", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/parse": "^2.2.36", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/text-canvas": "^2.4.48" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 20cc34d316..7c0f093c32 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 df4e50ca36..128ef0702b 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.6", + "version": "5.0.7", "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.3.14", - "@thi.ng/color": "^5.5.5", - "@thi.ng/prefixes": "^2.1.24" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/color": "^5.5.6", + "@thi.ng/prefixes": "^2.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index e9c6b95c51..89dfd7441e 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0eba235bcb..210059ba03 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "4.2.42", + "version": "4.2.43", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/atom": "^5.2.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/atom": "^5.2.4", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index a170358635..09cb29aedf 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,18 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.2.0) (2023-08-04) + +#### 🚀 Features + +- update IDGen, add MonotonicID, PrefixedID ([3a73cf0](https://github.com/thi-ng/umbrella/commit/3a73cf0)) + - restructure package + - add/update new impls + +#### ♻️ Refactoring + +- update INotify impl ([63af221](https://github.com/thi-ng/umbrella/commit/63af221)) + ### [2.1.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/idgen@2.1.19) (2022-11-28) #### ♻️ Refactoring diff --git a/packages/idgen/package.json b/packages/idgen/package.json index 008a90a448..8f73053ba4 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.1.34", + "version": "2.2.0", "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.8.2", - "@thi.ng/errors": "^2.2.17", + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 14bbb5a906..97b879db30 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 34fcaa62fa..548d07aa4e 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.59", + "version": "2.1.60", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index ec7cb46ebb..1b0950ce6a 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 20cabf2c48..2f9d5e5eda 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.68", + "version": "2.1.69", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom": "^5.0.6", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/geom-isec": "^2.1.61", - "@thi.ng/geom-tessellate": "^2.1.61", - "@thi.ng/layout": "^2.1.28", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom": "^5.0.7", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/geom-isec": "^2.1.62", + "@thi.ng/geom-tessellate": "^2.1.62", + "@thi.ng/layout": "^2.1.29", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index a81adf7a69..f736e714db 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 36dc3c7f9b..5c83cff935 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.14", + "version": "3.2.15", "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.8.2", - "@thi.ng/atom": "^5.2.3", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/paths": "^5.1.38" + "@thi.ng/api": "^8.9.0", + "@thi.ng/atom": "^5.2.4", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/paths": "^5.1.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index d52cf4c77a..efdd8cf01e 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 315af6dfbf..42c47c8999 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.33", + "version": "4.2.34", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/dlogic": "^2.1.32", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/dlogic": "^2.1.33", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 54e4a90d00..816d8a46a8 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 23fdc159bf..4177440962 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.51", + "version": "6.1.52", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b863b69917..1422d8e9c6 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 849972995a..a62afe18df 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.18", + "version": "0.6.19", "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.8.2", - "@thi.ng/distance": "^2.4.3", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/distance": "^2.4.4", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index bb8ae048ee..4576d628b8 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 0206cd1eb9..21ea1f396c 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.1.13", + "version": "3.1.14", "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.5", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/random": "^3.5.0", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/base-n": "^2.5.6", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/random": "^3.5.1", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index a1486b8927..a211e638ef 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 6f9f5b4308..1bdb7e8aa5 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "2.1.28", + "version": "2.1.29", "description": "Configurable nested 2D grid layout manager", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.14" + "@thi.ng/checks": "^3.4.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index 4e53d95986..8d9863b1a5 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-29T07:13:03Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 b238625e19..1624b7ba60 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.22", + "version": "3.0.23", "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.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers-binary": "^2.1.51" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers-binary": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 2330b30b2a..1f46101ff7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 630db941d5..a7e6d83bc8 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "1.4.15", + "version": "1.4.16", "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 2518d56381..cf2983a285 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 e754d72cfd..d2e277a29f 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.28", + "version": "0.3.29", "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.2.17" + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 4e65304c54..350483b80d 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 5de9d55199..a768bd4349 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.57", + "version": "2.1.58", "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.8.2", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 8d8dd16408..bfce574d79 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 cec8e31430..1026ef12b1 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.39", + "version": "6.1.40", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 49324e1c52..54abb70c8a 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/markdown-table@0.3.54) (2023-08-04) + +#### ♻️ Refactoring + +- minor internal updates ([5165d05](https://github.com/thi-ng/umbrella/commit/5165d05)) + ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/markdown-table@0.3.0) (2021-11-17) #### 🚀 Features diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 59fb0fbfb7..2004a0c8e1 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.53", + "version": "0.3.54", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index f578d1742f..79d647ef47 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 efc80833be..dad141d543 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.5.0", + "version": "5.5.1", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index e33af32eb6..028f928e37 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7a694183d3..cf9d7596b5 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.58", + "version": "2.1.59", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index ecc949825e..4c1346c455 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 2325167f76..8a7d7243b5 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.32", + "version": "3.1.33", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index bf9d725ff7..31f1272bb3 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 b6992fa8b5..1ae46423f5 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.2.19", + "version": "2.2.20", "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.3", - "@thi.ng/api": "^8.8.2", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/api": "^8.9.0", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 5275aa0c49..3dbb5a9da5 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 71d5db9f17..9932efddf1 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.39", + "version": "3.1.40", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 8e706dd078..47dd73fc33 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5930cb90f2..ca39c07f8f 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.1.40", + "version": "2.1.41", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/equiv": "^2.1.24" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/equiv": "^2.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index c337fcef6c..926329cb04 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 63e1e6fbf1..89414bcd16 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.2.35", + "version": "2.2.36", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index a6499b9cda..edab1b7c56 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [5.1.39](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.1.39) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/paths@5.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/paths/package.json b/packages/paths/package.json index 222c9099f0..ad609fb09f 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.38", + "version": "5.1.39", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 6fdffc3d66..2ea648cc0a 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 c13da0aa21..1cf2dd2be2 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.59", + "version": "1.1.60", "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.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/pixel": "^4.2.8" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/pixel": "^4.2.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 afb8276829..b7a992d130 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 2380140fb1..ab715ed6fd 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.20", + "version": "0.1.21", "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.8.2", - "@thi.ng/pixel": "^4.2.8", + "@thi.ng/api": "^8.9.0", + "@thi.ng/pixel": "^4.2.9", "geotiff": "^2.0.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 134ce04cab..b5ee18ce51 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5e7fe1d567..f22b6b0c09 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.59", + "version": "2.1.60", "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.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/pixel": "^4.2.8" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/pixel": "^4.2.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 5f88475e5a..0325c927af 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 16990dbcf2..4feebb5b48 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.0", + "version": "0.1.1", "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.2.17", - "@thi.ng/pixel": "^4.2.8" + "@thi.ng/errors": "^2.3.0", + "@thi.ng/pixel": "^4.2.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 7228a19b06..2194760e8b 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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. +### [4.2.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@4.2.9) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [4.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@4.2.0) (2023-04-08) #### 🚀 Features diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 4eb2674610..9abc05f252 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "4.2.8", + "version": "4.2.9", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/distance": "^2.4.3", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/k-means": "^0.6.18", - "@thi.ng/math": "^5.5.0", - "@thi.ng/porter-duff": "^2.1.35" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/distance": "^2.4.4", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/k-means": "^0.6.19", + "@thi.ng/math": "^5.5.1", + "@thi.ng/porter-duff": "^2.1.36" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 5cba46369c..3778f36c8d 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 a87e8ab783..125ed0e92d 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.47", + "version": "2.1.48", "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.8.2", - "@thi.ng/args": "^2.2.27", - "@thi.ng/bench": "^3.4.0", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/pointfree": "^3.1.37" + "@thi.ng/api": "^8.9.0", + "@thi.ng/args": "^2.2.28", + "@thi.ng/bench": "^3.4.1", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/pointfree": "^3.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 e10981e5c2..a9bc4a2efa 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 ed0c2ff0e6..d7d74e785e 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.37", + "version": "3.1.38", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 8ba91ac3d0..984d64b98f 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 cf88dc420d..4e9ca7fcb1 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.18", + "version": "3.1.19", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/geom-api": "^3.4.19", - "@thi.ng/random": "^3.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/geom-api": "^3.4.20", + "@thi.ng/random": "^3.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 0d0f37746a..12441f64b7 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 02a4388877..84a373f43a 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.35", + "version": "2.1.36", "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.8.2", - "@thi.ng/math": "^5.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/math": "^5.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 7b2f04d950..ac10692ab1 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 1235d9c30a..e287f74f37 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.1.24", + "version": "2.1.25", "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.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 3bbba7509e..29f339c574 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 eb21a3f816..b36eb5967f 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.29", + "version": "3.1.30", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.2.17" + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 3313ecba5c..70de8c9932 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 8be0071880..b9d9795ed6 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.58", + "version": "2.1.59", "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.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/math": "^5.5.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/math": "^5.5.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 c5713d93ba..5af4944a66 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index c0df861d61..b9dff47186 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.0", + "version": "0.3.1", "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.8.2", - "@thi.ng/base-n": "^2.5.5", - "@thi.ng/random": "^3.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/base-n": "^2.5.6", + "@thi.ng/random": "^3.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 28c44586d4..d8ecb4efc3 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/random/package.json b/packages/random/package.json index cd0e47ee47..914c824e2c 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.5.0", + "version": "3.5.1", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hex": "^2.3.11" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hex": "^2.3.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 5a35fd1dff..0cd5c99d98 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 d7c42543f6..3b7785bd42 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.30", + "version": "2.1.31", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.22" + "@thi.ng/bitstream": "^2.2.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/transducers": "^8.4.6", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/transducers": "^8.5.0", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index ae95bc8a1f..3bfddfb7be 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 7b134ccce5..4ba917d66a 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.33", + "version": "1.0.34", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/grid-iterators": "^4.0.5", - "@thi.ng/porter-duff": "^2.1.35", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/grid-iterators": "^4.0.6", + "@thi.ng/porter-duff": "^2.1.36", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 897fe5a9ef..7e0bd19704 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 56691b4198..b677d5160b 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.8", + "version": "0.5.9", "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.13", - "@thi.ng/api": "^8.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/hiccup-canvas": "^2.3.8", - "@thi.ng/rdom": "^0.11.5", - "@thi.ng/rstream": "^8.0.5" + "@thi.ng/adapt-dpi": "^2.2.14", + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/hiccup-canvas": "^2.3.9", + "@thi.ng/rdom": "^0.11.6", + "@thi.ng/rstream": "^8.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 d2323d6be9..d8ca6be67c 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.6.6](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.6.6) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ## [0.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom-components@0.6.0) (2023-04-08) #### 🚀 Features diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 0d99e4481c..e4d2c9d2cf 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.5", + "version": "0.6.6", "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.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/hiccup-html": "^2.2.16", - "@thi.ng/rdom": "^0.11.5", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/hiccup-html": "^2.2.17", + "@thi.ng/rdom": "^0.11.6", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 45bae816da..d22854e94e 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 d946b9993b..70261c110c 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.11.5", + "version": "0.11.6", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/paths": "^5.1.38", - "@thi.ng/prefixes": "^2.1.24", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/strings": "^3.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/paths": "^5.1.39", + "@thi.ng/prefixes": "^2.1.25", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/strings": "^3.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 9050af1d47..a8fc81b4d6 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 88d1fd3bbc..21558c6cd7 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.31", + "version": "7.1.32", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/paths": "^5.1.38" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/paths": "^5.1.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 aa55a642a3..5631a77e34 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 b611dfab61..55135d1501 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.30", + "version": "3.1.31", "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.22", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/bitstream": "^2.2.23", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index dfc0a7a621..2b3933d9cb 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [3.2.30](https://github.com/thi-ng/umbrella/tree/@thi.ng/router@3.2.30) (2023-08-04) + +#### ♻️ Refactoring + +- update INotify impl ([d36aca6](https://github.com/thi-ng/umbrella/commit/d36aca6)) +- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527)) + ### [3.2.14](https://github.com/thi-ng/umbrella/tree/@thi.ng/router@3.2.14) (2022-11-28) #### ♻️ Refactoring diff --git a/packages/router/package.json b/packages/router/package.json index bee9e7431a..2b8859ddd6 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.2.29", + "version": "3.2.30", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", "tslib": "^2.6.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 efbaf88016..ac9799aaba 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 c9eb84b1c3..441a7853e7 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.54", + "version": "3.1.55", "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.51", - "@thi.ng/rstream": "^8.0.5" + "@thi.ng/csp": "^2.1.52", + "@thi.ng/rstream": "^8.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 13ff85ab51..e9a67c098f 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 72bd4039b0..311ab2324c 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.5", + "version": "3.0.6", "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.5", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b86c20d938..21d1d12aea 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7eebe3da6d..8690f840d4 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.5", + "version": "5.0.6", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 cdda974291..f8a43a35bf 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 210d1aca86..03bebf27f2 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.59", + "version": "4.1.60", "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.8.2", - "@thi.ng/atom": "^5.2.3", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/paths": "^5.1.38", - "@thi.ng/resolve-map": "^7.1.31", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/atom": "^5.2.4", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/paths": "^5.1.39", + "@thi.ng/resolve-map": "^7.1.32", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 65950b83c8..c98740a275 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f955d55313..5b60b26c6e 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.54", + "version": "2.1.55", "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.5" + "@thi.ng/rstream": "^8.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index ff9dad06ca..27ce7a5182 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7cfef7be29..c6fadbcaea 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.55", + "version": "4.1.56", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 1c4df49aea..87d4ee3e17 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 222d63d630..451d5a11d7 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.55", + "version": "2.1.56", "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.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/math": "^5.5.0", - "@thi.ng/rstream": "^8.0.5", - "@thi.ng/rstream-dot": "^3.0.5", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/math": "^5.5.1", + "@thi.ng/rstream": "^8.0.6", + "@thi.ng/rstream-dot": "^3.0.6", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 5a4dbbc2ef..e4ba2adf4a 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 cc051e03d3..57e40bab49 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.0.5", + "version": "8.0.6", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/atom": "^5.2.3", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/atom": "^5.2.4", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index f333e10b69..f784925fdc 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f758f67401..e0e67e3fd8 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.53", + "version": "2.1.54", "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.8.2", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/transducers-fsm": "^2.2.20" + "@thi.ng/api": "^8.9.0", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/transducers-fsm": "^2.2.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 4aa0b2579c..5064ff2cfa 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 b4c5c28222..7279713944 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.6.5", + "version": "0.6.6", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/matrices": "^2.1.58", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/matrices": "^2.1.59", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index dbc451bc4f..f21d2ac257 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 64f0dc2a66..28e37d947b 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.36", + "version": "0.4.37", "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.8.2", - "@thi.ng/checks": "^3.3.14" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index c359bafd26..46f2399386 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 6512fe5f29..809da97e32 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.4.40", + "version": "0.4.41", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 0c2cf97671..583a18b677 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 e43d1f6d65..bab8d6d133 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.54", + "version": "0.4.55", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/shader-ast": "^0.12.54" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/shader-ast": "^0.12.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 bf51f4e326..bacc2e312a 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.7.64](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.7.64) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ### [0.7.53](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.7.53) (2023-03-27) #### ♻️ Refactoring diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 77ffd79874..bd37df79f5 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.63", + "version": "0.7.64", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/matrices": "^2.1.58", - "@thi.ng/pixel": "^4.2.8", - "@thi.ng/shader-ast": "^0.12.54", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/matrices": "^2.1.59", + "@thi.ng/pixel": "^4.2.9", + "@thi.ng/shader-ast": "^0.12.55", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 4097715d98..7e91826f16 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 7faf07ec1a..f41adcb2d6 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.2", + "version": "0.3.3", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/math": "^5.5.0", - "@thi.ng/shader-ast": "^0.12.54" + "@thi.ng/api": "^8.9.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/math": "^5.5.1", + "@thi.ng/shader-ast": "^0.12.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 f600acd056..e03a30cce2 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 35964ae75e..f961c6d67d 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.0", + "version": "0.14.1", "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.8.2", - "@thi.ng/shader-ast": "^0.12.54" + "@thi.ng/api": "^8.9.0", + "@thi.ng/shader-ast": "^0.12.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 91cb117216..67fa708100 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f1771e6035..c71d855c3c 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.54", + "version": "0.12.55", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/dgraph": "^2.1.51", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/dgraph": "^2.1.52", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 6916ca8b34..9e565ac2ae 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0f9dda1c2d..2d1eff11f9 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.51", + "version": "0.6.52", "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.51" + "@thi.ng/transducers-binary": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "assemblyscript": "0.27.8", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index df0c0e4a76..f76952e890 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.4.58](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.4.58) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) +- minor type updates ([5a5a813](https://github.com/thi-ng/umbrella/commit/5a5a813)) + ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/soa@0.4.0) (2021-11-17) #### 🚀 Features diff --git a/packages/soa/package.json b/packages/soa/package.json index 900e57dc97..b7ca2f9ecd 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.57", + "version": "0.4.58", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers-binary": "^2.1.51", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers-binary": "^2.1.52", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 1d86c3f7df..6be5e4ae5e 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 67d54c9e2a..7394063650 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.51", + "version": "0.3.52", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -33,13 +33,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index aed7a2aa58..167670aad0 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 364e505146..2d655d5b8b 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.4.7", + "version": "3.4.8", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hex": "^2.3.11", - "@thi.ng/memoize": "^3.1.32" + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hex": "^2.3.12", + "@thi.ng/memoize": "^3.1.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 865d6705f5..d9fc817dcf 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4f8824fadb..81e84eec92 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.55", + "version": "2.1.56", "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.8.2", - "@thi.ng/dgraph": "^2.1.51", - "@thi.ng/logger": "^1.4.15" + "@thi.ng/api": "^8.9.0", + "@thi.ng/dgraph": "^2.1.52", + "@thi.ng/logger": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 4c4287bfa0..26a16ee40c 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 c1235378d1..1f3d7cdf1d 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.36", + "version": "0.1.37", "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.8.2", - "@thi.ng/args": "^2.2.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/date": "^2.4.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/file-io": "^0.5.12", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/args": "^2.2.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/date": "^2.4.15", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/file-io": "^0.5.13", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index e3a955253c..bf0e101176 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4b4ec7e3e4..0cb1392347 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.3.17", + "version": "0.3.18", "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.15", + "@thi.ng/logger": "^1.4.16", "chokidar": "^3.5.3" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 3515b831f6..b5e5221a57 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 48327d3c6f..b57dfd0f4b 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.47", + "version": "2.4.48", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/geom-clip-line": "^2.3.19", - "@thi.ng/math": "^5.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/text-format": "^1.4.6", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/geom-clip-line": "^2.3.20", + "@thi.ng/math": "^5.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/text-format": "^1.4.7", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 280747e32a..01040f460e 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 48290fdb70..5b09bfa3ef 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.6", + "version": "1.4.7", "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.8.2", - "@thi.ng/hex": "^2.3.11", - "@thi.ng/memoize": "^3.1.32" + "@thi.ng/api": "^8.9.0", + "@thi.ng/hex": "^2.3.12", + "@thi.ng/memoize": "^3.1.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index 6ce71ffb60..41cf993d80 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.4.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/timestep@0.4.2) (2023-08-04) + +#### ♻️ Refactoring + +- update INotify impl & event types ([02d83e8](https://github.com/thi-ng/umbrella/commit/02d83e8)) + - rename EVENT_INTEGRATE => EVENT_SUBFRAME +- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527)) + ## [0.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/timestep@0.4.0) (2023-06-19) #### 🚀 Features diff --git a/packages/timestep/package.json b/packages/timestep/package.json index df38512fb6..9065a7fe76 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.4.1", + "version": "0.4.2", "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.8.2", - "@thi.ng/math": "^5.5.0", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index a9f5e7e65c..636dcd295d 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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.1.22](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.22) (2023-08-04) + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) + ### [0.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/transclude@0.1.3) (2022-12-29) #### ♻️ Refactoring diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 2fbca8e80a..0ede43b5d3 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.21", + "version": "0.1.22", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/file-io": "^0.5.12", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/file-io": "^0.5.13", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 ef2ed99f24..85ef4b1109 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 3f4cc25ddc..056a933f84 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.51", + "version": "2.1.52", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.27", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hex": "^2.3.11", - "@thi.ng/random": "^3.5.0", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/binary": "^3.3.28", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hex": "^2.3.12", + "@thi.ng/random": "^3.5.1", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 cd1d4bd8d4..b362aac9f2 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 dff473cc2b..6607337e7b 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.20", + "version": "2.2.21", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 2d415076a0..7d82d2afab 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 ce4dcf007b..9d62485fb1 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.56", + "version": "3.1.57", "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.10", - "@thi.ng/hiccup": "^4.2.42", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/hdom": "^9.3.11", + "@thi.ng/hiccup": "^4.2.43", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 d0690e4c18..3cdcffc1aa 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 27c4aa77a4..fd851dc37a 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.51", + "version": "0.4.52", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/paths": "^5.1.38", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/paths": "^5.1.39", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 b326e3ff94..ff16c88f0b 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 5d76179c01..1126dec8d3 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.51", + "version": "2.1.52", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.14", - "@thi.ng/dcons": "^3.2.46", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/checks": "^3.4.0", + "@thi.ng/dcons": "^3.2.47", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index ca5ab15a4c..256e3688b7 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,20 @@ 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.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.5.0) (2023-08-04) + +#### 🚀 Features + +- fix [#401](https://github.com/thi-ng/umbrella/issues/401), update multiplex(), step() ([834b076](https://github.com/thi-ng/umbrella/commit/834b076)) + - add optional support to override single-result unwrapping behavior + - update docstrings/examples + - add tests + +#### ♻️ Refactoring + +- update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053)) +- minor internal updates ([5ffdcbb](https://github.com/thi-ng/umbrella/commit/5ffdcbb)) + ## [8.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.4.0) (2023-03-19) #### 🚀 Features diff --git a/packages/transducers/package.json b/packages/transducers/package.json index a56b9952b0..c0dff1c147 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.4.7", + "version": "8.5.0", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/compose": "^2.1.34", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/random": "^3.5.0" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/compose": "^2.1.35", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/random": "^3.5.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 58971b858f..79f30e8ff5 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 31229e77cf..19b7631572 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.24", + "version": "2.1.25", "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.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/units/CHANGELOG.md b/packages/units/CHANGELOG.md index b8d3edee8a..e5fc44a3ab 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 31897bac27..9349675319 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.4.5", + "version": "0.4.6", "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.8.2", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 8173ae74fa..9994949c5a 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 947c25ef74..572d6524ae 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.32", + "version": "0.3.33", "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.8.2" + "@thi.ng/api": "^8.9.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 8defa3f132..15f4ef0cf0 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 983959b22d..eacddddd6b 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.59", + "version": "3.1.60", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/malloc": "^6.1.39", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/malloc": "^6.1.40", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 562c84ffa3..724fdd3300 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-16T22:06:41Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 0508d3d5f5..d42b45a659 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.7.1", + "version": "7.7.2", "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.8.2", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/math": "^5.5.0", - "@thi.ng/memoize": "^3.1.32", - "@thi.ng/random": "^3.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/memoize": "^3.1.33", + "@thi.ng/random": "^3.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index 93f49e54c0..1a00d35ac5 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4610356d0a..548bf74715 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.4.53", + "version": "0.4.54", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/math": "^5.5.0", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/transducers": "^8.4.7" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/math": "^5.5.1", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/transducers": "^8.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/date": "^2.4.14", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/date": "^2.4.15", + "@thi.ng/testament": "^0.3.18", "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 ca059a3ca0..10caf9da3c 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-29T07:13:03Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 4202665d3b..112aef2023 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.7", + "version": "0.4.8", "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.8.2", - "@thi.ng/args": "^2.2.27", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/binary": "^3.3.27", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/compare": "^2.1.32", - "@thi.ng/defmulti": "^2.1.38", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/file-io": "^0.5.12", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/paths": "^5.1.38", - "@thi.ng/strings": "^3.4.7", - "@thi.ng/wasm-api": "^1.4.12" + "@thi.ng/api": "^8.9.0", + "@thi.ng/args": "^2.2.28", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/binary": "^3.3.28", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/compare": "^2.1.33", + "@thi.ng/defmulti": "^2.1.39", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/file-io": "^0.5.13", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/paths": "^5.1.39", + "@thi.ng/strings": "^3.4.8", + "@thi.ng/wasm-api": "^1.4.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 0185e5bda0..d0c158f3d7 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 505551e941..b9fb39e084 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.19", + "version": "0.1.20", "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.27", - "@thi.ng/wasm-api": "^1.4.12", - "@thi.ng/wasm-api-dom": "^0.11.27" + "@thi.ng/binary": "^3.3.28", + "@thi.ng/wasm-api": "^1.4.13", + "@thi.ng/wasm-api-dom": "^0.11.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/wasm-api-bindgen": "^0.4.7", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/wasm-api-bindgen": "^0.4.8", "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 4762ff6423..4a1b1cd1b6 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-29T07:13:03Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 f94928edeb..eec22a90e3 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.27", + "version": "0.11.28", "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.13", - "@thi.ng/api": "^8.8.2", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/prefixes": "^2.1.24", - "@thi.ng/wasm-api": "^1.4.12" + "@thi.ng/adapt-dpi": "^2.2.14", + "@thi.ng/api": "^8.9.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/prefixes": "^2.1.25", + "@thi.ng/wasm-api": "^1.4.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/wasm-api-bindgen": "^0.4.7", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/wasm-api-bindgen": "^0.4.8", "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 d13d16730e..6106ce8b89 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 ab81d46e3f..e8eecced61 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.27", + "version": "0.3.28", "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.8.2", - "@thi.ng/wasm-api": "^1.4.12" + "@thi.ng/api": "^8.9.0", + "@thi.ng/wasm-api": "^1.4.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", - "@thi.ng/wasm-api-bindgen": "^0.4.7", + "@thi.ng/testament": "^0.3.18", + "@thi.ng/wasm-api-bindgen": "^0.4.8", "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 9318e3b6f3..f030dd90f3 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-07-14T11:37:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.4.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.13) (2023-08-04) + +#### ♻️ Refactoring + +- update INotify impl ([07e884f](https://github.com/thi-ng/umbrella/commit/07e884f)) +- update INotify impls ([cbdc527](https://github.com/thi-ng/umbrella/commit/cbdc527)) + ### [1.4.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@1.4.12) (2023-07-14) #### ♻️ Refactoring diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 976c02966f..3e8c7b7deb 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.12", + "version": "1.4.13", "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.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/hex": "^2.3.11", - "@thi.ng/idgen": "^2.1.34", - "@thi.ng/logger": "^1.4.15" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/hex": "^2.3.12", + "@thi.ng/idgen": "^2.2.0", + "@thi.ng/logger": "^1.4.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "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 06131bcafd..05c8fe9361 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 2c5c65fb08..7ffb6f989e 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.66", + "version": "2.1.67", "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.8.2", - "@thi.ng/shader-ast": "^0.12.54", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vector-pools": "^3.1.59", - "@thi.ng/vectors": "^7.7.1", - "@thi.ng/webgl": "^6.4.9" + "@thi.ng/api": "^8.9.0", + "@thi.ng/shader-ast": "^0.12.55", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vector-pools": "^3.1.60", + "@thi.ng/vectors": "^7.7.2", + "@thi.ng/webgl": "^6.4.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index f1c8a487ae..476c630a9d 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 9ddd2d9f60..680b876fe7 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.66", + "version": "0.4.67", "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.8.2", - "@thi.ng/shader-ast": "^0.12.54", - "@thi.ng/shader-ast-glsl": "^0.4.54", - "@thi.ng/webgl": "^6.4.9" + "@thi.ng/api": "^8.9.0", + "@thi.ng/shader-ast": "^0.12.55", + "@thi.ng/shader-ast-glsl": "^0.4.55", + "@thi.ng/webgl": "^6.4.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "@types/node": "^20.4.6", "rimraf": "^5.0.1", "tools": "workspace:^", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index a6cbdb62ff..3f0e4e6174 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 95b5ac2e54..5071667edf 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.4.9", + "version": "6.4.10", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -38,26 +38,26 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.13", - "@thi.ng/api": "^8.8.2", - "@thi.ng/associative": "^6.2.39", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/equiv": "^2.1.24", - "@thi.ng/errors": "^2.2.17", - "@thi.ng/logger": "^1.4.15", - "@thi.ng/matrices": "^2.1.58", - "@thi.ng/memoize": "^3.1.32", - "@thi.ng/pixel": "^4.2.8", - "@thi.ng/shader-ast": "^0.12.54", - "@thi.ng/shader-ast-glsl": "^0.4.54", - "@thi.ng/shader-ast-stdlib": "^0.14.0", - "@thi.ng/transducers": "^8.4.7", - "@thi.ng/vector-pools": "^3.1.59", - "@thi.ng/vectors": "^7.7.1" + "@thi.ng/adapt-dpi": "^2.2.14", + "@thi.ng/api": "^8.9.0", + "@thi.ng/associative": "^6.2.40", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/equiv": "^2.1.25", + "@thi.ng/errors": "^2.3.0", + "@thi.ng/logger": "^1.4.16", + "@thi.ng/matrices": "^2.1.59", + "@thi.ng/memoize": "^3.1.33", + "@thi.ng/pixel": "^4.2.9", + "@thi.ng/shader-ast": "^0.12.55", + "@thi.ng/shader-ast-glsl": "^0.4.55", + "@thi.ng/shader-ast-stdlib": "^0.14.1", + "@thi.ng/transducers": "^8.5.0", + "@thi.ng/vector-pools": "^3.1.60", + "@thi.ng/vectors": "^7.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index c6ab62f317..c017b5411c 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-06-14T07:58:51Z +- **Last updated**: 2023-08-04T10:58:19Z - **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 69991df537..95ee6e57a4 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.44", + "version": "2.1.45", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.8.2", - "@thi.ng/arrays": "^2.5.14", - "@thi.ng/checks": "^3.3.14", - "@thi.ng/errors": "^2.2.17" + "@thi.ng/api": "^8.9.0", + "@thi.ng/arrays": "^2.5.15", + "@thi.ng/checks": "^3.4.0", + "@thi.ng/errors": "^2.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.3", - "@thi.ng/testament": "^0.3.17", + "@thi.ng/testament": "^0.3.18", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.24.8", diff --git a/yarn.lock b/yarn.lock index d8d68f61b5..dbefc48029 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2461,12 +2461,12 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adapt-dpi@^2.2.13, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": +"@thi.ng/adapt-dpi@^2.2.14, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2479,14 +2479,14 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/bitfield": ^2.2.30 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/sparse": ^0.3.51 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/bitfield": ^2.2.31 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/sparse": ^0.3.52 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2494,12 +2494,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@^8.8.2, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@^8.9.0, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2507,16 +2507,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@^2.2.27, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@^2.2.28, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2524,18 +2524,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@^2.5.14, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@^2.5.15, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2543,22 +2543,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.2.39, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.2.40, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -2567,16 +2567,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@^5.2.3, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@^5.2.4, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -2585,22 +2585,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@^1.1.8, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@^1.1.9, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/date": ^2.4.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/units": ^0.4.5 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/date": ^2.4.15 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/units": ^0.4.6 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 serialport: ^11.0.1 tools: "workspace:^" @@ -2609,13 +2609,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@^2.5.5, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@^2.5.6, @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.3 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2623,13 +2623,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@^3.4.0, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@^3.4.1, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -2643,13 +2643,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/transducers-binary": ^2.1.51 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/transducers-binary": ^2.1.52 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2657,13 +2657,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@^3.3.27, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@^3.3.28, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2671,16 +2671,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@^2.2.30, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@^2.2.31, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2688,13 +2688,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@^2.2.22, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@^2.2.23, @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.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2707,10 +2707,10 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2723,12 +2723,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2736,12 +2736,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@^3.3.14, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@^3.4.0, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -2756,13 +2756,13 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/base-n": ^2.5.5 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/color": ^5.5.5 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/base-n": ^2.5.6 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/color": ^5.5.6 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2770,25 +2770,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.5.5, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.5.6, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/random": ^3.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/random": ^3.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2801,15 +2801,15 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/dsp": ^4.3.16 - "@thi.ng/dsp-io-wav": ^2.1.51 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/text-canvas": ^2.4.47 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/dsp": ^4.3.17 + "@thi.ng/dsp-io-wav": ^2.1.52 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/text-canvas": ^2.4.48 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2817,13 +2817,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@^2.1.32, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@^2.1.33, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2836,11 +2836,11 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2848,14 +2848,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@^2.1.34, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@^2.1.35, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2863,18 +2863,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.51, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.52, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2887,11 +2887,11 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2899,15 +2899,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@^2.4.14, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@^2.4.15, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2915,19 +2915,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.46, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.47, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2935,15 +2935,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@^2.1.38, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@^2.1.39, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2956,10 +2956,10 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/dgraph": ^2.1.51 - "@thi.ng/dot": ^2.1.36 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/dgraph": ^2.1.52 + "@thi.ng/dot": ^2.1.37 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2967,17 +2967,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.51, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.52, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -2985,14 +2985,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@^5.1.32, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@^5.1.33, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3005,9 +3005,9 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/pixel": ^4.2.6 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3015,18 +3015,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.4.3, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.4.4, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/heaps": ^2.1.33 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/heaps": ^2.1.34 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3039,10 +3039,10 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/mime": ^2.2.19 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/mime": ^2.2.20 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3050,13 +3050,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@^2.1.32, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@^2.1.33, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3064,14 +3064,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@^2.1.36, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@^2.1.37, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3079,17 +3079,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@^2.1.51, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@^2.1.52, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/transducers-binary": ^2.1.51 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/transducers-binary": ^2.1.52 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3097,18 +3097,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@^4.3.16, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@^4.3.17, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3121,8 +3121,8 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3135,9 +3135,9 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3150,18 +3150,18 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/idgen": ^2.1.34 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/malloc": ^6.1.39 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/idgen": ^2.2.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/malloc": ^6.1.40 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -3175,17 +3175,17 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/dot": ^2.1.36 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/prefixes": ^2.1.24 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers-binary": ^2.1.51 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/dot": ^2.1.37 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/prefixes": ^2.1.25 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers-binary": ^2.1.52 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3193,12 +3193,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/emoji@^0.1.5, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@^0.1.6, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3206,12 +3206,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@^2.1.24, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@^2.1.25, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3219,12 +3219,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@^2.2.17, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@^2.3.0, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -3238,7 +3238,7 @@ __metadata: resolution: "@thi.ng/expose@workspace:packages/expose" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -3252,11 +3252,11 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/bench": ^3.4.0 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/bench": ^3.4.1 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3264,17 +3264,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@^0.5.12, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@^0.5.13, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3287,13 +3287,13 @@ __metadata: resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3306,14 +3306,14 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/fuzzy": ^2.1.36 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/hiccup-svg": ^5.0.6 - "@thi.ng/math": ^5.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/text-canvas": ^2.4.47 + "@thi.ng/api": ^8.9.0 + "@thi.ng/fuzzy": ^2.1.37 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/hiccup-svg": ^5.0.7 + "@thi.ng/math": ^5.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/text-canvas": ^2.4.48 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3321,14 +3321,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@^2.1.36, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@^2.1.37, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3336,24 +3336,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@^3.5.3, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@^3.5.4, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/distance": ^2.4.3 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/heaps": ^2.1.33 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/distance": ^2.4.4 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/heaps": ^2.1.34 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3361,14 +3361,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.4.19, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.4.20, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3376,17 +3376,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.62, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.63, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-resample": ^2.2.19 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-resample": ^2.2.20 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3399,19 +3399,19 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/axidraw": ^1.1.8 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/geom": ^5.0.6 - "@thi.ng/geom-accel": ^3.5.3 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-clip-line": ^2.3.19 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/axidraw": ^1.1.9 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/geom": ^5.0.7 + "@thi.ng/geom-accel": ^3.5.4 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-clip-line": ^2.3.20 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3419,15 +3419,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.3.19, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.3.20, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3435,16 +3435,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.61, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.62, @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.3 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/geom-poly-utils": ^2.3.45 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/geom-poly-utils": ^2.3.46 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3452,15 +3452,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.57, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.58, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3473,17 +3473,17 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/color": ^5.5.5 - "@thi.ng/geom": ^5.0.6 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-clip-line": ^2.3.19 - "@thi.ng/geom-resample": ^2.2.19 - "@thi.ng/grid-iterators": ^4.0.5 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/color": ^5.5.6 + "@thi.ng/geom": ^5.0.7 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-clip-line": ^2.3.20 + "@thi.ng/geom-resample": ^2.2.20 + "@thi.ng/grid-iterators": ^4.0.6 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3491,14 +3491,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.57, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.58, @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.3 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3511,10 +3511,10 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3522,17 +3522,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.61, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.62, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-closest-point": ^2.1.57 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-closest-point": ^2.1.58 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3540,15 +3540,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.57, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.58, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3556,17 +3556,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.45, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.46, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3574,18 +3574,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.2.19, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.2.20, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-closest-point": ^2.1.57 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-closest-point": ^2.1.58 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3598,19 +3598,19 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/geom": ^5.0.6 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-isoline": ^2.1.57 - "@thi.ng/geom-poly-utils": ^2.3.45 - "@thi.ng/geom-resample": ^2.2.19 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/geom": ^5.0.7 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-isoline": ^2.1.58 + "@thi.ng/geom-poly-utils": ^2.3.46 + "@thi.ng/geom-resample": ^2.2.20 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3618,19 +3618,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.36, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.37, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-arc": ^2.1.62 - "@thi.ng/geom-resample": ^2.2.19 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-arc": ^2.1.63 + "@thi.ng/geom-resample": ^2.2.20 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3638,16 +3638,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.61, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.62, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3655,18 +3655,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.61, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.62, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/geom-poly-utils": ^2.3.45 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/geom-poly-utils": ^2.3.46 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3679,13 +3679,13 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/grid-iterators": ^4.0.5 - "@thi.ng/matrices": ^2.1.58 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/grid-iterators": ^4.0.6 + "@thi.ng/matrices": ^2.1.59 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3698,17 +3698,17 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/bitfield": ^2.2.30 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-clip-line": ^2.3.19 - "@thi.ng/geom-clip-poly": ^2.1.61 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/geom-poly-utils": ^2.3.45 - "@thi.ng/math": ^5.5.0 - "@thi.ng/quad-edge": ^3.1.29 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/bitfield": ^2.2.31 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-clip-line": ^2.3.20 + "@thi.ng/geom-clip-poly": ^2.1.62 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/geom-poly-utils": ^2.3.46 + "@thi.ng/math": ^5.5.1 + "@thi.ng/quad-edge": ^3.1.30 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3716,39 +3716,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^5.0.6, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^5.0.7, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-arc": ^2.1.62 - "@thi.ng/geom-clip-line": ^2.3.19 - "@thi.ng/geom-clip-poly": ^2.1.61 - "@thi.ng/geom-closest-point": ^2.1.57 - "@thi.ng/geom-hull": ^2.1.57 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/geom-poly-utils": ^2.3.45 - "@thi.ng/geom-resample": ^2.2.19 - "@thi.ng/geom-splines": ^2.2.36 - "@thi.ng/geom-subdiv-curve": ^2.1.61 - "@thi.ng/geom-tessellate": ^2.1.61 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/hiccup-svg": ^5.0.6 - "@thi.ng/math": ^5.5.0 - "@thi.ng/matrices": ^2.1.58 - "@thi.ng/random": ^3.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-arc": ^2.1.63 + "@thi.ng/geom-clip-line": ^2.3.20 + "@thi.ng/geom-clip-poly": ^2.1.62 + "@thi.ng/geom-closest-point": ^2.1.58 + "@thi.ng/geom-hull": ^2.1.58 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/geom-poly-utils": ^2.3.46 + "@thi.ng/geom-resample": ^2.2.20 + "@thi.ng/geom-splines": ^2.2.37 + "@thi.ng/geom-subdiv-curve": ^2.1.62 + "@thi.ng/geom-tessellate": ^2.1.62 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/hiccup-svg": ^5.0.7 + "@thi.ng/math": ^5.5.1 + "@thi.ng/matrices": ^2.1.59 + "@thi.ng/random": ^3.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3761,13 +3761,13 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/zipper": ^2.1.44 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/zipper": ^2.1.45 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3775,20 +3775,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^4.0.5, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^4.0.6, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/bitfield": ^2.2.30 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/morton": ^3.1.39 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/bitfield": ^2.2.31 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/morton": ^3.1.40 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3801,12 +3801,12 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/diff": ^5.1.32 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/hiccup-css": ^2.1.52 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/diff": ^5.1.33 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/hiccup-css": ^2.1.53 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -3822,13 +3822,13 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/diff": ^5.1.32 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hdom": ^9.3.10 - "@thi.ng/hiccup-canvas": ^2.3.8 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/diff": ^5.1.33 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hdom": ^9.3.11 + "@thi.ng/hiccup-canvas": ^2.3.9 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3841,13 +3841,13 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/adapt-dpi": ^2.2.13 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/transducers-stats": ^2.1.51 + "@thi.ng/adapt-dpi": ^2.2.14 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/transducers-stats": ^2.1.52 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3860,10 +3860,10 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/hdom": ^9.3.10 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/hdom": ^9.3.11 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3871,21 +3871,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.3.10, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.3.11, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/atom": ^5.2.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/diff": ^5.1.32 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/prefixes": ^2.1.24 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/atom": ^5.2.4 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/diff": ^5.1.33 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/prefixes": ^2.1.25 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3893,15 +3893,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@^2.1.33, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@^2.1.34, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3909,12 +3909,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@^2.3.11, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@^2.3.12, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3922,18 +3922,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.3.8, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.3.9, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/color": ^5.5.5 - "@thi.ng/math": ^5.5.0 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/color": ^5.5.6 + "@thi.ng/math": ^5.5.1 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3946,8 +3946,8 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3955,16 +3955,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.52, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.53, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3972,13 +3972,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.2.16, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.2.17, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -3991,18 +3991,18 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/emoji": ^0.1.5 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/parse": ^2.2.35 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/text-canvas": ^2.4.47 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/emoji": ^0.1.6 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/parse": ^2.2.36 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/text-canvas": ^2.4.48 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4010,15 +4010,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^5.0.6, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^5.0.7, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/color": ^5.5.5 - "@thi.ng/prefixes": ^2.1.24 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/color": ^5.5.6 + "@thi.ng/prefixes": ^2.1.25 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4026,17 +4026,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^4.2.42, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^4.2.43, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/atom": ^5.2.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/atom": ^5.2.4 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4044,14 +4044,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@^2.1.34, @thi.ng/idgen@workspace:^, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@^2.2.0, @thi.ng/idgen@workspace:^, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4065,13 +4065,13 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4084,17 +4084,17 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom": ^5.0.6 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/geom-isec": ^2.1.61 - "@thi.ng/geom-tessellate": ^2.1.61 - "@thi.ng/layout": ^2.1.28 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom": ^5.0.7 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/geom-isec": ^2.1.62 + "@thi.ng/geom-tessellate": ^2.1.62 + "@thi.ng/layout": ^2.1.29 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4107,13 +4107,13 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/atom": ^5.2.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/atom": ^5.2.4 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4126,11 +4126,11 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/dlogic": ^2.1.32 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/dlogic": ^2.1.33 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4143,10 +4143,10 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4154,17 +4154,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.6.18, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.6.19, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/distance": ^2.4.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/distance": ^2.4.4 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4177,11 +4177,11 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/base-n": ^2.5.5 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/random": ^3.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/base-n": ^2.5.6 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/random": ^3.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4191,13 +4191,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@^2.1.28, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@^2.1.29, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4210,10 +4210,10 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers-binary": ^2.1.51 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers-binary": ^2.1.52 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4221,7 +4221,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@^1.4.15, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@^1.4.16, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -4238,8 +4238,8 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4252,14 +4252,14 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4267,16 +4267,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@^6.1.39, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@^6.1.40, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4289,13 +4289,13 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4303,13 +4303,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@^5.5.0, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@^5.5.1, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4317,16 +4317,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.58, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.59, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4334,13 +4334,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@^3.1.32, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@^3.1.33, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4348,13 +4348,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@^2.2.19, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@^2.2.20, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4362,16 +4362,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@^3.1.39, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@^3.1.40, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4384,11 +4384,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4396,17 +4396,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@^2.2.35, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@^2.2.36, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4414,15 +4414,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@^5.1.38, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@^5.1.39, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4435,10 +4435,10 @@ __metadata: resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4451,9 +4451,9 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 geotiff: ^2.0.7 rimraf: ^5.0.1 tools: "workspace:^" @@ -4467,10 +4467,10 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4483,9 +4483,9 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4493,20 +4493,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^4.2.6, @thi.ng/pixel@^4.2.8, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^4.2.9, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/distance": ^2.4.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/k-means": ^0.6.18 - "@thi.ng/math": ^5.5.0 - "@thi.ng/porter-duff": ^2.1.35 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/distance": ^2.4.4 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/k-means": ^0.6.19 + "@thi.ng/math": ^5.5.1 + "@thi.ng/porter-duff": ^2.1.36 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4520,13 +4520,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/args": ^2.2.27 - "@thi.ng/bench": ^3.4.0 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/pointfree": ^3.1.37 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/args": ^2.2.28 + "@thi.ng/bench": ^3.4.1 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/pointfree": ^3.1.38 + "@thi.ng/testament": ^0.3.18 pegjs: 0.11.0-master.b7b87ea rimraf: ^5.0.1 tools: "workspace:^" @@ -4537,17 +4537,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@^3.1.37, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@^3.1.38, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4560,12 +4560,12 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/geom-api": ^3.4.19 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/geom-api": ^3.4.20 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4573,14 +4573,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@^2.1.35, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@^2.1.36, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4588,12 +4588,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@^2.1.24, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@^2.1.25, @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.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4601,13 +4601,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@^3.1.29, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@^3.1.30, @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.3 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4620,12 +4620,12 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4638,10 +4638,10 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/base-n": ^2.5.5 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/base-n": ^2.5.6 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4649,16 +4649,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@^3.5.0, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@^3.5.1, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4671,9 +4671,9 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/bitstream": ^2.2.22 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.6 + "@thi.ng/bitstream": ^2.2.23 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4686,14 +4686,14 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/grid-iterators": ^4.0.5 - "@thi.ng/porter-duff": ^2.1.35 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/grid-iterators": ^4.0.6 + "@thi.ng/porter-duff": ^2.1.36 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4706,14 +4706,14 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/adapt-dpi": ^2.2.13 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/hiccup-canvas": ^2.3.8 - "@thi.ng/rdom": ^0.11.5 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/adapt-dpi": ^2.2.14 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/hiccup-canvas": ^2.3.9 + "@thi.ng/rdom": ^0.11.6 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4726,14 +4726,14 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/hiccup-html": ^2.2.16 - "@thi.ng/rdom": ^0.11.5 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/hiccup-html": ^2.2.17 + "@thi.ng/rdom": ^0.11.6 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4741,20 +4741,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.11.5, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.11.6, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/prefixes": ^2.1.24 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/prefixes": ^2.1.25 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4762,16 +4762,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@^7.1.31, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@^7.1.32, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4784,9 +4784,9 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/bitstream": ^2.2.22 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/bitstream": ^2.2.23 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4799,11 +4799,11 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -4817,9 +4817,9 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/csp": ^2.1.51 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/csp": ^2.1.52 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4827,15 +4827,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^3.0.5, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^3.0.6, @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.3 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4848,12 +4848,12 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4866,15 +4866,15 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/atom": ^5.2.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/resolve-map": ^7.1.31 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/atom": ^5.2.4 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/resolve-map": ^7.1.32 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4887,8 +4887,8 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/testament": ^0.3.18 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -4902,14 +4902,14 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4922,17 +4922,17 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/math": ^5.5.0 - "@thi.ng/rstream": ^8.0.5 - "@thi.ng/rstream-dot": ^3.0.5 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/math": ^5.5.1 + "@thi.ng/rstream": ^8.0.6 + "@thi.ng/rstream-dot": ^3.0.6 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4940,20 +4940,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^8.0.5, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^8.0.6, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/atom": ^5.2.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/atom": ^5.2.4 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4966,11 +4966,11 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/transducers-fsm": ^2.2.20 + "@thi.ng/api": ^8.9.0 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/transducers-fsm": ^2.2.21 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -4983,12 +4983,12 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/matrices": ^2.1.58 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/matrices": ^2.1.59 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5001,9 +5001,9 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5016,10 +5016,10 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5027,16 +5027,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.54, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.55, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5049,15 +5049,15 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/matrices": ^2.1.58 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/matrices": ^2.1.59 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5070,12 +5070,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/math": ^5.5.0 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/math": ^5.5.1 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5083,14 +5083,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.14.0, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.14.1, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5098,18 +5098,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.54, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.55, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/dgraph": ^2.1.51 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/dgraph": ^2.1.52 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5122,8 +5122,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers-binary": ^2.1.51 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers-binary": ^2.1.52 assemblyscript: 0.27.8 rimraf: ^5.0.1 tools: "workspace:^" @@ -5137,13 +5137,13 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers-binary": ^2.1.51 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers-binary": ^2.1.52 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5151,15 +5151,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.51, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.52, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5167,16 +5167,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@^3.4.7, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@^3.4.8, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/memoize": ^3.1.32 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/memoize": ^3.1.33 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5189,10 +5189,10 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/dgraph": ^2.1.51 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/dgraph": ^2.1.52 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5205,17 +5205,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/args": ^2.2.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/date": ^2.4.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/file-io": ^0.5.12 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/args": ^2.2.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/date": ^2.4.15 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/file-io": ^0.5.13 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5225,12 +5225,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@^0.3.17, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@^0.3.18, @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.3 - "@thi.ng/logger": ^1.4.15 + "@thi.ng/logger": ^1.4.16 chokidar: ^3.5.3 rimraf: ^5.0.1 tools: "workspace:^" @@ -5241,21 +5241,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.4.47, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.4.48, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/geom-clip-line": ^2.3.19 - "@thi.ng/math": ^5.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/text-format": ^1.4.6 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/geom-clip-line": ^2.3.20 + "@thi.ng/math": ^5.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/text-format": ^1.4.7 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.1 @@ -5264,15 +5264,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@^1.4.6, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@^1.4.7, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/memoize": ^3.1.32 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/memoize": ^3.1.33 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5285,10 +5285,10 @@ __metadata: resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/math": ^5.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5301,13 +5301,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/file-io": ^0.5.12 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/file-io": ^0.5.13 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5315,18 +5315,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.51, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.52, @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.3 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5334,14 +5334,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.2.20, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.2.21, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5354,10 +5354,10 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/hdom": ^9.3.10 - "@thi.ng/hiccup": ^4.2.42 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/hdom": ^9.3.11 + "@thi.ng/hiccup": ^4.2.43 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5370,12 +5370,12 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5383,16 +5383,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.51, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.52, @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.3 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/dcons": ^3.2.46 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/dcons": ^3.2.47 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5400,20 +5400,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.4.6, @thi.ng/transducers@^8.4.7, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.5.0, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/compose": ^2.1.34 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/random": ^3.5.0 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/compose": ^2.1.35 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/random": ^3.5.1 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5426,7 +5426,7 @@ __metadata: resolution: "@thi.ng/unionstruct@workspace:packages/unionstruct" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5434,16 +5434,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@^0.4.5, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@^0.4.6, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5456,8 +5456,8 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5465,20 +5465,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.59, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.60, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/malloc": ^6.1.39 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/malloc": ^6.1.40 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5486,22 +5486,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.7.1, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.7.2, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/math": ^5.5.0 - "@thi.ng/memoize": ^3.1.32 - "@thi.ng/random": ^3.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/math": ^5.5.1 + "@thi.ng/memoize": ^3.1.33 + "@thi.ng/random": ^3.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5514,15 +5514,15 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/date": ^2.4.14 - "@thi.ng/math": ^5.5.0 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/date": ^2.4.15 + "@thi.ng/math": ^5.5.1 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5530,25 +5530,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@^0.4.7, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@^0.4.8, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/args": ^2.2.27 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/compare": ^2.1.32 - "@thi.ng/defmulti": ^2.1.38 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/file-io": ^0.5.12 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/paths": ^5.1.38 - "@thi.ng/strings": ^3.4.7 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/wasm-api": ^1.4.12 + "@thi.ng/api": ^8.9.0 + "@thi.ng/args": ^2.2.28 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/compare": ^2.1.33 + "@thi.ng/defmulti": ^2.1.39 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/file-io": ^0.5.13 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/paths": ^5.1.39 + "@thi.ng/strings": ^3.4.8 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/wasm-api": ^1.4.13 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5563,11 +5563,11 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/binary": ^3.3.27 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/wasm-api": ^1.4.12 - "@thi.ng/wasm-api-bindgen": ^0.4.7 - "@thi.ng/wasm-api-dom": ^0.11.27 + "@thi.ng/binary": ^3.3.28 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/wasm-api": ^1.4.13 + "@thi.ng/wasm-api-bindgen": ^0.4.8 + "@thi.ng/wasm-api-dom": ^0.11.28 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5575,18 +5575,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@^0.11.27, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@^0.11.28, @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.3 - "@thi.ng/adapt-dpi": ^2.2.13 - "@thi.ng/api": ^8.8.2 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/prefixes": ^2.1.24 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/wasm-api": ^1.4.12 - "@thi.ng/wasm-api-bindgen": ^0.4.7 + "@thi.ng/adapt-dpi": ^2.2.14 + "@thi.ng/api": ^8.9.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/prefixes": ^2.1.25 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/wasm-api": ^1.4.13 + "@thi.ng/wasm-api-bindgen": ^0.4.8 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5599,10 +5599,10 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/wasm-api": ^1.4.12 - "@thi.ng/wasm-api-bindgen": ^0.4.7 + "@thi.ng/api": ^8.9.0 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/wasm-api": ^1.4.13 + "@thi.ng/wasm-api-bindgen": ^0.4.8 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5610,19 +5610,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@^1.4.12, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@^1.4.13, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/hex": ^2.3.11 - "@thi.ng/idgen": ^2.1.34 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/hex": ^2.3.12 + "@thi.ng/idgen": ^2.2.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5635,13 +5635,13 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vector-pools": ^3.1.59 - "@thi.ng/vectors": ^7.7.1 - "@thi.ng/webgl": ^6.4.9 + "@thi.ng/api": ^8.9.0 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vector-pools": ^3.1.60 + "@thi.ng/vectors": ^7.7.2 + "@thi.ng/webgl": ^6.4.10 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -5655,11 +5655,11 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/shader-ast-glsl": ^0.4.54 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/webgl": ^6.4.9 + "@thi.ng/api": ^8.9.0 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/shader-ast-glsl": ^0.4.55 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/webgl": ^6.4.10 "@types/node": ^20.4.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -5668,28 +5668,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.4.9, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.4.10, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: "@microsoft/api-extractor": ^7.36.3 - "@thi.ng/adapt-dpi": ^2.2.13 - "@thi.ng/api": ^8.8.2 - "@thi.ng/associative": ^6.2.39 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/equiv": ^2.1.24 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/logger": ^1.4.15 - "@thi.ng/matrices": ^2.1.58 - "@thi.ng/memoize": ^3.1.32 - "@thi.ng/pixel": ^4.2.8 - "@thi.ng/shader-ast": ^0.12.54 - "@thi.ng/shader-ast-glsl": ^0.4.54 - "@thi.ng/shader-ast-stdlib": ^0.14.0 - "@thi.ng/testament": ^0.3.17 - "@thi.ng/transducers": ^8.4.7 - "@thi.ng/vector-pools": ^3.1.59 - "@thi.ng/vectors": ^7.7.1 + "@thi.ng/adapt-dpi": ^2.2.14 + "@thi.ng/api": ^8.9.0 + "@thi.ng/associative": ^6.2.40 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/equiv": ^2.1.25 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/logger": ^1.4.16 + "@thi.ng/matrices": ^2.1.59 + "@thi.ng/memoize": ^3.1.33 + "@thi.ng/pixel": ^4.2.9 + "@thi.ng/shader-ast": ^0.12.55 + "@thi.ng/shader-ast-glsl": ^0.4.55 + "@thi.ng/shader-ast-stdlib": ^0.14.1 + "@thi.ng/testament": ^0.3.18 + "@thi.ng/transducers": ^8.5.0 + "@thi.ng/vector-pools": ^3.1.60 + "@thi.ng/vectors": ^7.7.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8 @@ -5697,16 +5697,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@^2.1.44, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@^2.1.45, @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.3 - "@thi.ng/api": ^8.8.2 - "@thi.ng/arrays": ^2.5.14 - "@thi.ng/checks": ^3.3.14 - "@thi.ng/errors": ^2.2.17 - "@thi.ng/testament": ^0.3.17 + "@thi.ng/api": ^8.9.0 + "@thi.ng/arrays": ^2.5.15 + "@thi.ng/checks": ^3.4.0 + "@thi.ng/errors": ^2.3.0 + "@thi.ng/testament": ^0.3.18 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.24.8