diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index f1fd90c9ec..dfd4aa636d 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 a1dad3d260..ad02e22172 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adapt-dpi", - "version": "2.2.7", + "version": "2.2.8", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index cccd7d7f35..4e0264ea99 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 02fb1ea3ff..5b7e07f8e9 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.3.4", + "version": "2.3.5", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/bitfield": "^2.2.20", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/sparse": "^0.3.37" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/bitfield": "^2.2.21", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/sparse": "^0.3.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/vectors": "^7.6.1", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/vectors": "^7.6.2", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -121,5 +121,6 @@ "dgraph" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index a530d4be27..a377b5fc9e 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 71967c76cb..c72551d3a1 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.7.1", + "version": "8.7.2", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -224,5 +224,6 @@ "./watch": { "default": "./watch.js" } - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index c74fdd91c5..fe2c41aed9 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 39f5e7302b..d6e7ba0b04 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.2.18", + "version": "2.2.19", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -95,5 +95,6 @@ }, "thi.ng": { "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 0d61bb7cb3..1b18ddf07b 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 2141090ba6..afaeafc09a 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.5.3", + "version": "2.5.4", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -155,5 +155,6 @@ }, "thi.ng": { "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 9e3deb1046..512788b560 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 e5513d151b..88649d077d 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.2.25", + "version": "6.2.26", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -34,21 +34,21 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32", + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33", "tslib": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -188,5 +188,6 @@ }, "thi.ng": { "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 708a3a528b..d31d9844b6 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 63888dc35e..00bfe44cfc 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.1.30", + "version": "5.1.31", "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.7.1", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/paths": "^5.1.30", + "@thi.ng/api": "^8.7.2", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/paths": "^5.1.31", "tslib": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -106,5 +106,6 @@ "rstream" ], "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 358a57401a..7621f67b0a 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index f4c7a8927f..f1cc505cbf 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "0.5.1", + "version": "0.5.2", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -34,19 +34,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/date": "^2.4.3", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1", + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/date": "^2.4.4", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2", "serialport": "^10.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -103,5 +103,6 @@ "thi.ng": { "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 2fcfe13e74..7a8b5535b2 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 4d1702842d..31ad00730b 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.4.0", + "version": "2.4.1", "description": "Arbitrary base-n conversions w/ presets for base16/32/36/58/62/64/85, support for arrays & bigints", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/hex": "^2.3.5" + "@thi.ng/hex": "^2.3.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -108,5 +108,6 @@ }, "thi.ng": { "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index 937433063f..5f4b654117 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 9b52a4b764..3e13f82f8f 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.2.1", + "version": "3.2.2", "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.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -113,5 +113,6 @@ "hiccup-markdown" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 384ffb0206..36d736097b 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 d5acb4455b..cce846d387 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.39", + "version": "2.1.40", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/transducers-binary": "^2.1.37" + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/transducers-binary": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -78,5 +78,6 @@ "./encode": { "default": "./encode.js" } - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 9b24986c89..8d12b585d9 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/binary/package.json b/packages/binary/package.json index 2be1abc96b..ea8737f7d5 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.3.18", + "version": "3.3.19", "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.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -128,5 +128,6 @@ "related": [ "transducers-binary" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index ecfcc0f893..a38590b891 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a25637a182..49ab9b8bc0 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.2.20", + "version": "2.2.21", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -85,5 +85,6 @@ "related": [ "adjacency" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index c87db13807..85bc0d2fbe 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 5bf396245e..cd23528ceb 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.14", + "version": "2.2.15", "description": "ES6 iterator based read/write bit streams with support for variable word widths", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.2.10" + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -80,5 +80,6 @@ "range-coder", "rle-pack" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 7f3e2c06fd..ae20757337 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cache/package.json b/packages/cache/package.json index 273c98200d..38ad1ab4f0 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.37", + "version": "2.1.38", "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.7.1", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ "associative" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index a667846d26..827b25e8d0 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 8e7a22f97a..7eba36dbbe 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.29", + "version": "0.2.30", "description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -91,5 +91,6 @@ "pixel" ], "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 66c9ae8b73..27c02b7ba7 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 472972770d..6530743173 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.3.8", + "version": "3.3.9", "description": "Collection of 70+ type, feature & value checks", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 00457dadbd..891c91d25f 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index de088c3517..0536b45c20 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.0.0", + "version": "1.0.1", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:swatches": "tools:node-esm tools/swatches.ts" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/base-n": "^2.4.0", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/color": "^5.3.0", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hex": "^2.3.5" + "@thi.ng/api": "^8.7.2", + "@thi.ng/base-n": "^2.4.1", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/color": "^5.3.1", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hex": "^2.3.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ "thi.ng": { "parent": "@thi.ng/color", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 2cbe8496a4..254270b1cf 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index bb78a2fc2b..6d8cb60953 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.3.0", + "version": "5.3.1", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/random": "^3.3.23", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/random": "^3.3.24", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -426,5 +426,6 @@ "pixel", "vectors" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index b5c2d4d756..8a75016c7d 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 e512677714..9913da2355 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "1.0.8", + "version": "1.0.9", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -34,18 +34,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.18", - "@thi.ng/random": "^3.3.23" + "@thi.ng/binary": "^3.3.19", + "@thi.ng/random": "^3.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/api": "^8.7.1", - "@thi.ng/dsp": "^4.3.2", - "@thi.ng/dsp-io-wav": "^2.1.37", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/text-canvas": "^2.4.27", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1", + "@thi.ng/api": "^8.7.2", + "@thi.ng/dsp": "^4.3.3", + "@thi.ng/dsp-io-wav": "^2.1.38", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/text-canvas": "^2.4.28", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -110,5 +110,6 @@ "random" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 7bb9b3a81f..cb84e057de 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 929c8e14c6..25ff19aa5d 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.1.24", + "version": "2.1.25", "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.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -75,5 +75,6 @@ "./reverse": { "default": "./reverse.js" } - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index 3aab1f33fe..d82bf71b19 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/complex/package.json b/packages/complex/package.json index d22b204e3d..6c4927b271 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.1.32", + "version": "0.1.33", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -77,5 +77,6 @@ "thi.ng": { "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 6b66a7b688..dccdd5917f 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 3fb6106a06..9cfabae70e 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.26", + "version": "2.1.27", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -104,5 +104,6 @@ "./trampoline": { "default": "./trampoline.js" } - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index af984913ba..61d5678439 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a31f9fc8bc..42b06b2518 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.37", + "version": "2.1.38", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -101,5 +101,6 @@ ], "status": "deprecated", "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 91f0a77fa7..77e1f85981 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a81b581a36..1f4a4286a2 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.1", + "version": "2.3.2", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -84,5 +84,6 @@ }, "thi.ng": { "year": 2014 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 1afd3adfb9..9a9839115d 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 2632915976..7b3875da14 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.4.3", + "version": "2.4.4", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -131,5 +131,6 @@ }, "thi.ng": { "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index c72d172041..526be8fb78 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 776d2d634b..83289870c7 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.32", + "version": "3.2.33", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -94,5 +94,6 @@ }, "thi.ng": { "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 2be2451f74..d52f40b068 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 fdb3532f5a..e0a838e248 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "2.1.29", + "version": "2.1.30", "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.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ }, "thi.ng": { "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index 979c3cca33..7860537f47 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 08a3420c03..954fdbbf42 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.37", + "version": "2.1.38", "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.7.1", - "@thi.ng/dgraph": "^2.1.37", - "@thi.ng/dot": "^2.1.28" + "@thi.ng/api": "^8.7.2", + "@thi.ng/dgraph": "^2.1.38", + "@thi.ng/dot": "^2.1.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -74,5 +74,6 @@ "thi.ng": { "parent": "@thi.ng/dgraph", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 40ad347361..e909e4ce8b 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a4ef4dfaa4..5a68911aef 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.37", + "version": "2.1.38", "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.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -81,5 +81,6 @@ "system" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 0af60d5679..450eecfc04 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0bc265eae6..d89d0a5ae4 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.24", + "version": "5.1.25", "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.7.1", - "@thi.ng/equiv": "^2.1.18" + "@thi.ng/api": "^8.7.2", + "@thi.ng/equiv": "^2.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -75,5 +75,6 @@ "./object": { "default": "./object.js" } - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index 2b914b6485..f3eab4ac74 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 3edfbbb3a0..4e5c0b76ef 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.22", + "version": "0.1.23", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/pixel": "^4.1.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/pixel": "^4.1.3", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -79,5 +79,6 @@ "thi.ng": { "status": "alpha", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 6de9a6ca8a..2184a14fd1 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 32797a6a37..211711e5d4 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.2.1", + "version": "2.2.2", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/heaps": "^2.1.24", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/heaps": "^2.1.25", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -108,5 +108,6 @@ "vectors" ], "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 6d37d0dea0..57e859971f 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 60bf26757c..aff31873b2 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.25", + "version": "2.3.26", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/mime": "^2.2.13" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/mime": "^2.2.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -88,5 +88,6 @@ "mime" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 6bd747a23e..c00de396f4 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 fad3828256..5a816d4bf7 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.24", + "version": "2.1.25", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -69,5 +69,6 @@ }, "thi.ng": { "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index a458ab915d..e819dbb19d 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8f7bb73e19..1a974ce4f5 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.28", + "version": "2.1.29", "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.7.1", - "@thi.ng/checks": "^3.3.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -83,5 +83,6 @@ ], "status": "beta", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index f8b18b7c0f..c7028ba118 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 95a2f69286..c4369e7268 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.37", + "version": "2.1.38", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/transducers-binary": "^2.1.37" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/transducers-binary": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -88,5 +88,6 @@ "thi.ng": { "parent": "@thi.ng/dsp", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index c90d1c2f67..cdbdc42d5e 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8ca9ec45dd..eaca9305fe 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.3.2", + "version": "4.3.3", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -274,5 +274,6 @@ "math" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index bb8d366bd3..2ef46f5892 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 5255a32331..59db8bbb73 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.24", + "version": "0.4.25", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ ], "status": "alpha", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index 064c1967ec..6f776fa4cd 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 da8b9a9b4b..c157ad489f 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.26", + "version": "0.3.27", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -76,5 +76,6 @@ "thi.ng": { "year": 2016, "status": "alpha" - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 02e57268fd..62258faa1e 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ecs/package.json b/packages/ecs/package.json index ae0899a10d..44d1f03263 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.39", + "version": "0.7.40", "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.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/idgen": "^2.1.26", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/malloc": "^6.1.30", - "@thi.ng/transducers": "^8.3.32", + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/idgen": "^2.1.27", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/malloc": "^6.1.31", + "@thi.ng/transducers": "^8.3.33", "tslib": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -121,5 +121,6 @@ "thi.ng": { "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 75c37a4b2d..c192742d0d 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f5318a9968..5990e84e4f 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.40", + "version": "0.6.41", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -29,20 +29,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/dot": "^2.1.28", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/prefixes": "^2.1.18", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers-binary": "^2.1.37" + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/dot": "^2.1.29", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/prefixes": "^2.1.19", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers-binary": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -101,5 +101,6 @@ "thi.ng": { "status": "alpha", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 4aacfa9cc1..b3a99c9272 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 cf9500fcb4..8f6b2ac504 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.18", + "version": "2.1.19", "description": "Extensible deep value equivalence checking for any data types", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index ede76d6874..b45c1417ac 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 5d070bf16a..632d1671c5 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.2.10", + "version": "2.2.11", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -92,5 +92,6 @@ }, "thi.ng": { "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index 3147813bd6..f777ed6e79 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 78663aa31e..e0286c6439 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.1.22", + "version": "1.1.23", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -67,5 +67,6 @@ "default": "./index.js" } }, - "thi.ng": {} + "thi.ng": {}, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 00a71d665a..5f3fd0a435 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/file-io/package.json b/packages/file-io/package.json index 9003832777..23de5ad5c4 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "0.5.1", + "version": "0.5.2", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/hex": "^2.3.5", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/random": "^3.3.23" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/hex": "^2.3.6", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/random": "^3.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -115,5 +115,6 @@ "thi.ng": { "status": "stable", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index c52e55107c..08ccdc8793 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a2b02915d1..72eada387d 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.38", + "version": "3.1.39", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -124,5 +124,6 @@ ], "status": "deprecated", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 7a626bdcd9..db542a4b32 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0e5a41dff5..5dfe1beb7e 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.47", + "version": "2.1.48", "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.7.1", - "@thi.ng/fuzzy": "^2.1.25", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/hiccup-svg": "^4.3.30", - "@thi.ng/math": "^5.4.2", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/text-canvas": "^2.4.27" + "@thi.ng/api": "^8.7.2", + "@thi.ng/fuzzy": "^2.1.26", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/hiccup-svg": "^4.3.31", + "@thi.ng/math": "^5.4.3", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/text-canvas": "^2.4.28" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ "thi.ng": { "parent": "@thi.ng/fuzzy", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 3aceee747c..bc2a9276ec 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 411688baa4..66cc74cf4a 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.25", + "version": "2.1.26", "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.7.1", - "@thi.ng/math": "^5.4.2" + "@thi.ng/api": "^8.7.2", + "@thi.ng/math": "^5.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -104,5 +104,6 @@ }, "thi.ng": { "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 0e664d6e59..10fc32ab60 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 ed4fdc0583..f77ba524bf 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.3.1", + "version": "3.3.2", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -35,22 +35,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/distance": "^2.2.1", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/heaps": "^2.1.24", - "@thi.ng/math": "^5.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/distance": "^2.2.2", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/heaps": "^2.1.25", + "@thi.ng/math": "^5.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -116,5 +116,6 @@ }, "thi.ng": { "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index d134238b73..6c00b545a7 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 07ae822244..1b2aae061c 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.4.2", + "version": "3.4.3", "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.7.1", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -98,5 +98,6 @@ }, "thi.ng": { "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 91a9884146..5ad07f8adc 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 3d109ce47f..9f89e22416 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.45", + "version": "2.1.46", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-resample": "^2.2.2", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-resample": "^2.2.3", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -96,5 +96,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index f73d217bb3..72f9253399 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 693d4138dd..0dc6d97ae5 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.3.3", + "version": "0.3.4", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/axidraw": "^0.5.1", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/geom": "^4.2.2", - "@thi.ng/geom-accel": "^3.3.1", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-clip-line": "^2.3.2", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/axidraw": "^0.5.2", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/geom": "^4.2.3", + "@thi.ng/geom-accel": "^3.3.2", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-clip-line": "^2.3.3", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -120,5 +120,6 @@ ], "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index da44d53433..93c720069e 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 e92eb464af..9f833eb77c 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-line", - "version": "2.3.2", + "version": "2.3.3", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -86,5 +86,6 @@ "geom-clip-poly" ], "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index f363fb394f..fbd840eb83 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 09fe8f7c3b..6292eaa0af 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.44", + "version": "2.1.45", "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.44", - "@thi.ng/geom-poly-utils": "^2.3.28", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/geom-poly-utils": "^2.3.29", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -82,5 +82,6 @@ "geom-clip-line" ], "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 80e442e2f6..20faedda29 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 879fb92045..9341b65672 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.41", + "version": "2.1.42", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -102,5 +102,6 @@ "geom-resample" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 7b3fb48198..d6c80646f1 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0d85202026..26d969e629 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.4", + "version": "2.2.5", "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.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/color": "^5.3.0", - "@thi.ng/geom": "^4.2.2", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-clip-line": "^2.3.2", - "@thi.ng/geom-resample": "^2.2.2", - "@thi.ng/grid-iterators": "^3.0.4", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/color": "^5.3.1", + "@thi.ng/geom": "^4.2.3", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-clip-line": "^2.3.3", + "@thi.ng/geom-resample": "^2.2.3", + "@thi.ng/grid-iterators": "^3.0.5", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -119,5 +119,6 @@ "hiccup-svg" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 4b06c645d9..0f66401605 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 e59db5972b..14a42be613 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.41", + "version": "2.1.42", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -75,5 +75,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index ad2a9e0065..52b33c72a3 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 cde11a2abc..d0087b3dad 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.41", + "version": "0.3.42", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -83,5 +83,6 @@ "parent": "@thi.ng/geom", "status": "alpha", "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 01b4d3a092..dd6c063463 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 becf345c43..dd29222fb8 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.44", + "version": "2.1.45", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-closest-point": "^2.1.41", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-closest-point": "^2.1.42", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -118,5 +118,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index 3b95d06bdd..467dd973fc 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 5539de22c5..8a061f432a 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.41", + "version": "2.1.42", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -76,5 +76,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index 915d63beba..a76dcb0b30 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index c0ee574403..23831d13b5 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "2.3.28", + "version": "2.3.29", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -109,5 +109,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 0a3e5020ac..d1eda98a69 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 3bf8be5faf..310ab12f81 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.2.2", + "version": "2.2.3", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-closest-point": "^2.1.41", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-closest-point": "^2.1.42", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -97,5 +97,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index f65ae50973..2c99119b95 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index aed7864fd6..838533ff06 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.2.32", + "version": "0.2.33", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/geom": "^4.2.2", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-isoline": "^2.1.41", - "@thi.ng/geom-poly-utils": "^2.3.28", - "@thi.ng/geom-resample": "^2.2.2", - "@thi.ng/math": "^5.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/geom": "^4.2.3", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-isoline": "^2.1.42", + "@thi.ng/geom-poly-utils": "^2.3.29", + "@thi.ng/geom-resample": "^2.2.3", + "@thi.ng/math": "^5.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -126,5 +126,6 @@ ], "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index 2b98c34ac8..237625e380 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index ab37a0f852..1303b00a8b 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.2.19", + "version": "2.2.20", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-arc": "^2.1.45", - "@thi.ng/geom-resample": "^2.2.2", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-arc": "^2.1.46", + "@thi.ng/geom-resample": "^2.2.3", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -143,5 +143,6 @@ "related": [ "geom-subdiv-curve" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 476e4cd6dc..5b71c4005f 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 d5467fc4e6..93fb58287c 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.44", + "version": "2.1.45", "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.7.1", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ "related": [ "geom-splines" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index a92d387885..9707cba9b1 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f3da8a4f51..b138a50110 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.44", + "version": "2.1.45", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/geom-poly-utils": "^2.3.28", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/geom-poly-utils": "^2.3.29", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -99,5 +99,6 @@ "thi.ng": { "parent": "@thi.ng/geom", "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index c5bae97265..0db5f988f6 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 47f5e3688e..3bf28fdc7d 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-trace-bitmap", - "version": "0.1.3", + "version": "0.1.4", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/grid-iterators": "^3.0.4", - "@thi.ng/matrices": "^2.1.42", - "@thi.ng/pixel": "^4.1.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/grid-iterators": "^3.0.5", + "@thi.ng/matrices": "^2.1.43", + "@thi.ng/pixel": "^4.1.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -96,5 +96,6 @@ ], "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index c13ec4a469..ee44afd160 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 88a34a8828..ac36465202 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.45", + "version": "2.2.46", "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.7.1", - "@thi.ng/bitfield": "^2.2.20", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-clip-line": "^2.3.2", - "@thi.ng/geom-clip-poly": "^2.1.44", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/geom-poly-utils": "^2.3.28", - "@thi.ng/math": "^5.4.2", - "@thi.ng/quad-edge": "^3.1.22", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/bitfield": "^2.2.21", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-clip-line": "^2.3.3", + "@thi.ng/geom-clip-poly": "^2.1.45", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/geom-poly-utils": "^2.3.29", + "@thi.ng/math": "^5.4.3", + "@thi.ng/quad-edge": "^3.1.23", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ "quad-edge" ], "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 56a7dc4dc2..2c44cf41ee 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/geom/package.json b/packages/geom/package.json index 94c704d4b9..00444339c3 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "4.2.2", + "version": "4.2.3", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -35,37 +35,37 @@ "tool:bpatch": "tools:node-esm tools/bpatch.ts" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-arc": "^2.1.45", - "@thi.ng/geom-clip-line": "^2.3.2", - "@thi.ng/geom-clip-poly": "^2.1.44", - "@thi.ng/geom-closest-point": "^2.1.41", - "@thi.ng/geom-hull": "^2.1.41", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/geom-poly-utils": "^2.3.28", - "@thi.ng/geom-resample": "^2.2.2", - "@thi.ng/geom-splines": "^2.2.19", - "@thi.ng/geom-subdiv-curve": "^2.1.44", - "@thi.ng/geom-tessellate": "^2.1.44", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/hiccup-svg": "^4.3.30", - "@thi.ng/math": "^5.4.2", - "@thi.ng/matrices": "^2.1.42", - "@thi.ng/random": "^3.3.23", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-arc": "^2.1.46", + "@thi.ng/geom-clip-line": "^2.3.3", + "@thi.ng/geom-clip-poly": "^2.1.45", + "@thi.ng/geom-closest-point": "^2.1.42", + "@thi.ng/geom-hull": "^2.1.42", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/geom-poly-utils": "^2.3.29", + "@thi.ng/geom-resample": "^2.2.3", + "@thi.ng/geom-splines": "^2.2.20", + "@thi.ng/geom-subdiv-curve": "^2.1.45", + "@thi.ng/geom-tessellate": "^2.1.45", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/hiccup-svg": "^4.3.31", + "@thi.ng/math": "^5.4.3", + "@thi.ng/matrices": "^2.1.43", + "@thi.ng/random": "^3.3.24", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -385,5 +385,6 @@ }, "thi.ng": { "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index bfc7f02fb2..15e1f1bd97 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 ff6e225007..10ea2c3f84 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.37", + "version": "0.4.38", "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.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/zipper": "^2.1.33" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/zipper": "^2.1.34" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -107,5 +107,6 @@ ], "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index 7cf3a1ac25..c0922efe72 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 b6db13789d..1dc1c60b0b 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "3.0.4", + "version": "3.0.5", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/bitfield": "^2.2.20", - "@thi.ng/morton": "^3.1.29", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/bitfield": "^2.2.21", + "@thi.ng/morton": "^3.1.30", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -157,5 +157,6 @@ "transducers" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index 3869aaca3a..1898803bf7 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 caecdcf53c..c5ef075b49 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.38", + "version": "0.3.39", "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.7.1", - "@thi.ng/diff": "^5.1.24", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/hiccup-css": "^2.1.37", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/diff": "^5.1.25", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/hiccup-css": "^2.1.38", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -92,5 +92,6 @@ "thi.ng": { "status": "alpha", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 703c4ad2c6..ba6af2a5cb 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 92e793d20b..f31954be54 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.44", + "version": "4.1.45", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/diff": "^5.1.24", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hdom": "^9.2.5", - "@thi.ng/hiccup-canvas": "^2.2.2" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/diff": "^5.1.25", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hdom": "^9.2.6", + "@thi.ng/hiccup-canvas": "^2.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -91,5 +91,6 @@ "rdom-canvas" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index e04e36c576..a7fe7c5b49 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0f851a8a26..0bad962ebd 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.37", + "version": "5.1.38", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.7", - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/transducers-stats": "^2.1.37" + "@thi.ng/adapt-dpi": "^2.2.8", + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/transducers-stats": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -109,5 +109,6 @@ "parent": "@thi.ng/hdom", "status": "beta", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index 5edb49a8ad..6a19dc9d88 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8632e6d409..92090a614d 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.33", + "version": "2.1.34", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/hdom": "^9.2.5" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/hdom": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -69,5 +69,6 @@ "parent": "@thi.ng/hdom", "status": "alpha", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 9a9f634475..c19dc7ab3e 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 405b1f053f..fea6cb88b6 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.2.5", + "version": "9.2.6", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -37,19 +37,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/diff": "^5.1.24", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/prefixes": "^2.1.18" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/diff": "^5.1.25", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/prefixes": "^2.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/atom": "^5.1.30", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/atom": "^5.1.31", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -130,5 +130,6 @@ ], "status": "completed", "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index edad294ea1..b0219b7b95 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 6f734f2e9b..fed123ed22 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.24", + "version": "2.1.25", "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.7.1", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/equiv": "^2.1.18" + "@thi.ng/api": "^8.7.2", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/equiv": "^2.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ }, "thi.ng": { "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index f94dec2e7e..4d66e5dba2 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 ac584511ae..5481ce7087 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.5", + "version": "2.3.6", "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.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index a209100c60..7a1a6a2111 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a8920a8ff6..c8159a8aea 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.2.2", + "version": "2.2.3", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/color": "^5.3.0", - "@thi.ng/math": "^5.4.2", - "@thi.ng/pixel": "^4.1.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/color": "^5.3.1", + "@thi.ng/math": "^5.4.3", + "@thi.ng/pixel": "^4.1.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -129,5 +129,6 @@ "hiccup" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index 1ebe178b0d..070aa895d0 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 844a6c6c76..8327b19a29 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.17", + "version": "3.1.18", "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.34.2", - "@thi.ng/hiccup": "^4.2.30", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index cc75bad934..b9c21be27d 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 4ad90a5939..63daaf95d6 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.37", + "version": "2.1.38", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -126,5 +126,6 @@ "hiccup-svg" ], "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index d41117490c..ab6fd0f426 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 42065ba6fc..a847972710 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.2.7", + "version": "2.2.8", "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.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -109,5 +109,6 @@ "hiccup-svg" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 5b1a103187..e0178073ef 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0a934d300e..ec5796f7c6 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.47", + "version": "2.1.48", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/fsm": "^3.1.38", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/text-canvas": "^2.4.27", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/fsm": "^3.1.39", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/text-canvas": "^2.4.28", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -94,5 +94,6 @@ "parent": "@thi.ng/hiccup", "status": "alpha", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index a28c69b579..b15ba36d11 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f7013bd893..8a51cf0b14 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.3.30", + "version": "4.3.31", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/color": "^5.3.0", - "@thi.ng/prefixes": "^2.1.18" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/color": "^5.3.1", + "@thi.ng/prefixes": "^2.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -134,5 +134,6 @@ "thi.ng": { "parent": "@thi.ng/hiccup", "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 2c8b726db4..f89153efee 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 54abb640ac..80a0e4acbc 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "4.2.31", + "version": "4.2.32", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/atom": "^5.1.30", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/atom": "^5.1.31", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -119,5 +119,6 @@ "rdom-canvas" ], "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index 683689e328..f875330782 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 4a72c222a4..0b95c8ffb7 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.1.26", + "version": "2.1.27", "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.7.1", - "@thi.ng/errors": "^2.2.10", + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", "tslib": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -76,5 +76,6 @@ "ksuid" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 51e5b6241b..7899bfe8ac 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8a5ac4540e..b041418e59 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.43", + "version": "2.1.44", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -85,5 +85,6 @@ ], "status": "alpha", "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 5871250814..8cea753ecc 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 b3cb475002..56008875d3 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.48", + "version": "2.1.49", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom": "^4.2.2", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/geom-isec": "^2.1.44", - "@thi.ng/geom-tessellate": "^2.1.44", - "@thi.ng/layout": "^2.1.22", - "@thi.ng/math": "^5.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom": "^4.2.3", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/geom-isec": "^2.1.45", + "@thi.ng/geom-tessellate": "^2.1.45", + "@thi.ng/layout": "^2.1.23", + "@thi.ng/math": "^5.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -157,5 +157,6 @@ "rdom-canvas" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index d30ca0b5c8..ef05c6fd9f 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 fd0a74a8cf..d3df600fba 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.5", + "version": "3.2.6", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/atom": "^5.1.30", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/paths": "^5.1.30" + "@thi.ng/api": "^8.7.2", + "@thi.ng/atom": "^5.1.31", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/paths": "^5.1.31" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -93,5 +93,6 @@ ], "status": "completed", "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index a22054649d..7339614b58 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 ec2a538ae1..8c1ef0122b 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.24", + "version": "4.2.25", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/dlogic": "^2.1.24", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/dlogic": "^2.1.25", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -79,5 +79,6 @@ }, "thi.ng": { "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 5af8f2b995..e39005116a 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 238ea5f679..cda246b6ad 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.37", + "version": "6.1.38", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -228,5 +228,6 @@ ], "status": "deprecated", "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index e0fdbc4faf..9769352aee 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a90a5145d9..94cb7689e0 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.0", + "version": "0.6.1", "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.7.1", - "@thi.ng/distance": "^2.2.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/distance": "^2.2.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -81,5 +81,6 @@ "thi.ng": { "status": "beta", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index c6cde63959..b2d204526a 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 b9bcc63e5e..8d2fb44970 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.1.0", + "version": "3.1.1", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/base-n": "^2.4.0", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/random": "^3.3.23", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/base-n": "^2.4.1", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/random": "^3.3.24", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -113,5 +113,6 @@ ], "status": "stable", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index dc5f2fd396..58e51f43d1 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 c7da4efaf0..09fbad3050 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "2.1.22", + "version": "2.1.23", "description": "Configurable nested 2D grid layout manager", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8" + "@thi.ng/checks": "^3.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index 8202c5a786..64accc26bc 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 2ebe7a05d7..7d876446d8 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.7", + "version": "3.0.8", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers-binary": "^2.1.37" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers-binary": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -79,5 +79,6 @@ }, "thi.ng": { "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 89b3c194ec..c5c5e84892 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 7a3ded3b87..c7a10ee8da 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "1.4.8", + "version": "1.4.9", "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 daf25e777c..484e3b070c 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 5146b07665..dcf64b143a 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.21", + "version": "0.3.22", "description": "n-dimensional low-discrepancy sequence generators/iterators", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.2.10" + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -92,5 +92,6 @@ ], "status": "beta", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 71c9552267..742ef2ab39 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8bd8e3724a..2d625cf554 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.41", + "version": "2.1.42", "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.7.1", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -87,5 +87,6 @@ } ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 52930b96df..0ba4884b85 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 523f851bb0..84a41fe18f 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.30", + "version": "6.1.31", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ }, "thi.ng": { "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 4045596bdb..2ccc3731cf 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 50a5dd3c6f..1d57a6ee17 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.38", + "version": "0.3.39", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -86,5 +86,6 @@ "text-canvas" ], "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index b17989ea70..9519be3827 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/math/package.json b/packages/math/package.json index e0e4ecb5bd..3e518e45a3 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.4.2", + "version": "5.4.3", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -137,5 +137,6 @@ }, "thi.ng": { "year": 2013 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 501606563f..e8b12d5b4a 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 fd5fa77645..a5f968fb5d 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.42", + "version": "2.1.43", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -268,5 +268,6 @@ "vectors" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 17c833f57e..61510d63d0 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 98e589a9a0..0d74abb74e 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.24", + "version": "3.1.25", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -88,5 +88,6 @@ "cache" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index 80a316fa5d..551b2690d2 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 b991037826..58c0cebb25 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.2.13", + "version": "2.2.14", "description": "650+ file extension to MIME type mappings, based on mime-db", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/api": "^8.7.0", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/api": "^8.7.2", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index 2fd1d7fd31..730d7c2c25 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 779144aac1..bf8c826f9b 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.29", + "version": "3.1.30", "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.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -103,5 +103,6 @@ "geom-accel" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 2a381e08bc..4474441ea7 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 98cb33882c..a620d8be41 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.1.31", + "version": "2.1.32", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/equiv": "^2.1.18" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/equiv": "^2.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ "rstream-query" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 81108b0c0a..c56d6fc1af 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/parse/package.json b/packages/parse/package.json index 76bbf442ed..14eb9e874e 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.2.24", + "version": "2.2.25", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -240,5 +240,6 @@ "transducers-fsm" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 534f1c1fe7..aca081e1e0 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 1adb1c0211..227779a6e8 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.30", + "version": "5.1.31", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -122,5 +122,6 @@ "related": [ "atom" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index 71bc65ef48..0f04614fe0 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a2da7ce64e..d9f3a9cfb5 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.41", + "version": "1.1.42", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/pixel": "^4.1.2" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/pixel": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -104,5 +104,6 @@ "thi.ng": { "parent": "@thi.ng/pixel", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index e474d649e6..24b79c6f37 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index c36e6b0a87..37da2892fb 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-geotiff", - "version": "0.1.2", + "version": "0.1.3", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/pixel": "^4.1.2", + "@thi.ng/api": "^8.7.2", + "@thi.ng/pixel": "^4.1.3", "geotiff": "^2.0.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -85,5 +85,6 @@ "parent": "@thi.ng/pixel", "status": "alpha", "year": 2023 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index a7b4027506..98487672bd 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0afc905307..262f0bfec8 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.41", + "version": "2.1.42", "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.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/pixel": "^4.1.2" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/pixel": "^4.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -85,5 +85,6 @@ "thi.ng": { "parent": "@thi.ng/pixel", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 33a0308390..e99a47a65e 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 ba6c2494c4..c3349f40f2 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "4.1.2", + "version": "4.1.3", "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.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/distance": "^2.2.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/k-means": "^0.6.0", - "@thi.ng/math": "^5.4.2", - "@thi.ng/porter-duff": "^2.1.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/distance": "^2.2.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/k-means": "^0.6.1", + "@thi.ng/math": "^5.4.3", + "@thi.ng/porter-duff": "^2.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "tslib": "^2.5.0", @@ -214,5 +214,6 @@ "webgl" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index 9af12f2bb3..90b28bd47a 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 2169547641..6b77018cd3 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.35", + "version": "2.1.36", "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.7.1", - "@thi.ng/args": "^2.2.18", - "@thi.ng/bench": "^3.2.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/pointfree": "^3.1.29" + "@thi.ng/api": "^8.7.2", + "@thi.ng/args": "^2.2.19", + "@thi.ng/bench": "^3.2.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/pointfree": "^3.1.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "pegjs": "0.11.0-master.b7b87ea", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -103,5 +103,6 @@ "thi.ng": { "parent": "@thi.ng/pointfree", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index f794875b50..656bf200ff 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 aaf7f2cd6e..17f7fd0638 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.29", + "version": "3.1.30", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -131,5 +131,6 @@ }, "thi.ng": { "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 6a3107ba29..5597aef8b0 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 c66e33da18..130dcd619d 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.1", + "version": "3.1.2", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/geom-api": "^3.4.2", - "@thi.ng/random": "^3.3.23", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/geom-api": "^3.4.3", + "@thi.ng/random": "^3.3.24", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -95,5 +95,6 @@ "random" ], "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index a87815ba49..098aa18cba 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 746c772a3c..1c004dbf1a 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.25", + "version": "2.1.26", "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.7.1", - "@thi.ng/math": "^5.4.2" + "@thi.ng/api": "^8.7.2", + "@thi.ng/math": "^5.4.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -87,5 +87,6 @@ "shader-ast-stdlib" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index eefd0a1bd5..39b29100e3 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 403faf2d49..cf7b29c33c 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.1.18", + "version": "2.1.19", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 76434a36a9..017ddb92ad 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f20660561e..74de4ff13e 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.22", + "version": "3.1.23", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/errors": "^2.2.10" + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -77,5 +77,6 @@ "geom-voronoi" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 7fc74f3217..427aadd65a 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 b078f78bce..53826fd57a 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.42", + "version": "2.1.43", "description": "Parametric (non-)linearly interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/math": "^5.4.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/math": "^5.4.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -93,5 +93,6 @@ }, "thi.ng": { "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 8cfda9f94a..6911e3bf14 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index f67cb83377..0a2430eea1 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random-fxhash", - "version": "0.2.24", + "version": "0.2.25", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/base-n": "^2.4.0", - "@thi.ng/random": "^3.3.23" + "@thi.ng/api": "^8.7.2", + "@thi.ng/base-n": "^2.4.1", + "@thi.ng/random": "^3.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -80,5 +80,6 @@ "skypack": false, "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index e59b8abfc7..a0d310ebfd 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 88638ca8e9..842cdf2154 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.3.23", + "version": "3.3.24", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hex": "^2.3.5" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hex": "^2.3.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -155,5 +155,6 @@ "related": [ "ksuid" ] - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index c0ee6719e7..ad4efda14a 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 9791053c67..fd73d16480 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.22", + "version": "2.1.23", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.14" + "@thi.ng/bitstream": "^2.2.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/transducers": "^8.3.32", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/transducers": "^8.3.33", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -74,5 +74,6 @@ "rle-pack" ], "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 929a30816e..889473a3bd 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 785a23f856..fdbe731f8a 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.17", + "version": "1.0.18", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -34,17 +34,17 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/grid-iterators": "^3.0.4", - "@thi.ng/porter-duff": "^2.1.25", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/grid-iterators": "^3.0.5", + "@thi.ng/porter-duff": "^2.1.26", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -118,5 +118,6 @@ ], "status": "alpha", "year": 2021 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 7c0ccc5443..b94562f585 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 d63cf217da..09bf6500a7 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.46", + "version": "0.4.47", "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.2.7", - "@thi.ng/api": "^8.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/hiccup-canvas": "^2.2.2", - "@thi.ng/rdom": "^0.10.8", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/adapt-dpi": "^2.2.8", + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/hiccup-canvas": "^2.2.3", + "@thi.ng/rdom": "^0.10.9", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -89,5 +89,6 @@ ], "status": "alpha", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 607ae3de58..d400dd28e0 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 7c4379a984..654149147b 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.5.29", + "version": "0.5.30", "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.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/hiccup-html": "^2.2.7", - "@thi.ng/rdom": "^0.10.8", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/hiccup-html": "^2.2.8", + "@thi.ng/rdom": "^0.10.9", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -104,5 +104,6 @@ ], "status": "alpha", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index d0eb89381a..9d023888fe 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:21Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 bd1ac6abf5..180690286b 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.10.8", + "version": "0.10.9", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -35,18 +35,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/paths": "^5.1.30", - "@thi.ng/prefixes": "^2.1.18", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/strings": "^3.3.25" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/paths": "^5.1.31", + "@thi.ng/prefixes": "^2.1.19", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/strings": "^3.3.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -139,5 +139,6 @@ ], "status": "beta", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 7ff87e1b22..008ce2d310 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 1904592749..1d56b4c314 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/resolve-map", - "version": "7.1.22", + "version": "7.1.23", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/paths": "^5.1.30" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/paths": "^5.1.31" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -75,5 +75,6 @@ "rstream-graph" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index 80e717a4c6..7f0a8fdc38 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f5ee2f26a1..27bb77c1b2 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.22", + "version": "3.1.23", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.14", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/bitstream": "^2.2.15", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -77,5 +77,6 @@ "range-coder" ], "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 77df218e85..c8077c3032 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 07d9dc8f04..ce0b092219 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.2.21", + "version": "3.2.22", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", "tslib": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -90,5 +90,6 @@ "rdom" ], "year": 2014 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 7a29ea1ff4..361d6c7cbc 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f97262527b..8e8cad1c4d 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.39", + "version": "3.1.40", "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.37", - "@thi.ng/rstream": "^7.2.37" + "@thi.ng/csp": "^2.1.38", + "@thi.ng/rstream": "^7.2.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -75,5 +75,6 @@ "rstream" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index ee15291e98..b1aff5e252 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 d436b72974..0dfcf5ab21 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.40", + "version": "2.1.41", "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.37", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -84,5 +84,6 @@ "dot" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 8ccaed0da6..3cfc0d6dbb 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 0d4d05c01f..323a949a9e 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.39", + "version": "4.1.40", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -38,15 +38,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -94,5 +94,6 @@ "rdom" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index 5d4fbadc33..d0175cd809 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8da6f16b94..dbf3d23723 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.44", + "version": "4.1.45", "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.7.1", - "@thi.ng/atom": "^5.1.30", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/paths": "^5.1.30", - "@thi.ng/resolve-map": "^7.1.22", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/atom": "^5.1.31", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/paths": "^5.1.31", + "@thi.ng/resolve-map": "^7.1.23", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -100,5 +100,6 @@ "rstream-dot" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 450fc3f5d0..14391580cc 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8344396623..a230ec884a 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.39", + "version": "2.1.40", "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.37" + "@thi.ng/rstream": "^7.2.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -71,5 +71,6 @@ "thi.ng": { "parent": "@thi.ng/rstream-log", "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 5741b56ea5..44c1041386 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 2bc1b75cca..cfade0cbbe 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.40", + "version": "4.1.41", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -97,5 +97,6 @@ "logger" ], "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index b057892cfa..afd68bd5a0 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 77ee715e7c..bb7339801a 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.40", + "version": "2.1.41", "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.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/rstream": "^7.2.37", - "@thi.ng/rstream-dot": "^2.1.40", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/rstream": "^7.2.38", + "@thi.ng/rstream-dot": "^2.1.41", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -107,5 +107,6 @@ "thi.ng": { "parent": "@thi.ng/rstream", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index dff4f7d145..e2b26e91b0 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 8729fd5785..4c0e3b5d69 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "7.2.37", + "version": "7.2.38", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/atom": "^5.1.30", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/atom": "^5.1.31", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -204,5 +204,6 @@ "transducers" ], "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index beacf496a5..e664f8bcbe 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 57c3a596e7..50ed704175 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.38", + "version": "2.1.39", "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.7.1", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/transducers-fsm": "^2.2.6" + "@thi.ng/api": "^8.7.2", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/transducers-fsm": "^2.2.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -79,5 +79,6 @@ "transducers-fsm" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 9065c5d225..71e5f22739 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 dca10f8f17..ff4e4566b6 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.5.42", + "version": "0.5.43", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/matrices": "^2.1.42", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/matrices": "^2.1.43", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -97,5 +97,6 @@ "rdom-canvas" ], "status": "alpha" - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 93fc93cc9d..02afdffd71 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 3122bf87dc..933690243f 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.28", + "version": "0.4.29", "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.7.1", - "@thi.ng/checks": "^3.3.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -86,5 +86,6 @@ "thi.ng": { "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index fb34b9432a..36b3ce127b 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 a4404560db..42dbb62eeb 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.4.31", + "version": "0.4.32", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -34,13 +34,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -92,5 +92,6 @@ ], "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 15373820b4..e1977d4a83 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 e28212479a..7c360bed49 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.39", + "version": "0.4.40", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/shader-ast": "^0.12.39" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/shader-ast": "^0.12.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -87,5 +87,6 @@ "webgl" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index 3152b8a9ae..84bae2216d 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 f4b1744863..82d32ce4f1 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.44", + "version": "0.7.45", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/matrices": "^2.1.42", - "@thi.ng/pixel": "^4.1.2", - "@thi.ng/shader-ast": "^0.12.39", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/matrices": "^2.1.43", + "@thi.ng/pixel": "^4.1.3", + "@thi.ng/shader-ast": "^0.12.40", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -146,5 +146,6 @@ "shader-ast-stdlib" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index edbb02b756..cbbc24c355 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 16930149fb..c973215c48 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.39", + "version": "0.2.40", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/shader-ast": "^0.12.39" + "@thi.ng/api": "^8.7.2", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/shader-ast": "^0.12.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -76,5 +76,6 @@ "thi.ng": { "parent": "@thi.ng/shader-ast", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index efa345f51f..b35fa428ff 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 7371a0b643..5c037bf11b 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.13.2", + "version": "0.13.3", "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.7.1", - "@thi.ng/shader-ast": "^0.12.39" + "@thi.ng/api": "^8.7.2", + "@thi.ng/shader-ast": "^0.12.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -329,5 +329,6 @@ "webgl" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 94032e327f..e8d93bc042 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 c96f836e1b..58b29109cd 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.39", + "version": "0.12.40", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/dgraph": "^2.1.37", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/dgraph": "^2.1.38", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -175,5 +175,6 @@ "webgl-shadertoy" ], "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 3a9df43ce6..1d1a9acd64 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 c2a0e6cbc3..2eaa6311d4 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.37", + "version": "0.6.38", "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.37" + "@thi.ng/transducers-binary": "^2.1.38" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "assemblyscript": "0.27.0", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -87,5 +87,6 @@ ], "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index b37f0832e6..798699a83a 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 fdb9b66a08..27fb31076d 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.41", + "version": "0.4.42", "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.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers-binary": "^2.1.37", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers-binary": "^2.1.38", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -104,5 +104,6 @@ ], "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index 0a6fc33fc3..245f53fb34 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:10Z - **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 6a9898f63a..3671db8073 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.37", + "version": "0.3.38", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -33,13 +33,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -103,5 +103,6 @@ ], "status": "alpha", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 332276971c..ea49efcab2 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 6cd9b1e4b9..0a4f03a9ed 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.3.25", + "version": "3.3.26", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hex": "^2.3.5", - "@thi.ng/memoize": "^3.1.24" + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hex": "^2.3.6", + "@thi.ng/memoize": "^3.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -199,5 +199,6 @@ }, "thi.ng": { "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index bb360f633d..7cfd8be96a 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 88dc27298b..4cb55ed2bd 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.41", + "version": "2.1.42", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/dgraph": "^2.1.37", - "@thi.ng/logger": "^1.4.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/dgraph": "^2.1.38", + "@thi.ng/logger": "^1.4.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -83,5 +83,6 @@ }, "thi.ng": { "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index faaf37bf96..f1aa184b0a 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 4e7408ab57..97fd0e7f9f 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.20", + "version": "0.1.21", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -35,20 +35,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/args": "^2.2.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/date": "^2.4.3", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/file-io": "^0.5.1", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/args": "^2.2.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/date": "^2.4.4", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/file-io": "^0.5.2", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -91,5 +91,6 @@ "thi.ng": { "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index dac75146f8..ddc1dbeb64 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/testament/package.json b/packages/testament/package.json index d5472dcc5f..fe281823dc 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.3.10", + "version": "0.3.11", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/logger": "^1.4.8", + "@thi.ng/logger": "^1.4.9", "chokidar": "^3.5.3" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 9efbc3d505..044b800f5a 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:29Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 ff1d7be19b..31b118399c 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.4.27", + "version": "2.4.28", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -34,19 +34,19 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/geom-clip-line": "^2.3.2", - "@thi.ng/math": "^5.4.2", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/text-format": "^1.2.17", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/geom-clip-line": "^2.3.3", + "@thi.ng/math": "^5.4.3", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/text-format": "^1.2.18", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "tslib": "^2.5.0", @@ -138,5 +138,6 @@ "text-format" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 3f73ce9bb8..a3e7a917c6 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 42e65e6e9a..44a0fd37f4 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "1.2.17", + "version": "1.2.18", "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.7.1", - "@thi.ng/hex": "^2.3.5", - "@thi.ng/memoize": "^3.1.24" + "@thi.ng/api": "^8.7.2", + "@thi.ng/hex": "^2.3.6", + "@thi.ng/memoize": "^3.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -99,5 +99,6 @@ "text-canvas" ], "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index d23a84ae33..6b58d71c71 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 29ec445234..f21c7d5eed 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.6", + "version": "0.1.7", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/file-io": "^0.5.1", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/file-io": "^0.5.2", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -108,5 +108,6 @@ ], "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 9da21adf82..615a0def2d 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 77efcf7965..f9df36c2bc 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.37", + "version": "2.1.38", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -34,16 +34,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.18", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hex": "^2.3.5", - "@thi.ng/random": "^3.3.23", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/binary": "^3.3.19", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hex": "^2.3.6", + "@thi.ng/random": "^3.3.24", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -111,5 +111,6 @@ "unionstruct" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 86097cdb51..2dc85fd10b 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 02fb1fabf9..907b0c8e45 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "2.2.6", + "version": "2.2.7", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -73,5 +73,6 @@ ], "status": "completed", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index 92a3b6ec36..8acb9488fb 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 50d7eff93d..cfa3c62186 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.40", + "version": "3.1.41", "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.2.5", - "@thi.ng/hiccup": "^4.2.31", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/hdom": "^9.2.6", + "@thi.ng/hiccup": "^4.2.32", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -78,5 +78,6 @@ "rstream" ], "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 9ac93dfbf1..46c19dc4a8 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 fd1cbf033e..0c8277d4ed 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.37", + "version": "0.4.38", "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.7.1", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/paths": "^5.1.30", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/paths": "^5.1.31", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -85,5 +85,6 @@ "parent": "@thi.ng/transducers", "status": "alpha", "year": 2020 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index e153842e4c..6e9f9a4422 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 38de3f3177..62f61fe18c 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.37", + "version": "2.1.38", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/checks": "^3.3.8", - "@thi.ng/dcons": "^3.2.32", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/checks": "^3.3.9", + "@thi.ng/dcons": "^3.2.33", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -130,5 +130,6 @@ "thi.ng": { "parent": "@thi.ng/transducers", "year": 2017 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 8b12780069..42634f4497 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 7098b5af8b..dddfb992fc 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.3.32", + "version": "8.3.33", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/compose": "^2.1.26", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/random": "^3.3.23" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/compose": "^2.1.27", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/random": "^3.3.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -570,5 +570,6 @@ "sax" ], "year": 2016 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index 17fb74f2d7..75a28240c5 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 8706268bb3..7370067f80 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.18", + "version": "2.1.19", "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.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 4b5e00a947..9ef6c2f498 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 0f6e0e3f46..4d7ccdc030 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.24", + "version": "0.3.25", "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.7.1" + "@thi.ng/api": "^8.7.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -76,5 +76,6 @@ "thi.ng": { "status": "beta", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index 9f87b033c7..b82f966009 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 bc70cab30c..544d7d1430 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.43", + "version": "3.1.44", "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.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/malloc": "^6.1.30", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/malloc": "^6.1.31", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -113,5 +113,6 @@ ], "status": "alpha", "year": 2018 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 62b6205e6c..69d5c2bfd9 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/vectors/package.json b/packages/vectors/package.json index ba4400c5c2..267610f25e 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.6.1", + "version": "7.6.2", "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.7.1", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/math": "^5.4.2", - "@thi.ng/memoize": "^3.1.24", - "@thi.ng/random": "^3.3.23", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/math": "^5.4.3", + "@thi.ng/memoize": "^3.1.25", + "@thi.ng/random": "^3.3.24", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -752,5 +752,6 @@ "webgl" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index d80368b231..d4552451fe 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 2b7e59900e..f0c650386e 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.4.38", + "version": "0.4.39", "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.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/math": "^5.4.2", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/transducers": "^8.3.32" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/math": "^5.4.3", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/transducers": "^8.3.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/date": "^2.4.3", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/date": "^2.4.4", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -143,5 +143,6 @@ ], "status": "alpha", "year": 2014 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index e5a35dcea4..12a8935770 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index a19cc2744c..f4af979088 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.3.1", + "version": "0.3.2", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -36,23 +36,23 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/args": "^2.2.18", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/binary": "^3.3.18", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/compare": "^2.1.24", - "@thi.ng/defmulti": "^2.1.29", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/file-io": "^0.5.1", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/paths": "^5.1.30", - "@thi.ng/strings": "^3.3.25", - "@thi.ng/wasm-api": "^1.3.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/args": "^2.2.19", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/binary": "^3.3.19", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/compare": "^2.1.25", + "@thi.ng/defmulti": "^2.1.30", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/file-io": "^0.5.2", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/paths": "^5.1.31", + "@thi.ng/strings": "^3.3.26", + "@thi.ng/wasm-api": "^1.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -119,5 +119,6 @@ "parent": "@thi.ng/wasm-api", "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 47a87cf2d0..9d2d1131f9 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 97133f9834..5271cd3d0d 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "0.1.5", + "version": "0.1.6", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/binary": "^3.3.18", - "@thi.ng/wasm-api": "^1.3.1", - "@thi.ng/wasm-api-dom": "^0.11.13" + "@thi.ng/binary": "^3.3.19", + "@thi.ng/wasm-api": "^1.3.2", + "@thi.ng/wasm-api-dom": "^0.11.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/wasm-api-bindgen": "^0.3.1", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/wasm-api-bindgen": "^0.3.2", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -83,5 +83,6 @@ "parent": "@thi.ng/wasm-api", "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index b773211514..3c0f8c5256 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 1059a8956b..49228ec2ca 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "0.11.13", + "version": "0.11.14", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.7", - "@thi.ng/api": "^8.7.1", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/prefixes": "^2.1.18", - "@thi.ng/wasm-api": "^1.3.1" + "@thi.ng/adapt-dpi": "^2.2.8", + "@thi.ng/api": "^8.7.2", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/prefixes": "^2.1.19", + "@thi.ng/wasm-api": "^1.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/wasm-api-bindgen": "^0.3.1", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/wasm-api-bindgen": "^0.3.2", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -100,5 +100,6 @@ "parent": "@thi.ng/wasm-api", "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index 35fc692be7..59b5ec9d1d 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 327ad3718f..6a11cc0c4b 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "0.3.13", + "version": "0.3.14", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/wasm-api": "^1.3.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/wasm-api": "^1.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", - "@thi.ng/wasm-api-bindgen": "^0.3.1", + "@thi.ng/testament": "^0.3.11", + "@thi.ng/wasm-api-bindgen": "^0.3.2", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -94,5 +94,6 @@ "parent": "@thi.ng/wasm-api", "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index e57027925e..bf23eebe21 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index a095cd4b59..c76f178f50 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.3.1", + "version": "1.3.2", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test:build-zig": "zig build-lib -O ReleaseSmall -target wasm32-freestanding -dynamic --strip --pkg-begin wasmapi zig/lib.zig --pkg-end test/custom.zig && wasm-dis -o custom.wast custom.wasm && cp custom.wasm test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/hex": "^2.3.5", - "@thi.ng/idgen": "^2.1.26", - "@thi.ng/logger": "^1.4.8" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/hex": "^2.3.6", + "@thi.ng/idgen": "^2.1.27", + "@thi.ng/logger": "^1.4.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -114,5 +114,6 @@ "thi.ng": { "status": "alpha", "year": 2022 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 83c0a1e4b3..24e3b55c4c 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 02fdc64a14..82e4eae4ce 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.46", + "version": "2.1.47", "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.7.1", - "@thi.ng/shader-ast": "^0.12.39", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vector-pools": "^3.1.43", - "@thi.ng/vectors": "^7.6.1", - "@thi.ng/webgl": "^6.3.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/shader-ast": "^0.12.40", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vector-pools": "^3.1.44", + "@thi.ng/vectors": "^7.6.2", + "@thi.ng/webgl": "^6.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -93,5 +93,6 @@ "thi.ng": { "parent": "@thi.ng/webgl", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index db94273b44..c67aff86d2 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 4f3c6b7b39..99a8b7220b 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.46", + "version": "0.4.47", "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.7.1", - "@thi.ng/shader-ast": "^0.12.39", - "@thi.ng/shader-ast-glsl": "^0.4.39", - "@thi.ng/webgl": "^6.3.1" + "@thi.ng/api": "^8.7.2", + "@thi.ng/shader-ast": "^0.12.40", + "@thi.ng/shader-ast-glsl": "^0.4.40", + "@thi.ng/webgl": "^6.3.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "@types/node": "^18.11.18", "rimraf": "^4.1.2", "tools": "workspace:^", @@ -89,5 +89,6 @@ ], "status": "alpha", "year": 2019 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index 3f29b8b6b6..e2a5c0e887 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-10T13:55:30Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 c6e75855f8..639ac38b8f 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.3.1", + "version": "6.3.2", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -38,26 +38,26 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.2.7", - "@thi.ng/api": "^8.7.1", - "@thi.ng/associative": "^6.2.25", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/equiv": "^2.1.18", - "@thi.ng/errors": "^2.2.10", - "@thi.ng/logger": "^1.4.8", - "@thi.ng/matrices": "^2.1.42", - "@thi.ng/memoize": "^3.1.24", - "@thi.ng/pixel": "^4.1.2", - "@thi.ng/shader-ast": "^0.12.39", - "@thi.ng/shader-ast-glsl": "^0.4.39", - "@thi.ng/shader-ast-stdlib": "^0.13.2", - "@thi.ng/transducers": "^8.3.32", - "@thi.ng/vector-pools": "^3.1.43", - "@thi.ng/vectors": "^7.6.1" + "@thi.ng/adapt-dpi": "^2.2.8", + "@thi.ng/api": "^8.7.2", + "@thi.ng/associative": "^6.2.26", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/equiv": "^2.1.19", + "@thi.ng/errors": "^2.2.11", + "@thi.ng/logger": "^1.4.9", + "@thi.ng/matrices": "^2.1.43", + "@thi.ng/memoize": "^3.1.25", + "@thi.ng/pixel": "^4.1.3", + "@thi.ng/shader-ast": "^0.12.40", + "@thi.ng/shader-ast-glsl": "^0.4.40", + "@thi.ng/shader-ast-stdlib": "^0.13.3", + "@thi.ng/transducers": "^8.3.33", + "@thi.ng/vector-pools": "^3.1.44", + "@thi.ng/vectors": "^7.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -218,5 +218,6 @@ "vector-pools" ], "year": 2014 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index e7aebe32f4..edce8e3a5e 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-02-05T14:42:22Z +- **Last updated**: 2023-02-10T14:03:11Z - **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 290b3d8244..0758d97cfb 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.33", + "version": "2.1.34", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.7.1", - "@thi.ng/arrays": "^2.5.3", - "@thi.ng/checks": "^3.3.8", - "@thi.ng/errors": "^2.2.10" + "@thi.ng/api": "^8.7.2", + "@thi.ng/arrays": "^2.5.4", + "@thi.ng/checks": "^3.3.9", + "@thi.ng/errors": "^2.2.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.34.2", - "@thi.ng/testament": "^0.3.10", + "@thi.ng/testament": "^0.3.11", "rimraf": "^4.1.2", "tools": "workspace:^", "typedoc": "^0.23.24", @@ -93,5 +93,6 @@ "gp" ], "year": 2015 - } + }, + "gitHead": "2b5a99a8af71670780875637299be9118b01084d\n" } diff --git a/yarn.lock b/yarn.lock index b2e00ee4cb..e8f07e2518 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2480,12 +2480,12 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adapt-dpi@^2.2.7, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": +"@thi.ng/adapt-dpi@^2.2.8, @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.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2498,14 +2498,14 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/bitfield": ^2.2.20 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/sparse": ^0.3.37 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/bitfield": ^2.2.21 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/sparse": ^0.3.38 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2513,12 +2513,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@^8.7.0, @thi.ng/api@^8.7.1, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@^8.7.2, @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.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2526,16 +2526,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@^2.2.18, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@^2.2.19, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2543,18 +2543,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@^2.5.3, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@^2.5.4, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2562,22 +2562,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.2.25, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.2.26, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -2586,16 +2586,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@^5.1.30, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@^5.1.31, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -2604,20 +2604,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@^0.5.1, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@^0.5.2, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/date": ^2.4.3 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/date": ^2.4.4 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 serialport: ^10.5.0 tools: "workspace:^" @@ -2626,13 +2626,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@^2.4.0, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@^2.4.1, @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.34.2 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2640,13 +2640,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@^3.2.1, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@^3.2.2, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -2660,13 +2660,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/transducers-binary": ^2.1.37 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/transducers-binary": ^2.1.38 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2674,13 +2674,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@^3.3.18, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@^3.3.19, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2688,16 +2688,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@^2.2.20, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@^2.2.21, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2705,13 +2705,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@^2.2.14, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@^2.2.15, @thi.ng/bitstream@workspace:packages/bitstream": version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2724,10 +2724,10 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2740,12 +2740,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2753,12 +2753,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@^3.3.8, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@^3.3.9, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -2773,13 +2773,13 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/base-n": ^2.4.0 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/color": ^5.3.0 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/base-n": ^2.4.1 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/color": ^5.3.1 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2787,25 +2787,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.3.0, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.3.1, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2818,15 +2818,15 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/dsp": ^4.3.2 - "@thi.ng/dsp-io-wav": ^2.1.37 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/text-canvas": ^2.4.27 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/dsp": ^4.3.3 + "@thi.ng/dsp-io-wav": ^2.1.38 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/text-canvas": ^2.4.28 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2834,13 +2834,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@^2.1.24, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@^2.1.25, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2853,11 +2853,11 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2865,14 +2865,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@^2.1.26, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@^2.1.27, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2880,18 +2880,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.37, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.38, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2904,11 +2904,11 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2916,15 +2916,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@^2.4.3, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@^2.4.4, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2932,19 +2932,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.32, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.33, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2952,15 +2952,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@^2.1.29, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@^2.1.30, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2973,10 +2973,10 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/dgraph": ^2.1.37 - "@thi.ng/dot": ^2.1.28 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/dgraph": ^2.1.38 + "@thi.ng/dot": ^2.1.29 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -2984,17 +2984,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.37, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.38, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3002,14 +3002,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@^5.1.24, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@^5.1.25, @thi.ng/diff@workspace:packages/diff": version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3022,9 +3022,9 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3032,18 +3032,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.2.1, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.2.2, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/heaps": ^2.1.24 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/heaps": ^2.1.25 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3056,10 +3056,10 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/mime": ^2.2.13 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/mime": ^2.2.14 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3067,13 +3067,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@^2.1.24, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@^2.1.25, @thi.ng/dlogic@workspace:packages/dlogic": version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3081,14 +3081,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@^2.1.28, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@^2.1.29, @thi.ng/dot@workspace:packages/dot": version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3096,17 +3096,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@^2.1.37, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@^2.1.38, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/transducers-binary": ^2.1.37 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/transducers-binary": ^2.1.38 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3114,18 +3114,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@^4.3.2, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@^4.3.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3138,8 +3138,8 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3152,9 +3152,9 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3167,18 +3167,18 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/idgen": ^2.1.26 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/malloc": ^6.1.30 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/idgen": ^2.1.27 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/malloc": ^6.1.31 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -3192,17 +3192,17 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/dot": ^2.1.28 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/prefixes": ^2.1.18 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers-binary": ^2.1.37 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/dot": ^2.1.29 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/prefixes": ^2.1.19 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers-binary": ^2.1.38 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3210,12 +3210,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@^2.1.18, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@^2.1.19, @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.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3223,12 +3223,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@^2.2.10, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@^2.2.11, @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.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -3242,7 +3242,7 @@ __metadata: resolution: "@thi.ng/expose@workspace:packages/expose" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -3251,17 +3251,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@^0.5.1, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@^0.5.2, @thi.ng/file-io@workspace:packages/file-io": version: 0.0.0-use.local resolution: "@thi.ng/file-io@workspace:packages/file-io" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3269,18 +3269,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fsm@^3.1.38, @thi.ng/fsm@workspace:packages/fsm": +"@thi.ng/fsm@^3.1.39, @thi.ng/fsm@workspace:packages/fsm": version: 0.0.0-use.local resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3293,14 +3293,14 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/fuzzy": ^2.1.25 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/hiccup-svg": ^4.3.30 - "@thi.ng/math": ^5.4.2 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/text-canvas": ^2.4.27 + "@thi.ng/api": ^8.7.2 + "@thi.ng/fuzzy": ^2.1.26 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/hiccup-svg": ^4.3.31 + "@thi.ng/math": ^5.4.3 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/text-canvas": ^2.4.28 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3308,14 +3308,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@^2.1.25, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@^2.1.26, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3323,24 +3323,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@^3.3.1, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@^3.3.2, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/distance": ^2.2.1 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/heaps": ^2.1.24 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/distance": ^2.2.2 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/heaps": ^2.1.25 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3348,14 +3348,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.4.2, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.4.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3363,17 +3363,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.45, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.46, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-resample": ^2.2.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-resample": ^2.2.3 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3386,19 +3386,19 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/axidraw": ^0.5.1 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/geom": ^4.2.2 - "@thi.ng/geom-accel": ^3.3.1 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-clip-line": ^2.3.2 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/axidraw": ^0.5.2 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/geom": ^4.2.3 + "@thi.ng/geom-accel": ^3.3.2 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-clip-line": ^2.3.3 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3406,15 +3406,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.3.2, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.3.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3422,16 +3422,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.44, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.45, @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.34.2 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/geom-poly-utils": ^2.3.28 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/geom-poly-utils": ^2.3.29 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3439,15 +3439,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.41, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.42, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3460,17 +3460,17 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/color": ^5.3.0 - "@thi.ng/geom": ^4.2.2 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-clip-line": ^2.3.2 - "@thi.ng/geom-resample": ^2.2.2 - "@thi.ng/grid-iterators": ^3.0.4 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/color": ^5.3.1 + "@thi.ng/geom": ^4.2.3 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-clip-line": ^2.3.3 + "@thi.ng/geom-resample": ^2.2.3 + "@thi.ng/grid-iterators": ^3.0.5 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3478,14 +3478,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.41, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.42, @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.34.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3498,10 +3498,10 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3509,17 +3509,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.44, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.45, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-closest-point": ^2.1.41 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-closest-point": ^2.1.42 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3527,15 +3527,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.41, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.42, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3543,17 +3543,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.28, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.29, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3561,18 +3561,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.2.2, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.2.3, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-closest-point": ^2.1.41 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-closest-point": ^2.1.42 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3585,19 +3585,19 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/geom": ^4.2.2 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-isoline": ^2.1.41 - "@thi.ng/geom-poly-utils": ^2.3.28 - "@thi.ng/geom-resample": ^2.2.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/geom": ^4.2.3 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-isoline": ^2.1.42 + "@thi.ng/geom-poly-utils": ^2.3.29 + "@thi.ng/geom-resample": ^2.2.3 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3605,19 +3605,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.19, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.20, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-arc": ^2.1.45 - "@thi.ng/geom-resample": ^2.2.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-arc": ^2.1.46 + "@thi.ng/geom-resample": ^2.2.3 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3625,16 +3625,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.44, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.45, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3642,18 +3642,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.44, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.45, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/geom-poly-utils": ^2.3.28 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/geom-poly-utils": ^2.3.29 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3666,13 +3666,13 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/grid-iterators": ^3.0.4 - "@thi.ng/matrices": ^2.1.42 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/grid-iterators": ^3.0.5 + "@thi.ng/matrices": ^2.1.43 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3685,17 +3685,17 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/bitfield": ^2.2.20 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-clip-line": ^2.3.2 - "@thi.ng/geom-clip-poly": ^2.1.44 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/geom-poly-utils": ^2.3.28 - "@thi.ng/math": ^5.4.2 - "@thi.ng/quad-edge": ^3.1.22 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/bitfield": ^2.2.21 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-clip-line": ^2.3.3 + "@thi.ng/geom-clip-poly": ^2.1.45 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/geom-poly-utils": ^2.3.29 + "@thi.ng/math": ^5.4.3 + "@thi.ng/quad-edge": ^3.1.23 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3703,39 +3703,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^4.2.2, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^4.2.3, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-arc": ^2.1.45 - "@thi.ng/geom-clip-line": ^2.3.2 - "@thi.ng/geom-clip-poly": ^2.1.44 - "@thi.ng/geom-closest-point": ^2.1.41 - "@thi.ng/geom-hull": ^2.1.41 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/geom-poly-utils": ^2.3.28 - "@thi.ng/geom-resample": ^2.2.2 - "@thi.ng/geom-splines": ^2.2.19 - "@thi.ng/geom-subdiv-curve": ^2.1.44 - "@thi.ng/geom-tessellate": ^2.1.44 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/hiccup-svg": ^4.3.30 - "@thi.ng/math": ^5.4.2 - "@thi.ng/matrices": ^2.1.42 - "@thi.ng/random": ^3.3.23 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-arc": ^2.1.46 + "@thi.ng/geom-clip-line": ^2.3.3 + "@thi.ng/geom-clip-poly": ^2.1.45 + "@thi.ng/geom-closest-point": ^2.1.42 + "@thi.ng/geom-hull": ^2.1.42 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/geom-poly-utils": ^2.3.29 + "@thi.ng/geom-resample": ^2.2.3 + "@thi.ng/geom-splines": ^2.2.20 + "@thi.ng/geom-subdiv-curve": ^2.1.45 + "@thi.ng/geom-tessellate": ^2.1.45 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/hiccup-svg": ^4.3.31 + "@thi.ng/math": ^5.4.3 + "@thi.ng/matrices": ^2.1.43 + "@thi.ng/random": ^3.3.24 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3748,13 +3748,13 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/zipper": ^2.1.33 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/zipper": ^2.1.34 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3762,19 +3762,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^3.0.4, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^3.0.5, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/bitfield": ^2.2.20 - "@thi.ng/morton": ^3.1.29 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/bitfield": ^2.2.21 + "@thi.ng/morton": ^3.1.30 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3787,12 +3787,12 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/diff": ^5.1.24 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/hiccup-css": ^2.1.37 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/diff": ^5.1.25 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/hiccup-css": ^2.1.38 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -3808,13 +3808,13 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/diff": ^5.1.24 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hdom": ^9.2.5 - "@thi.ng/hiccup-canvas": ^2.2.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/diff": ^5.1.25 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hdom": ^9.2.6 + "@thi.ng/hiccup-canvas": ^2.2.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3827,13 +3827,13 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/adapt-dpi": ^2.2.7 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/transducers-stats": ^2.1.37 + "@thi.ng/adapt-dpi": ^2.2.8 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/transducers-stats": ^2.1.38 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3846,10 +3846,10 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/hdom": ^9.2.5 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/hdom": ^9.2.6 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3857,21 +3857,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.2.5, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.2.6, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/atom": ^5.1.30 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/diff": ^5.1.24 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/prefixes": ^2.1.18 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/atom": ^5.1.31 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/diff": ^5.1.25 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/prefixes": ^2.1.19 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3879,15 +3879,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@^2.1.24, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@^2.1.25, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3895,12 +3895,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@^2.3.5, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@^2.3.6, @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.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3908,18 +3908,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.2.2, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.2.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/color": ^5.3.0 - "@thi.ng/math": ^5.4.2 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/color": ^5.3.1 + "@thi.ng/math": ^5.4.3 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3932,8 +3932,8 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/hiccup": ^4.2.30 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3941,16 +3941,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.37, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.38, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3958,13 +3958,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.2.7, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.2.8, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3977,17 +3977,17 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/fsm": ^3.1.38 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/text-canvas": ^2.4.27 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/fsm": ^3.1.39 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/text-canvas": ^2.4.28 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -3995,15 +3995,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^4.3.30, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^4.3.31, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/color": ^5.3.0 - "@thi.ng/prefixes": ^2.1.18 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/color": ^5.3.1 + "@thi.ng/prefixes": ^2.1.19 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4011,17 +4011,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^4.2.30, @thi.ng/hiccup@^4.2.31, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^4.2.32, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/atom": ^5.1.30 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/atom": ^5.1.31 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4029,14 +4029,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@^2.1.26, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@^2.1.27, @thi.ng/idgen@workspace:packages/idgen": version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -4050,13 +4050,13 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4069,17 +4069,17 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom": ^4.2.2 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/geom-isec": ^2.1.44 - "@thi.ng/geom-tessellate": ^2.1.44 - "@thi.ng/layout": ^2.1.22 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom": ^4.2.3 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/geom-isec": ^2.1.45 + "@thi.ng/geom-tessellate": ^2.1.45 + "@thi.ng/layout": ^2.1.23 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4092,13 +4092,13 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/atom": ^5.1.30 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/atom": ^5.1.31 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4111,11 +4111,11 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/dlogic": ^2.1.24 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/dlogic": ^2.1.25 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4128,10 +4128,10 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4139,17 +4139,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.6.0, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.6.1, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/distance": ^2.2.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/distance": ^2.2.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4162,11 +4162,11 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/base-n": ^2.4.0 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/random": ^3.3.23 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/base-n": ^2.4.1 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/random": ^3.3.24 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4176,13 +4176,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@^2.1.22, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@^2.1.23, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4195,10 +4195,10 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers-binary": ^2.1.37 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers-binary": ^2.1.38 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4206,7 +4206,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@^1.4.8, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@^1.4.9, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -4223,8 +4223,8 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4237,14 +4237,14 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4252,16 +4252,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@^6.1.30, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@^6.1.31, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4274,13 +4274,13 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4288,13 +4288,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@^5.4.2, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@^5.4.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4302,16 +4302,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.42, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.43, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4319,13 +4319,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@^3.1.24, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@^3.1.25, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4333,13 +4333,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@^2.2.13, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@^2.2.14, @thi.ng/mime@workspace:packages/mime": version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.0 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4347,16 +4347,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@^3.1.29, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@^3.1.30, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4369,11 +4369,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4386,12 +4386,12 @@ __metadata: resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4399,15 +4399,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@^5.1.30, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@^5.1.31, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4420,10 +4420,10 @@ __metadata: resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4436,9 +4436,9 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 geotiff: ^2.0.7 rimraf: ^4.1.2 tools: "workspace:^" @@ -4452,10 +4452,10 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4463,20 +4463,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^4.1.2, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^4.1.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/distance": ^2.2.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/k-means": ^0.6.0 - "@thi.ng/math": ^5.4.2 - "@thi.ng/porter-duff": ^2.1.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/distance": ^2.2.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/k-means": ^0.6.1 + "@thi.ng/math": ^5.4.3 + "@thi.ng/porter-duff": ^2.1.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -4490,13 +4490,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/args": ^2.2.18 - "@thi.ng/bench": ^3.2.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/pointfree": ^3.1.29 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/args": ^2.2.19 + "@thi.ng/bench": ^3.2.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/pointfree": ^3.1.30 + "@thi.ng/testament": ^0.3.11 pegjs: 0.11.0-master.b7b87ea rimraf: ^4.1.2 tools: "workspace:^" @@ -4507,17 +4507,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@^3.1.29, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@^3.1.30, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4530,12 +4530,12 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/geom-api": ^3.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/geom-api": ^3.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4543,14 +4543,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@^2.1.25, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@^2.1.26, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4558,12 +4558,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@^2.1.18, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@^2.1.19, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4571,13 +4571,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@^3.1.22, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@^3.1.23, @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.34.2 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4590,12 +4590,12 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/math": ^5.4.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/math": ^5.4.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4608,10 +4608,10 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/base-n": ^2.4.0 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/base-n": ^2.4.1 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4619,16 +4619,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@^3.3.23, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@^3.3.24, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4641,9 +4641,9 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/bitstream": ^2.2.14 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/bitstream": ^2.2.15 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4656,14 +4656,14 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/grid-iterators": ^3.0.4 - "@thi.ng/porter-duff": ^2.1.25 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/grid-iterators": ^3.0.5 + "@thi.ng/porter-duff": ^2.1.26 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4676,15 +4676,15 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/adapt-dpi": ^2.2.7 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/hiccup-canvas": ^2.2.2 - "@thi.ng/rdom": ^0.10.8 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/adapt-dpi": ^2.2.8 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/hiccup-canvas": ^2.2.3 + "@thi.ng/rdom": ^0.10.9 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4697,14 +4697,14 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/hiccup-html": ^2.2.7 - "@thi.ng/rdom": ^0.10.8 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/hiccup-html": ^2.2.8 + "@thi.ng/rdom": ^0.10.9 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4712,20 +4712,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.10.8, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.10.9, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/prefixes": ^2.1.18 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/prefixes": ^2.1.19 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4733,16 +4733,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@^7.1.22, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@^7.1.23, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4755,9 +4755,9 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/bitstream": ^2.2.14 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/bitstream": ^2.2.15 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4770,11 +4770,11 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -4788,9 +4788,9 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/csp": ^2.1.37 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/csp": ^2.1.38 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4798,15 +4798,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^2.1.40, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^2.1.41, @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.34.2 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4819,12 +4819,12 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4837,15 +4837,15 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/atom": ^5.1.30 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/resolve-map": ^7.1.22 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/atom": ^5.1.31 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/resolve-map": ^7.1.23 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4858,8 +4858,8 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/testament": ^0.3.11 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -4873,14 +4873,14 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4893,17 +4893,17 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/rstream": ^7.2.37 - "@thi.ng/rstream-dot": ^2.1.40 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/rstream": ^7.2.38 + "@thi.ng/rstream-dot": ^2.1.41 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4911,20 +4911,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^7.2.37, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^7.2.38, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/atom": ^5.1.30 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/atom": ^5.1.31 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4937,11 +4937,11 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/transducers-fsm": ^2.2.6 + "@thi.ng/api": ^8.7.2 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/transducers-fsm": ^2.2.7 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4954,12 +4954,12 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/matrices": ^2.1.42 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/matrices": ^2.1.43 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4972,9 +4972,9 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4987,10 +4987,10 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -4998,16 +4998,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.39, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.40, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5020,15 +5020,15 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/matrices": ^2.1.42 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/matrices": ^2.1.43 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5041,12 +5041,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/math": ^5.4.2 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/math": ^5.4.3 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5054,14 +5054,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.13.2, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.13.3, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5069,18 +5069,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.39, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.40, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/dgraph": ^2.1.37 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/dgraph": ^2.1.38 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5093,8 +5093,8 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers-binary": ^2.1.37 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers-binary": ^2.1.38 assemblyscript: 0.27.0 rimraf: ^4.1.2 tools: "workspace:^" @@ -5108,13 +5108,13 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers-binary": ^2.1.37 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers-binary": ^2.1.38 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5122,15 +5122,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.37, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.38, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5138,16 +5138,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@^3.3.25, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@^3.3.26, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/memoize": ^3.1.24 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/memoize": ^3.1.25 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5160,10 +5160,10 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/dgraph": ^2.1.37 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/dgraph": ^2.1.38 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5176,17 +5176,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/args": ^2.2.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/date": ^2.4.3 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/file-io": ^0.5.1 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/args": ^2.2.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/date": ^2.4.4 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/file-io": ^0.5.2 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5196,12 +5196,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@^0.3.10, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@^0.3.11, @thi.ng/testament@workspace:packages/testament": version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/logger": ^1.4.8 + "@thi.ng/logger": ^1.4.9 chokidar: ^3.5.3 rimraf: ^4.1.2 tools: "workspace:^" @@ -5212,21 +5212,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.4.27, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.4.28, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/geom-clip-line": ^2.3.2 - "@thi.ng/math": ^5.4.2 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/text-format": ^1.2.17 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/geom-clip-line": ^2.3.3 + "@thi.ng/math": ^5.4.3 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/text-format": ^1.2.18 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" tslib: ^2.5.0 @@ -5235,15 +5235,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@^1.2.17, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@^1.2.18, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/memoize": ^3.1.24 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/memoize": ^3.1.25 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5256,13 +5256,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/file-io": ^0.5.1 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/file-io": ^0.5.2 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5270,18 +5270,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.37, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.38, @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.34.2 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5289,14 +5289,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.2.6, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.2.7, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5309,10 +5309,10 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/hdom": ^9.2.5 - "@thi.ng/hiccup": ^4.2.31 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/hdom": ^9.2.6 + "@thi.ng/hiccup": ^4.2.32 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5325,12 +5325,12 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5338,16 +5338,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.37, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.38, @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.34.2 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/dcons": ^3.2.32 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/dcons": ^3.2.33 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5355,20 +5355,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.3.32, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.3.33, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/compose": ^2.1.26 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/random": ^3.3.23 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/compose": ^2.1.27 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/random": ^3.3.24 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5381,7 +5381,7 @@ __metadata: resolution: "@thi.ng/unionstruct@workspace:packages/unionstruct" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5394,8 +5394,8 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5403,20 +5403,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.43, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.44, @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.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/malloc": ^6.1.30 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/malloc": ^6.1.31 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5424,22 +5424,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.6.1, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.6.2, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/math": ^5.4.2 - "@thi.ng/memoize": ^3.1.24 - "@thi.ng/random": ^3.3.23 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/math": ^5.4.3 + "@thi.ng/memoize": ^3.1.25 + "@thi.ng/random": ^3.3.24 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5452,15 +5452,15 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/date": ^2.4.3 - "@thi.ng/math": ^5.4.2 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/date": ^2.4.4 + "@thi.ng/math": ^5.4.3 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5468,25 +5468,25 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@^0.3.1, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@^0.3.2, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/args": ^2.2.18 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/compare": ^2.1.24 - "@thi.ng/defmulti": ^2.1.29 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/file-io": ^0.5.1 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/paths": ^5.1.30 - "@thi.ng/strings": ^3.3.25 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/wasm-api": ^1.3.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/args": ^2.2.19 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/compare": ^2.1.25 + "@thi.ng/defmulti": ^2.1.30 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/file-io": ^0.5.2 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/paths": ^5.1.31 + "@thi.ng/strings": ^3.3.26 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/wasm-api": ^1.3.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5501,11 +5501,11 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/binary": ^3.3.18 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/wasm-api": ^1.3.1 - "@thi.ng/wasm-api-bindgen": ^0.3.1 - "@thi.ng/wasm-api-dom": ^0.11.13 + "@thi.ng/binary": ^3.3.19 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/wasm-api": ^1.3.2 + "@thi.ng/wasm-api-bindgen": ^0.3.2 + "@thi.ng/wasm-api-dom": ^0.11.14 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5513,18 +5513,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@^0.11.13, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@^0.11.14, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/adapt-dpi": ^2.2.7 - "@thi.ng/api": ^8.7.1 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/prefixes": ^2.1.18 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/wasm-api": ^1.3.1 - "@thi.ng/wasm-api-bindgen": ^0.3.1 + "@thi.ng/adapt-dpi": ^2.2.8 + "@thi.ng/api": ^8.7.2 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/prefixes": ^2.1.19 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/wasm-api": ^1.3.2 + "@thi.ng/wasm-api-bindgen": ^0.3.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5537,10 +5537,10 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/wasm-api": ^1.3.1 - "@thi.ng/wasm-api-bindgen": ^0.3.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/wasm-api": ^1.3.2 + "@thi.ng/wasm-api-bindgen": ^0.3.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5548,19 +5548,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@^1.3.1, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@^1.3.2, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/hex": ^2.3.5 - "@thi.ng/idgen": ^2.1.26 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/hex": ^2.3.6 + "@thi.ng/idgen": ^2.1.27 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5573,13 +5573,13 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vector-pools": ^3.1.43 - "@thi.ng/vectors": ^7.6.1 - "@thi.ng/webgl": ^6.3.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vector-pools": ^3.1.44 + "@thi.ng/vectors": ^7.6.2 + "@thi.ng/webgl": ^6.3.2 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -5593,11 +5593,11 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/shader-ast-glsl": ^0.4.39 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/webgl": ^6.3.1 + "@thi.ng/api": ^8.7.2 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/shader-ast-glsl": ^0.4.40 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/webgl": ^6.3.2 "@types/node": ^18.11.18 rimraf: ^4.1.2 tools: "workspace:^" @@ -5606,28 +5606,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.3.1, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.3.2, @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.34.2 - "@thi.ng/adapt-dpi": ^2.2.7 - "@thi.ng/api": ^8.7.1 - "@thi.ng/associative": ^6.2.25 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/equiv": ^2.1.18 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/logger": ^1.4.8 - "@thi.ng/matrices": ^2.1.42 - "@thi.ng/memoize": ^3.1.24 - "@thi.ng/pixel": ^4.1.2 - "@thi.ng/shader-ast": ^0.12.39 - "@thi.ng/shader-ast-glsl": ^0.4.39 - "@thi.ng/shader-ast-stdlib": ^0.13.2 - "@thi.ng/testament": ^0.3.10 - "@thi.ng/transducers": ^8.3.32 - "@thi.ng/vector-pools": ^3.1.43 - "@thi.ng/vectors": ^7.6.1 + "@thi.ng/adapt-dpi": ^2.2.8 + "@thi.ng/api": ^8.7.2 + "@thi.ng/associative": ^6.2.26 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/equiv": ^2.1.19 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/logger": ^1.4.9 + "@thi.ng/matrices": ^2.1.43 + "@thi.ng/memoize": ^3.1.25 + "@thi.ng/pixel": ^4.1.3 + "@thi.ng/shader-ast": ^0.12.40 + "@thi.ng/shader-ast-glsl": ^0.4.40 + "@thi.ng/shader-ast-stdlib": ^0.13.3 + "@thi.ng/testament": ^0.3.11 + "@thi.ng/transducers": ^8.3.33 + "@thi.ng/vector-pools": ^3.1.44 + "@thi.ng/vectors": ^7.6.2 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24 @@ -5635,16 +5635,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@^2.1.33, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@^2.1.34, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": ^7.34.2 - "@thi.ng/api": ^8.7.1 - "@thi.ng/arrays": ^2.5.3 - "@thi.ng/checks": ^3.3.8 - "@thi.ng/errors": ^2.2.10 - "@thi.ng/testament": ^0.3.10 + "@thi.ng/api": ^8.7.2 + "@thi.ng/arrays": ^2.5.4 + "@thi.ng/checks": ^3.3.9 + "@thi.ng/errors": ^2.2.11 + "@thi.ng/testament": ^0.3.11 rimraf: ^4.1.2 tools: "workspace:^" typedoc: ^0.23.24