diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index fdc3c03543..6ea3f0d443 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 15ab38b479..3a7f847da4 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.41", + "version": "2.2.42", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index ffabd66e83..c9f30dc441 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 bd46e9da5f..cd027d4af5 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.37", + "version": "2.5.38", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -39,16 +39,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/bitfield": "^2.3.30", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/sparse": "^0.3.105" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/bitfield": "^2.3.31", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/sparse": "^0.3.106" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/vectors": "^7.10.17", + "@thi.ng/vectors": "^7.10.18", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 968bf75384..8ff7c9e91d 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 4f53ab0bc3..7a2e719e15 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.9.29", + "version": "8.9.30", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index 8e60100373..ea1bded78c 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f0fae28006..ffe483368b 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.22", + "version": "2.3.23", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/text-format": "^2.1.7" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/text-format": "^2.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index d76be617d3..ca4f63c697 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 acb1485d2e..900375c14f 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.8.7", + "version": "2.8.8", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 95984d88c0..cf370351f2 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 244ae8040f..2502c77649 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.47", + "version": "6.3.48", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11", + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index e45628ea88..7127ae49cc 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 45ab131869..94574527d6 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.2.37", + "version": "5.2.38", "description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/paths": "^5.1.72", + "@thi.ng/api": "^8.9.30", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/paths": "^5.1.73", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 665278ecb7..88890c9546 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a17fe8b3ef..3c15fce1a3 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.65", + "version": "1.1.66", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/date": "^2.7.6", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/units": "^0.4.37", - "@thi.ng/vectors": "^7.10.17", + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/date": "^2.7.7", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/units": "^0.4.38", + "@thi.ng/vectors": "^7.10.18", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/base-n/CHANGELOG.md b/packages/base-n/CHANGELOG.md index 5884db95ff..7eb7c21f71 100644 --- a/packages/base-n/CHANGELOG.md +++ b/packages/base-n/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 4d2e364536..121f01bca2 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/base-n", - "version": "2.7.6", + "version": "2.7.7", "description": "Arbitrary base-n conversions w/ presets for base8/16/32/36/58/62/64/83/85, support for bigints and encoding/decoding of byte arrays", "type": "module", "module": "./index.js", diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index d9761674de..397744c155 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [3.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@3.5.0) (2024-03-13) + +#### 🚀 Features + +- add frequency stat (i.e. ops/sec) ([0e6576a](https://github.com/thi-ng/umbrella/commit/0e6576a)) + - add `BenchmarkOpts.extSize` + - update `benchmark()` + - update all formatters + - add `setPrecision()` to adjust float formatter + ### [3.4.28](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@3.4.28) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/bench/package.json b/packages/bench/package.json index abd4b77fc1..18ae37defb 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.4.33", + "version": "3.5.0", "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/testament": "^0.4.22", + "@thi.ng/testament": "^0.4.23", "@types/node": "^20.11.26", "esbuild": "^0.20.1", "rimraf": "^5.0.5", diff --git a/packages/bencode/CHANGELOG.md b/packages/bencode/CHANGELOG.md index 5ad1949a18..ac43b14b30 100644 --- a/packages/bencode/CHANGELOG.md +++ b/packages/bencode/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8ad59a4c38..8e6dcedb18 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.108", + "version": "2.1.109", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/transducers-binary": "^2.1.106" + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/transducers-binary": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index 29ef2d97cc..ef3483afdb 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 50f9e0f61f..e1eb3f5208 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.18", + "version": "3.4.19", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/bitfield/CHANGELOG.md b/packages/bitfield/CHANGELOG.md index 78b50cdb41..b0b7c8e7b8 100644 --- a/packages/bitfield/CHANGELOG.md +++ b/packages/bitfield/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 ba029f6174..c5755105cb 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.30", + "version": "2.3.31", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/bitstream/CHANGELOG.md b/packages/bitstream/CHANGELOG.md index bd591d7062..9fbffe8a5f 100644 --- a/packages/bitstream/CHANGELOG.md +++ b/packages/bitstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 790611caf4..c02f3527c2 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitstream", - "version": "2.2.51", + "version": "2.2.52", "description": "ES6 iterator based read/write bit streams with support for variable word widths", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.4.20" + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/blurhash/CHANGELOG.md b/packages/blurhash/CHANGELOG.md index 005fd386c0..8d7fc1160a 100644 --- a/packages/blurhash/CHANGELOG.md +++ b/packages/blurhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/blurhash/package.json b/packages/blurhash/package.json index 92e281a61f..504157e992 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.1.15", + "version": "0.1.16", "description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/base-n": "^2.7.6", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6" + "@thi.ng/api": "^8.9.30", + "@thi.ng/base-n": "^2.7.7", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/boids/CHANGELOG.md b/packages/boids/CHANGELOG.md index a81d84e069..6b45462c3d 100644 --- a/packages/boids/CHANGELOG.md +++ b/packages/boids/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/boids/package.json b/packages/boids/package.json index f6ce0c1b84..afb129de72 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.19", + "version": "1.0.20", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/distance": "^2.4.59", - "@thi.ng/geom-closest-point": "^2.1.113", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/math": "^5.10.6", - "@thi.ng/timestep": "^0.5.35", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/distance": "^2.4.60", + "@thi.ng/geom-closest-point": "^2.1.114", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/math": "^5.10.7", + "@thi.ng/timestep": "^0.5.36", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 58f8e20fc0..c655438f7e 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-11T19:30:41Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c4d9ef7f0e..ab6e100a15 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.2.1", + "version": "2.2.2", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/canvas/CHANGELOG.md b/packages/canvas/CHANGELOG.md index 3cf15dd5c9..aa092e3db7 100644 --- a/packages/canvas/CHANGELOG.md +++ b/packages/canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/canvas/package.json b/packages/canvas/package.json index 34db73f644..f0226549f2 100644 --- a/packages/canvas/package.json +++ b/packages/canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/canvas", - "version": "0.2.11", + "version": "0.2.12", "description": "Canvas creation & HDPI support helpers", "type": "module", "module": "./index.js", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 52aa0900d9..cca7fd2f4d 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b1821432e5..a438322a74 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.97", + "version": "0.2.98", "description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/checks/CHANGELOG.md b/packages/checks/CHANGELOG.md index 6f19e35f0d..aa70ca6ca6 100644 --- a/packages/checks/CHANGELOG.md +++ b/packages/checks/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d253995f45..154c5a4548 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/checks", - "version": "3.5.2", + "version": "3.5.3", "description": "Collection of 70+ type, feature & value checks", "type": "module", "module": "./index.js", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 1b3fb7a899..4af72e4a0c 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 3697bfa467..e45fa5e13f 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.2.44", + "version": "1.2.45", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/base-n": "^2.7.6", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/color": "^5.6.31", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hex": "^2.3.39" + "@thi.ng/api": "^8.9.30", + "@thi.ng/base-n": "^2.7.7", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/color": "^5.6.32", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hex": "^2.3.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 524a79d49f..ce35d3fe86 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 bc345c264e..a1096c98cd 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.31", + "version": "5.6.32", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -40,19 +40,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/random": "^3.6.36", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/random": "^3.6.37", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index 5822307653..eb5a4bf150 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 0960038c3b..619b3ff39b 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.60", + "version": "1.0.61", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.18", - "@thi.ng/random": "^3.6.36" + "@thi.ng/binary": "^3.4.19", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/api": "^8.9.29", - "@thi.ng/dsp": "^4.7.19", - "@thi.ng/dsp-io-wav": "^2.1.106", - "@thi.ng/text-canvas": "^3.0.9", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17", + "@thi.ng/api": "^8.9.30", + "@thi.ng/dsp": "^4.7.21", + "@thi.ng/dsp-io-wav": "^2.1.107", + "@thi.ng/text-canvas": "^3.0.10", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 03656bddb3..5831a84614 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 74ca4aa1d0..f75f2472da 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.2.25", + "version": "2.2.26", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/complex/CHANGELOG.md b/packages/complex/CHANGELOG.md index 324653ef1f..cc89916ecb 100644 --- a/packages/complex/CHANGELOG.md +++ b/packages/complex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 112ae2d260..d33dabd83c 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.47", + "version": "0.2.48", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 9a0ff36802..a15862a50a 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1d3e2bc34b..8f1c3591dc 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.68", + "version": "2.1.69", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index b42758955c..7f743a3de5 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 3c4a4e668e..f7d74a1c4e 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.105", + "version": "2.1.106", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index 512a749dc6..c206e0a2a0 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 30db830934..2bffe0c1eb 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.72", + "version": "2.3.73", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index cb1a6c81ad..5954f7e31c 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 ad9f794687..41f4c0ffde 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.6", + "version": "2.7.7", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dcons/CHANGELOG.md b/packages/dcons/CHANGELOG.md index 62ac78855c..f136aaca20 100644 --- a/packages/dcons/CHANGELOG.md +++ b/packages/dcons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c9673163eb..319cea83da 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.100", + "version": "3.2.101", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index 9c7f55d4ff..3c33a2b402 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 69f9c521f2..b3004fd439 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.30", + "version": "3.0.31", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dgraph-dot/CHANGELOG.md b/packages/dgraph-dot/CHANGELOG.md index e7e7db7a6f..9a42a77521 100644 --- a/packages/dgraph-dot/CHANGELOG.md +++ b/packages/dgraph-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 19c84a04db..3e34f7ffd3 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.106", + "version": "2.1.107", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/dgraph": "^2.1.105", - "@thi.ng/dot": "^2.1.67" + "@thi.ng/api": "^8.9.30", + "@thi.ng/dgraph": "^2.1.106", + "@thi.ng/dot": "^2.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dgraph/CHANGELOG.md b/packages/dgraph/CHANGELOG.md index 2223e6b7ec..85a7b22441 100644 --- a/packages/dgraph/CHANGELOG.md +++ b/packages/dgraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 606bceb389..1a4d5af373 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.105", + "version": "2.1.106", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/diff/CHANGELOG.md b/packages/diff/CHANGELOG.md index 3567b34683..461e81994b 100644 --- a/packages/diff/CHANGELOG.md +++ b/packages/diff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e206d9df46..3f01d8b5d5 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.62", + "version": "5.1.63", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/equiv": "^2.1.51" + "@thi.ng/api": "^8.9.30", + "@thi.ng/equiv": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index c10db8936d..d564365698 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 081950fc72..381b65455e 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.61", + "version": "0.1.62", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/pixel": "^6.1.17", + "@thi.ng/pixel": "^6.1.19", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 914453a92c..e217e7692f 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f0aeda787e..94dd85f406 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.59", + "version": "2.4.60", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/heaps": "^2.1.66", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/heaps": "^2.1.67", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dl-asset/CHANGELOG.md b/packages/dl-asset/CHANGELOG.md index 902720d631..2ec0322da2 100644 --- a/packages/dl-asset/CHANGELOG.md +++ b/packages/dl-asset/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8a5a928b40..ee565edd3a 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.73", + "version": "2.3.74", "description": "Canvas, video recording & file asset download helpers for web apps", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/mime": "^2.6.1" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/mime": "^2.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dlogic/CHANGELOG.md b/packages/dlogic/CHANGELOG.md index 49914e6f5a..d7ba0a0b41 100644 --- a/packages/dlogic/CHANGELOG.md +++ b/packages/dlogic/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b3cb3cbcd7..b530a60957 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.62", + "version": "2.1.63", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dot/CHANGELOG.md b/packages/dot/CHANGELOG.md index 3a4248eb10..b144c88727 100644 --- a/packages/dot/CHANGELOG.md +++ b/packages/dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6ef2b96d75..ab5e803eea 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.67", + "version": "2.1.68", "description": "Graphviz document abstraction & serialization to DOT format", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 24df991cd5..d0288f1700 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2e6166e616..1e947fdc17 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.106", + "version": "2.1.107", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/transducers-binary": "^2.1.106" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/transducers-binary": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 17af17766c..291b20ec51 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 fc0f0660d9..519d69f8d7 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.20", + "version": "4.7.21", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dual-algebra/CHANGELOG.md b/packages/dual-algebra/CHANGELOG.md index 99f4b27a51..06749e163f 100644 --- a/packages/dual-algebra/CHANGELOG.md +++ b/packages/dual-algebra/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 89d3d52d3f..29e04b0607 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.64", + "version": "0.4.65", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dynvar/CHANGELOG.md b/packages/dynvar/CHANGELOG.md index a903e81b35..874cc07f81 100644 --- a/packages/dynvar/CHANGELOG.md +++ b/packages/dynvar/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 35fb8f90ab..fdb8c65b8c 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.65", + "version": "0.3.66", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/ecs/CHANGELOG.md b/packages/ecs/CHANGELOG.md index 6236669468..d7a2cdbdd4 100644 --- a/packages/ecs/CHANGELOG.md +++ b/packages/ecs/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 623c85105c..5ceeb9e309 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.107", + "version": "0.7.108", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -36,21 +36,21 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/idgen": "^2.2.33", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/malloc": "^6.1.73", - "@thi.ng/transducers": "^8.9.11", + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/idgen": "^2.2.34", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/malloc": "^6.1.74", + "@thi.ng/transducers": "^8.9.12", "tslib": "^2.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/equiv": "^2.1.51", + "@thi.ng/equiv": "^2.1.52", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/egf/CHANGELOG.md b/packages/egf/CHANGELOG.md index 1edc70a4df..4eb07aa230 100644 --- a/packages/egf/CHANGELOG.md +++ b/packages/egf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 22110ad9c5..c7430de92c 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.113", + "version": "0.6.114", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -31,19 +31,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/dot": "^2.1.67", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/prefixes": "^2.3.12", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers-binary": "^2.1.106" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/dot": "^2.1.68", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/prefixes": "^2.3.13", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers-binary": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/equiv": "^2.1.51", + "@thi.ng/equiv": "^2.1.52", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/emoji/CHANGELOG.md b/packages/emoji/CHANGELOG.md index dca1c91700..be918ceb33 100644 --- a/packages/emoji/CHANGELOG.md +++ b/packages/emoji/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/emoji/package.json b/packages/emoji/package.json index 1b70248b41..ebdeb5ca24 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/emoji", - "version": "0.1.32", + "version": "0.1.33", "description": "Bi-directional lookup tables mapping emoji names & their characters", "type": "module", "module": "./index.js", diff --git a/packages/equiv/CHANGELOG.md b/packages/equiv/CHANGELOG.md index 5f7648d11a..7e1c7c4f05 100644 --- a/packages/equiv/CHANGELOG.md +++ b/packages/equiv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 9c8740e28e..17f0a9e666 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/equiv", - "version": "2.1.51", + "version": "2.1.52", "description": "Extensible deep value equivalence checking for any data types", "type": "module", "module": "./index.js", diff --git a/packages/errors/CHANGELOG.md b/packages/errors/CHANGELOG.md index d60adf112e..55a5df392e 100644 --- a/packages/errors/CHANGELOG.md +++ b/packages/errors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.5.0) (2024-03-13) + +#### 🚀 Features + +- add CustomError interface, update docs, add tests ([d2ea8b2](https://github.com/thi-ng/umbrella/commit/d2ea8b2)) + ### [2.4.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/errors@2.4.1) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/errors/package.json b/packages/errors/package.json index 04ead54acf..5171bb1c44 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/errors", - "version": "2.4.20", + "version": "2.5.0", "description": "Custom error types and error factory functions", "type": "module", "module": "./index.js", diff --git a/packages/expose/CHANGELOG.md b/packages/expose/CHANGELOG.md index f1db6b0fff..c99e8120cc 100644 --- a/packages/expose/CHANGELOG.md +++ b/packages/expose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1a6208a21f..8702ed7c96 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/expose", - "version": "1.2.22", + "version": "1.2.23", "description": "Conditional global variable exposition", "type": "module", "module": "./index.js", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index 11ada9b527..d212201fe6 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 0e8a24c6f9..78818ab9d2 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.6.28", + "version": "0.6.29", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/bench": "^3.4.33", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/idgen": "^2.2.33", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/random": "^3.6.36" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/bench": "^3.5.0", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/idgen": "^2.2.34", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index d6b9777a24..5400d65e98 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 462b80232a..d5032fc162 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "1.3.7", + "version": "1.3.8", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/hex": "^2.3.39", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/random": "^3.6.36" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/hex": "^2.3.40", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/fsm/CHANGELOG.md b/packages/fsm/CHANGELOG.md index 8b7febd6e6..41193ac12a 100644 --- a/packages/fsm/CHANGELOG.md +++ b/packages/fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f8073f03cc..b08a73e5a8 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.108", + "version": "3.1.109", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 6f03687539..d6d6b955b3 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a660f5b3c6..13bb83c469 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.131", + "version": "2.1.132", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/fuzzy": "^2.1.73", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/hiccup-svg": "^5.2.23", - "@thi.ng/math": "^5.10.6", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/text-canvas": "^3.0.9" + "@thi.ng/api": "^8.9.30", + "@thi.ng/fuzzy": "^2.1.74", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/hiccup-svg": "^5.2.24", + "@thi.ng/math": "^5.10.7", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/text-canvas": "^3.0.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 74d6588e00..682c34dd41 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 078a36aaf9..3624ad6d57 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.73", + "version": "2.1.74", "description": "Fuzzy logic operators & configurable rule inferencing engine", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/math": "^5.10.6" + "@thi.ng/api": "^8.9.30", + "@thi.ng/math": "^5.10.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 91b2e705b2..ae78d1bd1a 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 3bfaad68a4..31360ef9ff 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.5.59", + "version": "3.5.60", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -37,18 +37,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/distance": "^2.4.59", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/heaps": "^2.1.66", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/distance": "^2.4.60", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/heaps": "^2.1.67", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-api/CHANGELOG.md b/packages/geom-api/CHANGELOG.md index 03504db4f9..85b3f2c735 100644 --- a/packages/geom-api/CHANGELOG.md +++ b/packages/geom-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1a67bdf319..5f49e8fc23 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.75", + "version": "3.4.76", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-arc/CHANGELOG.md b/packages/geom-arc/CHANGELOG.md index 907de7ce4f..fd47ae9e11 100644 --- a/packages/geom-arc/CHANGELOG.md +++ b/packages/geom-arc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c026c9887e..648db9ca3e 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.118", + "version": "2.1.119", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index 3ee769263f..e2aa23e59a 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 5e514b4727..09d3df3821 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.76", + "version": "0.5.77", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/axidraw": "^1.1.65", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/geom": "^6.0.38", - "@thi.ng/geom-accel": "^3.5.59", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-clip-line": "^2.3.75", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/axidraw": "^1.1.66", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/geom": "^6.0.39", + "@thi.ng/geom-accel": "^3.5.60", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-clip-line": "^2.3.76", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index b040d527ba..e252402010 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e95f856c22..852c6e49df 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.75", + "version": "2.3.76", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-clip-poly/CHANGELOG.md b/packages/geom-clip-poly/CHANGELOG.md index 427645057d..2e1daca042 100644 --- a/packages/geom-clip-poly/CHANGELOG.md +++ b/packages/geom-clip-poly/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a80f1126ff..6302e02c75 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.117", + "version": "2.1.118", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/geom-poly-utils": "^2.3.101", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/geom-poly-utils": "^2.3.102", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 039c38531d..8234aac22b 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6938a455e8..1714b2a679 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.113", + "version": "2.1.114", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-fuzz/CHANGELOG.md b/packages/geom-fuzz/CHANGELOG.md index 66f0da1a6e..0aefa1404f 100644 --- a/packages/geom-fuzz/CHANGELOG.md +++ b/packages/geom-fuzz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c9e86eaf37..ff5525dacc 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.90", + "version": "2.2.91", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/color": "^5.6.31", - "@thi.ng/geom": "^6.0.38", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-clip-line": "^2.3.75", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/grid-iterators": "^4.0.60", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/color": "^5.6.32", + "@thi.ng/geom": "^6.0.39", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-clip-line": "^2.3.76", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/grid-iterators": "^4.0.61", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-hull/CHANGELOG.md b/packages/geom-hull/CHANGELOG.md index 2eeb8b1352..c0ddbc69f0 100644 --- a/packages/geom-hull/CHANGELOG.md +++ b/packages/geom-hull/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 cdbb9fa613..0c70afaee0 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.113", + "version": "2.1.114", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-io-obj/CHANGELOG.md b/packages/geom-io-obj/CHANGELOG.md index b9b4ec6321..f0163df21f 100644 --- a/packages/geom-io-obj/CHANGELOG.md +++ b/packages/geom-io-obj/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 aa02aa4d2f..cdba615ed5 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.113", + "version": "0.3.114", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-isec/CHANGELOG.md b/packages/geom-isec/CHANGELOG.md index 50020b1632..145ab83314 100644 --- a/packages/geom-isec/CHANGELOG.md +++ b/packages/geom-isec/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b69dc1a238..7228dd66a4 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.117", + "version": "2.1.118", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-closest-point": "^2.1.113", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-closest-point": "^2.1.114", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-isoline/CHANGELOG.md b/packages/geom-isoline/CHANGELOG.md index bea567b7e4..7081567ec1 100644 --- a/packages/geom-isoline/CHANGELOG.md +++ b/packages/geom-isoline/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d44c2ed32a..78403eb317 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.113", + "version": "2.1.114", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index cd46e5d0d9..977b3f419c 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a86e3bcb2d..8bc2255da9 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.101", + "version": "2.3.102", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index d4198ba656..939a57bd0f 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 7e6396bc31..2c28f8582a 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.3.39", + "version": "2.3.40", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-closest-point": "^2.1.113", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-closest-point": "^2.1.114", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index bdb17d2655..2682ea5ba3 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 dad1ea7230..b11dafd695 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.3.20", + "version": "0.3.21", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/geom": "^6.0.38", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-isoline": "^2.1.113", - "@thi.ng/geom-poly-utils": "^2.3.101", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/geom": "^6.0.39", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-isoline": "^2.1.114", + "@thi.ng/geom-poly-utils": "^2.3.102", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-splines/CHANGELOG.md b/packages/geom-splines/CHANGELOG.md index b1439e49b5..5b66e199e2 100644 --- a/packages/geom-splines/CHANGELOG.md +++ b/packages/geom-splines/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c7a47c9b5f..4e329b4dd0 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.92", + "version": "2.2.93", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-arc": "^2.1.118", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-arc": "^2.1.119", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-subdiv-curve/CHANGELOG.md b/packages/geom-subdiv-curve/CHANGELOG.md index 40296a9134..af16042473 100644 --- a/packages/geom-subdiv-curve/CHANGELOG.md +++ b/packages/geom-subdiv-curve/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2d1f3aac22..daaf93bc56 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.117", + "version": "2.1.118", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-tessellate/CHANGELOG.md b/packages/geom-tessellate/CHANGELOG.md index 84ce758990..5ddecfcaa8 100644 --- a/packages/geom-tessellate/CHANGELOG.md +++ b/packages/geom-tessellate/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d945261053..7b9fd5e528 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.118", + "version": "2.1.119", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/geom-poly-utils": "^2.3.101", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/geom-poly-utils": "^2.3.102", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index d03ca6a095..ba5eb83dd3 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f8842dfda6..d93dc305e7 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-trace-bitmap", - "version": "0.3.68", + "version": "0.3.69", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/grid-iterators": "^4.0.60", - "@thi.ng/matrices": "^2.3.23", - "@thi.ng/pixel": "^6.1.18", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/grid-iterators": "^4.0.61", + "@thi.ng/matrices": "^2.3.24", + "@thi.ng/pixel": "^6.1.19", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-voronoi/CHANGELOG.md b/packages/geom-voronoi/CHANGELOG.md index 697bc56c5b..edd20d31e4 100644 --- a/packages/geom-voronoi/CHANGELOG.md +++ b/packages/geom-voronoi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6b1beb1c7d..a809e209af 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.3.60", + "version": "2.3.61", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/bitfield": "^2.3.30", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-clip-line": "^2.3.75", - "@thi.ng/geom-clip-poly": "^2.1.117", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/geom-poly-utils": "^2.3.101", - "@thi.ng/math": "^5.10.6", - "@thi.ng/quad-edge": "^3.1.57", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/bitfield": "^2.3.31", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-clip-line": "^2.3.76", + "@thi.ng/geom-clip-poly": "^2.1.118", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/geom-poly-utils": "^2.3.102", + "@thi.ng/math": "^5.10.7", + "@thi.ng/quad-edge": "^3.1.58", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 6d2478eeca..d2a63793b7 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a00761d069..a52e9ee176 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.0.38", + "version": "6.0.39", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,33 +37,33 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-arc": "^2.1.118", - "@thi.ng/geom-clip-line": "^2.3.75", - "@thi.ng/geom-clip-poly": "^2.1.117", - "@thi.ng/geom-closest-point": "^2.1.113", - "@thi.ng/geom-hull": "^2.1.113", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/geom-poly-utils": "^2.3.101", - "@thi.ng/geom-resample": "^2.3.39", - "@thi.ng/geom-splines": "^2.2.92", - "@thi.ng/geom-subdiv-curve": "^2.1.117", - "@thi.ng/geom-tessellate": "^2.1.118", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/hiccup-svg": "^5.2.23", - "@thi.ng/math": "^5.10.6", - "@thi.ng/matrices": "^2.3.23", - "@thi.ng/random": "^3.6.36", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-arc": "^2.1.119", + "@thi.ng/geom-clip-line": "^2.3.76", + "@thi.ng/geom-clip-poly": "^2.1.118", + "@thi.ng/geom-closest-point": "^2.1.114", + "@thi.ng/geom-hull": "^2.1.114", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/geom-poly-utils": "^2.3.102", + "@thi.ng/geom-resample": "^2.3.40", + "@thi.ng/geom-splines": "^2.2.93", + "@thi.ng/geom-subdiv-curve": "^2.1.118", + "@thi.ng/geom-tessellate": "^2.1.119", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/hiccup-svg": "^5.2.24", + "@thi.ng/math": "^5.10.7", + "@thi.ng/matrices": "^2.3.24", + "@thi.ng/random": "^3.6.37", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/gp/CHANGELOG.md b/packages/gp/CHANGELOG.md index 1ebde34e87..b9f4637fc3 100644 --- a/packages/gp/CHANGELOG.md +++ b/packages/gp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2b2772d1e8..3dbe889dfa 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.105", + "version": "0.4.106", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/zipper": "^2.1.89" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/zipper": "^2.1.90" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index b1c82bbff4..a2c9e5d26c 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 bd2e745e01..dd3e5b70c3 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "4.0.60", + "version": "4.0.61", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/bitfield": "^2.3.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/morton": "^3.1.78", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/bitfield": "^2.3.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/morton": "^3.1.79", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index dae3375dfb..2350eb9fb2 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 5fa498a67e..18d99f5419 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.114", + "version": "0.3.115", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/diff": "^5.1.62", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/hiccup-css": "^2.6.10", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/diff": "^5.1.63", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/hiccup-css": "^2.6.11", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom-canvas/CHANGELOG.md b/packages/hdom-canvas/CHANGELOG.md index 2ee0fca2f0..778be1a9fa 100644 --- a/packages/hdom-canvas/CHANGELOG.md +++ b/packages/hdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 09afcc676e..0f8e9d3a5b 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.126", + "version": "4.1.127", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/diff": "^5.1.62", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hdom": "^9.4.22", - "@thi.ng/hiccup-canvas": "^2.5.25" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/diff": "^5.1.63", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hdom": "^9.4.23", + "@thi.ng/hiccup-canvas": "^2.5.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index 02f97ca6ee..291fbe1eb8 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e6a2923139..5c639a7ad4 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.106", + "version": "5.1.107", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/transducers-stats": "^2.1.105" + "@thi.ng/api": "^8.9.30", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/transducers-stats": "^2.1.106" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom-mock/CHANGELOG.md b/packages/hdom-mock/CHANGELOG.md index cf0acec9c1..8c2f9cbad8 100644 --- a/packages/hdom-mock/CHANGELOG.md +++ b/packages/hdom-mock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 ec52276382..1a1734f504 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.89", + "version": "2.1.90", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/hdom": "^9.4.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/hdom": "^9.4.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom/CHANGELOG.md b/packages/hdom/CHANGELOG.md index 7263b7e68c..05571fb23c 100644 --- a/packages/hdom/CHANGELOG.md +++ b/packages/hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 fbe09c7682..a3c6676467 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.22", + "version": "9.4.23", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -39,18 +39,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/diff": "^5.1.62", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/prefixes": "^2.3.12" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/diff": "^5.1.63", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/prefixes": "^2.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/atom": "^5.2.37", + "@thi.ng/atom": "^5.2.38", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index 26909b6931..230b196605 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 018a5ae752..be44233349 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.66", + "version": "2.1.67", "description": "Various heap implementations for arbitrary values and with customizable ordering", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/equiv": "^2.1.51" + "@thi.ng/api": "^8.9.30", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/equiv": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hex/CHANGELOG.md b/packages/hex/CHANGELOG.md index 398ab3f119..2cadc85ae9 100644 --- a/packages/hex/CHANGELOG.md +++ b/packages/hex/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c36edd64e4..0fdb836ddd 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hex", - "version": "2.3.39", + "version": "2.3.40", "description": "Hex string formatters for 4/8/16/24/32/48/64bit words", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index a68d8e1f42..5a6c8692c8 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f7c105213b..058c8c3163 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.5.25", + "version": "2.5.26", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/color": "^5.6.31", - "@thi.ng/math": "^5.10.6", - "@thi.ng/pixel": "^6.1.18", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/color": "^5.6.32", + "@thi.ng/math": "^5.10.7", + "@thi.ng/pixel": "^6.1.19", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-carbon-icons/CHANGELOG.md b/packages/hiccup-carbon-icons/CHANGELOG.md index d5657c0c02..8e84ddf7d9 100644 --- a/packages/hiccup-carbon-icons/CHANGELOG.md +++ b/packages/hiccup-carbon-icons/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 5b9bc50d22..97869f3395 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.53", + "version": "3.1.54", "description": "Full set of IBM's Carbon icons in hiccup format", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/hiccup": "^5.1.19", + "@thi.ng/hiccup": "^5.1.21", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index d77e7705f2..ebd0e6640c 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 830c676d48..cb761b959d 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.6.10", + "version": "2.6.11", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-html-parse/CHANGELOG.md b/packages/hiccup-html-parse/CHANGELOG.md index 88c7e1bf54..22648993de 100644 --- a/packages/hiccup-html-parse/CHANGELOG.md +++ b/packages/hiccup-html-parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index 8bbc557b6d..8ea4091bf3 100644 --- a/packages/hiccup-html-parse/package.json +++ b/packages/hiccup-html-parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html-parse", - "version": "0.3.31", + "version": "0.3.32", "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/parse": "^2.4.31", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/parse": "^2.4.32", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 502cb2e3b8..2763861817 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f1ba3530b1..6a4b8bfb07 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.4.14", + "version": "2.4.15", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-markdown/CHANGELOG.md b/packages/hiccup-markdown/CHANGELOG.md index 911bb7d4cb..27a07d2e4c 100644 --- a/packages/hiccup-markdown/CHANGELOG.md +++ b/packages/hiccup-markdown/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 63b35ecab2..2cc0d625fd 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "3.2.73", + "version": "3.2.74", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/emoji": "^0.1.32", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/parse": "^2.4.31", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/text-canvas": "^3.0.9" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/emoji": "^0.1.33", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/parse": "^2.4.32", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/text-canvas": "^3.0.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index 8c3dd1836c..0d2a67f3f6 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 77fb8272bb..1424b4ee32 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.2.23", + "version": "5.2.24", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/color": "^5.6.31", - "@thi.ng/prefixes": "^2.3.12" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/color": "^5.6.32", + "@thi.ng/prefixes": "^2.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 68362983d0..de48d9b8c2 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 634602ff05..79486c2616 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.1.20", + "version": "5.1.21", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/atom": "^5.2.37", + "@thi.ng/atom": "^5.2.38", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/idgen/CHANGELOG.md b/packages/idgen/CHANGELOG.md index d51a705a1a..5e1922c1fe 100644 --- a/packages/idgen/CHANGELOG.md +++ b/packages/idgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a796e244d3..25a01564d9 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.33", + "version": "2.2.34", "description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/iges/CHANGELOG.md b/packages/iges/CHANGELOG.md index 5106211ae9..39c5639416 100644 --- a/packages/iges/CHANGELOG.md +++ b/packages/iges/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e9db21be96..72fe2231d0 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.115", + "version": "2.1.116", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index 737fd0bc2d..f16cacbf06 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/imago/package.json b/packages/imago/package.json index 9cfebbac4a..ecc9c301eb 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.6.3", + "version": "0.6.4", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -36,23 +36,23 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/blurhash": "^0.1.15", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/date": "^2.7.6", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/pixel": "^6.1.18", - "@thi.ng/pixel-dither": "^1.1.116", - "@thi.ng/prefixes": "^2.3.12", + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/blurhash": "^0.1.16", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/date": "^2.7.7", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/pixel": "^6.1.19", + "@thi.ng/pixel-dither": "^1.1.117", + "@thi.ng/prefixes": "^2.3.13", "sharp": "^0.33.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/vectors": "^7.10.17", + "@thi.ng/vectors": "^7.10.18", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 0e53c460c9..3f24575069 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 7bb601fbd0..ecf3169196 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.44", + "version": "2.2.45", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom": "^6.0.38", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/geom-isec": "^2.1.117", - "@thi.ng/geom-tessellate": "^2.1.118", - "@thi.ng/layout": "^3.0.27", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom": "^6.0.39", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/geom-isec": "^2.1.118", + "@thi.ng/geom-tessellate": "^2.1.119", + "@thi.ng/layout": "^3.0.28", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index 261d6a6566..4bfef7886b 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 efb571ab12..b13a85faa6 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.49", + "version": "3.2.50", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/atom": "^5.2.37", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/paths": "^5.1.72" + "@thi.ng/api": "^8.9.30", + "@thi.ng/atom": "^5.2.38", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/paths": "^5.1.73" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 765adc85e5..d1dcc34b0d 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 4537b5bba0..c27ddbded6 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.66", + "version": "4.2.67", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/dlogic": "^2.1.62", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/dlogic": "^2.1.63", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/iterators/CHANGELOG.md b/packages/iterators/CHANGELOG.md index 43dc319afe..e3911a9f61 100644 --- a/packages/iterators/CHANGELOG.md +++ b/packages/iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d7fb7ab58b..65307ca49e 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.105", + "version": "6.1.106", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 066b2564d9..18ba74b62b 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 016933260f..c0600da4e7 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.74", + "version": "0.6.75", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/distance": "^2.4.59", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/distance": "^2.4.60", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/ksuid/CHANGELOG.md b/packages/ksuid/CHANGELOG.md index 9622083b83..e8ca4f6596 100644 --- a/packages/ksuid/CHANGELOG.md +++ b/packages/ksuid/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d260ee095b..f8a3d706d0 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.41", + "version": "3.2.42", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/base-n": "^2.7.6", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/random": "^3.6.36", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/base-n": "^2.7.7", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/random": "^3.6.37", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index cc400d2932..92040651f6 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 07070f17ba..cfd608342c 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.27", + "version": "3.0.28", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2" + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/leb128/CHANGELOG.md b/packages/leb128/CHANGELOG.md index 6f15c65a9d..73ef17c8a0 100644 --- a/packages/leb128/CHANGELOG.md +++ b/packages/leb128/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1e99fd1206..97013d9ad7 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.77", + "version": "3.0.78", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers-binary": "^2.1.106" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers-binary": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 5de82b7688..fb69ce28b7 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 ef025c6e90..d08ca1e2ab 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.5", + "version": "3.0.6", "description": "Basis types for arbitrary & hierarchical logging", "type": "module", "module": "./index.js", diff --git a/packages/lowdisc/CHANGELOG.md b/packages/lowdisc/CHANGELOG.md index 43f6e744c9..a25693d213 100644 --- a/packages/lowdisc/CHANGELOG.md +++ b/packages/lowdisc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d515d85b62..b366eef119 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lowdisc", - "version": "0.3.58", + "version": "0.3.59", "description": "n-dimensional low-discrepancy sequence generators/iterators", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.4.20" + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 5ce2271fe1..dca0161aa4 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 160f3fbeb6..8b1a3511b1 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.113", + "version": "2.1.114", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/malloc/CHANGELOG.md b/packages/malloc/CHANGELOG.md index 0c424ee6c0..db9e3998a0 100644 --- a/packages/malloc/CHANGELOG.md +++ b/packages/malloc/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 beab2a21bb..5649f65452 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.73", + "version": "6.1.74", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 3239ad0d07..516592b242 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2006134075..445c3e3890 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.108", + "version": "0.3.109", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 1b6201af35..6afa3a35c0 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b9320efc58..825e54a7e8 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.10.6", + "version": "5.10.7", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index 3ccb9b9c5c..7006d4ea7a 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 49ce639d83..f47b133fa3 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.23", + "version": "2.3.24", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 06435d2c23..b1eabfe3c7 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 834f561512..9614e63f37 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.64", + "version": "3.1.65", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 4d2a97f7cd..7e2f89bcb3 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index c029b94560..c870fcf310 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.7.12", + "version": "0.7.13", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -39,18 +39,18 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/args": "^2.3.22", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/hiccup-css": "^2.6.10", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/text-format": "^2.1.7", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/args": "^2.3.23", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/hiccup-css": "^2.6.11", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/text-format": "^2.1.8", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/mime/CHANGELOG.md b/packages/mime/CHANGELOG.md index b47db30386..ae9d4a6fef 100644 --- a/packages/mime/CHANGELOG.md +++ b/packages/mime/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 fa26ccf261..b1e03755e8 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/mime", - "version": "2.6.1", + "version": "2.6.2", "description": "650+ file extension to MIME type mappings, based on mime-db", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/api": "^8.9.28", + "@thi.ng/api": "^8.9.30", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/morton/CHANGELOG.md b/packages/morton/CHANGELOG.md index c4cebd0431..fe84dcd50e 100644 --- a/packages/morton/CHANGELOG.md +++ b/packages/morton/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 57f98a65c0..b27a26b922 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.78", + "version": "3.1.79", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/msgpack/CHANGELOG.md b/packages/msgpack/CHANGELOG.md index 64f86fc8bb..290d386144 100644 --- a/packages/msgpack/CHANGELOG.md +++ b/packages/msgpack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index 72a0e01f91..62df046c45 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.24", + "version": "0.1.25", "description": "Small & fast msgpack serialization & deserialization", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index 80940ee706..3b0361f1a4 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 435519332b..39712952d5 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.2.31", + "version": "2.2.32", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/equiv": "^2.1.51" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/equiv": "^2.1.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index ef18dfc862..302f5ee491 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 95cf812f72..e8fb6870ec 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.31", + "version": "2.4.32", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index 2c1f8d6d0d..3b6fcb0982 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6ce347e638..723e460f19 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.72", + "version": "5.1.73", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index f58101e946..e5b1c2517a 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 627cbef78b..b655239d81 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.116", + "version": "1.1.117", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/pixel": "^6.1.18" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/pixel": "^6.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-io-geotiff/CHANGELOG.md b/packages/pixel-io-geotiff/CHANGELOG.md index 49efdeff15..edc9ecf727 100644 --- a/packages/pixel-io-geotiff/CHANGELOG.md +++ b/packages/pixel-io-geotiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 98042162e3..865513bd87 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.77", + "version": "0.1.78", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/pixel": "^6.1.18", + "@thi.ng/api": "^8.9.30", + "@thi.ng/pixel": "^6.1.19", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/CHANGELOG.md b/packages/pixel-io-netpbm/CHANGELOG.md index dbce8eef50..7668f41a62 100644 --- a/packages/pixel-io-netpbm/CHANGELOG.md +++ b/packages/pixel-io-netpbm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 611a3193c0..bd2687b220 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.116", + "version": "2.1.117", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/pixel": "^6.1.18" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/pixel": "^6.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-io-pfm/CHANGELOG.md b/packages/pixel-io-pfm/CHANGELOG.md index 36e8262dfd..71989fce6f 100644 --- a/packages/pixel-io-pfm/CHANGELOG.md +++ b/packages/pixel-io-pfm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 658b28ebc6..b70299a3fb 100644 --- a/packages/pixel-io-pfm/package.json +++ b/packages/pixel-io-pfm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-pfm", - "version": "0.1.57", + "version": "0.1.58", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.4.20", - "@thi.ng/pixel": "^6.1.18" + "@thi.ng/errors": "^2.5.0", + "@thi.ng/pixel": "^6.1.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index 194f15968c..6a6c3fb77f 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 d79f075a3b..496f6a8dc7 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.18", + "version": "6.1.19", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/distance": "^2.4.59", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/k-means": "^0.6.74", - "@thi.ng/math": "^5.10.6", - "@thi.ng/porter-duff": "^2.1.72" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/distance": "^2.4.60", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/k-means": "^0.6.75", + "@thi.ng/math": "^5.10.7", + "@thi.ng/porter-duff": "^2.1.73" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pointfree-lang/CHANGELOG.md b/packages/pointfree-lang/CHANGELOG.md index b5df245efa..1f1ad20c54 100644 --- a/packages/pointfree-lang/CHANGELOG.md +++ b/packages/pointfree-lang/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 308a064983..1dbc4ee642 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.2.24", + "version": "2.2.25", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/args": "^2.3.22", - "@thi.ng/bench": "^3.4.33", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/pointfree": "^3.1.73" + "@thi.ng/api": "^8.9.30", + "@thi.ng/args": "^2.3.23", + "@thi.ng/bench": "^3.5.0", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/pointfree": "^3.1.74" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 15b4f759c5..504843b9e3 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c3e70846d6..91a713855a 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.73", + "version": "3.1.74", "description": "Pointfree functional composition / Forth style stack execution engine", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index 5f39b5a13a..7d66aa4ab3 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b06d054aa8..ee9f7a98c6 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.74", + "version": "3.1.75", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/geom-api": "^3.4.75", - "@thi.ng/random": "^3.6.36", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/geom-api": "^3.4.76", + "@thi.ng/random": "^3.6.37", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index 3a493c8b5c..9ab7c45983 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 208c6ee256..82d118e697 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.72", + "version": "2.1.73", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/math": "^5.10.6" + "@thi.ng/api": "^8.9.30", + "@thi.ng/math": "^5.10.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 2e415e88ed..8a331d6dc5 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 7bc527c7bb..e85d021930 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.3.12", + "version": "2.3.13", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", diff --git a/packages/quad-edge/CHANGELOG.md b/packages/quad-edge/CHANGELOG.md index 56f90f83ff..824f463507 100644 --- a/packages/quad-edge/CHANGELOG.md +++ b/packages/quad-edge/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 bbb45d8c9b..a2c0b7e966 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.57", + "version": "3.1.58", "description": "Quadedge data structure after Guibas & Stolfi", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/errors": "^2.4.20" + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index f0db91e766..b4f46547bf 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e4e1a51010..451882ca59 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.9", + "version": "3.1.10", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 912f027656..70bdb3c9b2 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6edd411c21..6ab0a66dcc 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random-fxhash", - "version": "0.3.43", + "version": "0.3.44", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/base-n": "^2.7.6", - "@thi.ng/random": "^3.6.36" + "@thi.ng/api": "^8.9.30", + "@thi.ng/base-n": "^2.7.7", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 2221d9b907..ee818e1ef5 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 79dd61ad68..9729653b74 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.6.36", + "version": "3.6.37", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hex": "^2.3.39" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hex": "^2.3.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/range-coder/CHANGELOG.md b/packages/range-coder/CHANGELOG.md index 14e628a072..1f7002fd0f 100644 --- a/packages/range-coder/CHANGELOG.md +++ b/packages/range-coder/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e4f678627d..447c82ba67 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.59", + "version": "2.1.60", "description": "Binary data range encoder / decoder", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.51" + "@thi.ng/bitstream": "^2.2.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/transducers": "^8.9.10", + "@thi.ng/transducers": "^8.9.12", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 5cfe8a180b..9f0f56a49e 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c14dfbaf9f..4d98a80f87 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.88", + "version": "1.0.89", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/grid-iterators": "^4.0.60", - "@thi.ng/porter-duff": "^2.1.72", - "@thi.ng/random": "^3.6.36", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/grid-iterators": "^4.0.61", + "@thi.ng/porter-duff": "^2.1.73", + "@thi.ng/random": "^3.6.37", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index af2c9e72cc..b3407c0053 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c7857547ca..38cec071ab 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.5.73", + "version": "0.5.74", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/hiccup-canvas": "^2.5.25", - "@thi.ng/rdom": "^1.1.13", - "@thi.ng/rstream": "^8.3.12" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/hiccup-canvas": "^2.5.26", + "@thi.ng/rdom": "^1.1.14", + "@thi.ng/rstream": "^8.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 5333ff89e7..ccedd73961 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 71810efb3d..31f9fcc44c 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.66", + "version": "0.6.67", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/hiccup-html": "^2.4.14", - "@thi.ng/rdom": "^1.1.13", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/hiccup-html": "^2.4.15", + "@thi.ng/rdom": "^1.1.14", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rdom-forms/CHANGELOG.md b/packages/rdom-forms/CHANGELOG.md index 73e0d43d84..3b1a9297ef 100644 --- a/packages/rdom-forms/CHANGELOG.md +++ b/packages/rdom-forms/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 5155b28c2d..58f392167a 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.2.28", + "version": "0.2.29", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/hiccup-html": "^2.4.14", - "@thi.ng/rdom": "^1.1.13", - "@thi.ng/rstream": "^8.3.12" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/hiccup-html": "^2.4.15", + "@thi.ng/rdom": "^1.1.14", + "@thi.ng/rstream": "^8.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 06ec3d9653..4e4f9526bd 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8312819590..315e97e744 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.13", + "version": "1.1.14", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/paths": "^5.1.72", - "@thi.ng/prefixes": "^2.3.12", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/strings": "^3.7.22" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/paths": "^5.1.73", + "@thi.ng/prefixes": "^2.3.13", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/strings": "^3.7.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 2b917db30a..7550fb250b 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8cb79c1f9b..2572884700 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.65", + "version": "7.1.66", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/paths": "^5.1.72" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/paths": "^5.1.73" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rle-pack/CHANGELOG.md b/packages/rle-pack/CHANGELOG.md index b29248baef..b89ad75e5c 100644 --- a/packages/rle-pack/CHANGELOG.md +++ b/packages/rle-pack/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2bde842405..81ced4ba37 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.59", + "version": "3.1.60", "description": "Binary run-length encoding packer w/ flexible repeat bit widths", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/bitstream": "^2.2.51", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/bitstream": "^2.2.52", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/router/CHANGELOG.md b/packages/router/CHANGELOG.md index 5ed80c7972..9ca5d16f71 100644 --- a/packages/router/CHANGELOG.md +++ b/packages/router/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-10T13:28:34Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,44 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/router@4.0.0) (2024-03-13) + +#### 🛑 Breaking changes + +- trie-based route matching & wildcard support ([f1ab427](https://github.com/thi-ng/umbrella/commit/f1ab427)) +- BREAKING CHANGES: update types, args, rename option fields + - add `Trie` data structure for route storage & matching + - add support for `+` wildcards to match arbitrary length routes + - update `BasicRouter.route()` & replace `.matchRoutes()` with new impl + - add `AugmentedRoute` interface & pre-process routes to compute + wildcard indices for faster matching (along with using the trie) + - update `Route.match` to be initially specified as string + - update `RouteMatch` to include `.rest` args (if any) + - add optional `RouteMatch.redirect` flag + - REMOVE `Route.title` & `RouteMatch.title` (obsolete since only used + by `HTMLRouter`, but usage unsupported by browsers now + (`history.pushState()` doesn't support title anymore) + - RENAME `RouterConfig` => `RouterOpts` (align naming convention) + - RENAME `RouterOpts.defaultRouteID` => `RouterOpts.default` + - RENAME `RouterOpts.initialRouteID` => `RouterOpts.initial` + - RENAME `RouterOpts.removeTrailingSlash` => `RouterOpts.trim` + - REMOVE obsolete `defMatch()` helper + - add/update tests +- rename BasicRouter => Router ([4d14aab](https://github.com/thi-ng/umbrella/commit/4d14aab)) +- BREAKING CHANGE: rename BasicRouter => Router + - update all refs + +#### 🚀 Features + +- update RouteAuthenticator and .route() args ([f009afb](https://github.com/thi-ng/umbrella/commit/f009afb)) + - add support for optional arbitrary user context object passed + to .route() and global auth handler + - update optional args for HTMLRouter.route()/.routeTo() +- update/improve wildcard priority handling ([59c2557](https://github.com/thi-ng/umbrella/commit/59c2557)) + - implement wildcard fallback logic in `Trie.get()` + - add docs + - add tests + ## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/router@3.4.0) (2024-03-10) #### 🚀 Features diff --git a/packages/router/package.json b/packages/router/package.json index 17a1188d0f..a9fbb32eaa 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.4.0", + "version": "4.0.0", "description": "Generic trie-based router with support for wildcards, route param validation/coercion, auth", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/rstream-csp/CHANGELOG.md b/packages/rstream-csp/CHANGELOG.md index 671ddf72b4..39f2b20545 100644 --- a/packages/rstream-csp/CHANGELOG.md +++ b/packages/rstream-csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1853fb8027..c5796e0060 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.110", + "version": "3.1.111", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/csp": "^2.1.105", - "@thi.ng/rstream": "^8.3.12" + "@thi.ng/csp": "^2.1.106", + "@thi.ng/rstream": "^8.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-dot/CHANGELOG.md b/packages/rstream-dot/CHANGELOG.md index ee1c57647e..706a3884ba 100644 --- a/packages/rstream-dot/CHANGELOG.md +++ b/packages/rstream-dot/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 eb28cd81fc..bb6ce6075f 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "3.0.62", + "version": "3.0.63", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-gestures/CHANGELOG.md b/packages/rstream-gestures/CHANGELOG.md index 545f5fc6e5..5c187de3e8 100644 --- a/packages/rstream-gestures/CHANGELOG.md +++ b/packages/rstream-gestures/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 13470f736b..9bc09cc60f 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "5.0.61", + "version": "5.0.62", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-graph/CHANGELOG.md b/packages/rstream-graph/CHANGELOG.md index d1f3f03171..7c8539ee34 100644 --- a/packages/rstream-graph/CHANGELOG.md +++ b/packages/rstream-graph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 95c3c2e294..feb1597c62 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.115", + "version": "4.1.116", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/atom": "^5.2.37", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/paths": "^5.1.72", - "@thi.ng/resolve-map": "^7.1.65", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/atom": "^5.2.38", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/paths": "^5.1.73", + "@thi.ng/resolve-map": "^7.1.66", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-log-file/CHANGELOG.md b/packages/rstream-log-file/CHANGELOG.md index 0f2949c12f..691f801dfb 100644 --- a/packages/rstream-log-file/CHANGELOG.md +++ b/packages/rstream-log-file/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b222cdc447..46f142a43f 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.110", + "version": "2.1.111", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.3.12" + "@thi.ng/rstream": "^8.3.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index 1d5aa0320d..86d7cfb304 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 042e829a99..662359ee58 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.1.4", + "version": "5.1.5", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index e6934c54a2..5c3be7fb23 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 5ac4d3efb4..a875e70b5c 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.112", + "version": "2.1.113", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/math": "^5.10.6", - "@thi.ng/rstream": "^8.3.12", - "@thi.ng/rstream-dot": "^3.0.62", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/math": "^5.10.7", + "@thi.ng/rstream": "^8.3.13", + "@thi.ng/rstream-dot": "^3.0.63", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 3385da2c6f..b7c0d0583d 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 750a12777d..80e2f5a87f 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.3.12", + "version": "8.3.13", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/atom": "^5.2.37", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/atom": "^5.2.38", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/sax/CHANGELOG.md b/packages/sax/CHANGELOG.md index 43281e1453..24b46605a2 100644 --- a/packages/sax/CHANGELOG.md +++ b/packages/sax/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c317dcaa40..f731ed72bb 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.108", + "version": "2.1.109", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/transducers-fsm": "^2.2.74" + "@thi.ng/api": "^8.9.30", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/transducers-fsm": "^2.2.75" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index c066dc526a..b5739c3b12 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a9b7f55e23..c1f45f9a0d 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.30", + "version": "1.0.31", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/matrices": "^2.3.23", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/matrices": "^2.3.24", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index 8379b011b2..a3ef2b008c 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 588374ad21..32a3f8f34b 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.66", + "version": "0.4.67", "description": "Various implementations of the @thi.ng/api `ISeq` interface / sequence abstraction", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/sexpr/CHANGELOG.md b/packages/sexpr/CHANGELOG.md index df74f575bc..d42f38d4d6 100644 --- a/packages/sexpr/CHANGELOG.md +++ b/packages/sexpr/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 3fe062251c..8c46ed8eed 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.31", + "version": "0.5.32", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast-glsl/CHANGELOG.md b/packages/shader-ast-glsl/CHANGELOG.md index 2a2aeec0d0..e58bc470bf 100644 --- a/packages/shader-ast-glsl/CHANGELOG.md +++ b/packages/shader-ast-glsl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b1fc86dbf7..0f44039b4e 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.110", + "version": "0.4.111", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/shader-ast": "^0.15.2" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/shader-ast": "^0.15.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index cd8eba7719..96231c0461 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 6fb9c5210f..464b466d40 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "1.1.21", + "version": "1.1.22", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/matrices": "^2.3.23", - "@thi.ng/pixel": "^6.1.18", - "@thi.ng/shader-ast": "^0.15.2", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/matrices": "^2.3.24", + "@thi.ng/pixel": "^6.1.19", + "@thi.ng/shader-ast": "^0.15.3", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index eb814db11b..e629eb1a61 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c69178df75..a472a88ebb 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.4.2", + "version": "0.4.3", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/math": "^5.10.6", - "@thi.ng/shader-ast": "^0.15.2" + "@thi.ng/api": "^8.9.30", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/math": "^5.10.7", + "@thi.ng/shader-ast": "^0.15.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index 701cdee6d6..724eb8f6f3 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 19a2060681..2ca0dbe6da 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-stdlib", - "version": "0.18.2", + "version": "0.18.3", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/shader-ast": "^0.15.2" + "@thi.ng/api": "^8.9.30", + "@thi.ng/shader-ast": "^0.15.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast/CHANGELOG.md b/packages/shader-ast/CHANGELOG.md index 45a4a0c67f..9342a07010 100644 --- a/packages/shader-ast/CHANGELOG.md +++ b/packages/shader-ast/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a3381b8ddb..e07d7db4d2 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.15.2", + "version": "0.15.3", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/dgraph": "^2.1.105", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/dgraph": "^2.1.106", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 1be5b40267..f05bbb5843 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 f5b4967931..a8a2009e64 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.106", + "version": "0.6.107", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.106" + "@thi.ng/transducers-binary": "^2.1.107" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index 213583bbf8..891879c318 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 52087c27d8..d52f1801f3 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.113", + "version": "0.4.114", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers-binary": "^2.1.106", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers-binary": "^2.1.107", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/equiv": "^2.1.51", + "@thi.ng/equiv": "^2.1.52", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/sparse/CHANGELOG.md b/packages/sparse/CHANGELOG.md index cc87d1ddc3..ecf674123d 100644 --- a/packages/sparse/CHANGELOG.md +++ b/packages/sparse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 ca6d7c76ff..af139b81b8 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.105", + "version": "0.3.106", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 255a162522..57623d77f1 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 a484409c97..2840967942 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.7.22", + "version": "3.7.23", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hex": "^2.3.39", - "@thi.ng/memoize": "^3.1.64" + "@thi.ng/api": "^8.9.30", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hex": "^2.3.40", + "@thi.ng/memoize": "^3.1.65" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/system/CHANGELOG.md b/packages/system/CHANGELOG.md index e1f6fce294..a125922219 100644 --- a/packages/system/CHANGELOG.md +++ b/packages/system/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 50f0ff195c..67766d8211 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.0", + "version": "3.1.1", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/dgraph": "^2.1.105", - "@thi.ng/logger": "^3.0.5" + "@thi.ng/api": "^8.9.30", + "@thi.ng/dgraph": "^2.1.106", + "@thi.ng/logger": "^3.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 4646a716f0..5488baf744 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 800063d77b..1deed7202b 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.1", + "version": "0.2.2", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -37,20 +37,20 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/args": "^2.3.22", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/date": "^2.7.6", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/args": "^2.3.23", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/date": "^2.7.7", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/testament": "^0.4.22", + "@thi.ng/testament": "^0.4.23", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index 7a614dc881..d113594f4d 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 2db4c695e0..6a3433b28f 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.4.22", + "version": "0.4.23", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/logger": "^3.0.5", + "@thi.ng/logger": "^3.0.6", "chokidar": "^3.6.0" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index f257f05ee7..505700971b 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 e99a92da61..21cba5342c 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "3.0.9", + "version": "3.0.10", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/geom-clip-line": "^2.3.75", - "@thi.ng/math": "^5.10.6", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/text-format": "^2.1.7", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/geom-clip-line": "^2.3.76", + "@thi.ng/math": "^5.10.7", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/text-format": "^2.1.8", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index 946a0f74bd..77595e0dc0 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8fb0196f0b..a56786e746 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "2.1.7", + "version": "2.1.8", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/hex": "^2.3.39", - "@thi.ng/memoize": "^3.1.64" + "@thi.ng/api": "^8.9.30", + "@thi.ng/hex": "^2.3.40", + "@thi.ng/memoize": "^3.1.65" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/timestep/CHANGELOG.md b/packages/timestep/CHANGELOG.md index d0563eb65d..dd0e41b638 100644 --- a/packages/timestep/CHANGELOG.md +++ b/packages/timestep/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 5bef8cfa43..b550db1f7c 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.35", + "version": "0.5.36", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/math": "^5.10.6", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/math": "^5.10.7", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transclude/CHANGELOG.md b/packages/transclude/CHANGELOG.md index 453c87df96..64c2389d31 100644 --- a/packages/transclude/CHANGELOG.md +++ b/packages/transclude/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 9c02bbd8d9..96f08bca25 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.76", + "version": "0.1.77", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/testament": "^0.4.22", + "@thi.ng/testament": "^0.4.23", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index ca3eceae5b..3e826c779c 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 797a15a186..886eef66a4 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.106", + "version": "2.1.107", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.18", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hex": "^2.3.39", - "@thi.ng/random": "^3.6.36", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/binary": "^3.4.19", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hex": "^2.3.40", + "@thi.ng/random": "^3.6.37", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 12fdb9721c..75fd4aa0e3 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8b5ab682c2..5e8255b7cc 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.74", + "version": "2.2.75", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transducers-hdom/CHANGELOG.md b/packages/transducers-hdom/CHANGELOG.md index b911e8c63b..0f26ebcd2e 100644 --- a/packages/transducers-hdom/CHANGELOG.md +++ b/packages/transducers-hdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 607fa9d65e..5761a0878e 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.114", + "version": "3.1.115", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/hdom": "^9.4.22", - "@thi.ng/hiccup": "^5.1.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/hdom": "^9.4.23", + "@thi.ng/hiccup": "^5.1.21", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 96adf2cac8..e735d73b5e 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1a44eaf080..8601dced7a 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.105", + "version": "0.4.106", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/paths": "^5.1.72", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/paths": "^5.1.73", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 67cb542395..2e0fcbb40d 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 285b48594b..f39f19c873 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.105", + "version": "2.1.106", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/checks": "^3.5.2", - "@thi.ng/dcons": "^3.2.100", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/checks": "^3.5.3", + "@thi.ng/dcons": "^3.2.101", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index d0abedd76b..ffb92dca66 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 bb362d6ec9..0f7327f7cc 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.9.11", + "version": "8.9.12", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/compose": "^2.1.68", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/random": "^3.6.36" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/compose": "^2.1.69", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/random": "^3.6.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/unionstruct/CHANGELOG.md b/packages/unionstruct/CHANGELOG.md index f91a67e5fa..9fd33055bc 100644 --- a/packages/unionstruct/CHANGELOG.md +++ b/packages/unionstruct/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 8c76aa3558..32c807f549 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/unionstruct", - "version": "2.1.52", + "version": "2.1.53", "description": "C-style struct, union and bitfield read/write views of ArrayBuffers", "type": "module", "module": "./index.js", diff --git a/packages/units/CHANGELOG.md b/packages/units/CHANGELOG.md index 99046bdb21..c37b4d90bc 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T09:18:17Z +- **Last updated**: 2024-03-13T14:04:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/units/package.json b/packages/units/package.json index d0ae2f11b0..abcd09a6b5 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.4.37", + "version": "0.4.38", "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index 749a266105..159073c6b8 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 fcc29d2035..d795e90157 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.62", + "version": "0.3.63", "description": "Vector clock functions for synchronizing distributed states & processes", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29" + "@thi.ng/api": "^8.9.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/vector-pools/CHANGELOG.md b/packages/vector-pools/CHANGELOG.md index fe861a6e9c..4b080710b5 100644 --- a/packages/vector-pools/CHANGELOG.md +++ b/packages/vector-pools/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 c2e360adc7..4bd1de9091 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.115", + "version": "3.1.116", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/malloc": "^6.1.73", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/malloc": "^6.1.74", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 71048229bd..9cf31e5a7f 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 da576d63ca..0b16b605c0 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.17", + "version": "7.10.18", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/math": "^5.10.6", - "@thi.ng/memoize": "^3.1.64", - "@thi.ng/random": "^3.6.36", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/math": "^5.10.7", + "@thi.ng/memoize": "^3.1.65", + "@thi.ng/random": "^3.6.37", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index e1b602a605..c435ea0f37 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 21cd3ff334..67d8b74971 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.40", + "version": "0.6.41", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -42,17 +42,17 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/math": "^5.10.6", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/transducers": "^8.9.11" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/math": "^5.10.7", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/transducers": "^8.9.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/date": "^2.7.6", + "@thi.ng/date": "^2.7.7", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index 8d3ecbcbab..a23a855a57 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 9fe882b71d..7c86b4bb7f 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.4.58", + "version": "0.4.59", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -38,19 +38,19 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/args": "^2.3.22", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/binary": "^3.4.18", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/compare": "^2.2.25", - "@thi.ng/defmulti": "^3.0.30", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/file-io": "^1.3.7", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/paths": "^5.1.72", - "@thi.ng/strings": "^3.7.22", - "@thi.ng/wasm-api": "^1.4.59" + "@thi.ng/api": "^8.9.30", + "@thi.ng/args": "^2.3.23", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/binary": "^3.4.19", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/compare": "^2.2.26", + "@thi.ng/defmulti": "^3.0.31", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/file-io": "^1.3.8", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/paths": "^5.1.73", + "@thi.ng/strings": "^3.7.23", + "@thi.ng/wasm-api": "^1.4.60" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index fb659fdf4b..3c8b0dd05c 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 5c69a4687c..3eb5d2742f 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.70", + "version": "0.1.71", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/binary": "^3.4.18", - "@thi.ng/wasm-api": "^1.4.59", - "@thi.ng/wasm-api-dom": "^0.11.78" + "@thi.ng/binary": "^3.4.19", + "@thi.ng/wasm-api": "^1.4.60", + "@thi.ng/wasm-api-dom": "^0.11.79" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/wasm-api-bindgen": "^0.4.58", + "@thi.ng/wasm-api-bindgen": "^0.4.59", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index 1a434cdf90..ff5aa7880a 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 3c0235859e..79e20db887 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.78", + "version": "0.11.79", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -40,15 +40,15 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/prefixes": "^2.3.12", - "@thi.ng/wasm-api": "^1.4.59" + "@thi.ng/api": "^8.9.30", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/prefixes": "^2.3.13", + "@thi.ng/wasm-api": "^1.4.60" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/wasm-api-bindgen": "^0.4.58", + "@thi.ng/wasm-api-bindgen": "^0.4.59", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index 1ac79417a6..1587d1de50 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 efc2740efc..c94a87ea1e 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.74", + "version": "0.3.75", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/wasm-api": "^1.4.59" + "@thi.ng/api": "^8.9.30", + "@thi.ng/wasm-api": "^1.4.60" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/wasm-api-bindgen": "^0.4.58", + "@thi.ng/wasm-api-bindgen": "^0.4.59", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index 25c80add3a..bda70b7105 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 0d36982b7e..35fe7961d9 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.4.59", + "version": "1.4.60", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/hex": "^2.3.39", - "@thi.ng/idgen": "^2.2.33", - "@thi.ng/logger": "^3.0.5" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/hex": "^2.3.40", + "@thi.ng/idgen": "^2.2.34", + "@thi.ng/logger": "^3.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/webgl-msdf/CHANGELOG.md b/packages/webgl-msdf/CHANGELOG.md index 754c3ae889..16e3ca9316 100644 --- a/packages/webgl-msdf/CHANGELOG.md +++ b/packages/webgl-msdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 1b6e81a1cc..b1b7b392ea 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.129", + "version": "2.1.130", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/shader-ast": "^0.15.2", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vector-pools": "^3.1.115", - "@thi.ng/vectors": "^7.10.17", - "@thi.ng/webgl": "^6.8.1" + "@thi.ng/api": "^8.9.30", + "@thi.ng/shader-ast": "^0.15.3", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vector-pools": "^3.1.116", + "@thi.ng/vectors": "^7.10.18", + "@thi.ng/webgl": "^6.8.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/webgl-shadertoy/CHANGELOG.md b/packages/webgl-shadertoy/CHANGELOG.md index 00dc1ad545..731c0295f4 100644 --- a/packages/webgl-shadertoy/CHANGELOG.md +++ b/packages/webgl-shadertoy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 b837562567..e98ec85385 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.129", + "version": "0.4.130", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/shader-ast": "^0.15.2", - "@thi.ng/shader-ast-glsl": "^0.4.110", - "@thi.ng/webgl": "^6.8.1" + "@thi.ng/api": "^8.9.30", + "@thi.ng/shader-ast": "^0.15.3", + "@thi.ng/shader-ast-glsl": "^0.4.111", + "@thi.ng/webgl": "^6.8.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/webgl/CHANGELOG.md b/packages/webgl/CHANGELOG.md index cf2327b353..f655b8bef6 100644 --- a/packages/webgl/CHANGELOG.md +++ b/packages/webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-09T13:46:38Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 02bdf41b50..e6b46ef894 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.8.1", + "version": "6.8.2", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -40,22 +40,22 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/associative": "^6.3.47", - "@thi.ng/canvas": "^0.2.11", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/equiv": "^2.1.51", - "@thi.ng/errors": "^2.4.20", - "@thi.ng/logger": "^3.0.5", - "@thi.ng/matrices": "^2.3.23", - "@thi.ng/memoize": "^3.1.64", - "@thi.ng/pixel": "^6.1.18", - "@thi.ng/shader-ast": "^0.15.2", - "@thi.ng/shader-ast-glsl": "^0.4.110", - "@thi.ng/shader-ast-stdlib": "^0.18.2", - "@thi.ng/transducers": "^8.9.11", - "@thi.ng/vector-pools": "^3.1.115", - "@thi.ng/vectors": "^7.10.17" + "@thi.ng/api": "^8.9.30", + "@thi.ng/associative": "^6.3.48", + "@thi.ng/canvas": "^0.2.12", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/equiv": "^2.1.52", + "@thi.ng/errors": "^2.5.0", + "@thi.ng/logger": "^3.0.6", + "@thi.ng/matrices": "^2.3.24", + "@thi.ng/memoize": "^3.1.65", + "@thi.ng/pixel": "^6.1.19", + "@thi.ng/shader-ast": "^0.15.3", + "@thi.ng/shader-ast-glsl": "^0.4.111", + "@thi.ng/shader-ast-stdlib": "^0.18.3", + "@thi.ng/transducers": "^8.9.12", + "@thi.ng/vector-pools": "^3.1.116", + "@thi.ng/vectors": "^7.10.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/zipper/CHANGELOG.md b/packages/zipper/CHANGELOG.md index 41e2ec9651..74fc236928 100644 --- a/packages/zipper/CHANGELOG.md +++ b/packages/zipper/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-07T20:40:47Z +- **Last updated**: 2024-03-13T14:04:31Z - **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 429d9e8270..025857eef3 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.89", + "version": "2.1.90", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.29", - "@thi.ng/arrays": "^2.8.7", - "@thi.ng/checks": "^3.5.2", - "@thi.ng/errors": "^2.4.20" + "@thi.ng/api": "^8.9.30", + "@thi.ng/arrays": "^2.8.8", + "@thi.ng/checks": "^3.5.3", + "@thi.ng/errors": "^2.5.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/yarn.lock b/yarn.lock index 3eff9a4e34..9113aac247 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3508,13 +3508,13 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/bitfield": "npm:^2.3.30" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/sparse": "npm:^0.3.105" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/bitfield": "npm:^2.3.31" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/sparse": "npm:^0.3.106" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3522,7 +3522,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@npm:^8.9.28, @thi.ng/api@npm:^8.9.29, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.9.30, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3534,17 +3534,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.22, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.23, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/text-format": "npm:^2.1.7" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/text-format": "npm:^2.1.8" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3552,17 +3552,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.8.7, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.8.8, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3570,21 +3570,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.47, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^6.3.48, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3593,15 +3593,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.2.37, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.2.38, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": version: 0.0.0-use.local resolution: "@thi.ng/atom@workspace:packages/atom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/paths": "npm:^5.1.72" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/paths": "npm:^5.1.73" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3610,21 +3610,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.65, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.66, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/date": "npm:^2.7.6" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/units": "npm:^0.4.37" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/date": "npm:^2.7.7" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/units": "npm:^0.4.38" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3633,7 +3633,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/base-n@npm:^2.7.6, @thi.ng/base-n@workspace:packages/base-n": +"@thi.ng/base-n@npm:^2.7.7, @thi.ng/base-n@workspace:packages/base-n": version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: @@ -3645,13 +3645,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.4.33, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.5.0, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/testament": "npm:^0.4.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/testament": "npm:^0.4.23" "@types/node": "npm:^20.11.26" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -3666,12 +3666,12 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/transducers-binary": "npm:^2.1.106" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/transducers-binary": "npm:^2.1.107" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3679,12 +3679,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.18, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.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": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3692,15 +3692,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.30, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.31, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3708,12 +3708,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitstream@npm:^2.2.51, @thi.ng/bitstream@workspace:packages/bitstream": +"@thi.ng/bitstream@npm:^2.2.52, @thi.ng/bitstream@workspace:packages/bitstream": version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3721,16 +3721,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/blurhash@npm:^0.1.15, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": +"@thi.ng/blurhash@npm:^0.1.16, @thi.ng/blurhash@workspace:^, @thi.ng/blurhash@workspace:packages/blurhash": version: 0.0.0-use.local resolution: "@thi.ng/blurhash@workspace:packages/blurhash" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/base-n": "npm:^2.7.6" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/base-n": "npm:^2.7.7" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tools: "workspace:^" @@ -3744,14 +3744,14 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/distance": "npm:^2.4.59" - "@thi.ng/geom-closest-point": "npm:^2.1.113" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/timestep": "npm:^0.5.35" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/distance": "npm:^2.4.60" + "@thi.ng/geom-closest-point": "npm:^2.1.114" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/timestep": "npm:^0.5.36" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3764,9 +3764,9 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3774,7 +3774,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/canvas@npm:^0.2.11, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": +"@thi.ng/canvas@npm:^0.2.12, @thi.ng/canvas@workspace:^, @thi.ng/canvas@workspace:packages/canvas": version: 0.0.0-use.local resolution: "@thi.ng/canvas@workspace:packages/canvas" dependencies: @@ -3792,12 +3792,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3805,7 +3805,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/checks@npm:^3.5.2, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": +"@thi.ng/checks@npm:^3.5.3, @thi.ng/checks@workspace:^, @thi.ng/checks@workspace:packages/checks": version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: @@ -3824,12 +3824,12 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/base-n": "npm:^2.7.6" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/color": "npm:^5.6.31" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hex": "npm:^2.3.39" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/base-n": "npm:^2.7.7" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/color": "npm:^5.6.32" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hex": "npm:^2.3.40" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3837,24 +3837,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.31, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.32, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3867,14 +3867,14 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/dsp": "npm:^4.7.19" - "@thi.ng/dsp-io-wav": "npm:^2.1.106" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/text-canvas": "npm:^3.0.9" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/dsp": "npm:^4.7.21" + "@thi.ng/dsp-io-wav": "npm:^2.1.107" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/text-canvas": "npm:^3.0.10" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3882,12 +3882,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.2.25, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.2.26, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": version: 0.0.0-use.local resolution: "@thi.ng/compare@workspace:packages/compare" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3900,10 +3900,10 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3911,13 +3911,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@npm:^2.1.68, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^2.1.69, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": version: 0.0.0-use.local resolution: "@thi.ng/compose@workspace:packages/compose" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3925,17 +3925,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^2.1.105, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^2.1.106, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3948,10 +3948,10 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3959,14 +3959,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.6, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.7, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": version: 0.0.0-use.local resolution: "@thi.ng/date@workspace:packages/date" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3974,18 +3974,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.100, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.101, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3993,14 +3993,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@npm:^3.0.30, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.31, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": version: 0.0.0-use.local resolution: "@thi.ng/defmulti@workspace:packages/defmulti" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4013,9 +4013,9 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/dgraph": "npm:^2.1.105" - "@thi.ng/dot": "npm:^2.1.67" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/dgraph": "npm:^2.1.106" + "@thi.ng/dot": "npm:^2.1.68" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4023,16 +4023,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.105, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.106, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4040,13 +4040,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@npm:^5.1.62, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.63, @thi.ng/diff@workspace:packages/diff": version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/equiv": "npm:^2.1.51" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/equiv": "npm:^2.1.52" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" typescript: "npm:^5.4.2" @@ -4058,8 +4058,8 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/pixel": "npm:^6.1.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/pixel": "npm:^6.1.19" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4067,17 +4067,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.59, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.60, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/heaps": "npm:^2.1.66" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/heaps": "npm:^2.1.67" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4090,9 +4090,9 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/mime": "npm:^2.6.1" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/mime": "npm:^2.6.2" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4100,12 +4100,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@npm:^2.1.62, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.63, @thi.ng/dlogic@workspace:packages/dlogic": version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4113,13 +4113,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@npm:^2.1.67, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.68, @thi.ng/dot@workspace:packages/dot": version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4127,16 +4127,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.106, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.107, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": version: 0.0.0-use.local resolution: "@thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/transducers-binary": "npm:^2.1.106" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/transducers-binary": "npm:^2.1.107" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4144,17 +4144,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.19, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.21, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": version: 0.0.0-use.local resolution: "@thi.ng/dsp@workspace:packages/dsp" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4167,7 +4167,7 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4180,8 +4180,8 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4194,17 +4194,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/idgen": "npm:^2.2.33" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/malloc": "npm:^6.1.73" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/idgen": "npm:^2.2.34" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/malloc": "npm:^6.1.74" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -4218,16 +4218,16 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/dot": "npm:^2.1.67" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/prefixes": "npm:^2.3.12" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers-binary": "npm:^2.1.106" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/dot": "npm:^2.1.68" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/prefixes": "npm:^2.3.13" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers-binary": "npm:^2.1.107" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4235,7 +4235,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/emoji@npm:^0.1.32, @thi.ng/emoji@workspace:packages/emoji": +"@thi.ng/emoji@npm:^0.1.33, @thi.ng/emoji@workspace:packages/emoji": version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: @@ -4247,7 +4247,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/equiv@npm:^2.1.51, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": +"@thi.ng/equiv@npm:^2.1.52, @thi.ng/equiv@workspace:^, @thi.ng/equiv@workspace:packages/equiv": version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: @@ -4259,7 +4259,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/errors@npm:^2.4.20, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": +"@thi.ng/errors@npm:^2.5.0, @thi.ng/errors@workspace:^, @thi.ng/errors@workspace:packages/errors": version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: @@ -4290,14 +4290,14 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/bench": "npm:^3.4.33" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/idgen": "npm:^2.2.33" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/random": "npm:^3.6.36" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/bench": "npm:^3.5.0" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/idgen": "npm:^2.2.34" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/random": "npm:^3.6.37" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4305,16 +4305,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^1.3.7, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^1.3.8, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": version: 0.0.0-use.local resolution: "@thi.ng/file-io@workspace:packages/file-io" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/hex": "npm:^2.3.39" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/random": "npm:^3.6.36" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/hex": "npm:^2.3.40" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/random": "npm:^3.6.37" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4327,12 +4327,12 @@ __metadata: resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4345,13 +4345,13 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/fuzzy": "npm:^2.1.73" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/hiccup-svg": "npm:^5.2.23" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/text-canvas": "npm:^3.0.9" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/fuzzy": "npm:^2.1.74" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/hiccup-svg": "npm:^5.2.24" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/text-canvas": "npm:^3.0.10" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4359,13 +4359,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@npm:^2.1.73, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.74, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/math": "npm:^5.10.6" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/math": "npm:^5.10.7" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4373,23 +4373,23 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.59, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.60, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/distance": "npm:^2.4.59" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/heaps": "npm:^2.1.66" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/distance": "npm:^2.4.60" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/heaps": "npm:^2.1.67" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4397,13 +4397,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^3.4.75, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^3.4.76, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4411,16 +4411,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.118, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.119, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4433,18 +4433,18 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/axidraw": "npm:^1.1.65" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/geom": "npm:^6.0.38" - "@thi.ng/geom-accel": "npm:^3.5.59" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-clip-line": "npm:^2.3.75" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/axidraw": "npm:^1.1.66" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/geom": "npm:^6.0.39" + "@thi.ng/geom-accel": "npm:^3.5.60" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-clip-line": "npm:^2.3.76" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4452,14 +4452,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.75, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.76, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4467,15 +4467,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.117, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.118, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/geom-poly-utils": "npm:^2.3.101" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/geom-poly-utils": "npm:^2.3.102" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4483,14 +4483,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.113, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.114, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4503,16 +4503,16 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/color": "npm:^5.6.31" - "@thi.ng/geom": "npm:^6.0.38" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-clip-line": "npm:^2.3.75" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/grid-iterators": "npm:^4.0.60" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/color": "npm:^5.6.32" + "@thi.ng/geom": "npm:^6.0.39" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-clip-line": "npm:^2.3.76" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/grid-iterators": "npm:^4.0.61" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4520,13 +4520,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.113, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.114, @thi.ng/geom-hull@workspace:packages/geom-hull": version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4539,9 +4539,9 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4549,16 +4549,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^2.1.117, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^2.1.118, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-closest-point": "npm:^2.1.113" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-closest-point": "npm:^2.1.114" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4566,14 +4566,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.113, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.114, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4581,16 +4581,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.101, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.102, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4598,17 +4598,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.39, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.40, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-closest-point": "npm:^2.1.113" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-closest-point": "npm:^2.1.114" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4621,18 +4621,18 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/geom": "npm:^6.0.38" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-isoline": "npm:^2.1.113" - "@thi.ng/geom-poly-utils": "npm:^2.3.101" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/geom": "npm:^6.0.39" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-isoline": "npm:^2.1.114" + "@thi.ng/geom-poly-utils": "npm:^2.3.102" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4640,18 +4640,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.92, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.93, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-arc": "npm:^2.1.118" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-arc": "npm:^2.1.119" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4659,15 +4659,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.117, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.118, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4675,17 +4675,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.118, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.119, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/geom-poly-utils": "npm:^2.3.101" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/geom-poly-utils": "npm:^2.3.102" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4698,12 +4698,12 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/grid-iterators": "npm:^4.0.60" - "@thi.ng/matrices": "npm:^2.3.23" - "@thi.ng/pixel": "npm:^6.1.18" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/grid-iterators": "npm:^4.0.61" + "@thi.ng/matrices": "npm:^2.3.24" + "@thi.ng/pixel": "npm:^6.1.19" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4716,16 +4716,16 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/bitfield": "npm:^2.3.30" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-clip-line": "npm:^2.3.75" - "@thi.ng/geom-clip-poly": "npm:^2.1.117" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/geom-poly-utils": "npm:^2.3.101" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/quad-edge": "npm:^3.1.57" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/bitfield": "npm:^2.3.31" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-clip-line": "npm:^2.3.76" + "@thi.ng/geom-clip-poly": "npm:^2.1.118" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/geom-poly-utils": "npm:^2.3.102" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/quad-edge": "npm:^3.1.58" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4733,38 +4733,38 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.0.38, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.0.39, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-arc": "npm:^2.1.118" - "@thi.ng/geom-clip-line": "npm:^2.3.75" - "@thi.ng/geom-clip-poly": "npm:^2.1.117" - "@thi.ng/geom-closest-point": "npm:^2.1.113" - "@thi.ng/geom-hull": "npm:^2.1.113" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/geom-poly-utils": "npm:^2.3.101" - "@thi.ng/geom-resample": "npm:^2.3.39" - "@thi.ng/geom-splines": "npm:^2.2.92" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.117" - "@thi.ng/geom-tessellate": "npm:^2.1.118" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/hiccup-svg": "npm:^5.2.23" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/matrices": "npm:^2.3.23" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-arc": "npm:^2.1.119" + "@thi.ng/geom-clip-line": "npm:^2.3.76" + "@thi.ng/geom-clip-poly": "npm:^2.1.118" + "@thi.ng/geom-closest-point": "npm:^2.1.114" + "@thi.ng/geom-hull": "npm:^2.1.114" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/geom-poly-utils": "npm:^2.3.102" + "@thi.ng/geom-resample": "npm:^2.3.40" + "@thi.ng/geom-splines": "npm:^2.2.93" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.118" + "@thi.ng/geom-tessellate": "npm:^2.1.119" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/hiccup-svg": "npm:^5.2.24" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/matrices": "npm:^2.3.24" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4777,12 +4777,12 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/zipper": "npm:^2.1.89" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/zipper": "npm:^2.1.90" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4790,19 +4790,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.60, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.61, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": version: 0.0.0-use.local resolution: "@thi.ng/grid-iterators@workspace:packages/grid-iterators" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/bitfield": "npm:^2.3.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/morton": "npm:^3.1.78" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/bitfield": "npm:^2.3.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/morton": "npm:^3.1.79" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4815,11 +4815,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/diff": "npm:^5.1.62" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/hiccup-css": "npm:^2.6.10" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/diff": "npm:^5.1.63" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/hiccup-css": "npm:^2.6.11" + "@thi.ng/strings": "npm:^3.7.23" "@types/node": "npm:^20.11.26" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -4835,12 +4835,12 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/diff": "npm:^5.1.62" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hdom": "npm:^9.4.22" - "@thi.ng/hiccup-canvas": "npm:^2.5.25" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/diff": "npm:^5.1.63" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hdom": "npm:^9.4.23" + "@thi.ng/hiccup-canvas": "npm:^2.5.26" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4853,12 +4853,12 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/transducers-stats": "npm:^2.1.105" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/transducers-stats": "npm:^2.1.106" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4871,9 +4871,9 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/hdom": "npm:^9.4.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/hdom": "npm:^9.4.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4881,20 +4881,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.22, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.23, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/atom": "npm:^5.2.37" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/diff": "npm:^5.1.62" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/prefixes": "npm:^2.3.12" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/atom": "npm:^5.2.38" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/diff": "npm:^5.1.63" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/prefixes": "npm:^2.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4902,14 +4902,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.66, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.67, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/equiv": "npm:^2.1.51" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/equiv": "npm:^2.1.52" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4917,7 +4917,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hex@npm:^2.3.39, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": +"@thi.ng/hex@npm:^2.3.40, @thi.ng/hex@workspace:^, @thi.ng/hex@workspace:packages/hex": version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: @@ -4929,17 +4929,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.25, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.26, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/color": "npm:^5.6.31" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/pixel": "npm:^6.1.18" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/color": "npm:^5.6.32" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/pixel": "npm:^6.1.19" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4952,7 +4952,7 @@ __metadata: resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/hiccup": "npm:^5.1.19" + "@thi.ng/hiccup": "npm:^5.1.21" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4960,15 +4960,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.6.10, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.6.11, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-css@workspace:packages/hiccup-css" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4981,10 +4981,10 @@ __metadata: resolution: "@thi.ng/hiccup-html-parse@workspace:packages/hiccup-html-parse" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/parse": "npm:^2.4.31" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/parse": "npm:^2.4.32" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4992,12 +4992,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.4.14, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.4.15, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5010,17 +5010,17 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/emoji": "npm:^0.1.32" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/parse": "npm:^2.4.31" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/text-canvas": "npm:^3.0.9" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/emoji": "npm:^0.1.33" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/parse": "npm:^2.4.32" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/text-canvas": "npm:^3.0.10" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5028,14 +5028,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.23, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.24, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/color": "npm:^5.6.31" - "@thi.ng/prefixes": "npm:^2.3.12" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/color": "npm:^5.6.32" + "@thi.ng/prefixes": "npm:^2.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5043,16 +5043,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.1.19, @thi.ng/hiccup@npm:^5.1.20, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.1.21, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/atom": "npm:^5.2.37" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/atom": "npm:^5.2.38" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5060,13 +5060,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@npm:^2.2.33, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.34, @thi.ng/idgen@workspace:packages/idgen": version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5080,12 +5080,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5098,19 +5098,19 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/blurhash": "npm:^0.1.15" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/date": "npm:^2.7.6" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/pixel": "npm:^6.1.18" - "@thi.ng/pixel-dither": "npm:^1.1.116" - "@thi.ng/prefixes": "npm:^2.3.12" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/blurhash": "npm:^0.1.16" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/date": "npm:^2.7.7" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/pixel": "npm:^6.1.19" + "@thi.ng/pixel-dither": "npm:^1.1.117" + "@thi.ng/prefixes": "npm:^2.3.13" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" sharp: "npm:^0.33.2" @@ -5124,16 +5124,16 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom": "npm:^6.0.38" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/geom-isec": "npm:^2.1.117" - "@thi.ng/geom-tessellate": "npm:^2.1.118" - "@thi.ng/layout": "npm:^3.0.27" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom": "npm:^6.0.39" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/geom-isec": "npm:^2.1.118" + "@thi.ng/geom-tessellate": "npm:^2.1.119" + "@thi.ng/layout": "npm:^3.0.28" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5146,12 +5146,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/atom": "npm:^5.2.37" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/paths": "npm:^5.1.72" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/atom": "npm:^5.2.38" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/paths": "npm:^5.1.73" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5164,10 +5164,10 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/dlogic": "npm:^2.1.62" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/dlogic": "npm:^2.1.63" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5180,9 +5180,9 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5190,16 +5190,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.74, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.75, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/distance": "npm:^2.4.59" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/distance": "npm:^2.4.60" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5212,10 +5212,10 @@ __metadata: resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/base-n": "npm:^2.7.6" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/base-n": "npm:^2.7.7" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5225,13 +5225,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.27, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.28, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5244,9 +5244,9 @@ __metadata: resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers-binary": "npm:^2.1.106" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers-binary": "npm:^2.1.107" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5254,7 +5254,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@npm:^3.0.5, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.6, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5271,7 +5271,7 @@ __metadata: resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5284,13 +5284,13 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5298,15 +5298,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.73, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.74, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5319,12 +5319,12 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5332,12 +5332,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@npm:^5.10.6, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.10.7, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": version: 0.0.0-use.local resolution: "@thi.ng/math@workspace:packages/math" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5345,15 +5345,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.23, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.24, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5361,12 +5361,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^3.1.64, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^3.1.65, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": version: 0.0.0-use.local resolution: "@thi.ng/memoize@workspace:packages/memoize" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5379,18 +5379,18 @@ __metadata: resolution: "@thi.ng/meta-css@workspace:packages/meta-css" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/args": "npm:^2.3.22" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/hiccup-css": "npm:^2.6.10" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/text-format": "npm:^2.1.7" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/args": "npm:^2.3.23" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/hiccup-css": "npm:^2.6.11" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/text-format": "npm:^2.1.8" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5400,12 +5400,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/mime@npm:^2.6.1, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": +"@thi.ng/mime@npm:^2.6.2, @thi.ng/mime@workspace:^, @thi.ng/mime@workspace:packages/mime": version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.28" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5413,15 +5413,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.78, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.79, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5434,9 +5434,9 @@ __metadata: resolution: "@thi.ng/msgpack@workspace:packages/msgpack" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5449,11 +5449,11 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/equiv": "npm:^2.1.51" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/equiv": "npm:^2.1.52" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5461,16 +5461,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.31, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.32, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": version: 0.0.0-use.local resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5478,14 +5478,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@npm:^5.1.72, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.73, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": version: 0.0.0-use.local resolution: "@thi.ng/paths@workspace:packages/paths" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5493,14 +5493,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.116, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.117, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/pixel": "npm:^6.1.18" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/pixel": "npm:^6.1.19" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5513,8 +5513,8 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/pixel": "npm:^6.1.18" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/pixel": "npm:^6.1.19" esbuild: "npm:^0.20.1" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5528,9 +5528,9 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/pixel": "npm:^6.1.18" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/pixel": "npm:^6.1.19" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5543,8 +5543,8 @@ __metadata: resolution: "@thi.ng/pixel-io-pfm@workspace:packages/pixel-io-pfm" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/pixel": "npm:^6.1.18" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/pixel": "npm:^6.1.19" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5552,20 +5552,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.17, @thi.ng/pixel@npm:^6.1.18, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.19, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/distance": "npm:^2.4.59" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/k-means": "npm:^0.6.74" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/porter-duff": "npm:^2.1.72" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/distance": "npm:^2.4.60" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/k-means": "npm:^0.6.75" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/porter-duff": "npm:^2.1.73" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5579,13 +5579,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/args": "npm:^2.3.22" - "@thi.ng/bench": "npm:^3.4.33" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/pointfree": "npm:^3.1.73" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/args": "npm:^2.3.23" + "@thi.ng/bench": "npm:^3.5.0" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/pointfree": "npm:^3.1.74" esbuild: "npm:^0.20.1" pegjs: "npm:0.11.0-master.b7b87ea" rimraf: "npm:^5.0.5" @@ -5596,16 +5596,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.73, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.74, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": version: 0.0.0-use.local resolution: "@thi.ng/pointfree@workspace:packages/pointfree" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5618,11 +5618,11 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/geom-api": "npm:^3.4.75" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/geom-api": "npm:^3.4.76" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5630,13 +5630,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@npm:^2.1.72, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.73, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": version: 0.0.0-use.local resolution: "@thi.ng/porter-duff@workspace:packages/porter-duff" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/math": "npm:^5.10.6" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/math": "npm:^5.10.7" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5644,7 +5644,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@npm:^2.3.12, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@npm:^2.3.13, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -5656,12 +5656,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/quad-edge@npm:^3.1.57, @thi.ng/quad-edge@workspace:packages/quad-edge": +"@thi.ng/quad-edge@npm:^3.1.58, @thi.ng/quad-edge@workspace:packages/quad-edge": version: 0.0.0-use.local resolution: "@thi.ng/quad-edge@workspace:packages/quad-edge" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5674,13 +5674,13 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5693,9 +5693,9 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/base-n": "npm:^2.7.6" - "@thi.ng/random": "npm:^3.6.36" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/base-n": "npm:^2.7.7" + "@thi.ng/random": "npm:^3.6.37" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5703,15 +5703,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@npm:^3.6.36, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^3.6.37, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hex": "npm:^2.3.39" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hex": "npm:^2.3.40" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5724,8 +5724,8 @@ __metadata: resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/bitstream": "npm:^2.2.51" - "@thi.ng/transducers": "npm:^8.9.10" + "@thi.ng/bitstream": "npm:^2.2.52" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5738,13 +5738,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/grid-iterators": "npm:^4.0.60" - "@thi.ng/porter-duff": "npm:^2.1.72" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/grid-iterators": "npm:^4.0.61" + "@thi.ng/porter-duff": "npm:^2.1.73" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5757,13 +5757,13 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/hiccup-canvas": "npm:^2.5.25" - "@thi.ng/rdom": "npm:^1.1.13" - "@thi.ng/rstream": "npm:^8.3.12" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/hiccup-canvas": "npm:^2.5.26" + "@thi.ng/rdom": "npm:^1.1.14" + "@thi.ng/rstream": "npm:^8.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5776,13 +5776,13 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/hiccup-html": "npm:^2.4.14" - "@thi.ng/rdom": "npm:^1.1.13" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/hiccup-html": "npm:^2.4.15" + "@thi.ng/rdom": "npm:^1.1.14" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5795,12 +5795,12 @@ __metadata: resolution: "@thi.ng/rdom-forms@workspace:packages/rdom-forms" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/hiccup-html": "npm:^2.4.14" - "@thi.ng/rdom": "npm:^1.1.13" - "@thi.ng/rstream": "npm:^8.3.12" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/hiccup-html": "npm:^2.4.15" + "@thi.ng/rdom": "npm:^1.1.14" + "@thi.ng/rstream": "npm:^8.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5808,19 +5808,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.13, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.14, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/paths": "npm:^5.1.72" - "@thi.ng/prefixes": "npm:^2.3.12" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/strings": "npm:^3.7.22" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/paths": "npm:^5.1.73" + "@thi.ng/prefixes": "npm:^2.3.13" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/strings": "npm:^3.7.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5828,15 +5828,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@npm:^7.1.65, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.66, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": version: 0.0.0-use.local resolution: "@thi.ng/resolve-map@workspace:packages/resolve-map" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/paths": "npm:^5.1.72" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/paths": "npm:^5.1.73" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5849,8 +5849,8 @@ __metadata: resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/bitstream": "npm:^2.2.51" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/bitstream": "npm:^2.2.52" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5863,10 +5863,10 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5880,8 +5880,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/csp": "npm:^2.1.105" - "@thi.ng/rstream": "npm:^8.3.12" + "@thi.ng/csp": "npm:^2.1.106" + "@thi.ng/rstream": "npm:^8.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5889,14 +5889,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.62, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.63, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5909,11 +5909,11 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5926,14 +5926,14 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/atom": "npm:^5.2.37" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/paths": "npm:^5.1.72" - "@thi.ng/resolve-map": "npm:^7.1.65" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/atom": "npm:^5.2.38" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/paths": "npm:^5.1.73" + "@thi.ng/resolve-map": "npm:^7.1.66" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5946,7 +5946,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/rstream": "npm:^8.3.12" + "@thi.ng/rstream": "npm:^8.3.13" "@types/node": "npm:^20.11.26" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5960,12 +5960,12 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5978,16 +5978,16 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/rstream": "npm:^8.3.12" - "@thi.ng/rstream-dot": "npm:^3.0.62" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/rstream": "npm:^8.3.13" + "@thi.ng/rstream-dot": "npm:^3.0.63" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5995,19 +5995,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.3.12, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.3.13, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/atom": "npm:^5.2.37" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/atom": "npm:^5.2.38" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6020,10 +6020,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/transducers-fsm": "npm:^2.2.74" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/transducers-fsm": "npm:^2.2.75" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6036,11 +6036,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/matrices": "npm:^2.3.23" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/matrices": "npm:^2.3.24" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6053,8 +6053,8 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6067,9 +6067,9 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6077,15 +6077,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.110, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.111, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/shader-ast": "npm:^0.15.2" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/shader-ast": "npm:^0.15.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6098,14 +6098,14 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/matrices": "npm:^2.3.23" - "@thi.ng/pixel": "npm:^6.1.18" - "@thi.ng/shader-ast": "npm:^0.15.2" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/matrices": "npm:^2.3.24" + "@thi.ng/pixel": "npm:^6.1.19" + "@thi.ng/shader-ast": "npm:^0.15.3" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6118,12 +6118,12 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/shader-ast": "npm:^0.15.2" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/shader-ast": "npm:^0.15.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6131,13 +6131,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.2, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.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": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/shader-ast": "npm:^0.15.2" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/shader-ast": "npm:^0.15.3" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6145,17 +6145,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.2, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.3, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast@workspace:packages/shader-ast" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/dgraph": "npm:^2.1.105" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/dgraph": "npm:^2.1.106" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6168,7 +6168,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/transducers-binary": "npm:^2.1.106" + "@thi.ng/transducers-binary": "npm:^2.1.107" assemblyscript: "npm:0.27.25" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6182,12 +6182,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers-binary": "npm:^2.1.106" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers-binary": "npm:^2.1.107" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6195,14 +6195,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.105, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.106, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6210,15 +6210,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.7.22, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.7.23, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hex": "npm:^2.3.39" - "@thi.ng/memoize": "npm:^3.1.64" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hex": "npm:^2.3.40" + "@thi.ng/memoize": "npm:^3.1.65" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6231,9 +6231,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/dgraph": "npm:^2.1.105" - "@thi.ng/logger": "npm:^3.0.5" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/dgraph": "npm:^2.1.106" + "@thi.ng/logger": "npm:^3.0.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6246,17 +6246,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/args": "npm:^2.3.22" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/date": "npm:^2.7.6" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/testament": "npm:^0.4.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/args": "npm:^2.3.23" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/date": "npm:^2.7.7" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/testament": "npm:^0.4.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6266,12 +6266,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@npm:^0.4.22, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@npm:^0.4.23, @thi.ng/testament@workspace:packages/testament": version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/logger": "npm:^3.0.5" + "@thi.ng/logger": "npm:^3.0.6" chokidar: "npm:^3.6.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6282,20 +6282,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.9, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.10, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": version: 0.0.0-use.local resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/geom-clip-line": "npm:^2.3.75" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/text-format": "npm:^2.1.7" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/geom-clip-line": "npm:^2.3.76" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/text-format": "npm:^2.1.8" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -6304,14 +6304,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.1.7, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.1.8, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/hex": "npm:^2.3.39" - "@thi.ng/memoize": "npm:^3.1.64" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/hex": "npm:^2.3.40" + "@thi.ng/memoize": "npm:^3.1.65" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6319,14 +6319,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.35, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.36, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6339,13 +6339,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/testament": "npm:^0.4.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/testament": "npm:^0.4.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6353,18 +6353,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.106, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.107, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": version: 0.0.0-use.local resolution: "@thi.ng/transducers-binary@workspace:packages/transducers-binary" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hex": "npm:^2.3.39" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hex": "npm:^2.3.40" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6372,13 +6372,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.74, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.75, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": version: 0.0.0-use.local resolution: "@thi.ng/transducers-fsm@workspace:packages/transducers-fsm" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6391,9 +6391,9 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/hdom": "npm:^9.4.22" - "@thi.ng/hiccup": "npm:^5.1.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/hdom": "npm:^9.4.23" + "@thi.ng/hiccup": "npm:^5.1.21" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6406,11 +6406,11 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/paths": "npm:^5.1.72" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/paths": "npm:^5.1.73" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6418,15 +6418,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.105, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.106, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/dcons": "npm:^3.2.100" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/dcons": "npm:^3.2.101" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6434,19 +6434,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^8.9.10, @thi.ng/transducers@npm:^8.9.11, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^8.9.12, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/compose": "npm:^2.1.68" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/random": "npm:^3.6.36" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/compose": "npm:^2.1.69" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/random": "npm:^3.6.37" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6466,15 +6466,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.4.37, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.4.38, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": version: 0.0.0-use.local resolution: "@thi.ng/units@workspace:packages/units" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6487,7 +6487,7 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" + "@thi.ng/api": "npm:^8.9.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6495,19 +6495,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.115, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.116, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": version: 0.0.0-use.local resolution: "@thi.ng/vector-pools@workspace:packages/vector-pools" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/malloc": "npm:^6.1.73" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/malloc": "npm:^6.1.74" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6515,21 +6515,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.17, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.18, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/memoize": "npm:^3.1.64" - "@thi.ng/random": "npm:^3.6.36" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/memoize": "npm:^3.1.65" + "@thi.ng/random": "npm:^3.6.37" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6542,14 +6542,14 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/date": "npm:^2.7.6" - "@thi.ng/math": "npm:^5.10.6" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/transducers": "npm:^8.9.11" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/date": "npm:^2.7.7" + "@thi.ng/math": "npm:^5.10.7" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/transducers": "npm:^8.9.12" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6557,24 +6557,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.58, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.4.59, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/args": "npm:^2.3.22" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/compare": "npm:^2.2.25" - "@thi.ng/defmulti": "npm:^3.0.30" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/file-io": "npm:^1.3.7" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/paths": "npm:^5.1.72" - "@thi.ng/strings": "npm:^3.7.22" - "@thi.ng/wasm-api": "npm:^1.4.59" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/args": "npm:^2.3.23" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/compare": "npm:^2.2.26" + "@thi.ng/defmulti": "npm:^3.0.31" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/file-io": "npm:^1.3.8" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/paths": "npm:^5.1.73" + "@thi.ng/strings": "npm:^3.7.23" + "@thi.ng/wasm-api": "npm:^1.4.60" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6589,10 +6589,10 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/binary": "npm:^3.4.18" - "@thi.ng/wasm-api": "npm:^1.4.59" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.58" - "@thi.ng/wasm-api-dom": "npm:^0.11.78" + "@thi.ng/binary": "npm:^3.4.19" + "@thi.ng/wasm-api": "npm:^1.4.60" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.59" + "@thi.ng/wasm-api-dom": "npm:^0.11.79" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6600,17 +6600,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.78, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.79, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/prefixes": "npm:^2.3.12" - "@thi.ng/wasm-api": "npm:^1.4.59" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.58" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/prefixes": "npm:^2.3.13" + "@thi.ng/wasm-api": "npm:^1.4.60" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.59" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6623,9 +6623,9 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/wasm-api": "npm:^1.4.59" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.58" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/wasm-api": "npm:^1.4.60" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.59" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6633,18 +6633,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.59, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.4.60, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/hex": "npm:^2.3.39" - "@thi.ng/idgen": "npm:^2.2.33" - "@thi.ng/logger": "npm:^3.0.5" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/hex": "npm:^2.3.40" + "@thi.ng/idgen": "npm:^2.2.34" + "@thi.ng/logger": "npm:^3.0.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6657,12 +6657,12 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/shader-ast": "npm:^0.15.2" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vector-pools": "npm:^3.1.115" - "@thi.ng/vectors": "npm:^7.10.17" - "@thi.ng/webgl": "npm:^6.8.1" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/shader-ast": "npm:^0.15.3" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vector-pools": "npm:^3.1.116" + "@thi.ng/vectors": "npm:^7.10.18" + "@thi.ng/webgl": "npm:^6.8.2" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6675,10 +6675,10 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/shader-ast": "npm:^0.15.2" - "@thi.ng/shader-ast-glsl": "npm:^0.4.110" - "@thi.ng/webgl": "npm:^6.8.1" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/shader-ast": "npm:^0.15.3" + "@thi.ng/shader-ast-glsl": "npm:^0.4.111" + "@thi.ng/webgl": "npm:^6.8.2" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6686,27 +6686,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.8.1, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.8.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": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/associative": "npm:^6.3.47" - "@thi.ng/canvas": "npm:^0.2.11" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/equiv": "npm:^2.1.51" - "@thi.ng/errors": "npm:^2.4.20" - "@thi.ng/logger": "npm:^3.0.5" - "@thi.ng/matrices": "npm:^2.3.23" - "@thi.ng/memoize": "npm:^3.1.64" - "@thi.ng/pixel": "npm:^6.1.18" - "@thi.ng/shader-ast": "npm:^0.15.2" - "@thi.ng/shader-ast-glsl": "npm:^0.4.110" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.2" - "@thi.ng/transducers": "npm:^8.9.11" - "@thi.ng/vector-pools": "npm:^3.1.115" - "@thi.ng/vectors": "npm:^7.10.17" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/associative": "npm:^6.3.48" + "@thi.ng/canvas": "npm:^0.2.12" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/equiv": "npm:^2.1.52" + "@thi.ng/errors": "npm:^2.5.0" + "@thi.ng/logger": "npm:^3.0.6" + "@thi.ng/matrices": "npm:^2.3.24" + "@thi.ng/memoize": "npm:^3.1.65" + "@thi.ng/pixel": "npm:^6.1.19" + "@thi.ng/shader-ast": "npm:^0.15.3" + "@thi.ng/shader-ast-glsl": "npm:^0.4.111" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.3" + "@thi.ng/transducers": "npm:^8.9.12" + "@thi.ng/vector-pools": "npm:^3.1.116" + "@thi.ng/vectors": "npm:^7.10.18" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6714,15 +6714,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.89, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.90, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/api": "npm:^8.9.29" - "@thi.ng/arrays": "npm:^2.8.7" - "@thi.ng/checks": "npm:^3.5.2" - "@thi.ng/errors": "npm:^2.4.20" + "@thi.ng/api": "npm:^8.9.30" + "@thi.ng/arrays": "npm:^2.8.8" + "@thi.ng/checks": "npm:^3.5.3" + "@thi.ng/errors": "npm:^2.5.0" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12"