diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index 2d4526aab1..f0ba4c4c76 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a262c9d3d3..6e049e8904 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adapt-dpi", - "version": "2.1.3", + "version": "2.1.4", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 51120a90b5..b6b5e99130 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 7157c33fd4..f2c1ba5df8 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.1.5", + "version": "2.1.6", "description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/bitfield": "^2.1.4", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/sparse": "^0.3.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/bitfield": "^2.1.5", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/sparse": "^0.3.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", - "@thi.ng/vectors": "^7.4.3", + "@thi.ng/testament": "^0.2.4", + "@thi.ng/vectors": "^7.5.0", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 4cea2fcbf7..9cda87ba83 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/api/package.json b/packages/api/package.json index e50dfeec6c..f165a33971 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.3.3", + "version": "8.3.4", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 94f5422fc4..35f438b22d 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/args/package.json b/packages/args/package.json index cd83b53691..4ca6ce021c 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 0379ea0e77..ec81071cb1 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.2.0) (2022-03-11) + +#### 🚀 Features + +- add argSort() ([4b65c36](https://github.com/thi-ng/umbrella/commit/4b65c36)) + ### [2.1.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.1.3) (2021-12-13) #### 🩹 Bug fixes diff --git a/packages/arrays/package.json b/packages/arrays/package.json index c9e4d64a5e..94d5c279a7 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.1.3", + "version": "2.2.0", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/random": "^3.2.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/random": "^3.2.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index af6944b9ee..9e3ae86bdb 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 3dfa963db6..3481eb2e29 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.1.4", + "version": "6.1.5", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0", + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0", "tslib": "^2.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 233b8b6d2f..1089c268a4 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/atom/package.json b/packages/atom/package.json index 01253fe333..70e3aaa3be 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.1.3", + "version": "5.1.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.3.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/paths": "^5.1.3", + "@thi.ng/api": "^8.3.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/paths": "^5.1.4", "tslib": "^2.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index eaafbec5b1..961207bc71 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:25:59Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.2.0) (2022-03-11) + +#### 🚀 Features + +- add octal support, export char strings ([0c0dac6](https://github.com/thi-ng/umbrella/commit/0c0dac6)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/base-n@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/base-n/package.json b/packages/base-n/package.json index b9ca99ff8c..cde380afad 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.1.3", + "version": "2.2.0", "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.1.3" + "@thi.ng/hex": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index fa05e2cbb0..78604d072d 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5aff088a29..66717d4773 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.1.3", + "version": "3.1.4", "description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index a74cf5f006..102f4d97ba 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 20f8594702..598fd2d2ec 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.4", + "version": "2.1.5", "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.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/transducers-binary": "^2.1.4" + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/transducers-binary": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 22c71847a6..41d56c72a3 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.2.0) (2022-03-11) + +#### 🚀 Features + +- add shiftRL() ([804565e](https://github.com/thi-ng/umbrella/commit/804565e)) + ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/binary/package.json b/packages/binary/package.json index 3f1ee242e1..9fd4343359 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.1.3", + "version": "3.2.0", "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.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 43f569e284..7509f107fe 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 3331fdca7e..c323b28ece 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.1.4", + "version": "2.1.5", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index 0272c79a59..4cbb33a7b7 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 ac81ed5ff7..27ab11800a 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.1.3", + "version": "2.1.4", "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.1.3" + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index fecc58a2c0..b46622553d 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/cache@2.1.5) (2022-03-11) + +#### ♻️ Refactoring + +- update ConsCell refs/imports ([a883993](https://github.com/thi-ng/umbrella/commit/a883993)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/cache@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/cache/package.json b/packages/cache/package.json index 4059b2a00b..2ac7b3a62c 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index bf34894171..b3bb616a4c 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/checks/package.json b/packages/checks/package.json index 4a0b4ec1b6..7161018d7a 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.1.3", + "version": "3.1.4", "description": "Collection of 50+ type, feature & value checks", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 1bfaa30fdd..1538caccbf 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.8.0) (2022-03-11) + +#### 🚀 Features + +- add new themes ([f3d4446](https://github.com/thi-ng/umbrella/commit/f3d4446)) +- add 12 new palettes ([eab99c7](https://github.com/thi-ng/umbrella/commit/eab99c7)) + ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color-palettes@0.7.0) (2021-12-02) #### 🚀 Features diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 251a04cafb..ea03eefaed 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "0.7.1", + "version": "0.8.0", "description": "Collection of 176 image based color palettes", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 24b83d83d1..b5e1d8a3e5 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,36 @@ 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.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.0.0) (2022-03-11) + +#### 🛑 Breaking changes + +- rename color matrix fns ([00fdc31](https://github.com/thi-ng/umbrella/commit/00fdc31)) +- BREAKING CHANGE: rename color matrix fns + - add `Mat` suffix, e.g. `grayscale()` => `grayscaleMat()` + +#### 🚀 Features + +- add color theme strategies ([22057e5](https://github.com/thi-ng/umbrella/commit/22057e5)) + - add strategy fns: + - `complementaryStrategy()` + - `splitComplementaryStrategy()` + - `monochromeStrategy()` + - `triadicStrategy()` + - `tetradicStrategy()` + - `squareStrategy()` +- add variations() generator ([91d760f](https://github.com/thi-ng/umbrella/commit/91d760f)) +- add max chroma LCH fns ([ab4e67a](https://github.com/thi-ng/umbrella/commit/ab4e67a)) +- add/update color ops ([33cb4a1](https://github.com/thi-ng/umbrella/commit/33cb4a1)) + - add `invert()`, `isRgbGamut()`, `lighten()`, `rotate()` ops + - add `tint()`, `tone()`, `shade()` ops + - update impls for `isBlack/Gray/White()` + - add/re-use internal multimethod dispatch fns +- update ChannelSpec and hue-based modes ([01d93dc](https://github.com/thi-ng/umbrella/commit/01d93dc)) + - add `hue` flag for channel spec + - update `.clamp()` impl to wrap hue in [0..1] interval + - add/update LCH conversion paths + ## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@4.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/color/package.json b/packages/color/package.json index 64326099af..d9b4ec1947 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "4.1.7", + "version": "5.0.0", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -36,23 +36,23 @@ "tool:swatches": "tools:node-esm tools/index.ts" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/random": "^3.2.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/random": "^3.2.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index fbe9570e0e..336fb5b31e 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 c9f0b67110..e3af33c430 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "0.3.3", + "version": "0.3.4", "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.1.3", - "@thi.ng/random": "^3.2.3" + "@thi.ng/binary": "^3.2.0", + "@thi.ng/random": "^3.2.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/api": "^8.3.3", - "@thi.ng/dsp": "^4.1.3", - "@thi.ng/dsp-io-wav": "^2.1.3", - "@thi.ng/testament": "^0.2.3", - "@thi.ng/text-canvas": "^2.2.6", - "@thi.ng/transducers": "^8.1.3", - "@thi.ng/vectors": "^7.4.2", + "@thi.ng/api": "^8.3.4", + "@thi.ng/dsp": "^4.1.5", + "@thi.ng/dsp-io-wav": "^2.1.5", + "@thi.ng/testament": "^0.2.4", + "@thi.ng/text-canvas": "^2.2.8", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index cc7a210b6a..a8f82a404b 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 bf56a0a763..c29d8af4cd 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.1.3", + "version": "2.1.4", "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.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 7f88305329..e6a59eb59b 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/compose/package.json b/packages/compose/package.json index 31dd6b55ba..dad865396c 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.3", + "version": "2.1.4", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index b24c86a7b0..88054eda5e 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 8c45227b58..ce573e6802 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index e999ca0019..69fa3cac0f 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 d34a12386a..1dd4008b0c 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.2.2", + "version": "2.2.3", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index a660645e16..e2b67abb2f 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5d560acdd0..f67ec583e0 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index baa5a78b06..e9e03085c5 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.2.0) (2022-03-11) + +#### 🚀 Features + +- add DRing, extract AList, major refactor ([3f4e8de](https://github.com/thi-ng/umbrella/commit/3f4e8de)) + ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/dcons@3.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/dcons/package.json b/packages/dcons/package.json index c182574c58..22d26e30dd 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.1.4", + "version": "3.2.0", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 2fa4f07022..0bb9b2c198 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index a40c516f25..eaac291ea2 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 7ac6b0a0a3..e9e54f6ba6 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 04feceaa8b..8f78600787 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.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/dgraph": "^2.1.4", - "@thi.ng/dot": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/dgraph": "^2.1.5", + "@thi.ng/dot": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index ff87de2a48..2f808d1d27 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 18a43881b6..f834cb473f 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 3e817b61c3..0a76b1ec02 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 8cf43b3a92..132332e44e 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.3", + "version": "5.1.4", "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.3.3", - "@thi.ng/equiv": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/equiv": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index c38ecdf18f..4842577837 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-14T09:12:13Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 01443f9f9b..4ada004843 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.1", + "version": "0.1.2", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/pixel": "^3.3.1", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/pixel": "^3.3.2", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index da4310d133..b224ec01dc 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 44d393a461..f0bb831748 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/heaps": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/heaps": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 260b51c335..9add6ce67c 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 51b6d0e27b..ecb841454e 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.0", + "version": "2.3.1", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/mime": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/mime": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 994f32c765..61b4ec0cb9 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f2b94a5c56..e130901ead 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.3", + "version": "2.1.4", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 565dd49864..7c4fae6686 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6151960862..f82b59fea6 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index cba821702d..e31da7f450 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 c67f38fd61..a90f9b4336 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.4", + "version": "2.1.5", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/transducers-binary": "^2.1.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/transducers-binary": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index be08ec2252..39dc60d8d3 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 055662ef5b..99556e3d07 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.1.4", + "version": "4.1.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 0d09e18a13..1869852efb 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 2b7204cbc9..9d51eccde6 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.3", + "version": "0.4.4", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index c2ca0932c7..b896471389 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f4e29e64ac..10f227bc5b 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.3", + "version": "0.3.4", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index e31f416e27..638f44ea89 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/ecs@0.7.5) (2022-03-11) + +#### ♻️ Refactoring + +- update ConsCell refs/imports ([a883993](https://github.com/thi-ng/umbrella/commit/a883993)) + ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ecs@0.7.0) (2021-11-17) #### 🚀 Features diff --git a/packages/ecs/package.json b/packages/ecs/package.json index e87b0e05b5..7875e4e774 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.4", + "version": "0.7.5", "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.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/idgen": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/malloc": "^6.1.3", - "@thi.ng/transducers": "^8.2.0", + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/idgen": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/malloc": "^6.1.4", + "@thi.ng/transducers": "^8.3.0", "tslib": "^2.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 30960590a3..ecd2fe85cc 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 63f9b05a2c..437ed432eb 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.5", + "version": "0.6.6", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -29,20 +29,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/dot": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/prefixes": "^2.1.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers-binary": "^2.1.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/dot": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/prefixes": "^2.1.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers-binary": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index c994c1804d..fb37b60bd9 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 7194e2796a..09215ff0bf 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.3", + "version": "2.1.4", "description": "Extensible deep value equivalence checking for any data types", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index c2458605e4..1ca4a9d6b9 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/errors/package.json b/packages/errors/package.json index adfbf01257..267a7a4183 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.1.3", + "version": "2.1.4", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index c5b9b71685..1a929be76c 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a16e959480..4e914a8b60 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.1.3", + "version": "1.1.4", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 52ddc6cbba..11ae221c60 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 09635e5b27..5d6e69f874 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.5", + "version": "3.1.6", "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.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 64e9eece7c..9594a2750e 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 91310d0a81..07c6563716 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.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/fuzzy": "^2.1.3", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/hiccup-svg": "^4.2.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/text-canvas": "^2.2.7" + "@thi.ng/api": "^8.3.4", + "@thi.ng/fuzzy": "^2.1.4", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/hiccup-svg": "^4.2.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/text-canvas": "^2.2.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 6bcfe5cb3c..6ac3019c5a 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 109680eaf4..d4ca3a0399 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/math": "^5.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/math": "^5.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index daeb54d883..89088d106e 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 e2c405aa00..b012a7d0d3 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.1.7", + "version": "3.1.8", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -35,21 +35,21 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/heaps": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/heaps": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index beec960a92..7749ac9425 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 679f75ab58..6971f96640 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.1.7", + "version": "3.1.8", "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.3.3", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index dfd1a500fc..638d9d365e 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5a88367195..ef7388ed39 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.7", + "version": "2.1.8", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-resample": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-resample": "^2.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 29f05f6cec..f97b0d37b8 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 766e94856c..74d2ed2ec3 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.1.7", + "version": "2.1.8", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 0cd556f99d..c782145db0 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 4f7ca882d4..da7376d397 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.7", + "version": "2.1.8", "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.7", - "@thi.ng/geom-poly-utils": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/geom-poly-utils": "^2.2.0", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index bdca854585..1eebf40763 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 9999f524a1..48fca45284 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.7", + "version": "2.1.8", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 24b04f53ed..d3453fde2b 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 d2ed573373..34a71bdbd6 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/color": "^4.1.7", - "@thi.ng/geom": "^3.1.7", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-clip-line": "^2.1.7", - "@thi.ng/geom-resample": "^2.1.7", - "@thi.ng/grid-iterators": "^2.2.5", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/color": "^5.0.0", + "@thi.ng/geom": "^3.2.0", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-clip-line": "^2.1.8", + "@thi.ng/geom-resample": "^2.1.8", + "@thi.ng/grid-iterators": "^2.2.6", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index fbd326a70d..f8cbd48b3f 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f4f2d5e874..74f228b133 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.7", + "version": "2.1.8", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index 888549f5b1..c4efd6d3e8 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 61d70a297b..6b78bf1ede 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.7", + "version": "0.3.8", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 579b498f5a..ffba98570f 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 4b31cbe9c5..595b97826b 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.7", + "version": "2.1.8", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-closest-point": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-closest-point": "^2.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 532ffc3eff..b600cc64ba 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6987331d09..90476e7255 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.7", + "version": "2.1.8", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 6ac9454d66..732e3e2729 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-poly-utils@2.2.0) (2022-03-11) + +#### 🚀 Features + +- add bounds2/3() fns ([2385eb0](https://github.com/thi-ng/umbrella/commit/2385eb0)) + +#### 🩹 Bug fixes + +- fix equilateralTriangle2() ([c37c27e](https://github.com/thi-ng/umbrella/commit/c37c27e)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-poly-utils@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 5002f46caa..5f59a938a9 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.1.7", + "version": "2.2.0", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index f1a38f23aa..4a9bcb6800 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5afe100913..9d12f28b1a 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.1.7", + "version": "2.1.8", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-closest-point": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-closest-point": "^2.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index 5815c8ac5a..9b142c7747 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@2.1.8) (2022-03-11) + +#### ♻️ Refactoring + +- minor refactor internal helper ([82c0cea](https://github.com/thi-ng/umbrella/commit/82c0cea)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-splines@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index a008027754..b14cd4b31e 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-arc": "^2.1.7", - "@thi.ng/geom-resample": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-arc": "^2.1.8", + "@thi.ng/geom-resample": "^2.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 7550e676d0..6e8fdae562 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 ad6fe9d729..cb95e9b44e 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.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 2061ae033d..ab4be9f58b 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a2f9ed00d0..0b2dd80a4e 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.7", + "version": "2.1.8", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/geom-poly-utils": "^2.1.7", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/geom-poly-utils": "^2.2.0", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 5a5340beaa..3207618803 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 2c2432eeb9..3a312b6ae8 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.2.7", + "version": "2.2.8", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/bitfield": "^2.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-clip-line": "^2.1.7", - "@thi.ng/geom-clip-poly": "^2.1.7", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/geom-poly-utils": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/quad-edge": "^3.1.3", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/bitfield": "^2.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-clip-line": "^2.1.8", + "@thi.ng/geom-clip-poly": "^2.1.8", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/geom-poly-utils": "^2.2.0", + "@thi.ng/math": "^5.3.0", + "@thi.ng/quad-edge": "^3.1.4", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 7cd7a4b09e..08f4b26661 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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. +## [3.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.2.0) (2022-03-11) + +#### 🚀 Features + +- update/refactor various shape ops ([0e3b99a](https://github.com/thi-ng/umbrella/commit/0e3b99a)) +- add BPatch type, ctors and warp fn ([ea81cb5](https://github.com/thi-ng/umbrella/commit/ea81cb5)) +- add opt. bleed attrib for `svgDoc()` ([fb3ed1e](https://github.com/thi-ng/umbrella/commit/fb3ed1e)) + ## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@3.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/geom/package.json b/packages/geom/package.json index 893097e437..787e8bce10 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "3.1.7", + "version": "3.2.0", "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.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-arc": "^2.1.7", - "@thi.ng/geom-clip-line": "^2.1.7", - "@thi.ng/geom-clip-poly": "^2.1.7", - "@thi.ng/geom-closest-point": "^2.1.7", - "@thi.ng/geom-hull": "^2.1.7", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/geom-poly-utils": "^2.1.7", - "@thi.ng/geom-resample": "^2.1.7", - "@thi.ng/geom-splines": "^2.1.7", - "@thi.ng/geom-subdiv-curve": "^2.1.7", - "@thi.ng/geom-tessellate": "^2.1.7", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/hiccup-svg": "^4.2.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/matrices": "^2.1.7", - "@thi.ng/random": "^3.2.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-arc": "^2.1.8", + "@thi.ng/geom-clip-line": "^2.1.8", + "@thi.ng/geom-clip-poly": "^2.1.8", + "@thi.ng/geom-closest-point": "^2.1.8", + "@thi.ng/geom-hull": "^2.1.8", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/geom-poly-utils": "^2.2.0", + "@thi.ng/geom-resample": "^2.1.8", + "@thi.ng/geom-splines": "^2.1.8", + "@thi.ng/geom-subdiv-curve": "^2.1.8", + "@thi.ng/geom-tessellate": "^2.1.8", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/hiccup-svg": "^4.2.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/matrices": "^2.1.8", + "@thi.ng/random": "^3.2.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index e66b3be894..9af98633bb 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 eaa5a45c7c..e7a60c549a 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.4", + "version": "0.4.5", "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.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/zipper": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/zipper": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 6e821d53d7..dbd00f5219 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 60d4883d75..697abb2a6e 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "2.2.5", + "version": "2.2.6", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/bitfield": "^2.1.4", - "@thi.ng/morton": "^3.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/bitfield": "^2.1.5", + "@thi.ng/morton": "^3.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index 1d66851b41..70ff19fd96 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0d00214b95..dd9e486997 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.5", + "version": "0.3.6", "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.3.3", - "@thi.ng/diff": "^5.1.3", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/hiccup-css": "^2.1.4", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/diff": "^5.1.4", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/hiccup-css": "^2.1.5", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 1abf242df6..b60ff5b7f7 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 4c574f162e..afe3d09177 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.7", + "version": "4.1.8", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/diff": "^5.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hdom": "^9.1.4", - "@thi.ng/hiccup-canvas": "^2.1.7" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/diff": "^5.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hdom": "^9.1.5", + "@thi.ng/hiccup-canvas": "^2.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 6625b25bba..7e018c31be 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 b0767e1415..8308cb3150 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.4", + "version": "5.1.5", "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.1.3", - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/transducers-stats": "^2.1.4" + "@thi.ng/adapt-dpi": "^2.1.4", + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/transducers-stats": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 2bddb7f209..d9e45d4d74 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 cba25b4697..2048df91bf 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.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/hdom": "^9.1.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/hdom": "^9.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index a71bb8a71e..ce61fba6d6 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 050f51fc2b..10193df2b5 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.1.4", + "version": "9.1.5", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -34,19 +34,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/diff": "^5.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/prefixes": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/diff": "^5.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/prefixes": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/atom": "^5.1.3", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/atom": "^5.1.4", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index b19ae91ece..2537d21c08 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0191e7c6b5..43c0f9a050 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/equiv": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/equiv": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index b597f85c29..5de631715a 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 b2f9dae83d..8cc18237f7 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.1.3", + "version": "2.1.4", "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.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index cef316b951..9edbaa9e8c 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 67152bcf27..f70a986b0a 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/color": "^4.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/pixel": "^3.3.1", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/color": "^5.0.0", + "@thi.ng/math": "^5.3.0", + "@thi.ng/pixel": "^3.3.2", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 18faf85f51..f9d17728f2 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 03631c58b2..1e28eeb753 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.3", + "version": "3.1.4", "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.19.4", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index cbdc29ea4c..db34b1ae9d 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6fd6928693..ad169b4dc9 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.4", + "version": "2.1.5", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 580ce0f09c..4643d96ce9 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 af7f42cd80..efcbae146b 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.1.3", + "version": "2.1.4", "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.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 8500f42fb8..da132ace41 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 1a6ae62cf0..b1d5d4bc70 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "2.1.7", + "version": "2.1.8", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/fsm": "^3.1.5", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/text-canvas": "^2.2.7", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/fsm": "^3.1.6", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/text-canvas": "^2.2.8", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 4c2789bba9..54c6aa6663 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 c1faa8460f..8e03412a94 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.2.7", + "version": "4.2.8", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3", - "@thi.ng/color": "^4.1.7", - "@thi.ng/prefixes": "^2.1.3" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/color": "^5.0.0", + "@thi.ng/prefixes": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 8a9f46a8db..af8b997c67 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 1e71e594d9..6634f9a459 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "4.2.4", + "version": "4.2.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/atom": "^5.1.3", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/atom": "^5.1.4", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index 543bab44b5..ca254810b4 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/idgen/package.json b/packages/idgen/package.json index da0932d003..852be30bfa 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/errors": "^2.1.3", + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", "tslib": "^2.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 32b56b1f2c..ab5d088973 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a9d89400d5..f83347fcec 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 14372c7eab..2987566c37 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0a6465e5dc..6fddc2dfc8 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom": "^3.1.7", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/geom-isec": "^2.1.7", - "@thi.ng/geom-tessellate": "^2.1.7", - "@thi.ng/layout": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom": "^3.2.0", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/geom-isec": "^2.1.8", + "@thi.ng/geom-tessellate": "^2.1.8", + "@thi.ng/layout": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 45d9cd799f..e30119c2de 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 e77db8d4a2..deba8ee018 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.1.3", + "version": "3.1.4", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/atom": "^5.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/paths": "^5.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/atom": "^5.1.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/paths": "^5.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 3dce04db4c..f2efbd09a4 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 df83039383..054498d782 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.1.3", + "version": "4.1.4", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/dlogic": "^2.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/dlogic": "^2.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index b7fec56454..5d418d0b96 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 dff443dd9b..cd8154d991 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.4", + "version": "6.1.5", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 34f7f378d1..e0f12c5208 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 bc616dda52..362f4e9892 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.5.7", + "version": "0.5.8", "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.3.3", - "@thi.ng/distance": "^2.1.7", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/distance": "^2.1.8", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index f8f19f1a0e..412d980e54 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 4ae50942ef..41d49aba22 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "2.1.4", + "version": "2.1.5", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/base-n": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/base-n": "^2.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index c9d871ab31..b61dc8fff5 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 c38a40aaac..a9982314c4 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "2.1.3", + "version": "2.1.4", "description": "Configurable nested 2D grid layout manager", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3" + "@thi.ng/checks": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index dea9e13665..bc1112867e 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 3cea72eda3..e9745bcd48 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "2.1.4", + "version": "2.1.5", "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.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers-binary": "^2.1.4" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers-binary": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 91b7e27df1..8db7cfa8f0 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6114c12828..bafb23b1bd 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "1.1.3", + "version": "1.1.4", "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 33e1ec5634..3ac65b9421 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 06ba46d57a..e8452ee487 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.3", + "version": "0.3.4", "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.1.3" + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 346b526869..f7097704ee 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 654d648bf6..2692b2074b 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 281ec66b07..b8887043d4 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 9a0219f84f..8ea02c605a 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.3", + "version": "6.1.4", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index b07c68b3c2..56b93d4a79 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 3bc341a5e0..4e52743a35 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.5", + "version": "0.3.6", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index fe0ae44bb7..15f35dd5f4 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.3.0) (2022-03-11) + +#### 🚀 Features + +- add ldiv() ([35d1e97](https://github.com/thi-ng/umbrella/commit/35d1e97)) + ## [5.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/math@5.2.0) (2021-12-13) #### 🚀 Features diff --git a/packages/math/package.json b/packages/math/package.json index fc0efe5884..8bf4d0daf1 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.2.0", + "version": "5.3.0", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 03cfd754de..76072cb200 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 59887be577..3514ec7fe5 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 53be3892f3..2d455ffe79 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 3d3e2c4da9..bf0d551d75 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.3", + "version": "3.1.4", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index a0c002ed69..db7466f8d5 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 d1828fd12d..2128da83e5 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.1.3", + "version": "2.1.4", "description": "650+ file extension to MIME type mappings, based on mime-db", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "tool:convert": "tools:node-esm tools/convert.ts" }, "dependencies": { - "@thi.ng/api": "^8.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 7ef86396b6..2af8568368 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0408d6ba50..194a795ba7 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.3", + "version": "3.1.4", "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.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index e534f5f967..fc71b4dc2e 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 21061f52a5..68a21f4d0d 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.1.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/equiv": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/equiv": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 09da30a9e0..51a904cc3b 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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.5](https://github.com/thi-ng/umbrella/tree/@thi.ng/parse@2.1.5) (2022-03-11) + +#### ♻️ Refactoring + +- add type hint (TS4.6) ([6cd42e8](https://github.com/thi-ng/umbrella/commit/6cd42e8)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/parse@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/parse/package.json b/packages/parse/package.json index 2728520d5a..36ac7d4fb1 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.1.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index bfb75285e5..bd46808302 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/paths/package.json b/packages/paths/package.json index b439be8a0b..6a23aa5a9c 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.3", + "version": "5.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index bd5410abfe..b267309497 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 b6b08d4f1b..7629e80230 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.7", + "version": "1.1.8", "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.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/pixel": "^3.3.1" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/pixel": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index 0f46ec0927..bf6fde4f13 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a5acc70021..f0deebd89b 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.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/pixel": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/pixel": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index aaf1936ac4..867d004070 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 8083428fd6..041a27cd13 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "3.3.1", + "version": "3.3.2", "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.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/distance": "^2.1.7", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/k-means": "^0.5.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/porter-duff": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/distance": "^2.1.8", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/k-means": "^0.5.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/porter-duff": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "tslib": "^2.3.1", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 9afb5dbcce..18ba862919 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 be1b07f5e3..6a399da543 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.4", + "version": "2.1.5", "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.3.3", - "@thi.ng/args": "^2.1.4", - "@thi.ng/bench": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/pointfree": "^3.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/args": "^2.1.5", + "@thi.ng/bench": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/pointfree": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "pegjs": "0.11.0-master.b7b87ea", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 920fe8f7f5..7712d2503c 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 1803289337..66302a20ae 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.3", + "version": "3.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 798e77d969..85e1cb09ff 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a3225cee8b..f0498083bb 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "2.1.7", + "version": "2.1.8", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-api": "^3.1.7", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-api": "^3.1.8", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index ceeedd2d52..eb67b3412e 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 2a8fe5a590..8b8d81ab5b 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.3", + "version": "2.1.4", "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.3.3", - "@thi.ng/math": "^5.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/math": "^5.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 3e1c515cca..dcac4ed1ae 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 51ff7d42b2..93093c0d17 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.1.3", + "version": "2.1.4", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index f9d1edacb8..8b47ad7b94 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 83aa070ed2..a42347c734 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.3", + "version": "3.1.4", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.1.3" + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index f9f1d96176..1f113fccb8 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 e400df0242..5c46776e03 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.7", + "version": "2.1.8", "description": "Parametric interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index f1d1c4e459..a79a8f3468 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 28648fb400..673e396a50 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.2.3", + "version": "3.2.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hex": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hex": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index d47478e0a0..f2953a7576 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a6aabd8a0a..726146ea15 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.3", + "version": "2.1.4", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.1.3" + "@thi.ng/bitstream": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", - "@thi.ng/transducers": "^8.1.3", + "@thi.ng/testament": "^0.2.4", + "@thi.ng/transducers": "^8.3.0", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 63b7ffba6d..8e2ed75ba9 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f1fab387a1..de8b424fe1 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "0.3.5", + "version": "0.3.6", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/grid-iterators": "^2.2.5", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/grid-iterators": "^2.2.6", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 53dfddf63d..b69feca94d 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 3f95fba06b..d3ff7f4684 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.4.7", + "version": "0.4.8", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.1.3", - "@thi.ng/api": "^8.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/hiccup-canvas": "^2.1.7", - "@thi.ng/rdom": "^0.8.5", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/adapt-dpi": "^2.1.4", + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/hiccup-canvas": "^2.1.8", + "@thi.ng/rdom": "^0.8.6", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index ded9090194..317d161bb3 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index c2fc7ac151..bee692a803 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.4.5", + "version": "0.4.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.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/hiccup-html": "^2.1.3", - "@thi.ng/rdom": "^0.8.5", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/hiccup-html": "^2.1.4", + "@thi.ng/rdom": "^0.8.6", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 17202ff7d0..dfca0f4f71 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 d18e331f51..3569c432a0 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.8.5", + "version": "0.8.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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/paths": "^5.1.3", - "@thi.ng/prefixes": "^2.1.3", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/strings": "^3.3.1" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/paths": "^5.1.4", + "@thi.ng/prefixes": "^2.1.4", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/strings": "^3.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 3ce50f7c92..def97cb268 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 62be10d1a5..d05a419ebd 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "5.1.3", + "version": "5.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/paths": "^5.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/paths": "^5.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index a2cd2d44e2..ab4b5a3cb7 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 ce237bc3fd..99e5fb79d7 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.3", + "version": "3.1.4", "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.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/bitstream": "^2.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 32111f9d31..28195aeba8 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/router/package.json b/packages/router/package.json index 5ead438dcb..8c03f04225 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.1.3", + "version": "3.1.4", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", "tslib": "^2.3.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 2b469bade6..df8bdf7e0c 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6b9bbb1068..7da5a8c6ec 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.4", + "version": "3.1.5", "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.4", - "@thi.ng/rstream": "^7.2.2" + "@thi.ng/csp": "^2.1.5", + "@thi.ng/rstream": "^7.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index c83a4cb383..12d9fe6695 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 dd7e0f7932..6d281e74ee 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "2.1.5", + "version": "2.1.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": "^7.2.2", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index d4612945ec..1a2f44db20 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 ed6713d4c2..60174ae825 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "4.1.4", + "version": "4.1.5", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 049baea28f..e887fe360f 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 d252856197..8ed43087ca 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.4", + "version": "4.1.5", "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.3.3", - "@thi.ng/atom": "^5.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/paths": "^5.1.3", - "@thi.ng/resolve-map": "^5.1.3", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/atom": "^5.1.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/paths": "^5.1.4", + "@thi.ng/resolve-map": "^5.1.4", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index a26ea52fff..9da9cf60bb 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 db3b4b7aa0..602f1cf091 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.4", + "version": "2.1.5", "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": "^7.2.2" + "@thi.ng/rstream": "^7.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index b6b1406630..97f4e2c276 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 129e566dec..cb047192fd 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.5", + "version": "4.1.6", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index 25bfe21d66..c31ef875f3 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 89649bdd79..1c80bcf53f 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.5", + "version": "2.1.6", "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.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/rstream": "^7.2.2", - "@thi.ng/rstream-dot": "^2.1.5", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/rstream": "^7.2.3", + "@thi.ng/rstream-dot": "^2.1.6", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index c66a6510be..33f6def545 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0337191112..e4d8d3f5e1 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "7.2.2", + "version": "7.2.3", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/atom": "^5.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/atom": "^5.1.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 9311052167..c91f76c96e 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6f62a7e2ce..e6e60838a2 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.5", + "version": "2.1.6", "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.3.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/transducers-fsm": "^2.1.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/transducers-fsm": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 33bb9a6c35..129246e57e 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5283c04f3c..258c6e9771 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.5.7", + "version": "0.5.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/matrices": "^2.1.7", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/matrices": "^2.1.8", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 0f61f16073..31bd6e134a 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a9ee30bdfb..68c57874e6 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.3", + "version": "0.4.4", "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.3.3", - "@thi.ng/checks": "^3.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index bc2c062f66..fbcca82e27 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 2889f9d544..5224faf4d3 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.4.3", + "version": "0.4.4", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index e9771cc765..1eacf0c94f 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 42a4d3fa76..b071b7eed5 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.4", + "version": "0.4.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/shader-ast": "^0.12.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/shader-ast": "^0.12.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 15d3a9ae32..9a3d13313e 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index f18700be40..0b4ec963c7 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.7", + "version": "0.7.8", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/matrices": "^2.1.7", - "@thi.ng/pixel": "^3.3.1", - "@thi.ng/shader-ast": "^0.12.4", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/matrices": "^2.1.8", + "@thi.ng/pixel": "^3.3.2", + "@thi.ng/shader-ast": "^0.12.5", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index c9ef0ad82c..69d951f8eb 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 22648f9171..f5f0685f3e 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.2.4", + "version": "0.2.5", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/shader-ast": "^0.12.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/shader-ast": "^0.12.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index d9b9dd461e..8015f54bf1 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 7f16c782a1..3ca992f91e 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.11.4", + "version": "0.11.5", "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.3.3", - "@thi.ng/shader-ast": "^0.12.4" + "@thi.ng/api": "^8.3.4", + "@thi.ng/shader-ast": "^0.12.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index e19dd9c6cd..6cddb43485 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 aebc1afe16..fc5b87c5bd 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.4", + "version": "0.12.5", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/defmulti": "^2.1.3", - "@thi.ng/dgraph": "^2.1.4", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/defmulti": "^2.1.4", + "@thi.ng/dgraph": "^2.1.5", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 4db0e8872a..0cca19b46e 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 749e779c5b..a90662229c 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.4", + "version": "0.6.5", "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.4" + "@thi.ng/transducers-binary": "^2.1.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "assemblyscript": "0.19.23", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index 191bc676e4..405fe12c18 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/soa/package.json b/packages/soa/package.json index b2c17249c3..a67c877f44 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.7", + "version": "0.4.8", "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.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers-binary": "^2.1.4", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers-binary": "^2.1.5", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 9737b04c7c..fc7b52f556 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f85f307072..4abf72ba42 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.4", + "version": "0.3.5", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -33,13 +33,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 1273733fc0..d4ec215b65 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 87a591e86e..bb9e182c0d 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.3.1", + "version": "3.3.2", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hex": "^2.1.3", - "@thi.ng/memoize": "^3.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hex": "^2.1.4", + "@thi.ng/memoize": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index 776d28e629..d76a22fecf 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 f8b92cd1ba..97e575a334 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.4", + "version": "2.1.5", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/dgraph": "^2.1.4", - "@thi.ng/logger": "^1.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/dgraph": "^2.1.5", + "@thi.ng/logger": "^1.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index b174830ac8..681ae72948 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/testament@0.2.4) (2022-03-11) + +#### 🩹 Bug fixes + +- update CLI wrapper, propagate exit code ([6b49afe](https://github.com/thi-ng/umbrella/commit/6b49afe)) + ## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/testament@0.2.0) (2021-11-17) #### 🚀 Features diff --git a/packages/testament/package.json b/packages/testament/package.json index 89c633bdf9..0f11e417fb 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.2.3", + "version": "0.2.4", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/logger": "^1.1.3", + "@thi.ng/logger": "^1.1.4", "chokidar": "^3.5.3" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 7e0678a6b7..0ea60c4f49 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 769593e7fd..b98406eff2 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.2.7", + "version": "2.2.8", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/geom-clip-line": "^2.1.7", - "@thi.ng/math": "^5.2.0", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/text-format": "^1.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/geom-clip-line": "^2.1.8", + "@thi.ng/math": "^5.3.0", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/text-format": "^1.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "tslib": "^2.3.1", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index a11c0023bd..9861e1c9d8 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 6685c86dfb..0ccce87d11 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "1.1.3", + "version": "1.1.4", "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.3.3", - "@thi.ng/hex": "^2.1.3", - "@thi.ng/memoize": "^3.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/hex": "^2.1.4", + "@thi.ng/memoize": "^3.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 68aef2bc45..e1866e0fdd 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 4ebb3e07fd..b8f0b890c2 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.4", + "version": "2.1.5", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.1.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/hex": "^2.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/binary": "^3.2.0", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/hex": "^2.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index ff6d129656..067182989a 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 017e740404..5202933a2e 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "2.1.4", + "version": "2.1.5", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index a435153dba..7a9cca8c67 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 8fbdf27c8c..e80f9e109c 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.5", + "version": "3.1.6", "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.1.4", - "@thi.ng/hiccup": "^4.2.4", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/hdom": "^9.1.5", + "@thi.ng/hiccup": "^4.2.5", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 476c4b5029..7bc2722bdf 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 e636a1ffff..2b96939f97 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.4", + "version": "0.4.5", "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.3.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/paths": "^5.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/paths": "^5.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 85691c3626..58e5d3baea 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 5de10b06ff..6afad8e7f1 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.4", + "version": "2.1.5", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.1.3", - "@thi.ng/dcons": "^3.1.4", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/checks": "^3.1.4", + "@thi.ng/dcons": "^3.2.0", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 9c92cb622b..4480982166 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-14T09:12:13Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [8.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.3.0) (2022-03-11) + +#### 🚀 Features + +- add mapA() helper ([5cc5795](https://github.com/thi-ng/umbrella/commit/5cc5795)) + ## [8.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers@8.2.0) (2021-12-14) #### 🚀 Features diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 6c6f0d7484..ea34be59ae 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.2.0", + "version": "8.3.0", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/compare": "^2.1.3", - "@thi.ng/compose": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/random": "^3.2.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/compare": "^2.1.4", + "@thi.ng/compose": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/random": "^3.2.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 7a9df70dc7..9afff068e9 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 90a804e30d..6d288d0f0f 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.3", + "version": "2.1.4", "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.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 51f89979bf..77d546fb84 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 53740a632e..c7df7bdad5 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.3", + "version": "0.3.4", "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.3.3" + "@thi.ng/api": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index fc72d491a5..ada62697eb 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 497a3ed829..cb90868b2a 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.7", + "version": "3.1.8", "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.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/malloc": "^6.1.3", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/malloc": "^6.1.4", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index a7b075fa06..7c38397650 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [7.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/vectors@7.5.0) (2022-03-11) + +#### 🚀 Features + +- add select() fn ([b7f9df1](https://github.com/thi-ng/umbrella/commit/b7f9df1)) + +#### 🩹 Bug fixes + +- centered handling in standardize() ([8a5a81f](https://github.com/thi-ng/umbrella/commit/8a5a81f)) + ## [7.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/vectors@7.4.0) (2021-11-22) #### 🚀 Features diff --git a/packages/vectors/package.json b/packages/vectors/package.json index b0c88a5095..c5e6b15bf3 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.4.3", + "version": "7.5.0", "description": "Optimized 2d/3d/4d and arbitrary length vector operations", "type": "module", "module": "./index.js", @@ -34,20 +34,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/binary": "^3.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/memoize": "^3.1.3", - "@thi.ng/random": "^3.2.3", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/binary": "^3.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/memoize": "^3.1.4", + "@thi.ng/random": "^3.2.4", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index fd78502028..eb2e74b714 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 15751cd948..42fe5d3229 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.4.5", + "version": "0.4.6", "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.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/math": "^5.2.0", - "@thi.ng/strings": "^3.3.1", - "@thi.ng/transducers": "^8.2.0" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/math": "^5.3.0", + "@thi.ng/strings": "^3.3.2", + "@thi.ng/transducers": "^8.3.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/date": "^2.1.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/date": "^2.1.5", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index a531655616..b0ca2c7d8a 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 a6bc14d77e..e6668e9fc5 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.7", + "version": "2.1.8", "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.3.3", - "@thi.ng/shader-ast": "^0.12.4", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vector-pools": "^3.1.7", - "@thi.ng/vectors": "^7.4.3", - "@thi.ng/webgl": "^6.1.7" + "@thi.ng/api": "^8.3.4", + "@thi.ng/shader-ast": "^0.12.5", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vector-pools": "^3.1.8", + "@thi.ng/vectors": "^7.5.0", + "@thi.ng/webgl": "^6.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 172bccf9a6..831c87b37a 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 2cfe6d4527..db8a159d6e 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.7", + "version": "0.4.8", "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.3.3", - "@thi.ng/shader-ast": "^0.12.4", - "@thi.ng/shader-ast-glsl": "^0.4.4", - "@thi.ng/webgl": "^6.1.7" + "@thi.ng/api": "^8.3.4", + "@thi.ng/shader-ast": "^0.12.5", + "@thi.ng/shader-ast-glsl": "^0.4.5", + "@thi.ng/webgl": "^6.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "@types/node": "^17.0.21", "rimraf": "^3.0.2", "tools": "workspace:^", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 26f821979b..effc746a57 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 81deb8ad3c..101921f64e 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.1.7", + "version": "6.1.8", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -34,26 +34,26 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.1.3", - "@thi.ng/api": "^8.3.3", - "@thi.ng/associative": "^6.1.4", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/equiv": "^2.1.3", - "@thi.ng/errors": "^2.1.3", - "@thi.ng/logger": "^1.1.3", - "@thi.ng/matrices": "^2.1.7", - "@thi.ng/memoize": "^3.1.3", - "@thi.ng/pixel": "^3.3.1", - "@thi.ng/shader-ast": "^0.12.4", - "@thi.ng/shader-ast-glsl": "^0.4.4", - "@thi.ng/shader-ast-stdlib": "^0.11.4", - "@thi.ng/transducers": "^8.2.0", - "@thi.ng/vector-pools": "^3.1.7", - "@thi.ng/vectors": "^7.4.3" + "@thi.ng/adapt-dpi": "^2.1.4", + "@thi.ng/api": "^8.3.4", + "@thi.ng/associative": "^6.1.5", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/equiv": "^2.1.4", + "@thi.ng/errors": "^2.1.4", + "@thi.ng/logger": "^1.1.4", + "@thi.ng/matrices": "^2.1.8", + "@thi.ng/memoize": "^3.1.4", + "@thi.ng/pixel": "^3.3.2", + "@thi.ng/shader-ast": "^0.12.5", + "@thi.ng/shader-ast-glsl": "^0.4.5", + "@thi.ng/shader-ast-stdlib": "^0.11.5", + "@thi.ng/transducers": "^8.3.0", + "@thi.ng/vector-pools": "^3.1.8", + "@thi.ng/vectors": "^7.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index e687de4d28..f50c1ba16b 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2021-12-13T10:26:00Z +- **Last updated**: 2022-03-11T12:13:49Z - **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 0136b9e2b3..4de6079887 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.3", + "version": "2.1.4", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.3.3", - "@thi.ng/arrays": "^2.1.3", - "@thi.ng/checks": "^3.1.3", - "@thi.ng/errors": "^2.1.3" + "@thi.ng/api": "^8.3.4", + "@thi.ng/arrays": "^2.2.0", + "@thi.ng/checks": "^3.1.4", + "@thi.ng/errors": "^2.1.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.19.4", - "@thi.ng/testament": "^0.2.3", + "@thi.ng/testament": "^0.2.4", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.13", diff --git a/yarn.lock b/yarn.lock index e0bdd00585..a367bae096 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1810,12 +1810,12 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adapt-dpi@^2.1.3, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": +"@thi.ng/adapt-dpi@^2.1.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1828,14 +1828,14 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/bitfield": ^2.1.4 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/sparse": ^0.3.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/bitfield": ^2.1.5 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/sparse": ^0.3.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1843,12 +1843,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@^8.3.3, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@^8.3.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1856,16 +1856,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@^2.1.4, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1873,18 +1873,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@^2.1.3, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@^2.2.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1892,21 +1892,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.1.4, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -1915,16 +1915,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@^5.1.3, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@^5.1.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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -1933,13 +1933,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@^2.1.3, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@^2.2.0, @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.19.4 - "@thi.ng/hex": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/hex": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1947,13 +1947,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@^3.1.3, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@^3.1.4, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -1967,13 +1967,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/transducers-binary": ^2.1.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/transducers-binary": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1981,13 +1981,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@^3.1.3, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@^3.2.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -1995,16 +1995,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@^2.1.4, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@^2.1.5, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2012,13 +2012,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@^2.1.3, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@^2.1.4, @thi.ng/bitstream@workspace:packages/bitstream": version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2031,10 +2031,10 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2042,12 +2042,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@^3.1.3, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@^3.1.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -2062,7 +2062,7 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2070,25 +2070,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^4.1.7, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.0.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/random": ^3.2.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/random": ^3.2.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2101,15 +2101,15 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/dsp": ^4.1.3 - "@thi.ng/dsp-io-wav": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/text-canvas": ^2.2.6 - "@thi.ng/transducers": ^8.1.3 - "@thi.ng/vectors": ^7.4.2 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/dsp": ^4.1.5 + "@thi.ng/dsp-io-wav": ^2.1.5 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/text-canvas": ^2.2.8 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2117,13 +2117,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@^2.1.3, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@^2.1.4, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": version: 0.0.0-use.local resolution: "@thi.ng/compare@workspace:packages/compare" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2131,14 +2131,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@^2.1.3, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@^2.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2146,18 +2146,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.4, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.5, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2170,11 +2170,11 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2182,15 +2182,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@^2.1.4, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2198,19 +2198,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.1.4, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.0, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2218,15 +2218,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@^2.1.3, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@^2.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2239,10 +2239,10 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/dgraph": ^2.1.4 - "@thi.ng/dot": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/dgraph": ^2.1.5 + "@thi.ng/dot": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2250,17 +2250,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.4, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2268,14 +2268,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@^5.1.3, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@^5.1.4, @thi.ng/diff@workspace:packages/diff": version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2288,9 +2288,9 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2298,18 +2298,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.1.7, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.1.8, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/heaps": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/heaps": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2322,10 +2322,10 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/mime": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/mime": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2333,13 +2333,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@^2.1.3, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@^2.1.4, @thi.ng/dlogic@workspace:packages/dlogic": version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2347,14 +2347,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@^2.1.3, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@^2.1.4, @thi.ng/dot@workspace:packages/dot": version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2362,17 +2362,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@^2.1.3, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/transducers-binary": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/transducers-binary": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2380,18 +2380,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@^4.1.3, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@^4.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2404,8 +2404,8 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2418,9 +2418,9 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2433,18 +2433,18 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/idgen": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/malloc": ^6.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/idgen": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/malloc": ^6.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -2458,17 +2458,17 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/dot": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/prefixes": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers-binary": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/dot": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/prefixes": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers-binary": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2476,12 +2476,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@^2.1.3, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@^2.1.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2489,12 +2489,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@^2.1.3, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@^2.1.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -2508,7 +2508,7 @@ __metadata: resolution: "@thi.ng/expose@workspace:packages/expose" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -2517,18 +2517,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fsm@^3.1.5, @thi.ng/fsm@workspace:packages/fsm": +"@thi.ng/fsm@^3.1.6, @thi.ng/fsm@workspace:packages/fsm": version: 0.0.0-use.local resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2541,14 +2541,14 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/fuzzy": ^2.1.3 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/hiccup-svg": ^4.2.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/text-canvas": ^2.2.7 + "@thi.ng/api": ^8.3.4 + "@thi.ng/fuzzy": ^2.1.4 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/hiccup-svg": ^4.2.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/text-canvas": ^2.2.8 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2556,14 +2556,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@^2.1.3, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@^2.1.4, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2576,18 +2576,18 @@ __metadata: resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/heaps": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/heaps": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2595,14 +2595,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.1.7, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2610,17 +2610,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.7, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.8, @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.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-resample": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-resample": ^2.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2628,15 +2628,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.1.7, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2644,16 +2644,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.7, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.8, @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.19.4 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/geom-poly-utils": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/geom-poly-utils": ^2.2.0 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2661,15 +2661,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.7, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2682,17 +2682,17 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/color": ^4.1.7 - "@thi.ng/geom": ^3.1.7 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-clip-line": ^2.1.7 - "@thi.ng/geom-resample": ^2.1.7 - "@thi.ng/grid-iterators": ^2.2.5 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/color": ^5.0.0 + "@thi.ng/geom": ^3.2.0 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-clip-line": ^2.1.8 + "@thi.ng/geom-resample": ^2.1.8 + "@thi.ng/grid-iterators": ^2.2.6 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2700,14 +2700,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.7, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.8, @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.19.4 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2720,10 +2720,10 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2731,17 +2731,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.7, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-closest-point": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-closest-point": ^2.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2754,10 +2754,10 @@ __metadata: resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2765,17 +2765,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.1.7, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.2.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2783,17 +2783,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.1.7, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.1.8, @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.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-closest-point": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-closest-point": ^2.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2801,19 +2801,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.1.7, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-arc": ^2.1.7 - "@thi.ng/geom-resample": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-arc": ^2.1.8 + "@thi.ng/geom-resample": ^2.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2821,16 +2821,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.7, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2838,18 +2838,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.7, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.8, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/geom-poly-utils": ^2.1.7 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/geom-poly-utils": ^2.2.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2862,17 +2862,17 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/bitfield": ^2.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-clip-line": ^2.1.7 - "@thi.ng/geom-clip-poly": ^2.1.7 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/geom-poly-utils": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/quad-edge": ^3.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/bitfield": ^2.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-clip-line": ^2.1.8 + "@thi.ng/geom-clip-poly": ^2.1.8 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/geom-poly-utils": ^2.2.0 + "@thi.ng/math": ^5.3.0 + "@thi.ng/quad-edge": ^3.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2880,39 +2880,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^3.1.7, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^3.2.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-arc": ^2.1.7 - "@thi.ng/geom-clip-line": ^2.1.7 - "@thi.ng/geom-clip-poly": ^2.1.7 - "@thi.ng/geom-closest-point": ^2.1.7 - "@thi.ng/geom-hull": ^2.1.7 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/geom-poly-utils": ^2.1.7 - "@thi.ng/geom-resample": ^2.1.7 - "@thi.ng/geom-splines": ^2.1.7 - "@thi.ng/geom-subdiv-curve": ^2.1.7 - "@thi.ng/geom-tessellate": ^2.1.7 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/hiccup-svg": ^4.2.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/matrices": ^2.1.7 - "@thi.ng/random": ^3.2.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-arc": ^2.1.8 + "@thi.ng/geom-clip-line": ^2.1.8 + "@thi.ng/geom-clip-poly": ^2.1.8 + "@thi.ng/geom-closest-point": ^2.1.8 + "@thi.ng/geom-hull": ^2.1.8 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/geom-poly-utils": ^2.2.0 + "@thi.ng/geom-resample": ^2.1.8 + "@thi.ng/geom-splines": ^2.1.8 + "@thi.ng/geom-subdiv-curve": ^2.1.8 + "@thi.ng/geom-tessellate": ^2.1.8 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/hiccup-svg": ^4.2.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/matrices": ^2.1.8 + "@thi.ng/random": ^3.2.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2925,13 +2925,13 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/zipper": ^2.1.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/zipper": ^2.1.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2939,19 +2939,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^2.2.5, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^2.2.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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/bitfield": ^2.1.4 - "@thi.ng/morton": ^3.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/bitfield": ^2.1.5 + "@thi.ng/morton": ^3.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -2964,12 +2964,12 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/diff": ^5.1.3 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/hiccup-css": ^2.1.4 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/diff": ^5.1.4 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/hiccup-css": ^2.1.5 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -2985,13 +2985,13 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/diff": ^5.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hdom": ^9.1.4 - "@thi.ng/hiccup-canvas": ^2.1.7 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/diff": ^5.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hdom": ^9.1.5 + "@thi.ng/hiccup-canvas": ^2.1.8 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3004,13 +3004,13 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/adapt-dpi": ^2.1.3 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/transducers-stats": ^2.1.4 + "@thi.ng/adapt-dpi": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/transducers-stats": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3023,10 +3023,10 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/hdom": ^9.1.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/hdom": ^9.1.5 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3034,21 +3034,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.1.4, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/atom": ^5.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/diff": ^5.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/prefixes": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/atom": ^5.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/diff": ^5.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/prefixes": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3056,15 +3056,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@^2.1.3, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@^2.1.4, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3072,12 +3072,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@^2.1.3, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@^2.1.4, @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.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3085,18 +3085,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.1.7, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/color": ^4.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/color": ^5.0.0 + "@thi.ng/math": ^5.3.0 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3109,8 +3109,8 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3118,16 +3118,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.4, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3135,13 +3135,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.1.3, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3154,17 +3154,17 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/fsm": ^3.1.5 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/text-canvas": ^2.2.7 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/fsm": ^3.1.6 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/text-canvas": ^2.2.8 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3172,15 +3172,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^4.2.7, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^4.2.8, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/color": ^4.1.7 - "@thi.ng/prefixes": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/color": ^5.0.0 + "@thi.ng/prefixes": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3188,17 +3188,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^4.2.4, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^4.2.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/atom": ^5.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/atom": ^5.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3206,14 +3206,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@^2.1.3, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@^2.1.4, @thi.ng/idgen@workspace:packages/idgen": version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -3227,13 +3227,13 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3246,17 +3246,17 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom": ^3.1.7 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/geom-isec": ^2.1.7 - "@thi.ng/geom-tessellate": ^2.1.7 - "@thi.ng/layout": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom": ^3.2.0 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/geom-isec": ^2.1.8 + "@thi.ng/geom-tessellate": ^2.1.8 + "@thi.ng/layout": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3269,13 +3269,13 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/atom": ^5.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/atom": ^5.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3288,11 +3288,11 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/dlogic": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/dlogic": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3305,10 +3305,10 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3316,17 +3316,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.5.7, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.5.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/distance": ^2.1.7 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/distance": ^2.1.8 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3339,11 +3339,11 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/base-n": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/base-n": ^2.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3351,13 +3351,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@^2.1.3, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@^2.1.4, @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.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3370,10 +3370,10 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers-binary": ^2.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers-binary": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3381,7 +3381,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@^1.1.3, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@^1.1.4, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -3398,8 +3398,8 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3412,14 +3412,14 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3427,16 +3427,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@^6.1.3, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@^6.1.4, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3449,13 +3449,13 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3463,13 +3463,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@^5.2.0, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@^5.3.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3477,16 +3477,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.7, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3494,13 +3494,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@^3.1.3, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@^3.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3508,13 +3508,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@^2.1.3, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@^2.1.4, @thi.ng/mime@workspace:packages/mime": version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3522,16 +3522,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@^3.1.3, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@^3.1.4, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3544,11 +3544,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3561,12 +3561,12 @@ __metadata: resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3574,15 +3574,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@^5.1.3, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@^5.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3595,10 +3595,10 @@ __metadata: resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3611,10 +3611,10 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3622,20 +3622,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^3.3.1, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^3.3.2, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/distance": ^2.1.7 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/k-means": ^0.5.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/porter-duff": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/distance": ^2.1.8 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/k-means": ^0.5.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/porter-duff": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -3649,13 +3649,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/args": ^2.1.4 - "@thi.ng/bench": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/pointfree": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/args": ^2.1.5 + "@thi.ng/bench": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/pointfree": ^3.1.4 + "@thi.ng/testament": ^0.2.4 pegjs: 0.11.0-master.b7b87ea rimraf: ^3.0.2 tools: "workspace:^" @@ -3666,17 +3666,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@^3.1.3, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@^3.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3689,13 +3689,13 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-api": ^3.1.7 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-api": ^3.1.8 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3703,14 +3703,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@^2.1.3, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@^2.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3718,12 +3718,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@^2.1.3, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@^2.1.4, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3731,13 +3731,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@^3.1.3, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@^3.1.4, @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.19.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3750,12 +3750,12 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3763,16 +3763,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@^3.2.3, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@^3.2.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hex": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hex": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3785,9 +3785,9 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/bitstream": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.1.3 + "@thi.ng/bitstream": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3800,13 +3800,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/grid-iterators": ^2.2.5 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/grid-iterators": ^2.2.6 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3819,15 +3819,15 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/adapt-dpi": ^2.1.3 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/hiccup-canvas": ^2.1.7 - "@thi.ng/rdom": ^0.8.5 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/adapt-dpi": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/hiccup-canvas": ^2.1.8 + "@thi.ng/rdom": ^0.8.6 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3840,14 +3840,14 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/hiccup-html": ^2.1.3 - "@thi.ng/rdom": ^0.8.5 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/hiccup-html": ^2.1.4 + "@thi.ng/rdom": ^0.8.6 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3855,20 +3855,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.8.5, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.8.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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/prefixes": ^2.1.3 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/prefixes": ^2.1.4 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3876,16 +3876,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@^5.1.3, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@^5.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3898,9 +3898,9 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/bitstream": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/bitstream": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3913,11 +3913,11 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -3931,9 +3931,9 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/csp": ^2.1.4 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/csp": ^2.1.5 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3941,15 +3941,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^2.1.5, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^2.1.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.19.4 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3962,12 +3962,12 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -3980,15 +3980,15 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/atom": ^5.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/resolve-map": ^5.1.3 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/atom": ^5.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/resolve-map": ^5.1.4 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4001,8 +4001,8 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/testament": ^0.2.4 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -4016,14 +4016,14 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4036,17 +4036,17 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/rstream": ^7.2.2 - "@thi.ng/rstream-dot": ^2.1.5 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/rstream": ^7.2.3 + "@thi.ng/rstream-dot": ^2.1.6 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4054,20 +4054,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^7.2.2, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^7.2.3, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/atom": ^5.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/atom": ^5.1.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4080,11 +4080,11 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/transducers-fsm": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/transducers-fsm": ^2.1.5 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4097,12 +4097,12 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/matrices": ^2.1.7 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/matrices": ^2.1.8 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4115,9 +4115,9 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4130,10 +4130,10 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4141,16 +4141,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.4, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4163,15 +4163,15 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/matrices": ^2.1.7 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/matrices": ^2.1.8 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4184,12 +4184,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4197,14 +4197,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.11.4, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.11.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4212,18 +4212,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.4, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/defmulti": ^2.1.3 - "@thi.ng/dgraph": ^2.1.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/defmulti": ^2.1.4 + "@thi.ng/dgraph": ^2.1.5 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4236,8 +4236,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers-binary": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers-binary": ^2.1.5 assemblyscript: 0.19.23 rimraf: ^3.0.2 tools: "workspace:^" @@ -4251,13 +4251,13 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers-binary": ^2.1.4 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers-binary": ^2.1.5 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4265,15 +4265,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.4, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.5, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4281,16 +4281,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@^3.3.1, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@^3.3.2, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hex": ^2.1.3 - "@thi.ng/memoize": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hex": ^2.1.4 + "@thi.ng/memoize": ^3.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4303,10 +4303,10 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/dgraph": ^2.1.4 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/dgraph": ^2.1.5 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4314,12 +4314,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@^0.2.3, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@^0.2.4, @thi.ng/testament@workspace:packages/testament": version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/logger": ^1.1.3 + "@thi.ng/logger": ^1.1.4 chokidar: ^3.5.3 rimraf: ^3.0.2 tools: "workspace:^" @@ -4330,20 +4330,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.2.6, @thi.ng/text-canvas@^2.2.7, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.2.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/geom-clip-line": ^2.1.7 - "@thi.ng/math": ^5.2.0 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/text-format": ^1.1.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/geom-clip-line": ^2.1.8 + "@thi.ng/math": ^5.3.0 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/text-format": ^1.1.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.3.1 @@ -4352,15 +4352,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@^1.1.3, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@^1.1.4, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/hex": ^2.1.3 - "@thi.ng/memoize": ^3.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/hex": ^2.1.4 + "@thi.ng/memoize": ^3.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4368,18 +4368,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.4, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.5, @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.19.4 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/hex": ^2.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/hex": ^2.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4387,14 +4387,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.1.4, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.1.5, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4407,10 +4407,10 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/hdom": ^9.1.4 - "@thi.ng/hiccup": ^4.2.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/hdom": ^9.1.5 + "@thi.ng/hiccup": ^4.2.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4423,12 +4423,12 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/paths": ^5.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/paths": ^5.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4436,16 +4436,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.4, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.5, @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.19.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/dcons": ^3.1.4 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/dcons": ^3.2.0 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4453,20 +4453,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.1.3, @thi.ng/transducers@^8.2.0, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.3.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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/compare": ^2.1.3 - "@thi.ng/compose": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/random": ^3.2.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/compare": ^2.1.4 + "@thi.ng/compose": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/random": ^3.2.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4479,7 +4479,7 @@ __metadata: resolution: "@thi.ng/unionstruct@workspace:packages/unionstruct" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4492,8 +4492,8 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4501,20 +4501,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.7, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.8, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/malloc": ^6.1.3 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/malloc": ^6.1.4 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4522,22 +4522,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.4.2, @thi.ng/vectors@^7.4.3, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.5.0, @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.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/binary": ^3.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/math": ^5.2.0 - "@thi.ng/memoize": ^3.1.3 - "@thi.ng/random": ^3.2.3 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/binary": ^3.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/math": ^5.3.0 + "@thi.ng/memoize": ^3.1.4 + "@thi.ng/random": ^3.2.4 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4550,15 +4550,15 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/date": ^2.1.4 - "@thi.ng/math": ^5.2.0 - "@thi.ng/strings": ^3.3.1 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/date": ^2.1.5 + "@thi.ng/math": ^5.3.0 + "@thi.ng/strings": ^3.3.2 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4571,13 +4571,13 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vector-pools": ^3.1.7 - "@thi.ng/vectors": ^7.4.3 - "@thi.ng/webgl": ^6.1.7 + "@thi.ng/api": ^8.3.4 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vector-pools": ^3.1.8 + "@thi.ng/vectors": ^7.5.0 + "@thi.ng/webgl": ^6.1.8 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -4591,11 +4591,11 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/shader-ast-glsl": ^0.4.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/webgl": ^6.1.7 + "@thi.ng/api": ^8.3.4 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/shader-ast-glsl": ^0.4.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/webgl": ^6.1.8 "@types/node": ^17.0.21 rimraf: ^3.0.2 tools: "workspace:^" @@ -4604,28 +4604,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.1.7, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.1.8, @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.19.4 - "@thi.ng/adapt-dpi": ^2.1.3 - "@thi.ng/api": ^8.3.3 - "@thi.ng/associative": ^6.1.4 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/equiv": ^2.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/logger": ^1.1.3 - "@thi.ng/matrices": ^2.1.7 - "@thi.ng/memoize": ^3.1.3 - "@thi.ng/pixel": ^3.3.1 - "@thi.ng/shader-ast": ^0.12.4 - "@thi.ng/shader-ast-glsl": ^0.4.4 - "@thi.ng/shader-ast-stdlib": ^0.11.4 - "@thi.ng/testament": ^0.2.3 - "@thi.ng/transducers": ^8.2.0 - "@thi.ng/vector-pools": ^3.1.7 - "@thi.ng/vectors": ^7.4.3 + "@thi.ng/adapt-dpi": ^2.1.4 + "@thi.ng/api": ^8.3.4 + "@thi.ng/associative": ^6.1.5 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/equiv": ^2.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/logger": ^1.1.4 + "@thi.ng/matrices": ^2.1.8 + "@thi.ng/memoize": ^3.1.4 + "@thi.ng/pixel": ^3.3.2 + "@thi.ng/shader-ast": ^0.12.5 + "@thi.ng/shader-ast-glsl": ^0.4.5 + "@thi.ng/shader-ast-stdlib": ^0.11.5 + "@thi.ng/testament": ^0.2.4 + "@thi.ng/transducers": ^8.3.0 + "@thi.ng/vector-pools": ^3.1.8 + "@thi.ng/vectors": ^7.5.0 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13 @@ -4633,16 +4633,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@^2.1.3, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@^2.1.4, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": ^7.19.4 - "@thi.ng/api": ^8.3.3 - "@thi.ng/arrays": ^2.1.3 - "@thi.ng/checks": ^3.1.3 - "@thi.ng/errors": ^2.1.3 - "@thi.ng/testament": ^0.2.3 + "@thi.ng/api": ^8.3.4 + "@thi.ng/arrays": ^2.2.0 + "@thi.ng/checks": ^3.1.4 + "@thi.ng/errors": ^2.1.4 + "@thi.ng/testament": ^0.2.4 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.13