diff --git a/packages/adjacency/CHANGELOG.md b/packages/adjacency/CHANGELOG.md index 3592dfdee7..07bd7af7c2 100644 --- a/packages/adjacency/CHANGELOG.md +++ b/packages/adjacency/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 bf99ea545d..2f35fa6b9a 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.31", + "version": "2.5.32", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/bitfield": "^2.3.24", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/bitfield": "^2.3.25", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/errors": "^2.4.18", - "@thi.ng/sparse": "^0.3.100" + "@thi.ng/sparse": "^0.3.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/vectors": "^7.10.11", + "@thi.ng/vectors": "^7.10.12", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index b02321a0ce..ccdd137b34 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 f939e690c6..49926c650d 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/api", - "version": "8.9.25", + "version": "8.9.26", "description": "Common, generic types, interfaces & mixins", "type": "module", "module": "./index.js", diff --git a/packages/args/CHANGELOG.md b/packages/args/CHANGELOG.md index afeb2453e8..ba35c4ba68 100644 --- a/packages/args/CHANGELOG.md +++ b/packages/args/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ff1f205036..8c7474505d 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.16", + "version": "2.3.17", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/text-format": "^2.1.2" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/text-format": "^2.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index bb5a639c25..27ff9f3b13 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 15582f68a5..350094eae7 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.8.2", + "version": "2.8.3", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", + "@thi.ng/compare": "^2.2.22", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32" + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/associative/CHANGELOG.md b/packages/associative/CHANGELOG.md index 9b5015b58d..84957c2abc 100644 --- a/packages/associative/CHANGELOG.md +++ b/packages/associative/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 1e179df927..e92c2779aa 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.42", + "version": "6.3.43", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/atom/CHANGELOG.md b/packages/atom/CHANGELOG.md index 25d8e09608..42a81c4e99 100644 --- a/packages/atom/CHANGELOG.md +++ b/packages/atom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 2390d59d36..5afe30101d 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/atom", - "version": "5.2.32", + "version": "5.2.33", "description": "Mutable wrappers for nested immutable values with optional undo/redo history and transaction support", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/paths": "^5.1.67", + "@thi.ng/paths": "^5.1.68", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/CHANGELOG.md b/packages/axidraw/CHANGELOG.md index 8f9126df0b..75def6c581 100644 --- a/packages/axidraw/CHANGELOG.md +++ b/packages/axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 6f365c8f57..a1dc6e38a5 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.59", + "version": "1.1.60", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compose": "^2.1.64", - "@thi.ng/date": "^2.7.0", + "@thi.ng/compose": "^2.1.65", + "@thi.ng/date": "^2.7.1", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/units": "^0.4.32", - "@thi.ng/vectors": "^7.10.11", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/units": "^0.4.33", + "@thi.ng/vectors": "^7.10.12", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bench/CHANGELOG.md b/packages/bench/CHANGELOG.md index db8e1328fa..d5a39cc66c 100644 --- a/packages/bench/CHANGELOG.md +++ b/packages/bench/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/bench/package.json b/packages/bench/package.json index 231ca6effa..babea72d16 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bench", - "version": "3.4.28", + "version": "3.4.29", "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/testament": "^0.4.19", + "@thi.ng/testament": "^0.4.20", "@types/node": "^20.11.17", "esbuild": "^0.20.0", "rimraf": "^5.0.5", diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 95cdbe77f5..ed5b4ca178 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.102", + "version": "2.1.103", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/transducers-binary": "^2.1.100" + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/transducers-binary": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index d185195c0e..264a08aee6 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 655897f871..99ae1cec5d 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.14", + "version": "3.4.15", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 79980759c8..d64596bfd5 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.24", + "version": "2.3.25", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/blurhash/package.json b/packages/blurhash/package.json index fe2f412e19..53d323f66c 100644 --- a/packages/blurhash/package.json +++ b/packages/blurhash/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/blurhash", - "version": "0.1.9", + "version": "0.1.10", "description": "Fast, optimized TS implementation of the Wolt Blurhash algorithm", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/base-n": "^2.7.3", "@thi.ng/canvas": "^0.2.7", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2" + "@thi.ng/math": "^5.10.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/boids/package.json b/packages/boids/package.json index b217072991..c2ed5ee79f 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.12", + "version": "1.0.13", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/distance": "^2.4.53", - "@thi.ng/geom-closest-point": "^2.1.107", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/math": "^5.10.2", - "@thi.ng/timestep": "^0.5.28", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/distance": "^2.4.54", + "@thi.ng/geom-closest-point": "^2.1.108", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/math": "^5.10.3", + "@thi.ng/timestep": "^0.5.29", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/cache/package.json b/packages/cache/package.json index 5804b3123f..ce4eee174b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.100", + "version": "2.1.101", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/dcons": "^3.2.95", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/api": "^8.9.26", + "@thi.ng/dcons": "^3.2.96", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/cellular/CHANGELOG.md b/packages/cellular/CHANGELOG.md index 54e1447373..a32f078eeb 100644 --- a/packages/cellular/CHANGELOG.md +++ b/packages/cellular/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 03bb7dc3ec..62bba6252b 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.92", + "version": "0.2.93", "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", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/color-palettes/CHANGELOG.md b/packages/color-palettes/CHANGELOG.md index 5800dc2bf7..c957f8d33c 100644 --- a/packages/color-palettes/CHANGELOG.md +++ b/packages/color-palettes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 0f7dcc4fbc..5415b966c7 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.37", + "version": "1.2.38", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "tool:swatches": "bun tools/swatches.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/base-n": "^2.7.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/color": "^5.6.24", + "@thi.ng/color": "^5.6.25", "@thi.ng/errors": "^2.4.18", "@thi.ng/hex": "^2.3.37" }, diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index a95f3dfe1a..733225e302 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-23T15:42:39Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 883a2815d9..e0bf9f447f 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.24", + "version": "5.6.25", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -39,19 +39,19 @@ "tool:swatches": "bun tools/index.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/compose": "^2.1.64", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/compose": "^2.1.65", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/random": "^3.6.32", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/random": "^3.6.33", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index b880783429..7e3bf6fb11 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ac24c9592b..ae47ef918d 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.56", + "version": "1.0.57", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.14", - "@thi.ng/random": "^3.6.32" + "@thi.ng/binary": "^3.4.15", + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/api": "^8.9.25", - "@thi.ng/dsp": "^4.7.14", - "@thi.ng/dsp-io-wav": "^2.1.100", - "@thi.ng/text-canvas": "^3.0.3", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11", + "@thi.ng/api": "^8.9.26", + "@thi.ng/dsp": "^4.7.15", + "@thi.ng/dsp-io-wav": "^2.1.101", + "@thi.ng/text-canvas": "^3.0.4", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index d092a59e00..211c57ef9c 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ef86bec7f7..419370cbcd 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.2.21", + "version": "2.2.22", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/complex/package.json b/packages/complex/package.json index 1e0126a00c..35efe5ef84 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.41", + "version": "0.2.42", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index c0506b8140..96439eeef2 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ba72023c08..4c4b28f958 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.64", + "version": "2.1.65", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18" }, "devDependencies": { diff --git a/packages/csp/CHANGELOG.md b/packages/csp/CHANGELOG.md index 91caa2fed0..05405000c9 100644 --- a/packages/csp/CHANGELOG.md +++ b/packages/csp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7d24410e12..6a1966cdd9 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.100", + "version": "2.1.101", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "testnode": "tsc -p test && node build/test/node.js" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/csv/CHANGELOG.md b/packages/csv/CHANGELOG.md index b357135258..2fa1471bcb 100644 --- a/packages/csv/CHANGELOG.md +++ b/packages/csv/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 e77a795633..ef5b93e423 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.66", + "version": "2.3.67", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/date/CHANGELOG.md b/packages/date/CHANGELOG.md index 8f3f2c97e0..d40c1e42df 100644 --- a/packages/date/CHANGELOG.md +++ b/packages/date/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 97dc1624e1..4604d587d9 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.0", + "version": "2.7.1", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 4834b56db4..482cce9ef2 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.95", + "version": "3.2.96", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", + "@thi.ng/compare": "^2.2.22", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/defmulti/CHANGELOG.md b/packages/defmulti/CHANGELOG.md index e7fa98a97e..5fb6b5800e 100644 --- a/packages/defmulti/CHANGELOG.md +++ b/packages/defmulti/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 04c9f72db2..a907c47440 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/defmulti", - "version": "3.0.25", + "version": "3.0.26", "description": "Dynamic, extensible multiple dispatch via user supplied dispatch function.", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2" + "@thi.ng/logger": "^3.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index e52f95a40a..9c9a192251 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.101", + "version": "2.1.102", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/dgraph": "^2.1.100", - "@thi.ng/dot": "^2.1.63" + "@thi.ng/api": "^8.9.26", + "@thi.ng/dgraph": "^2.1.101", + "@thi.ng/dot": "^2.1.64" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 6bf9ffcb0e..b58433d7be 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.100", + "version": "2.1.101", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/diff/package.json b/packages/diff/package.json index 92a177bf98..82959e3034 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/diff", - "version": "5.1.58", + "version": "5.1.59", "description": "Customizable diff implementations for arrays (sequential) & objects (associative), with or without linear edit logs", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/equiv": "^2.1.49" }, "devDependencies": { diff --git a/packages/distance-transform/CHANGELOG.md b/packages/distance-transform/CHANGELOG.md index 099116af14..11962cc440 100644 --- a/packages/distance-transform/CHANGELOG.md +++ b/packages/distance-transform/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7ac64ce887..90dc7cd219 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.57", + "version": "0.1.58", "description": "Binary image to Distance Field transformation", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/pixel": "^6.1.10", + "@thi.ng/pixel": "^6.1.12", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/distance/CHANGELOG.md b/packages/distance/CHANGELOG.md index 785cf38413..488cfe4ccb 100644 --- a/packages/distance/CHANGELOG.md +++ b/packages/distance/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 969cf8e320..357945123e 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.53", + "version": "2.4.54", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/heaps": "^2.1.61", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/heaps": "^2.1.62", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dl-asset/package.json b/packages/dl-asset/package.json index 60b08fca33..16c9640c5f 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.67", + "version": "2.3.68", "description": "Canvas, video recording & file asset download helpers for web apps", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/mime": "^2.5.2" }, diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index 47c7508b57..5696565767 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dlogic", - "version": "2.1.58", + "version": "2.1.59", "description": "Assorted digital logic ops / constructs", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dot/package.json b/packages/dot/package.json index c697d41dbb..2e78064343 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dot", - "version": "2.1.63", + "version": "2.1.64", "description": "Graphviz document abstraction & serialization to DOT format", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0" }, "devDependencies": { diff --git a/packages/dsp-io-wav/CHANGELOG.md b/packages/dsp-io-wav/CHANGELOG.md index 14ff8f5379..93259f83db 100644 --- a/packages/dsp-io-wav/CHANGELOG.md +++ b/packages/dsp-io-wav/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 9521f1662c..37a0b7ffa6 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.100", + "version": "2.1.101", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/transducers-binary": "^2.1.100" + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/transducers-binary": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 51b26a77a9..0d7e51b91b 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 031a029ecf..90035577af 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.14", + "version": "4.7.15", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:diagrams": "bun tools/generate-diagrams.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/math": "^5.10.3", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dual-algebra/package.json b/packages/dual-algebra/package.json index 3b40b67a55..76dedb7065 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.59", + "version": "0.4.60", "description": "Multivariate dual number algebra, automatic differentiation", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dynvar/package.json b/packages/dynvar/package.json index c38852d6ee..911311f260 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dynvar", - "version": "0.3.61", + "version": "0.3.62", "description": "Dynamically scoped variable bindings", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18" }, "devDependencies": { diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 3b9b02ec8b..ac9b8d0683 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.102", + "version": "0.7.103", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/errors": "^2.4.18", - "@thi.ng/idgen": "^2.2.28", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/malloc": "^6.1.68", - "@thi.ng/transducers": "^8.9.6", + "@thi.ng/idgen": "^2.2.29", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/malloc": "^6.1.69", + "@thi.ng/transducers": "^8.9.7", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index a4f5aa8b13..cede6d7fce 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.107", + "version": "0.6.108", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -30,15 +30,15 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/checks": "^3.5.0", - "@thi.ng/dot": "^2.1.63", + "@thi.ng/dot": "^2.1.64", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", + "@thi.ng/logger": "^3.0.3", "@thi.ng/prefixes": "^2.3.10", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers-binary": "^2.1.100" + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers-binary": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fibers/CHANGELOG.md b/packages/fibers/CHANGELOG.md index d08f73beac..ea6c9cb82f 100644 --- a/packages/fibers/CHANGELOG.md +++ b/packages/fibers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 909bf74e04..9155b276b9 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.6.23", + "version": "0.6.24", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/bench": "^3.4.28", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/bench": "^3.4.29", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/idgen": "^2.2.28", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/random": "^3.6.32" + "@thi.ng/idgen": "^2.2.29", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 266105d081..5de09d7d0c 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 631c194d7c..ddb6595e93 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.3", + "version": "1.3.4", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/hex": "^2.3.37", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/random": "^3.6.32" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 26ddc0c7ad..19d1d4709a 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.102", + "version": "3.1.103", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index eca8d8057c..71e81afb15 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 eda78bd7a6..c09f6ef2b0 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.124", + "version": "2.1.125", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/fuzzy": "^2.1.68", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/hiccup-svg": "^5.2.16", - "@thi.ng/math": "^5.10.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/text-canvas": "^3.0.3" + "@thi.ng/api": "^8.9.26", + "@thi.ng/fuzzy": "^2.1.69", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/hiccup-svg": "^5.2.17", + "@thi.ng/math": "^5.10.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/text-canvas": "^3.0.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fuzzy/CHANGELOG.md b/packages/fuzzy/CHANGELOG.md index 8fa429a786..c577afee7e 100644 --- a/packages/fuzzy/CHANGELOG.md +++ b/packages/fuzzy/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 43b0fed4e0..5786572924 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.68", + "version": "2.1.69", "description": "Fuzzy logic operators & configurable rule inferencing engine", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/math": "^5.10.2" + "@thi.ng/api": "^8.9.26", + "@thi.ng/math": "^5.10.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-accel/CHANGELOG.md b/packages/geom-accel/CHANGELOG.md index 9b836a0596..ce2681f6de 100644 --- a/packages/geom-accel/CHANGELOG.md +++ b/packages/geom-accel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7fbd48e13d..37b57cd6dc 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.53", + "version": "3.5.54", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -36,18 +36,18 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/distance": "^2.4.53", + "@thi.ng/distance": "^2.4.54", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/heaps": "^2.1.61", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/heaps": "^2.1.62", + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 6b88b7fe95..c48a6365bd 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.69", + "version": "3.4.70", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 7be6499ff9..a1fb36315c 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.112", + "version": "2.1.113", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-axidraw/CHANGELOG.md b/packages/geom-axidraw/CHANGELOG.md index ac4babb313..c74a4d6fb1 100644 --- a/packages/geom-axidraw/CHANGELOG.md +++ b/packages/geom-axidraw/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 cc592f8708..c6d2360862 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.69", + "version": "0.5.70", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -35,18 +35,18 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/axidraw": "^1.1.59", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/geom": "^6.0.31", - "@thi.ng/geom-accel": "^3.5.53", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-clip-line": "^2.3.69", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/axidraw": "^1.1.60", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/geom": "^6.0.32", + "@thi.ng/geom-accel": "^3.5.54", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-clip-line": "^2.3.70", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-clip-line/CHANGELOG.md b/packages/geom-clip-line/CHANGELOG.md index 679c7ea47d..f879ef7c32 100644 --- a/packages/geom-clip-line/CHANGELOG.md +++ b/packages/geom-clip-line/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ce9a97c7f7..4e17ce9c7b 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.69", + "version": "2.3.70", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 530419c5e1..3c880fb7f8 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.111", + "version": "2.1.112", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/geom-poly-utils": "^2.3.95", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/geom-poly-utils": "^2.3.96", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-closest-point/CHANGELOG.md b/packages/geom-closest-point/CHANGELOG.md index 2d4bd5a279..aabc16e61b 100644 --- a/packages/geom-closest-point/CHANGELOG.md +++ b/packages/geom-closest-point/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7df299f5a2..e1a9cc8887 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.107", + "version": "2.1.108", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index bcffe27f3a..0ab4015a27 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.83", + "version": "2.2.84", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", - "@thi.ng/color": "^5.6.24", - "@thi.ng/geom": "^6.0.31", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-clip-line": "^2.3.69", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/grid-iterators": "^4.0.54", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", + "@thi.ng/color": "^5.6.25", + "@thi.ng/geom": "^6.0.32", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-clip-line": "^2.3.70", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/grid-iterators": "^4.0.55", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 0621773e0a..9c96b886a7 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.107", + "version": "2.1.108", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index bb96ea1be6..afc4494dd1 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.107", + "version": "0.3.108", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 6f0072f081..01247e4488 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.111", + "version": "2.1.112", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-closest-point": "^2.1.107", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-closest-point": "^2.1.108", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 9fd038c3e2..da0007d7a0 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.107", + "version": "2.1.108", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-poly-utils/CHANGELOG.md b/packages/geom-poly-utils/CHANGELOG.md index ef003ab179..fe5e8dc15a 100644 --- a/packages/geom-poly-utils/CHANGELOG.md +++ b/packages/geom-poly-utils/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 221495f272..7cccf635ed 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.95", + "version": "2.3.96", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-resample/CHANGELOG.md b/packages/geom-resample/CHANGELOG.md index 2be54ecec7..a61df13c0a 100644 --- a/packages/geom-resample/CHANGELOG.md +++ b/packages/geom-resample/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 5e51b9d8c3..d57ec7ca1a 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.33", + "version": "2.3.34", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-closest-point": "^2.1.107", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-closest-point": "^2.1.108", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-sdf/CHANGELOG.md b/packages/geom-sdf/CHANGELOG.md index 9183f89025..69a6b87c8b 100644 --- a/packages/geom-sdf/CHANGELOG.md +++ b/packages/geom-sdf/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 c744749742..9a15489c29 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.13", + "version": "0.3.14", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -35,18 +35,18 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/geom": "^6.0.31", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-isoline": "^2.1.107", - "@thi.ng/geom-poly-utils": "^2.3.95", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom": "^6.0.32", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-isoline": "^2.1.108", + "@thi.ng/geom-poly-utils": "^2.3.96", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index aed046d52e..237498ea47 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.86", + "version": "2.2.87", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-arc": "^2.1.112", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-arc": "^2.1.113", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 42466f0a63..7447341504 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.111", + "version": "2.1.112", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 3027484e7f..cc0cb52b0e 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.112", + "version": "2.1.113", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/geom-poly-utils": "^2.3.95", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/geom-poly-utils": "^2.3.96", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-trace-bitmap/CHANGELOG.md b/packages/geom-trace-bitmap/CHANGELOG.md index 2b7c048ad7..b483e4f69a 100644 --- a/packages/geom-trace-bitmap/CHANGELOG.md +++ b/packages/geom-trace-bitmap/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 2bb4aff450..ae1b06029e 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.61", + "version": "0.3.62", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/grid-iterators": "^4.0.54", - "@thi.ng/matrices": "^2.3.17", - "@thi.ng/pixel": "^6.1.11", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/grid-iterators": "^4.0.55", + "@thi.ng/matrices": "^2.3.18", + "@thi.ng/pixel": "^6.1.12", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 0b1fa8181f..bf8c2416bd 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.54", + "version": "2.3.55", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/bitfield": "^2.3.24", + "@thi.ng/api": "^8.9.26", + "@thi.ng/bitfield": "^2.3.25", "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-clip-line": "^2.3.69", - "@thi.ng/geom-clip-poly": "^2.1.111", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/geom-poly-utils": "^2.3.95", - "@thi.ng/math": "^5.10.2", + "@thi.ng/geom-clip-line": "^2.3.70", + "@thi.ng/geom-clip-poly": "^2.1.112", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/geom-poly-utils": "^2.3.96", + "@thi.ng/math": "^5.10.3", "@thi.ng/quad-edge": "^3.1.55", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 5446109024..470cdda1be 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 0d10f65988..2d161973db 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.0.31", + "version": "6.0.32", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -36,33 +36,33 @@ "tool:bpatch": "bun tools/bpatch.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/associative": "^6.3.43", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-arc": "^2.1.112", - "@thi.ng/geom-clip-line": "^2.3.69", - "@thi.ng/geom-clip-poly": "^2.1.111", - "@thi.ng/geom-closest-point": "^2.1.107", - "@thi.ng/geom-hull": "^2.1.107", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/geom-poly-utils": "^2.3.95", - "@thi.ng/geom-resample": "^2.3.33", - "@thi.ng/geom-splines": "^2.2.86", - "@thi.ng/geom-subdiv-curve": "^2.1.111", - "@thi.ng/geom-tessellate": "^2.1.112", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/hiccup-svg": "^5.2.16", - "@thi.ng/math": "^5.10.2", - "@thi.ng/matrices": "^2.3.17", - "@thi.ng/random": "^3.6.32", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-arc": "^2.1.113", + "@thi.ng/geom-clip-line": "^2.3.70", + "@thi.ng/geom-clip-poly": "^2.1.112", + "@thi.ng/geom-closest-point": "^2.1.108", + "@thi.ng/geom-hull": "^2.1.108", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/geom-poly-utils": "^2.3.96", + "@thi.ng/geom-resample": "^2.3.34", + "@thi.ng/geom-splines": "^2.2.87", + "@thi.ng/geom-subdiv-curve": "^2.1.112", + "@thi.ng/geom-tessellate": "^2.1.113", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/hiccup-svg": "^5.2.17", + "@thi.ng/math": "^5.10.3", + "@thi.ng/matrices": "^2.3.18", + "@thi.ng/random": "^3.6.33", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/gp/package.json b/packages/gp/package.json index d219f676fe..51ca831994 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.100", + "version": "0.4.101", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/zipper": "^2.1.84" + "@thi.ng/math": "^5.10.3", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/zipper": "^2.1.85" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/grid-iterators/CHANGELOG.md b/packages/grid-iterators/CHANGELOG.md index de072309e3..bfd138d8db 100644 --- a/packages/grid-iterators/CHANGELOG.md +++ b/packages/grid-iterators/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 39ee1710b2..310fe6368c 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.54", + "version": "4.0.55", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "tool:assets": "bun tools/build-assets.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/binary": "^3.4.14", - "@thi.ng/bitfield": "^2.3.24", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/binary": "^3.4.15", + "@thi.ng/bitfield": "^2.3.25", "@thi.ng/errors": "^2.4.18", - "@thi.ng/morton": "^3.1.73", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/morton": "^3.1.74", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 14182c161f..cf8b136ae7 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.108", + "version": "0.3.109", "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", @@ -36,11 +36,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/diff": "^5.1.58", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/hiccup-css": "^2.6.5", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/api": "^8.9.26", + "@thi.ng/diff": "^5.1.59", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/hiccup-css": "^2.6.6", + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 99060c632c..01a721e6b1 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.119", + "version": "4.1.120", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/diff": "^5.1.58", + "@thi.ng/diff": "^5.1.59", "@thi.ng/errors": "^2.4.18", - "@thi.ng/hdom": "^9.4.16", - "@thi.ng/hiccup-canvas": "^2.5.18" + "@thi.ng/hdom": "^9.4.17", + "@thi.ng/hiccup-canvas": "^2.5.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdom-components/CHANGELOG.md b/packages/hdom-components/CHANGELOG.md index d9e39880cc..c8e2e0faeb 100644 --- a/packages/hdom-components/CHANGELOG.md +++ b/packages/hdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 0a674546f6..9a9f784575 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.100", + "version": "5.1.101", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/canvas": "^0.2.7", "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/transducers-stats": "^2.1.100" + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/transducers-stats": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index f1b695b7a9..f6a3906d8f 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.83", + "version": "2.1.84", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/hdom": "^9.4.16" + "@thi.ng/hdom": "^9.4.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index d1dae50974..0ef87e76de 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.16", + "version": "9.4.17", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/diff": "^5.1.58", + "@thi.ng/diff": "^5.1.59", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/logger": "^3.0.2", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/logger": "^3.0.3", "@thi.ng/prefixes": "^2.3.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/atom": "^5.2.32", + "@thi.ng/atom": "^5.2.33", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/heaps/CHANGELOG.md b/packages/heaps/CHANGELOG.md index 4906a2bab2..ccb9975bad 100644 --- a/packages/heaps/CHANGELOG.md +++ b/packages/heaps/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 df1477aa7a..83b1410bf3 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.61", + "version": "2.1.62", "description": "Various heap implementations for arbitrary values and with customizable ordering", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/compare": "^2.2.21", + "@thi.ng/api": "^8.9.26", + "@thi.ng/compare": "^2.2.22", "@thi.ng/equiv": "^2.1.49" }, "devDependencies": { diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index dcd9459723..74a9b5a3f8 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.18", + "version": "2.5.19", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/color": "^5.6.24", - "@thi.ng/math": "^5.10.2", - "@thi.ng/pixel": "^6.1.11", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/color": "^5.6.25", + "@thi.ng/math": "^5.10.3", + "@thi.ng/pixel": "^6.1.12", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-css/CHANGELOG.md b/packages/hiccup-css/CHANGELOG.md index 778db92d9d..3fedb20b4b 100644 --- a/packages/hiccup-css/CHANGELOG.md +++ b/packages/hiccup-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 bc210097c9..bdbc69f183 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.5", + "version": "2.6.6", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index 27b364c80e..b6346b3716 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.25", + "version": "0.3.26", "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/parse": "^2.4.25", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/api": "^8.9.26", + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/parse": "^2.4.26", + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 310482f28d..0bcf6cc1e1 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.9", + "version": "2.4.10", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 3a4fb1c6bc..2ad75ea9e1 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.67", + "version": "3.2.68", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/emoji": "^0.1.30", "@thi.ng/errors": "^2.4.18", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/parse": "^2.4.25", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/text-canvas": "^3.0.3" + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/parse": "^2.4.26", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/text-canvas": "^3.0.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 5a2947374d..2b3c12d3eb 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.16", + "version": "5.2.17", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/color": "^5.6.24", + "@thi.ng/color": "^5.6.25", "@thi.ng/prefixes": "^2.3.10" }, "devDependencies": { diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 6d63e4b613..00e8687378 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 1128cbc3c9..2cd058db6b 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.1.14", + "version": "5.1.15", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/atom": "^5.2.32", + "@thi.ng/atom": "^5.2.33", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/idgen/package.json b/packages/idgen/package.json index f693f18b2b..a8b54a844c 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/idgen", - "version": "2.2.28", + "version": "2.2.29", "description": "Generator of opaque numeric identifiers with optional support for ID versioning and efficient re-use", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", "tslib": "^2.6.2" }, diff --git a/packages/iges/package.json b/packages/iges/package.json index 3d9467115f..bceaa5bcd2 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.109", + "version": "2.1.110", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/imago/CHANGELOG.md b/packages/imago/CHANGELOG.md index 7a8f592ea3..3fa34628e2 100644 --- a/packages/imago/CHANGELOG.md +++ b/packages/imago/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-23T13:36:17Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 2786d370a6..1a99093ba2 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.3.0", + "version": "0.3.1", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -35,22 +35,22 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/checks": "^3.5.0", - "@thi.ng/date": "^2.7.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/date": "^2.7.1", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/pixel": "^6.1.11", - "@thi.ng/pixel-dither": "^1.1.109", + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/pixel": "^6.1.12", + "@thi.ng/pixel-dither": "^1.1.110", "@thi.ng/prefixes": "^2.3.10", "sharp": "^0.33.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/vectors": "^7.10.11", + "@thi.ng/vectors": "^7.10.12", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 4d25a45c8b..5913a54078 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.37", + "version": "2.2.38", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom": "^6.0.31", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/geom-isec": "^2.1.111", - "@thi.ng/geom-tessellate": "^2.1.112", - "@thi.ng/layout": "^3.0.22", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom": "^6.0.32", + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/geom-isec": "^2.1.112", + "@thi.ng/geom-tessellate": "^2.1.113", + "@thi.ng/layout": "^3.0.23", + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/interceptors/CHANGELOG.md b/packages/interceptors/CHANGELOG.md index e3e385f8e8..84db3ec32b 100644 --- a/packages/interceptors/CHANGELOG.md +++ b/packages/interceptors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 6ee6c67e9a..28cde07543 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/interceptors", - "version": "3.2.44", + "version": "3.2.45", "description": "Interceptor based event bus, side effect & immutable state handling", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/atom": "^5.2.32", + "@thi.ng/api": "^8.9.26", + "@thi.ng/atom": "^5.2.33", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/paths": "^5.1.67" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/paths": "^5.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/intervals/CHANGELOG.md b/packages/intervals/CHANGELOG.md index 09d5e61a4a..652f483fc3 100644 --- a/packages/intervals/CHANGELOG.md +++ b/packages/intervals/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 1ad6dc3350..c566c96938 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/intervals", - "version": "4.2.61", + "version": "4.2.62", "description": "Closed/open/semi-open interval data type, queries & operations", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/dlogic": "^2.1.58", + "@thi.ng/dlogic": "^2.1.59", "@thi.ng/errors": "^2.4.18" }, "devDependencies": { diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 39ae2b795d..852af7abb0 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.100", + "version": "6.1.101", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/api": "^8.9.26", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/errors": "^2.4.18" }, "devDependencies": { diff --git a/packages/k-means/CHANGELOG.md b/packages/k-means/CHANGELOG.md index 206b3a49f4..010302e9a6 100644 --- a/packages/k-means/CHANGELOG.md +++ b/packages/k-means/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 f20fc756f1..0bb127094a 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.68", + "version": "0.6.69", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/distance": "^2.4.53", + "@thi.ng/api": "^8.9.26", + "@thi.ng/distance": "^2.4.54", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/random": "^3.6.33", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 936af4541a..789027e01b 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.35", + "version": "3.2.36", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "dependencies": { "@thi.ng/base-n": "^2.7.3", "@thi.ng/errors": "^2.4.18", - "@thi.ng/random": "^3.6.32", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/random": "^3.6.33", + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/layout/package.json b/packages/layout/package.json index e13a887cad..70bf1bc096 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.22", + "version": "3.0.23", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0" }, "devDependencies": { diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 943eb8d365..71b23a68e1 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.71", + "version": "3.0.72", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers-binary": "^2.1.100" + "@thi.ng/transducers-binary": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index c00b610f54..838638b2e1 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 702148a850..1e7f194065 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/logger", - "version": "3.0.2", + "version": "3.0.3", "description": "Basis types for arbitrary & hierarchical logging", "type": "module", "module": "./index.js", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index e37bbcbd86..1912ac181e 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.107", + "version": "2.1.108", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/compose": "^2.1.64", + "@thi.ng/api": "^8.9.26", + "@thi.ng/compose": "^2.1.65", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/malloc/package.json b/packages/malloc/package.json index ed24f0e654..2951e773c4 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.68", + "version": "6.1.69", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18" }, diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 1ee72ed3b9..bf6b9a8ce6 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 fc817b2fd1..808bb7928e 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.102", + "version": "0.3.103", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compose": "^2.1.64", + "@thi.ng/compose": "^2.1.65", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index bfab26ba82..5bbc33ba5d 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 d27d5093fd..831ae1452f 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.10.2", + "version": "5.10.3", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/matrices/CHANGELOG.md b/packages/matrices/CHANGELOG.md index e574aa641a..c9bfe7f613 100644 --- a/packages/matrices/CHANGELOG.md +++ b/packages/matrices/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 e8ef82b709..a62d1e0ce8 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.17", + "version": "2.3.18", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 4b0259a329..a0c9b277cd 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "3.1.59", + "version": "3.1.60", "description": "Function memoization with configurable caching", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 318fdb9f6e..b0f48f3451 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 cbe6ac3be2..bf74c38abc 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.6", + "version": "0.7.7", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/args": "^2.3.16", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/args": "^2.3.17", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/hiccup-css": "^2.6.5", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/text-format": "^2.1.2", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/hiccup-css": "^2.6.6", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/text-format": "^2.1.3", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/morton/package.json b/packages/morton/package.json index c04879edd0..e23d48b150 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.73", + "version": "3.1.74", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2" + "@thi.ng/math": "^5.10.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index aef2723157..b4cc4981f1 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.18", + "version": "0.1.19", "description": "Small & fast msgpack serialization & deserialization", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/oquery/CHANGELOG.md b/packages/oquery/CHANGELOG.md index af6c789d50..3914c0a984 100644 --- a/packages/oquery/CHANGELOG.md +++ b/packages/oquery/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 e339e41528..479b726029 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.2.26", + "version": "2.2.27", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/equiv": "^2.1.49" }, "devDependencies": { diff --git a/packages/parse/CHANGELOG.md b/packages/parse/CHANGELOG.md index 05c07d6e9b..9d2d4ddd0f 100644 --- a/packages/parse/CHANGELOG.md +++ b/packages/parse/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 bda5873b9d..cfa4fd97f0 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.25", + "version": "2.4.26", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/paths/CHANGELOG.md b/packages/paths/CHANGELOG.md index cafdc3aca5..2f425f4a45 100644 --- a/packages/paths/CHANGELOG.md +++ b/packages/paths/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 9f98c51206..b05e42d180 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/paths", - "version": "5.1.67", + "version": "5.1.68", "description": "Immutable, optimized and optionally typed path-based object property / array accessors with structural sharing", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18" }, diff --git a/packages/pixel-dither/CHANGELOG.md b/packages/pixel-dither/CHANGELOG.md index d710e8029f..de9484997b 100644 --- a/packages/pixel-dither/CHANGELOG.md +++ b/packages/pixel-dither/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 56dc79576f..52f518cd2e 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.109", + "version": "1.1.110", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/pixel": "^6.1.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/pixel": "^6.1.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 3149fd6eb0..daf1802077 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.70", + "version": "0.1.71", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/pixel": "^6.1.11", + "@thi.ng/api": "^8.9.26", + "@thi.ng/pixel": "^6.1.12", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 8b31d43511..3aa0cde291 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.109", + "version": "2.1.110", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/pixel": "^6.1.11" + "@thi.ng/pixel": "^6.1.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index f9b41feccb..67f7e23e25 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.50", + "version": "0.1.51", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.4.18", - "@thi.ng/pixel": "^6.1.11" + "@thi.ng/pixel": "^6.1.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index b19d31e9a5..9cfed9fac7 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7b0a48e19b..b9dbc2bdbf 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.11", + "version": "6.1.12", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/canvas": "^0.2.7", "@thi.ng/checks": "^3.5.0", - "@thi.ng/distance": "^2.4.53", + "@thi.ng/distance": "^2.4.54", "@thi.ng/errors": "^2.4.18", - "@thi.ng/k-means": "^0.6.68", - "@thi.ng/math": "^5.10.2", - "@thi.ng/porter-duff": "^2.1.67" + "@thi.ng/k-means": "^0.6.69", + "@thi.ng/math": "^5.10.3", + "@thi.ng/porter-duff": "^2.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index b910904ad1..44c4df5b6d 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.18", + "version": "2.2.19", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/args": "^2.3.16", - "@thi.ng/bench": "^3.4.28", + "@thi.ng/api": "^8.9.26", + "@thi.ng/args": "^2.3.17", + "@thi.ng/bench": "^3.4.29", "@thi.ng/errors": "^2.4.18", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/pointfree": "^3.1.68" + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/pointfree": "^3.1.69" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pointfree/CHANGELOG.md b/packages/pointfree/CHANGELOG.md index 4ddc53e7e1..d8ad1438b5 100644 --- a/packages/pointfree/CHANGELOG.md +++ b/packages/pointfree/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 78347399f1..7f73b1b6e6 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.68", + "version": "3.1.69", "description": "Pointfree functional composition / Forth style stack execution engine", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compose": "^2.1.64", + "@thi.ng/compose": "^2.1.65", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18" }, diff --git a/packages/poisson/CHANGELOG.md b/packages/poisson/CHANGELOG.md index d9930319aa..1e5a236a5b 100644 --- a/packages/poisson/CHANGELOG.md +++ b/packages/poisson/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 18071af3dc..39f512863a 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.68", + "version": "3.1.69", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/geom-api": "^3.4.69", - "@thi.ng/random": "^3.6.32", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/geom-api": "^3.4.70", + "@thi.ng/random": "^3.6.33", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index 81d04f0fd0..93c66a7b35 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.67", + "version": "2.1.68", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/math": "^5.10.2" + "@thi.ng/api": "^8.9.26", + "@thi.ng/math": "^5.10.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 1f9d8f7bc2..5af8a79192 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 d7e58eb8a2..3940c4518b 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.3", + "version": "3.1.4", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/compare": "^2.2.21", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/compare": "^2.2.22", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/random-fxhash/CHANGELOG.md b/packages/random-fxhash/CHANGELOG.md index 4c604ab505..dc7b1c48db 100644 --- a/packages/random-fxhash/CHANGELOG.md +++ b/packages/random-fxhash/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 be22213878..d7e3f69c99 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.39", + "version": "0.3.40", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/base-n": "^2.7.3", - "@thi.ng/random": "^3.6.32" + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 5320d351ff..a3844f57fd 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 b8b0062835..dcc4100a81 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "3.6.32", + "version": "3.6.33", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", "@thi.ng/hex": "^2.3.37" diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 278e429fd5..b71e7530dc 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 283a5e9592..4c508d8bea 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.82", + "version": "1.0.83", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", - "@thi.ng/grid-iterators": "^4.0.54", - "@thi.ng/porter-duff": "^2.1.67", - "@thi.ng/random": "^3.6.32", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/grid-iterators": "^4.0.55", + "@thi.ng/porter-duff": "^2.1.68", + "@thi.ng/random": "^3.6.33", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index b470fe3ed1..fa0d58bf5a 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.65", + "version": "0.5.66", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/canvas": "^0.2.7", "@thi.ng/checks": "^3.5.0", - "@thi.ng/hiccup-canvas": "^2.5.18", - "@thi.ng/rdom": "^1.1.6", - "@thi.ng/rstream": "^8.3.7" + "@thi.ng/hiccup-canvas": "^2.5.19", + "@thi.ng/rdom": "^1.1.7", + "@thi.ng/rstream": "^8.3.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-components/CHANGELOG.md b/packages/rdom-components/CHANGELOG.md index 74bb89f7e4..6f495c0196 100644 --- a/packages/rdom-components/CHANGELOG.md +++ b/packages/rdom-components/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 08e9c7638d..a3d93163eb 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.59", + "version": "0.6.60", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", - "@thi.ng/hiccup-html": "^2.4.9", - "@thi.ng/rdom": "^1.1.6", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", + "@thi.ng/hiccup-html": "^2.4.10", + "@thi.ng/rdom": "^1.1.7", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index ce5f7a135e..2f9dc5fe83 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.21", + "version": "0.2.22", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/hiccup-html": "^2.4.9", - "@thi.ng/rdom": "^1.1.6", - "@thi.ng/rstream": "^8.3.7" + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/hiccup-html": "^2.4.10", + "@thi.ng/rdom": "^1.1.7", + "@thi.ng/rstream": "^8.3.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index cbbebc4173..73297c53b7 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 021a971d78..c87050dbd0 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.6", + "version": "1.1.7", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/paths": "^5.1.67", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/paths": "^5.1.68", "@thi.ng/prefixes": "^2.3.10", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/strings": "^3.7.16" + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/strings": "^3.7.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/resolve-map/CHANGELOG.md b/packages/resolve-map/CHANGELOG.md index 1a19db3cb4..2ba04a3f71 100644 --- a/packages/resolve-map/CHANGELOG.md +++ b/packages/resolve-map/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 2beced21f0..0d1910f182 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.60", + "version": "7.1.61", "description": "DAG resolution of vanilla objects & arrays with internally linked values", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/paths": "^5.1.67" + "@thi.ng/paths": "^5.1.68" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/router/package.json b/packages/router/package.json index eb87faea6f..a5abd859e8 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/router", - "version": "3.2.57", + "version": "3.2.58", "description": "Generic router for browser & non-browser based applications", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 1503841ee1..d8b28a91df 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.105", + "version": "3.1.106", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/csp": "^2.1.100", - "@thi.ng/rstream": "^8.3.7" + "@thi.ng/csp": "^2.1.101", + "@thi.ng/rstream": "^8.3.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 5b4ccc31da..7241507d59 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.56", + "version": "3.0.57", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index cb24a8c9ea..7af07641f1 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.56", + "version": "5.0.57", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -39,11 +39,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/math": "^5.10.3", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index f5e8937404..eb92afb595 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.110", + "version": "4.1.111", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/atom": "^5.2.32", + "@thi.ng/api": "^8.9.26", + "@thi.ng/atom": "^5.2.33", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/paths": "^5.1.67", - "@thi.ng/resolve-map": "^7.1.60", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/paths": "^5.1.68", + "@thi.ng/resolve-map": "^7.1.61", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 9a676e5bcf..25bf8e0e77 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.105", + "version": "2.1.106", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.3.7" + "@thi.ng/rstream": "^8.3.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-log/CHANGELOG.md b/packages/rstream-log/CHANGELOG.md index e44b61c86a..2584e06083 100644 --- a/packages/rstream-log/CHANGELOG.md +++ b/packages/rstream-log/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 b4a3af5ab7..f1534cf667 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.0.5", + "version": "5.0.6", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-query/CHANGELOG.md b/packages/rstream-query/CHANGELOG.md index e099372f82..f017fe1e2a 100644 --- a/packages/rstream-query/CHANGELOG.md +++ b/packages/rstream-query/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 f8375b3acb..f602465cc1 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.106", + "version": "2.1.107", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/math": "^5.10.2", - "@thi.ng/rstream": "^8.3.7", - "@thi.ng/rstream-dot": "^3.0.56", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/math": "^5.10.3", + "@thi.ng/rstream": "^8.3.8", + "@thi.ng/rstream-dot": "^3.0.57", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 7378fa26e0..4bd0321bd8 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 bca24eae12..93aa17cf35 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.3.7", + "version": "8.3.8", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -39,14 +39,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/associative": "^6.3.42", - "@thi.ng/atom": "^5.2.32", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/associative": "^6.3.43", + "@thi.ng/atom": "^5.2.33", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/sax/package.json b/packages/sax/package.json index 357a9f5894..4345dfc1c9 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.102", + "version": "2.1.103", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/transducers-fsm": "^2.2.69" + "@thi.ng/api": "^8.9.26", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/transducers-fsm": "^2.2.70" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index cff43a1f80..955bfade41 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.24", + "version": "1.0.25", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/matrices": "^2.3.17", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/matrices": "^2.3.18", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/seq/CHANGELOG.md b/packages/seq/CHANGELOG.md index b7557a289d..d729dbf424 100644 --- a/packages/seq/CHANGELOG.md +++ b/packages/seq/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7dbbfdc7d1..deb778e2a4 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/seq", - "version": "0.4.62", + "version": "0.4.63", "description": "Various implementations of the @thi.ng/api `ISeq` interface / sequence abstraction", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0" }, "devDependencies": { diff --git a/packages/sexpr/package.json b/packages/sexpr/package.json index 504c6273cc..ce6b648c28 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sexpr", - "version": "0.5.26", + "version": "0.5.27", "description": "Extensible S-Expression parser & runtime infrastructure", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25" + "@thi.ng/defmulti": "^3.0.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 396f665308..5fce63f5c2 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.103", + "version": "0.4.104", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/shader-ast": "^0.13.13" + "@thi.ng/shader-ast": "^0.13.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 5baf9f12c7..d277622384 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.13", + "version": "1.1.14", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/matrices": "^2.3.17", - "@thi.ng/pixel": "^6.1.11", - "@thi.ng/shader-ast": "^0.13.13", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/math": "^5.10.3", + "@thi.ng/matrices": "^2.3.18", + "@thi.ng/pixel": "^6.1.12", + "@thi.ng/shader-ast": "^0.13.14", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-optimize/CHANGELOG.md b/packages/shader-ast-optimize/CHANGELOG.md index 1656de7a84..b537eae733 100644 --- a/packages/shader-ast-optimize/CHANGELOG.md +++ b/packages/shader-ast-optimize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 d83d8e0edf..31a9ed1eeb 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.3.51", + "version": "0.3.52", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/math": "^5.10.2", - "@thi.ng/shader-ast": "^0.13.13" + "@thi.ng/api": "^8.9.26", + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/math": "^5.10.3", + "@thi.ng/shader-ast": "^0.13.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-stdlib/CHANGELOG.md b/packages/shader-ast-stdlib/CHANGELOG.md index ba31259371..5a0bc6ff68 100644 --- a/packages/shader-ast-stdlib/CHANGELOG.md +++ b/packages/shader-ast-stdlib/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 8974331b56..ff74747d63 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.16.28", + "version": "0.16.29", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/shader-ast": "^0.13.13" + "@thi.ng/api": "^8.9.26", + "@thi.ng/shader-ast": "^0.13.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 0a0682dedb..def48de8fa 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.13.13", + "version": "0.13.14", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/defmulti": "^3.0.25", - "@thi.ng/dgraph": "^2.1.100", + "@thi.ng/defmulti": "^3.0.26", + "@thi.ng/dgraph": "^2.1.101", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2" + "@thi.ng/logger": "^3.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/simd/CHANGELOG.md b/packages/simd/CHANGELOG.md index 6018fbbc77..aedc8bfbf6 100644 --- a/packages/simd/CHANGELOG.md +++ b/packages/simd/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 a162c031d3..cf61152e18 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.100", + "version": "0.6.101", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.100" + "@thi.ng/transducers-binary": "^2.1.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/soa/CHANGELOG.md b/packages/soa/CHANGELOG.md index ee4e532025..d2799fa1be 100644 --- a/packages/soa/CHANGELOG.md +++ b/packages/soa/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 7ca45b90ae..ded5e48293 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.107", + "version": "0.4.108", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers-binary": "^2.1.100", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/transducers-binary": "^2.1.101", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 12ec3b2dac..0970c5591c 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.100", + "version": "0.3.101", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index dbd8229a01..5c8672465e 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 8565fe74c7..e7e93f0919 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.7.16", + "version": "3.7.17", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/errors": "^2.4.18", "@thi.ng/hex": "^2.3.37", - "@thi.ng/memoize": "^3.1.59" + "@thi.ng/memoize": "^3.1.60" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/system/package.json b/packages/system/package.json index 7778e1ff56..1c45208e4e 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.0.7", + "version": "3.0.8", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/dgraph": "^2.1.100", - "@thi.ng/logger": "^3.0.2" + "@thi.ng/api": "^8.9.26", + "@thi.ng/dgraph": "^2.1.101", + "@thi.ng/logger": "^3.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 5c5a74cb26..40e622ab38 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.87", + "version": "0.1.88", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -36,20 +36,20 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/args": "^2.3.16", + "@thi.ng/api": "^8.9.26", + "@thi.ng/args": "^2.3.17", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/date": "^2.7.0", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/date": "^2.7.1", "@thi.ng/errors": "^2.4.18", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/testament": "^0.4.19", + "@thi.ng/testament": "^0.4.20", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/testament/CHANGELOG.md b/packages/testament/CHANGELOG.md index e34e5f7387..1348d77233 100644 --- a/packages/testament/CHANGELOG.md +++ b/packages/testament/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 d540febcd7..11994ea68d 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/testament", - "version": "0.4.19", + "version": "0.4.20", "description": "Minimal, rational & TypeScript-friendly test runner, result export as CSV/JSON, watch mode, file fixtures", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/logger": "^3.0.2", + "@thi.ng/logger": "^3.0.3", "chokidar": "^3.6.0" }, "devDependencies": { diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index eb7e2ad1c0..e3f265b18e 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 5a6a643765..55b885f2c0 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.3", + "version": "3.0.4", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/geom-clip-line": "^2.3.69", - "@thi.ng/math": "^5.10.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/text-format": "^2.1.2", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/geom-clip-line": "^2.3.70", + "@thi.ng/math": "^5.10.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/text-format": "^2.1.3", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index b1371389cc..76b6a96b20 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 c4905f76a3..dd1e5dc5b2 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.2", + "version": "2.1.3", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/hex": "^2.3.37", - "@thi.ng/memoize": "^3.1.59" + "@thi.ng/memoize": "^3.1.60" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 88d84ec6e1..d6b68cdad6 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.28", + "version": "0.5.29", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/math": "^5.10.2", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/api": "^8.9.26", + "@thi.ng/math": "^5.10.3", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index feea68b089..d4bdf613c4 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.70", + "version": "0.1.71", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/testament": "^0.4.19", + "@thi.ng/testament": "^0.4.20", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/transducers-binary/CHANGELOG.md b/packages/transducers-binary/CHANGELOG.md index 95a8ad336a..d6fdb716e5 100644 --- a/packages/transducers-binary/CHANGELOG.md +++ b/packages/transducers-binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 44d4ba46a1..d2862f36fa 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.100", + "version": "2.1.101", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.14", - "@thi.ng/compose": "^2.1.64", + "@thi.ng/binary": "^3.4.15", + "@thi.ng/compose": "^2.1.65", "@thi.ng/errors": "^2.4.18", "@thi.ng/hex": "^2.3.37", - "@thi.ng/random": "^3.6.32", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/random": "^3.6.33", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-fsm/CHANGELOG.md b/packages/transducers-fsm/CHANGELOG.md index 16e923221c..2ad2c2b6ff 100644 --- a/packages/transducers-fsm/CHANGELOG.md +++ b/packages/transducers-fsm/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 cd73de069d..660e3dbd3d 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.69", + "version": "2.2.70", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/api": "^8.9.26", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 18d0a5e085..2f446e358a 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.108", + "version": "3.1.109", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/hdom": "^9.4.16", - "@thi.ng/hiccup": "^5.1.14", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/hdom": "^9.4.17", + "@thi.ng/hiccup": "^5.1.15", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-patch/CHANGELOG.md b/packages/transducers-patch/CHANGELOG.md index 268b15e792..4f3ef6a772 100644 --- a/packages/transducers-patch/CHANGELOG.md +++ b/packages/transducers-patch/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 751905fd9b..a54d3c1349 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.100", + "version": "0.4.101", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/paths": "^5.1.67", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/paths": "^5.1.68", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 80c4791eae..ba69aa306f 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.100", + "version": "2.1.101", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.0", - "@thi.ng/dcons": "^3.2.95", + "@thi.ng/dcons": "^3.2.96", "@thi.ng/errors": "^2.4.18", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 5515395b68..b4ddbc1c4a 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 f9cfafa915..323ec36b25 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.9.6", + "version": "8.9.7", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -39,14 +39,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/compose": "^2.1.64", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/compose": "^2.1.65", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/random": "^3.6.32" + "@thi.ng/math": "^5.10.3", + "@thi.ng/random": "^3.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/units/CHANGELOG.md b/packages/units/CHANGELOG.md index ee5f876db8..70b6db4d09 100644 --- a/packages/units/CHANGELOG.md +++ b/packages/units/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 ae4fb33b47..99cf1bd080 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/units", - "version": "0.4.32", + "version": "0.4.33", "description": "Extensible SI unit creation, conversions, quantities & calculations (incl. ~170 predefined units & constants)", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18" diff --git a/packages/vclock/CHANGELOG.md b/packages/vclock/CHANGELOG.md index b859aee1e7..8a9ad90f67 100644 --- a/packages/vclock/CHANGELOG.md +++ b/packages/vclock/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T11:59:16Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 4ade6d5b8e..adb9061cd7 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vclock", - "version": "0.3.58", + "version": "0.3.59", "description": "Vector clock functions for synchronizing distributed states & processes", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25" + "@thi.ng/api": "^8.9.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 7c74452aac..a6f039ed75 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.109", + "version": "3.1.110", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/malloc": "^6.1.68", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/malloc": "^6.1.69", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 8c430ac3a0..0a2ee852ed 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 1108bba328..bf707d769f 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.11", + "version": "7.10.12", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/math": "^5.10.2", - "@thi.ng/memoize": "^3.1.59", - "@thi.ng/random": "^3.6.32", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/math": "^5.10.3", + "@thi.ng/memoize": "^3.1.60", + "@thi.ng/random": "^3.6.33", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/viz/package.json b/packages/viz/package.json index 874fe280d8..d6216d9ac2 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.34", + "version": "0.6.35", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -41,17 +41,17 @@ "tool:tags": "bun tools/tagcloud.ts" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/associative": "^6.3.43", "@thi.ng/checks": "^3.5.0", - "@thi.ng/math": "^5.10.2", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/transducers": "^8.9.6" + "@thi.ng/math": "^5.10.3", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/transducers": "^8.9.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/date": "^2.7.0", + "@thi.ng/date": "^2.7.1", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index dde46359d5..5f69a39394 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-22T23:15:26Z +- **Last updated**: 2024-02-25T14:07:53Z - **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 c4f7ad1011..eb82733980 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.52", + "version": "0.4.53", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -37,19 +37,19 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/args": "^2.3.16", - "@thi.ng/arrays": "^2.8.2", - "@thi.ng/binary": "^3.4.14", + "@thi.ng/api": "^8.9.26", + "@thi.ng/args": "^2.3.17", + "@thi.ng/arrays": "^2.8.3", + "@thi.ng/binary": "^3.4.15", "@thi.ng/checks": "^3.5.0", - "@thi.ng/compare": "^2.2.21", - "@thi.ng/defmulti": "^3.0.25", + "@thi.ng/compare": "^2.2.22", + "@thi.ng/defmulti": "^3.0.26", "@thi.ng/errors": "^2.4.18", - "@thi.ng/file-io": "^1.3.3", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/paths": "^5.1.67", - "@thi.ng/strings": "^3.7.16", - "@thi.ng/wasm-api": "^1.4.54" + "@thi.ng/file-io": "^1.3.4", + "@thi.ng/logger": "^3.0.3", + "@thi.ng/paths": "^5.1.68", + "@thi.ng/strings": "^3.7.17", + "@thi.ng/wasm-api": "^1.4.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 10036de816..b2e326c6e2 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.64", + "version": "0.1.65", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.14", - "@thi.ng/wasm-api": "^1.4.54", - "@thi.ng/wasm-api-dom": "^0.11.72" + "@thi.ng/binary": "^3.4.15", + "@thi.ng/wasm-api": "^1.4.55", + "@thi.ng/wasm-api-dom": "^0.11.73" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.51", + "@thi.ng/wasm-api-bindgen": "^0.4.53", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index b058f6734e..3af08e087a 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.72", + "version": "0.11.73", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -39,15 +39,15 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", + "@thi.ng/api": "^8.9.26", "@thi.ng/canvas": "^0.2.7", "@thi.ng/errors": "^2.4.18", "@thi.ng/prefixes": "^2.3.10", - "@thi.ng/wasm-api": "^1.4.54" + "@thi.ng/wasm-api": "^1.4.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.51", + "@thi.ng/wasm-api-bindgen": "^0.4.53", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index fe2e88470e..331120efac 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.69", + "version": "0.3.70", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/wasm-api": "^1.4.54" + "@thi.ng/api": "^8.9.26", + "@thi.ng/wasm-api": "^1.4.55" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.51", + "@thi.ng/wasm-api-bindgen": "^0.4.53", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 819d8dc8ea..7fec261a58 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.54", + "version": "1.4.55", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "test:build-zig": "zig build-lib -O ReleaseSmall -target wasm32-freestanding -dynamic --strip --pkg-begin wasmapi zig/lib.zig --pkg-end test/custom.zig && wasm-dis -o custom.wast custom.wasm && cp custom.wasm test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18", "@thi.ng/hex": "^2.3.37", - "@thi.ng/idgen": "^2.2.28", - "@thi.ng/logger": "^3.0.2" + "@thi.ng/idgen": "^2.2.29", + "@thi.ng/logger": "^3.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index b43f3e46c7..69138b7d10 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.121", + "version": "2.1.122", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/shader-ast": "^0.13.13", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vector-pools": "^3.1.109", - "@thi.ng/vectors": "^7.10.11", - "@thi.ng/webgl": "^6.6.32" + "@thi.ng/api": "^8.9.26", + "@thi.ng/shader-ast": "^0.13.14", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vector-pools": "^3.1.110", + "@thi.ng/vectors": "^7.10.12", + "@thi.ng/webgl": "^6.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index adbc6968d1..1d4226cbad 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.121", + "version": "0.4.122", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/shader-ast": "^0.13.13", - "@thi.ng/shader-ast-glsl": "^0.4.103", - "@thi.ng/webgl": "^6.6.32" + "@thi.ng/api": "^8.9.26", + "@thi.ng/shader-ast": "^0.13.14", + "@thi.ng/shader-ast-glsl": "^0.4.104", + "@thi.ng/webgl": "^6.6.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index d906729977..7e1e143b65 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.6.32", + "version": "6.6.33", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -39,22 +39,22 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/associative": "^6.3.42", + "@thi.ng/api": "^8.9.26", + "@thi.ng/associative": "^6.3.43", "@thi.ng/canvas": "^0.2.7", "@thi.ng/checks": "^3.5.0", "@thi.ng/equiv": "^2.1.49", "@thi.ng/errors": "^2.4.18", - "@thi.ng/logger": "^3.0.2", - "@thi.ng/matrices": "^2.3.17", - "@thi.ng/memoize": "^3.1.59", - "@thi.ng/pixel": "^6.1.11", - "@thi.ng/shader-ast": "^0.13.13", - "@thi.ng/shader-ast-glsl": "^0.4.103", - "@thi.ng/shader-ast-stdlib": "^0.16.28", - "@thi.ng/transducers": "^8.9.6", - "@thi.ng/vector-pools": "^3.1.109", - "@thi.ng/vectors": "^7.10.11" + "@thi.ng/logger": "^3.0.3", + "@thi.ng/matrices": "^2.3.18", + "@thi.ng/memoize": "^3.1.60", + "@thi.ng/pixel": "^6.1.12", + "@thi.ng/shader-ast": "^0.13.14", + "@thi.ng/shader-ast-glsl": "^0.4.104", + "@thi.ng/shader-ast-stdlib": "^0.16.29", + "@thi.ng/transducers": "^8.9.7", + "@thi.ng/vector-pools": "^3.1.110", + "@thi.ng/vectors": "^7.10.12" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/zipper/package.json b/packages/zipper/package.json index 3f73bcb06e..34012f083c 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.84", + "version": "2.1.85", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/api": "^8.9.25", - "@thi.ng/arrays": "^2.8.2", + "@thi.ng/api": "^8.9.26", + "@thi.ng/arrays": "^2.8.3", "@thi.ng/checks": "^3.5.0", "@thi.ng/errors": "^2.4.18" }, diff --git a/yarn.lock b/yarn.lock index 213678b880..6bbc260b37 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3476,13 +3476,13 @@ __metadata: resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/bitfield": "npm:^2.3.24" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/bitfield": "npm:^2.3.25" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/sparse": "npm:^0.3.100" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/sparse": "npm:^0.3.101" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3490,7 +3490,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/api@npm:^8.9.25, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": +"@thi.ng/api@npm:^8.9.25, @thi.ng/api@npm:^8.9.26, @thi.ng/api@workspace:^, @thi.ng/api@workspace:packages/api": version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: @@ -3502,17 +3502,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.16, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.17, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/text-format": "npm:^2.1.2" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/text-format": "npm:^2.1.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3520,17 +3520,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.8.2, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.8.3, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" + "@thi.ng/compare": "npm:^2.2.22" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" + "@thi.ng/random": "npm:^3.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3538,21 +3538,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.42, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^6.3.43, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3561,15 +3561,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/atom@npm:^5.2.32, @thi.ng/atom@workspace:^, @thi.ng/atom@workspace:packages/atom": +"@thi.ng/atom@npm:^5.2.33, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/paths": "npm:^5.1.67" + "@thi.ng/paths": "npm:^5.1.68" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3578,21 +3578,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.59, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.60, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compose": "npm:^2.1.64" - "@thi.ng/date": "npm:^2.7.0" + "@thi.ng/compose": "npm:^2.1.65" + "@thi.ng/date": "npm:^2.7.1" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/units": "npm:^0.4.32" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/units": "npm:^0.4.33" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3613,13 +3613,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bench@npm:^3.4.28, @thi.ng/bench@workspace:^, @thi.ng/bench@workspace:packages/bench": +"@thi.ng/bench@npm:^3.4.29, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/testament": "npm:^0.4.19" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/testament": "npm:^0.4.20" "@types/node": "npm:^20.11.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -3634,12 +3634,12 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/transducers-binary": "npm:^2.1.100" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/transducers-binary": "npm:^2.1.101" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3647,12 +3647,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.14, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.15, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3660,15 +3660,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.24, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.25, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3694,11 +3694,11 @@ __metadata: resolution: "@thi.ng/blurhash@workspace:packages/blurhash" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/base-n": "npm:^2.7.3" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" + "@thi.ng/math": "npm:^5.10.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tools: "workspace:^" @@ -3712,14 +3712,14 @@ __metadata: resolution: "@thi.ng/boids@workspace:packages/boids" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/distance": "npm:^2.4.53" - "@thi.ng/geom-closest-point": "npm:^2.1.107" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/timestep": "npm:^0.5.28" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/distance": "npm:^2.4.54" + "@thi.ng/geom-closest-point": "npm:^2.1.108" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/timestep": "npm:^0.5.29" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3732,9 +3732,9 @@ __metadata: resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/dcons": "npm:^3.2.95" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/dcons": "npm:^3.2.96" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3760,12 +3760,12 @@ __metadata: resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3792,10 +3792,10 @@ __metadata: resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/base-n": "npm:^2.7.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/color": "npm:^5.6.24" + "@thi.ng/color": "npm:^5.6.25" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/hex": "npm:^2.3.37" esbuild: "npm:^0.20.0" @@ -3805,24 +3805,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.24, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.25, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/compose": "npm:^2.1.64" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/compose": "npm:^2.1.65" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3835,14 +3835,14 @@ __metadata: resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" - "@thi.ng/dsp": "npm:^4.7.14" - "@thi.ng/dsp-io-wav": "npm:^2.1.100" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/text-canvas": "npm:^3.0.3" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" + "@thi.ng/dsp": "npm:^4.7.15" + "@thi.ng/dsp-io-wav": "npm:^2.1.101" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/text-canvas": "npm:^3.0.4" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3850,12 +3850,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.2.21, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.2.22, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3868,10 +3868,10 @@ __metadata: resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3879,12 +3879,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@npm:^2.1.64, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@npm:^2.1.65, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -3893,17 +3893,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^2.1.100, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^2.1.101, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3916,10 +3916,10 @@ __metadata: resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3927,14 +3927,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.0, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.1, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3942,18 +3942,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.95, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.96, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" + "@thi.ng/compare": "npm:^2.2.22" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3961,14 +3961,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/defmulti@npm:^3.0.25, @thi.ng/defmulti@workspace:^, @thi.ng/defmulti@workspace:packages/defmulti": +"@thi.ng/defmulti@npm:^3.0.26, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/logger": "npm:^3.0.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3981,9 +3981,9 @@ __metadata: resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/dgraph": "npm:^2.1.100" - "@thi.ng/dot": "npm:^2.1.63" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/dgraph": "npm:^2.1.101" + "@thi.ng/dot": "npm:^2.1.64" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3991,16 +3991,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.100, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.101, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4008,12 +4008,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/diff@npm:^5.1.58, @thi.ng/diff@workspace:packages/diff": +"@thi.ng/diff@npm:^5.1.59, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/equiv": "npm:^2.1.49" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4026,8 +4026,8 @@ __metadata: resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/pixel": "npm:^6.1.10" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/pixel": "npm:^6.1.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4035,17 +4035,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.53, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.54, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/heaps": "npm:^2.1.61" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/heaps": "npm:^2.1.62" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4058,7 +4058,7 @@ __metadata: resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/mime": "npm:^2.5.2" esbuild: "npm:^0.20.0" @@ -4068,12 +4068,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dlogic@npm:^2.1.58, @thi.ng/dlogic@workspace:packages/dlogic": +"@thi.ng/dlogic@npm:^2.1.59, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4081,12 +4081,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dot@npm:^2.1.63, @thi.ng/dot@workspace:packages/dot": +"@thi.ng/dot@npm:^2.1.64, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4095,16 +4095,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.100, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.101, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/transducers-binary": "npm:^2.1.100" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/transducers-binary": "npm:^2.1.101" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4112,17 +4112,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.14, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.15, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4135,7 +4135,7 @@ __metadata: resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4148,7 +4148,7 @@ __metadata: resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4162,17 +4162,17 @@ __metadata: resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/idgen": "npm:^2.2.28" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/malloc": "npm:^6.1.68" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/idgen": "npm:^2.2.29" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/malloc": "npm:^6.1.69" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -4186,16 +4186,16 @@ __metadata: resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/dot": "npm:^2.1.63" + "@thi.ng/dot": "npm:^2.1.64" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/logger": "npm:^3.0.3" "@thi.ng/prefixes": "npm:^2.3.10" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers-binary": "npm:^2.1.100" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers-binary": "npm:^2.1.101" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4258,14 +4258,14 @@ __metadata: resolution: "@thi.ng/fibers@workspace:packages/fibers" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/bench": "npm:^3.4.28" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/bench": "npm:^3.4.29" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/idgen": "npm:^2.2.28" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/random": "npm:^3.6.32" + "@thi.ng/idgen": "npm:^2.2.29" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/random": "npm:^3.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4273,16 +4273,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^1.3.3, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^1.3.4, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/hex": "npm:^2.3.37" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/random": "npm:^3.6.32" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/random": "npm:^3.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4295,12 +4295,12 @@ __metadata: resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4313,13 +4313,13 @@ __metadata: resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/fuzzy": "npm:^2.1.68" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/hiccup-svg": "npm:^5.2.16" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/text-canvas": "npm:^3.0.3" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/fuzzy": "npm:^2.1.69" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/hiccup-svg": "npm:^5.2.17" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/text-canvas": "npm:^3.0.4" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4327,13 +4327,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@npm:^2.1.68, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@npm:^2.1.69, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/math": "npm:^5.10.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/math": "npm:^5.10.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4341,23 +4341,23 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.53, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.54, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/distance": "npm:^2.4.53" + "@thi.ng/distance": "npm:^2.4.54" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/heaps": "npm:^2.1.61" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/heaps": "npm:^2.1.62" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4365,13 +4365,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^3.4.69, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^3.4.70, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4379,16 +4379,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.112, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.113, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4401,18 +4401,18 @@ __metadata: resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/axidraw": "npm:^1.1.59" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/geom": "npm:^6.0.31" - "@thi.ng/geom-accel": "npm:^3.5.53" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-clip-line": "npm:^2.3.69" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/axidraw": "npm:^1.1.60" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/geom": "npm:^6.0.32" + "@thi.ng/geom-accel": "npm:^3.5.54" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-clip-line": "npm:^2.3.70" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4420,14 +4420,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.69, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.70, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4435,15 +4435,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.111, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.112, @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.40.1" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/geom-poly-utils": "npm:^2.3.95" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/geom-poly-utils": "npm:^2.3.96" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4451,14 +4451,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.107, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.108, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4471,16 +4471,16 @@ __metadata: resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" - "@thi.ng/color": "npm:^5.6.24" - "@thi.ng/geom": "npm:^6.0.31" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-clip-line": "npm:^2.3.69" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/grid-iterators": "npm:^4.0.54" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" + "@thi.ng/color": "npm:^5.6.25" + "@thi.ng/geom": "npm:^6.0.32" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-clip-line": "npm:^2.3.70" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/grid-iterators": "npm:^4.0.55" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4488,13 +4488,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.107, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.108, @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.40.1" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4507,9 +4507,9 @@ __metadata: resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4517,16 +4517,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^2.1.111, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^2.1.112, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-closest-point": "npm:^2.1.107" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-closest-point": "npm:^2.1.108" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4534,14 +4534,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.107, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.108, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4549,16 +4549,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.95, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.96, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4566,17 +4566,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.33, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.34, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-closest-point": "npm:^2.1.107" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-closest-point": "npm:^2.1.108" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4589,18 +4589,18 @@ __metadata: resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/geom": "npm:^6.0.31" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-isoline": "npm:^2.1.107" - "@thi.ng/geom-poly-utils": "npm:^2.3.95" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom": "npm:^6.0.32" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-isoline": "npm:^2.1.108" + "@thi.ng/geom-poly-utils": "npm:^2.3.96" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4608,18 +4608,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.86, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.87, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-arc": "npm:^2.1.112" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-arc": "npm:^2.1.113" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4627,15 +4627,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.111, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.112, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4643,17 +4643,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.112, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.113, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/geom-poly-utils": "npm:^2.3.95" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/geom-poly-utils": "npm:^2.3.96" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4666,12 +4666,12 @@ __metadata: resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/grid-iterators": "npm:^4.0.54" - "@thi.ng/matrices": "npm:^2.3.17" - "@thi.ng/pixel": "npm:^6.1.11" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/grid-iterators": "npm:^4.0.55" + "@thi.ng/matrices": "npm:^2.3.18" + "@thi.ng/pixel": "npm:^6.1.12" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4684,16 +4684,16 @@ __metadata: resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/bitfield": "npm:^2.3.24" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/bitfield": "npm:^2.3.25" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-clip-line": "npm:^2.3.69" - "@thi.ng/geom-clip-poly": "npm:^2.1.111" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/geom-poly-utils": "npm:^2.3.95" - "@thi.ng/math": "npm:^5.10.2" + "@thi.ng/geom-clip-line": "npm:^2.3.70" + "@thi.ng/geom-clip-poly": "npm:^2.1.112" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/geom-poly-utils": "npm:^2.3.96" + "@thi.ng/math": "npm:^5.10.3" "@thi.ng/quad-edge": "npm:^3.1.55" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4701,38 +4701,38 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.0.31, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.0.32, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-arc": "npm:^2.1.112" - "@thi.ng/geom-clip-line": "npm:^2.3.69" - "@thi.ng/geom-clip-poly": "npm:^2.1.111" - "@thi.ng/geom-closest-point": "npm:^2.1.107" - "@thi.ng/geom-hull": "npm:^2.1.107" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/geom-poly-utils": "npm:^2.3.95" - "@thi.ng/geom-resample": "npm:^2.3.33" - "@thi.ng/geom-splines": "npm:^2.2.86" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.111" - "@thi.ng/geom-tessellate": "npm:^2.1.112" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/hiccup-svg": "npm:^5.2.16" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/matrices": "npm:^2.3.17" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-arc": "npm:^2.1.113" + "@thi.ng/geom-clip-line": "npm:^2.3.70" + "@thi.ng/geom-clip-poly": "npm:^2.1.112" + "@thi.ng/geom-closest-point": "npm:^2.1.108" + "@thi.ng/geom-hull": "npm:^2.1.108" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/geom-poly-utils": "npm:^2.3.96" + "@thi.ng/geom-resample": "npm:^2.3.34" + "@thi.ng/geom-splines": "npm:^2.2.87" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.112" + "@thi.ng/geom-tessellate": "npm:^2.1.113" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/hiccup-svg": "npm:^5.2.17" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/matrices": "npm:^2.3.18" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4745,12 +4745,12 @@ __metadata: resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/zipper": "npm:^2.1.84" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/zipper": "npm:^2.1.85" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4758,19 +4758,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.54, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.55, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/binary": "npm:^3.4.14" - "@thi.ng/bitfield": "npm:^2.3.24" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/binary": "npm:^3.4.15" + "@thi.ng/bitfield": "npm:^2.3.25" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/morton": "npm:^3.1.73" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/morton": "npm:^3.1.74" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4783,11 +4783,11 @@ __metadata: resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/diff": "npm:^5.1.58" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/hiccup-css": "npm:^2.6.5" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/diff": "npm:^5.1.59" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/hiccup-css": "npm:^2.6.6" + "@thi.ng/strings": "npm:^3.7.17" "@types/node": "npm:^20.11.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4803,12 +4803,12 @@ __metadata: resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/diff": "npm:^5.1.58" + "@thi.ng/diff": "npm:^5.1.59" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/hdom": "npm:^9.4.16" - "@thi.ng/hiccup-canvas": "npm:^2.5.18" + "@thi.ng/hdom": "npm:^9.4.17" + "@thi.ng/hiccup-canvas": "npm:^2.5.19" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4821,12 +4821,12 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/transducers-stats": "npm:^2.1.100" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/transducers-stats": "npm:^2.1.101" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4839,9 +4839,9 @@ __metadata: resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/hdom": "npm:^9.4.16" + "@thi.ng/hdom": "npm:^9.4.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4849,19 +4849,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.16, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.17, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/atom": "npm:^5.2.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/atom": "npm:^5.2.33" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/diff": "npm:^5.1.58" + "@thi.ng/diff": "npm:^5.1.59" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/logger": "npm:^3.0.3" "@thi.ng/prefixes": "npm:^2.3.10" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4870,13 +4870,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.61, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.62, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/compare": "npm:^2.2.21" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/compare": "npm:^2.2.22" "@thi.ng/equiv": "npm:^2.1.49" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4897,17 +4897,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.18, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.19, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/color": "npm:^5.6.24" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/pixel": "npm:^6.1.11" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/color": "npm:^5.6.25" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/pixel": "npm:^6.1.12" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4928,15 +4928,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.6.5, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.6.6, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4949,10 +4949,10 @@ __metadata: resolution: "@thi.ng/hiccup-html-parse@workspace:packages/hiccup-html-parse" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/parse": "npm:^2.4.25" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/parse": "npm:^2.4.26" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4960,12 +4960,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.4.9, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.4.10, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4978,17 +4978,17 @@ __metadata: resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/emoji": "npm:^0.1.30" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/parse": "npm:^2.4.25" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/text-canvas": "npm:^3.0.3" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/parse": "npm:^2.4.26" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/text-canvas": "npm:^3.0.4" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4996,13 +4996,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.16, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.17, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/color": "npm:^5.6.24" + "@thi.ng/color": "npm:^5.6.25" "@thi.ng/prefixes": "npm:^2.3.10" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5011,16 +5011,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.1.14, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.1.14, @thi.ng/hiccup@npm:^5.1.15, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/atom": "npm:^5.2.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/atom": "npm:^5.2.33" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5028,12 +5028,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/idgen@npm:^2.2.28, @thi.ng/idgen@workspace:packages/idgen": +"@thi.ng/idgen@npm:^2.2.29, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5048,12 +5048,12 @@ __metadata: resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5066,18 +5066,18 @@ __metadata: resolution: "@thi.ng/imago@workspace:packages/imago" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/date": "npm:^2.7.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/date": "npm:^2.7.1" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/pixel": "npm:^6.1.11" - "@thi.ng/pixel-dither": "npm:^1.1.109" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/pixel": "npm:^6.1.12" + "@thi.ng/pixel-dither": "npm:^1.1.110" "@thi.ng/prefixes": "npm:^2.3.10" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" sharp: "npm:^0.33.2" @@ -5091,16 +5091,16 @@ __metadata: resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom": "npm:^6.0.31" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/geom-isec": "npm:^2.1.111" - "@thi.ng/geom-tessellate": "npm:^2.1.112" - "@thi.ng/layout": "npm:^3.0.22" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom": "npm:^6.0.32" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/geom-isec": "npm:^2.1.112" + "@thi.ng/geom-tessellate": "npm:^2.1.113" + "@thi.ng/layout": "npm:^3.0.23" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5113,12 +5113,12 @@ __metadata: resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/atom": "npm:^5.2.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/atom": "npm:^5.2.33" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/paths": "npm:^5.1.67" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/paths": "npm:^5.1.68" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5131,9 +5131,9 @@ __metadata: resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/dlogic": "npm:^2.1.58" + "@thi.ng/dlogic": "npm:^2.1.59" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5147,8 +5147,8 @@ __metadata: resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5157,16 +5157,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.68, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.69, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/distance": "npm:^2.4.53" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/distance": "npm:^2.4.54" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5181,8 +5181,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/base-n": "npm:^2.7.3" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5192,12 +5192,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.22, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.23, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5213,7 +5213,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers-binary": "npm:^2.1.100" + "@thi.ng/transducers-binary": "npm:^2.1.101" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5221,7 +5221,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/logger@npm:^3.0.2, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": +"@thi.ng/logger@npm:^3.0.3, @thi.ng/logger@workspace:^, @thi.ng/logger@workspace:packages/logger": version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: @@ -5251,13 +5251,13 @@ __metadata: resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/compose": "npm:^2.1.64" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/compose": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5265,13 +5265,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.68, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.69, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" @@ -5286,12 +5286,12 @@ __metadata: resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compose": "npm:^2.1.64" + "@thi.ng/compose": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5299,12 +5299,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@npm:^5.10.2, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@npm:^5.10.3, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": version: 0.0.0-use.local resolution: "@thi.ng/math@workspace:packages/math" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5312,15 +5312,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.17, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.18, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5328,12 +5328,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^3.1.59, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^3.1.60, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5346,18 +5346,18 @@ __metadata: resolution: "@thi.ng/meta-css@workspace:packages/meta-css" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/args": "npm:^2.3.16" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/args": "npm:^2.3.17" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/hiccup-css": "npm:^2.6.5" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/text-format": "npm:^2.1.2" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/hiccup-css": "npm:^2.6.6" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/text-format": "npm:^2.1.3" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5380,15 +5380,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.73, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.74, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" + "@thi.ng/math": "npm:^5.10.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5403,7 +5403,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5416,10 +5416,10 @@ __metadata: resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/equiv": "npm:^2.1.49" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5428,16 +5428,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.25, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.26, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5445,12 +5445,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/paths@npm:^5.1.67, @thi.ng/paths@workspace:^, @thi.ng/paths@workspace:packages/paths": +"@thi.ng/paths@npm:^5.1.68, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" @@ -5460,14 +5460,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.109, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.110, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/pixel": "npm:^6.1.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/pixel": "npm:^6.1.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5480,8 +5480,8 @@ __metadata: resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/pixel": "npm:^6.1.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/pixel": "npm:^6.1.12" esbuild: "npm:^0.20.0" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5495,9 +5495,9 @@ __metadata: resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/pixel": "npm:^6.1.11" + "@thi.ng/pixel": "npm:^6.1.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5511,7 +5511,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/pixel": "npm:^6.1.11" + "@thi.ng/pixel": "npm:^6.1.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5519,20 +5519,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.10, @thi.ng/pixel@npm:^6.1.11, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.12, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/distance": "npm:^2.4.53" + "@thi.ng/distance": "npm:^2.4.54" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/k-means": "npm:^0.6.68" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/porter-duff": "npm:^2.1.67" + "@thi.ng/k-means": "npm:^0.6.69" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/porter-duff": "npm:^2.1.68" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -5546,13 +5546,13 @@ __metadata: resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/args": "npm:^2.3.16" - "@thi.ng/bench": "npm:^3.4.28" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/args": "npm:^2.3.17" + "@thi.ng/bench": "npm:^3.4.29" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/pointfree": "npm:^3.1.68" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/pointfree": "npm:^3.1.69" esbuild: "npm:^0.20.0" pegjs: "npm:0.11.0-master.b7b87ea" rimraf: "npm:^5.0.5" @@ -5563,14 +5563,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@npm:^3.1.68, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@npm:^3.1.69, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compose": "npm:^2.1.64" + "@thi.ng/compose": "npm:^2.1.65" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0" @@ -5585,11 +5585,11 @@ __metadata: resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/geom-api": "npm:^3.4.69" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/geom-api": "npm:^3.4.70" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5597,13 +5597,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@npm:^2.1.67, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@npm:^2.1.68, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/math": "npm:^5.10.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/math": "npm:^5.10.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5641,13 +5641,13 @@ __metadata: resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/compare": "npm:^2.2.21" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/compare": "npm:^2.2.22" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5660,9 +5660,9 @@ __metadata: resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/base-n": "npm:^2.7.3" - "@thi.ng/random": "npm:^3.6.32" + "@thi.ng/random": "npm:^3.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5670,12 +5670,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/random@npm:^3.6.32, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^3.6.33, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/hex": "npm:^2.3.37" @@ -5705,13 +5705,13 @@ __metadata: resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" - "@thi.ng/grid-iterators": "npm:^4.0.54" - "@thi.ng/porter-duff": "npm:^2.1.67" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/grid-iterators": "npm:^4.0.55" + "@thi.ng/porter-duff": "npm:^2.1.68" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5724,13 +5724,13 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/hiccup-canvas": "npm:^2.5.18" - "@thi.ng/rdom": "npm:^1.1.6" - "@thi.ng/rstream": "npm:^8.3.7" + "@thi.ng/hiccup-canvas": "npm:^2.5.19" + "@thi.ng/rdom": "npm:^1.1.7" + "@thi.ng/rstream": "npm:^8.3.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5743,13 +5743,13 @@ __metadata: resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" - "@thi.ng/hiccup-html": "npm:^2.4.9" - "@thi.ng/rdom": "npm:^1.1.6" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" + "@thi.ng/hiccup-html": "npm:^2.4.10" + "@thi.ng/rdom": "npm:^1.1.7" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5762,12 +5762,12 @@ __metadata: resolution: "@thi.ng/rdom-forms@workspace:packages/rdom-forms" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/hiccup-html": "npm:^2.4.9" - "@thi.ng/rdom": "npm:^1.1.6" - "@thi.ng/rstream": "npm:^8.3.7" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/hiccup-html": "npm:^2.4.10" + "@thi.ng/rdom": "npm:^1.1.7" + "@thi.ng/rstream": "npm:^8.3.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5775,19 +5775,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.6, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.7, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/paths": "npm:^5.1.67" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/paths": "npm:^5.1.68" "@thi.ng/prefixes": "npm:^2.3.10" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/strings": "npm:^3.7.16" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/strings": "npm:^3.7.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5795,15 +5795,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/resolve-map@npm:^7.1.60, @thi.ng/resolve-map@workspace:^, @thi.ng/resolve-map@workspace:packages/resolve-map": +"@thi.ng/resolve-map@npm:^7.1.61, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/paths": "npm:^5.1.67" + "@thi.ng/paths": "npm:^5.1.68" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5830,7 +5830,7 @@ __metadata: resolution: "@thi.ng/router@workspace:packages/router" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" @@ -5847,8 +5847,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/csp": "npm:^2.1.100" - "@thi.ng/rstream": "npm:^8.3.7" + "@thi.ng/csp": "npm:^2.1.101" + "@thi.ng/rstream": "npm:^8.3.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5856,14 +5856,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.56, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.57, @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.40.1" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5876,11 +5876,11 @@ __metadata: resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5893,14 +5893,14 @@ __metadata: resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/atom": "npm:^5.2.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/atom": "npm:^5.2.33" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/paths": "npm:^5.1.67" - "@thi.ng/resolve-map": "npm:^7.1.60" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/paths": "npm:^5.1.68" + "@thi.ng/resolve-map": "npm:^7.1.61" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5913,7 +5913,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/rstream": "npm:^8.3.7" + "@thi.ng/rstream": "npm:^8.3.8" "@types/node": "npm:^20.11.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5927,12 +5927,12 @@ __metadata: resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5945,16 +5945,16 @@ __metadata: resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/rstream": "npm:^8.3.7" - "@thi.ng/rstream-dot": "npm:^3.0.56" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/rstream": "npm:^8.3.8" + "@thi.ng/rstream-dot": "npm:^3.0.57" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5962,19 +5962,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.3.7, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.3.8, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/associative": "npm:^6.3.42" - "@thi.ng/atom": "npm:^5.2.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/associative": "npm:^6.3.43" + "@thi.ng/atom": "npm:^5.2.33" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5987,10 +5987,10 @@ __metadata: resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/transducers-fsm": "npm:^2.2.69" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/transducers-fsm": "npm:^2.2.70" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6003,11 +6003,11 @@ __metadata: resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/matrices": "npm:^2.3.17" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/matrices": "npm:^2.3.18" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6020,7 +6020,7 @@ __metadata: resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -6034,9 +6034,9 @@ __metadata: resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/defmulti": "npm:^3.0.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6044,15 +6044,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.103, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.104, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/shader-ast": "npm:^0.13.13" + "@thi.ng/shader-ast": "npm:^0.13.14" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6065,14 +6065,14 @@ __metadata: resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/matrices": "npm:^2.3.17" - "@thi.ng/pixel": "npm:^6.1.11" - "@thi.ng/shader-ast": "npm:^0.13.13" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/matrices": "npm:^2.3.18" + "@thi.ng/pixel": "npm:^6.1.12" + "@thi.ng/shader-ast": "npm:^0.13.14" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6085,11 +6085,11 @@ __metadata: resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/shader-ast": "npm:^0.13.13" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/shader-ast": "npm:^0.13.14" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6097,13 +6097,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.16.28, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.16.29, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/shader-ast": "npm:^0.13.13" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/shader-ast": "npm:^0.13.14" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6111,17 +6111,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.13.13, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.13.14, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/defmulti": "npm:^3.0.25" - "@thi.ng/dgraph": "npm:^2.1.100" + "@thi.ng/defmulti": "npm:^3.0.26" + "@thi.ng/dgraph": "npm:^2.1.101" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/logger": "npm:^3.0.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6134,7 +6134,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/transducers-binary": "npm:^2.1.100" + "@thi.ng/transducers-binary": "npm:^2.1.101" assemblyscript: "npm:0.27.24" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -6148,12 +6148,12 @@ __metadata: resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers-binary": "npm:^2.1.100" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/transducers-binary": "npm:^2.1.101" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6161,14 +6161,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.100, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.101, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6176,15 +6176,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.7.16, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.7.17, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/hex": "npm:^2.3.37" - "@thi.ng/memoize": "npm:^3.1.59" + "@thi.ng/memoize": "npm:^3.1.60" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6197,9 +6197,9 @@ __metadata: resolution: "@thi.ng/system@workspace:packages/system" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/dgraph": "npm:^2.1.100" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/dgraph": "npm:^2.1.101" + "@thi.ng/logger": "npm:^3.0.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6212,17 +6212,17 @@ __metadata: resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/args": "npm:^2.3.16" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/args": "npm:^2.3.17" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/date": "npm:^2.7.0" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/date": "npm:^2.7.1" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/testament": "npm:^0.4.19" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/testament": "npm:^0.4.20" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6232,12 +6232,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/testament@npm:^0.4.19, @thi.ng/testament@workspace:packages/testament": +"@thi.ng/testament@npm:^0.4.20, @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.40.1" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/logger": "npm:^3.0.3" chokidar: "npm:^3.6.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -6248,20 +6248,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.3, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.4, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/geom-clip-line": "npm:^2.3.69" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/text-format": "npm:^2.1.2" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/geom-clip-line": "npm:^2.3.70" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/text-format": "npm:^2.1.3" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -6270,14 +6270,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.1.2, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.1.3, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/hex": "npm:^2.3.37" - "@thi.ng/memoize": "npm:^3.1.59" + "@thi.ng/memoize": "npm:^3.1.60" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6285,14 +6285,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.28, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.29, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6305,13 +6305,13 @@ __metadata: resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/testament": "npm:^0.4.19" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/testament": "npm:^0.4.20" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6319,18 +6319,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.100, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.101, @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.40.1" - "@thi.ng/binary": "npm:^3.4.14" - "@thi.ng/compose": "npm:^2.1.64" + "@thi.ng/binary": "npm:^3.4.15" + "@thi.ng/compose": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/hex": "npm:^2.3.37" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6338,13 +6338,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.69, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.70, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6357,9 +6357,9 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/hdom": "npm:^9.4.16" - "@thi.ng/hiccup": "npm:^5.1.14" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/hdom": "npm:^9.4.17" + "@thi.ng/hiccup": "npm:^5.1.15" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6372,11 +6372,11 @@ __metadata: resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/paths": "npm:^5.1.67" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/paths": "npm:^5.1.68" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6384,15 +6384,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.100, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.101, @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.40.1" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/dcons": "npm:^3.2.95" + "@thi.ng/dcons": "npm:^3.2.96" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6400,19 +6400,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^8.9.5, @thi.ng/transducers@npm:^8.9.6, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^8.9.5, @thi.ng/transducers@npm:^8.9.7, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/compose": "npm:^2.1.64" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/compose": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/random": "npm:^3.6.32" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/random": "npm:^3.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6432,12 +6432,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/units@npm:^0.4.32, @thi.ng/units@workspace:^, @thi.ng/units@workspace:packages/units": +"@thi.ng/units@npm:^0.4.33, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" @@ -6453,7 +6453,7 @@ __metadata: resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6461,19 +6461,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.109, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.110, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/malloc": "npm:^6.1.68" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/malloc": "npm:^6.1.69" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6481,21 +6481,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.11, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.12, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/memoize": "npm:^3.1.59" - "@thi.ng/random": "npm:^3.6.32" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/memoize": "npm:^3.1.60" + "@thi.ng/random": "npm:^3.6.33" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6508,14 +6508,14 @@ __metadata: resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/date": "npm:^2.7.0" - "@thi.ng/math": "npm:^5.10.2" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/transducers": "npm:^8.9.6" + "@thi.ng/date": "npm:^2.7.1" + "@thi.ng/math": "npm:^5.10.3" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/transducers": "npm:^8.9.7" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6523,24 +6523,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.51, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.4.53, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/args": "npm:^2.3.16" - "@thi.ng/arrays": "npm:^2.8.2" - "@thi.ng/binary": "npm:^3.4.14" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/args": "npm:^2.3.17" + "@thi.ng/arrays": "npm:^2.8.3" + "@thi.ng/binary": "npm:^3.4.15" "@thi.ng/checks": "npm:^3.5.0" - "@thi.ng/compare": "npm:^2.2.21" - "@thi.ng/defmulti": "npm:^3.0.25" + "@thi.ng/compare": "npm:^2.2.22" + "@thi.ng/defmulti": "npm:^3.0.26" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/file-io": "npm:^1.3.3" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/paths": "npm:^5.1.67" - "@thi.ng/strings": "npm:^3.7.16" - "@thi.ng/wasm-api": "npm:^1.4.54" + "@thi.ng/file-io": "npm:^1.3.4" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/paths": "npm:^5.1.68" + "@thi.ng/strings": "npm:^3.7.17" + "@thi.ng/wasm-api": "npm:^1.4.55" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6555,10 +6555,10 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/binary": "npm:^3.4.14" - "@thi.ng/wasm-api": "npm:^1.4.54" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.51" - "@thi.ng/wasm-api-dom": "npm:^0.11.72" + "@thi.ng/binary": "npm:^3.4.15" + "@thi.ng/wasm-api": "npm:^1.4.55" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.53" + "@thi.ng/wasm-api-dom": "npm:^0.11.73" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6566,17 +6566,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.72, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.73, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" + "@thi.ng/api": "npm:^8.9.26" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/prefixes": "npm:^2.3.10" - "@thi.ng/wasm-api": "npm:^1.4.54" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.51" + "@thi.ng/wasm-api": "npm:^1.4.55" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.53" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6589,9 +6589,9 @@ __metadata: resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/wasm-api": "npm:^1.4.54" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.51" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/wasm-api": "npm:^1.4.55" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.53" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6599,18 +6599,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.54, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.4.55, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" "@thi.ng/hex": "npm:^2.3.37" - "@thi.ng/idgen": "npm:^2.2.28" - "@thi.ng/logger": "npm:^3.0.2" + "@thi.ng/idgen": "npm:^2.2.29" + "@thi.ng/logger": "npm:^3.0.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6623,12 +6623,12 @@ __metadata: resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/shader-ast": "npm:^0.13.13" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vector-pools": "npm:^3.1.109" - "@thi.ng/vectors": "npm:^7.10.11" - "@thi.ng/webgl": "npm:^6.6.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/shader-ast": "npm:^0.13.14" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vector-pools": "npm:^3.1.110" + "@thi.ng/vectors": "npm:^7.10.12" + "@thi.ng/webgl": "npm:^6.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6641,10 +6641,10 @@ __metadata: resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/shader-ast": "npm:^0.13.13" - "@thi.ng/shader-ast-glsl": "npm:^0.4.103" - "@thi.ng/webgl": "npm:^6.6.32" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/shader-ast": "npm:^0.13.14" + "@thi.ng/shader-ast-glsl": "npm:^0.4.104" + "@thi.ng/webgl": "npm:^6.6.33" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6652,27 +6652,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.6.32, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.6.33, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/associative": "npm:^6.3.42" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/associative": "npm:^6.3.43" "@thi.ng/canvas": "npm:^0.2.7" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/equiv": "npm:^2.1.49" "@thi.ng/errors": "npm:^2.4.18" - "@thi.ng/logger": "npm:^3.0.2" - "@thi.ng/matrices": "npm:^2.3.17" - "@thi.ng/memoize": "npm:^3.1.59" - "@thi.ng/pixel": "npm:^6.1.11" - "@thi.ng/shader-ast": "npm:^0.13.13" - "@thi.ng/shader-ast-glsl": "npm:^0.4.103" - "@thi.ng/shader-ast-stdlib": "npm:^0.16.28" - "@thi.ng/transducers": "npm:^8.9.6" - "@thi.ng/vector-pools": "npm:^3.1.109" - "@thi.ng/vectors": "npm:^7.10.11" + "@thi.ng/logger": "npm:^3.0.3" + "@thi.ng/matrices": "npm:^2.3.18" + "@thi.ng/memoize": "npm:^3.1.60" + "@thi.ng/pixel": "npm:^6.1.12" + "@thi.ng/shader-ast": "npm:^0.13.14" + "@thi.ng/shader-ast-glsl": "npm:^0.4.104" + "@thi.ng/shader-ast-stdlib": "npm:^0.16.29" + "@thi.ng/transducers": "npm:^8.9.7" + "@thi.ng/vector-pools": "npm:^3.1.110" + "@thi.ng/vectors": "npm:^7.10.12" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6680,13 +6680,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.84, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.85, @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.40.1" - "@thi.ng/api": "npm:^8.9.25" - "@thi.ng/arrays": "npm:^2.8.2" + "@thi.ng/api": "npm:^8.9.26" + "@thi.ng/arrays": "npm:^2.8.3" "@thi.ng/checks": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.4.18" esbuild: "npm:^0.20.0"