diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index dbc2c21487..15ca4bf7a0 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.10", + "version": "3.0.11", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -40,16 +40,16 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/bitfield": "^2.3.52", - "@thi.ng/dcons": "^3.2.129", + "@thi.ng/dcons": "^3.2.130", "@thi.ng/disjoint-set": "^1.1.4", "@thi.ng/errors": "^2.5.17", - "@thi.ng/sparse": "^0.3.134" + "@thi.ng/sparse": "^0.3.135" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.3", + "@thi.ng/vectors": "^7.12.4", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 725a285ed1..6fe9502f2d 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.10.2", + "version": "2.10.3", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/compare": "^2.4.3", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/associative/package.json b/packages/associative/package.json index 158c909f50..00c4276d73 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "7.0.11", + "version": "7.0.12", "description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.129", + "@thi.ng/dcons": "^3.2.130", "@thi.ng/equiv": "^2.1.67", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers": "^9.2.6", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index a8150cacee..7cc59e8475 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.96", + "version": "1.1.97", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -43,9 +43,9 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers": "^9.2.6", "@thi.ng/units": "^0.5.9", - "@thi.ng/vectors": "^7.12.3", + "@thi.ng/vectors": "^7.12.4", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index f163dae221..847b25b83a 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.138", + "version": "2.1.139", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/transducers-binary": "^2.1.136" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/transducers-binary": "^2.1.137" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/boids/package.json b/packages/boids/package.json index 68bb7f1d89..1015db585f 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.49", + "version": "1.0.50", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.89", - "@thi.ng/geom-closest-point": "^2.1.143", - "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/distance": "^2.4.90", + "@thi.ng/geom-closest-point": "^2.1.144", + "@thi.ng/geom-resample": "^3.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/timestep": "^0.5.65", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/timestep": "^0.5.66", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/cache/package.json b/packages/cache/package.json index 74ceeb586d..dc45947168 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.3.9", + "version": "2.3.10", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/dcons": "^3.2.129" + "@thi.ng/dcons": "^3.2.130" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 8a1402c6a8..eb255f1441 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.126", + "version": "0.2.127", "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", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 3c6edf2cd5..2d23ed0536 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.4.15", + "version": "1.4.16", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/base-n": "^2.7.23", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.6", + "@thi.ng/color": "^5.7.7", "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55" }, diff --git a/packages/color/package.json b/packages/color/package.json index c2630f6083..f2a3956199 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.6", + "version": "5.7.7", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", @@ -49,10 +49,10 @@ "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 747b0ea543..d32573c112 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.81", + "version": "1.0.82", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ }, "dependencies": { "@thi.ng/binary": "^3.4.34", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", "@thi.ng/api": "^8.11.11", - "@thi.ng/dsp": "^4.7.49", - "@thi.ng/dsp-io-wav": "^2.1.136", - "@thi.ng/text-canvas": "^3.0.39", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3", + "@thi.ng/dsp": "^4.7.50", + "@thi.ng/dsp-io-wav": "^2.1.137", + "@thi.ng/text-canvas": "^3.0.40", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/complex/package.json b/packages/complex/package.json index c34aff7390..5b616d6e9d 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.77", + "version": "0.2.78", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csv/package.json b/packages/csv/package.json index 2a9726814a..207a69e9af 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.102", + "version": "2.3.103", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 29589ecb3f..06fca19bfd 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.129", + "version": "3.2.130", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/compare": "^2.4.3", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index b94c60e9d9..8aa2818b13 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.136", + "version": "2.1.137", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/dgraph": "^2.1.136", "@thi.ng/dot": "^2.1.85" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index e3f4d4b1ef..80b0a7704c 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.135", + "version": "2.1.136", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/associative": "^7.0.12", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/distance/package.json b/packages/distance/package.json index c2ba5213bd..c44d2c6090 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.89", + "version": "2.4.90", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/heaps": "^2.1.83", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 0870a5d6cb..34a90584af 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.136", + "version": "2.1.137", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/binary": "^3.4.34", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/transducers-binary": "^2.1.136" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/transducers-binary": "^2.1.137" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 1fd51a8200..bcf555cd99 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.49", + "version": "4.7.50", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index e06e37b111..6d37771f5c 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.137", + "version": "0.7.138", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/associative": "^7.0.12", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.129", + "@thi.ng/dcons": "^3.2.130", "@thi.ng/errors": "^2.5.17", "@thi.ng/idgen": "^2.2.51", "@thi.ng/logger": "^3.0.21", "@thi.ng/malloc": "^6.1.92", - "@thi.ng/transducers": "^9.2.5", + "@thi.ng/transducers": "^9.2.6", "tslib": "^2.7.0" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index 06579df22b..d73a0e4641 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.143", + "version": "0.6.144", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/logger": "^3.0.21", "@thi.ng/prefixes": "^2.3.28", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers-binary": "^2.1.136", + "@thi.ng/transducers-binary": "^2.1.137", "@thi.ng/trie": "^1.1.4" }, "devDependencies": { diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 7182a8691b..d5779fdc96 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "1.0.17", + "version": "1.0.18", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/bench": "^3.6.4", "@thi.ng/buffers": "^0.1.14", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/idgen": "^2.2.51", "@thi.ng/logger": "^3.0.21", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/file-io/package.json b/packages/file-io/package.json index afb918319c..e5a30ca1b8 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "2.1.13", + "version": "2.1.14", "description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/hex": "^2.3.55", "@thi.ng/logger": "^3.0.21", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 7f5c49afe2..1fa3920f8d 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.163", + "version": "2.1.164", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/fuzzy": "^2.1.93", "@thi.ng/hiccup": "^5.2.14", - "@thi.ng/hiccup-svg": "^5.4.2", + "@thi.ng/hiccup-svg": "^5.4.3", "@thi.ng/math": "^5.11.11", "@thi.ng/strings": "^3.8.6", - "@thi.ng/text-canvas": "^3.0.39" + "@thi.ng/text-canvas": "^3.0.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index d19c8537b4..317dc88abc 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "4.1.8", + "version": "4.1.9", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.89", + "@thi.ng/distance": "^2.4.90", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-isec": "^4.0.16", "@thi.ng/heaps": "^2.1.83", "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 68e3f6026e..46d5d51b03 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.148", + "version": "2.1.149", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/geom-resample": "^3.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index cebabb5cf5..728ebc4818 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.6.20", + "version": "0.6.21", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -37,16 +37,16 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", - "@thi.ng/axidraw": "^1.1.96", + "@thi.ng/arrays": "^2.10.3", + "@thi.ng/axidraw": "^1.1.97", "@thi.ng/compare": "^2.4.3", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/geom": "^8.1.11", - "@thi.ng/geom-accel": "^4.1.8", - "@thi.ng/geom-clip-line": "^2.3.105", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/geom": "^8.1.12", + "@thi.ng/geom-accel": "^4.1.9", + "@thi.ng/geom-clip-line": "^2.3.106", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 5b324c91df..cdcc63463f 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.105", + "version": "2.3.106", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 3cd066b32d..eee5ed8d90 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.147", + "version": "2.1.148", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/geom-poly-utils": "^3.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index a5a59659be..d9d75de091 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.143", + "version": "2.1.144", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 23c596f2ec..846f0390f3 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "3.0.18", + "version": "3.0.19", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/color": "^5.7.6", - "@thi.ng/geom": "^8.1.11", - "@thi.ng/geom-clip-line": "^2.3.105", - "@thi.ng/geom-resample": "^3.0.15", - "@thi.ng/grid-iterators": "^4.0.90", + "@thi.ng/color": "^5.7.7", + "@thi.ng/geom": "^8.1.12", + "@thi.ng/geom-clip-line": "^2.3.106", + "@thi.ng/geom-resample": "^3.0.16", + "@thi.ng/grid-iterators": "^4.0.91", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 180fcb3f17..c78d973f81 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.143", + "version": "2.1.144", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index be95d2588f..d313bf0115 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.143", + "version": "0.3.144", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index d70991641c..e43757530f 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "4.0.15", + "version": "4.0.16", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/geom-closest-point": "^2.1.143", + "@thi.ng/geom-closest-point": "^2.1.144", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index c80ddaf756..e18f556414 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.143", + "version": "2.1.144", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 00a3b6e863..be9d31da50 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": "3.0.15", + "version": "3.0.16", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index e34e02176d..e71d6e46f2 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "3.0.15", + "version": "3.0.16", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-closest-point": "^2.1.143", - "@thi.ng/geom-isec": "^4.0.15", + "@thi.ng/geom-closest-point": "^2.1.144", + "@thi.ng/geom-isec": "^4.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 7d8f850788..9e752f9662 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.4.20", + "version": "0.4.21", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.11", - "@thi.ng/geom-isoline": "^2.1.143", - "@thi.ng/geom-poly-utils": "^3.0.15", - "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/geom": "^8.1.12", + "@thi.ng/geom-isoline": "^2.1.144", + "@thi.ng/geom-poly-utils": "^3.0.16", + "@thi.ng/geom-resample": "^3.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 56b350948d..d266b26fe3 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.3.15", + "version": "2.3.16", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-arc": "^2.1.148", - "@thi.ng/geom-resample": "^3.0.15", + "@thi.ng/geom-arc": "^2.1.149", + "@thi.ng/geom-resample": "^3.0.16", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 92f2aff564..173dbe30c1 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": "3.0.15", + "version": "3.0.16", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "tool:viz": "bun tools/visualize.ts" }, "dependencies": { - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 7c4224a707..7ec0915eb7 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "3.0.15", + "version": "3.0.16", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.8", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/geom-accel": "^4.1.9", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/geom-poly-utils": "^3.0.16", "@thi.ng/math": "^5.11.11", "@thi.ng/morton": "^3.1.98", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 5e4f535edb..2259aad3d2 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.102", + "version": "0.3.103", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/grid-iterators": "^4.0.90", - "@thi.ng/matrices": "^2.4.15", + "@thi.ng/grid-iterators": "^4.0.91", + "@thi.ng/matrices": "^2.4.16", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 60d72f3718..8936383688 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.90", + "version": "2.3.91", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/bitfield": "^2.3.52", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-clip-line": "^2.3.105", - "@thi.ng/geom-clip-poly": "^2.1.147", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/geom-poly-utils": "^3.0.15", + "@thi.ng/geom-clip-line": "^2.3.106", + "@thi.ng/geom-clip-poly": "^2.1.148", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/geom-poly-utils": "^3.0.16", "@thi.ng/math": "^5.11.11", "@thi.ng/quad-edge": "^3.1.75", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index d731f96f49..211f15685c 100644 --- a/packages/geom-webgl/package.json +++ b/packages/geom-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-webgl", - "version": "0.1.21", + "version": "0.1.22", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.11", + "@thi.ng/geom": "^8.1.12", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vector-pools": "^3.2.15", - "@thi.ng/vectors": "^7.12.3", - "@thi.ng/webgl": "^6.9.19" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vector-pools": "^3.2.16", + "@thi.ng/vectors": "^7.12.4", + "@thi.ng/webgl": "^6.9.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom/package.json b/packages/geom/package.json index 865da69398..2ef8737346 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.11", + "version": "8.1.12", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,33 +37,33 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/adjacency": "^3.0.10", + "@thi.ng/adjacency": "^3.0.11", "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-arc": "^2.1.148", - "@thi.ng/geom-clip-line": "^2.3.105", - "@thi.ng/geom-clip-poly": "^2.1.147", - "@thi.ng/geom-closest-point": "^2.1.143", - "@thi.ng/geom-hull": "^2.1.143", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/geom-poly-utils": "^3.0.15", - "@thi.ng/geom-resample": "^3.0.15", - "@thi.ng/geom-splines": "^2.3.15", - "@thi.ng/geom-subdiv-curve": "^3.0.15", - "@thi.ng/geom-tessellate": "^3.0.15", + "@thi.ng/geom-arc": "^2.1.149", + "@thi.ng/geom-clip-line": "^2.3.106", + "@thi.ng/geom-clip-poly": "^2.1.148", + "@thi.ng/geom-closest-point": "^2.1.144", + "@thi.ng/geom-hull": "^2.1.144", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/geom-poly-utils": "^3.0.16", + "@thi.ng/geom-resample": "^3.0.16", + "@thi.ng/geom-splines": "^2.3.16", + "@thi.ng/geom-subdiv-curve": "^3.0.16", + "@thi.ng/geom-tessellate": "^3.0.16", "@thi.ng/hiccup": "^5.2.14", - "@thi.ng/hiccup-svg": "^5.4.2", + "@thi.ng/hiccup-svg": "^5.4.3", "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.15", + "@thi.ng/matrices": "^2.4.16", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/gp/package.json b/packages/gp/package.json index b278ade308..bb2b35dc9e 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.134", + "version": "0.4.135", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/zipper": "^2.1.112" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/zipper": "^2.1.113" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 8692af74fb..55af764747 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.90", + "version": "4.0.91", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/binary": "^3.4.34", "@thi.ng/bitfield": "^2.3.52", "@thi.ng/errors": "^2.5.17", "@thi.ng/morton": "^3.1.98", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 6f630d81c9..b9f98774e1 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.145", + "version": "0.3.146", "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", @@ -40,7 +40,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/diff": "^5.1.78", "@thi.ng/hiccup": "^5.2.14", - "@thi.ng/hiccup-css": "^2.7.25", + "@thi.ng/hiccup-css": "^2.7.26", "@thi.ng/strings": "^3.8.6" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 99928e6391..2e9228b9b7 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.163", + "version": "4.1.164", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.78", "@thi.ng/errors": "^2.5.17", "@thi.ng/hdom": "^9.4.47", - "@thi.ng/hiccup-canvas": "^3.1.20" + "@thi.ng/hiccup-canvas": "^3.1.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index b9dd91accb..7e0a57031b 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.137", + "version": "5.1.138", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/canvas": "^0.5.4", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/transducers-stats": "^2.1.134" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/transducers-stats": "^2.1.135" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 9b6d330365..2086887071 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "3.1.20", + "version": "3.1.21", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.6", - "@thi.ng/geom-arc": "^2.1.148", + "@thi.ng/color": "^5.7.7", + "@thi.ng/geom-arc": "^2.1.149", "@thi.ng/math": "^5.11.11", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index e6365a76db..d3de78a8c9 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.7.25", + "version": "2.7.26", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 7001d323b2..8457032ca4 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.105", + "version": "3.2.106", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/emoji": "^0.2.3", @@ -46,7 +46,7 @@ "@thi.ng/logger": "^3.0.21", "@thi.ng/parse": "^2.4.55", "@thi.ng/strings": "^3.8.6", - "@thi.ng/text-canvas": "^3.0.39" + "@thi.ng/text-canvas": "^3.0.40" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 757d230201..8c6ab69ac6 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.4.2", + "version": "5.4.3", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.6", + "@thi.ng/color": "^5.7.7", "@thi.ng/prefixes": "^2.3.28" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index 759517cfb3..cd53298085 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.145", + "version": "2.1.146", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/imago/package.json b/packages/imago/package.json index 08c1b2166f..93708eb056 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.14", + "version": "0.8.15", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/date": "^2.7.29", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.13", + "@thi.ng/file-io": "^2.1.14", "@thi.ng/logger": "^3.0.21", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/pixel": "^7.3.6", @@ -52,7 +52,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.3", + "@thi.ng/vectors": "^7.12.4", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index db7f69229c..9bc49e6ba1 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-10-07T12:32:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,20 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/imgui@3.1.0) (2024-10-07) + +#### 🚀 Features + +- clamp value args to min/max range ([ee866b1](https://github.com/thi-ng/umbrella/commit/ee866b1)) + - update dial, ring, sliders and XY pad components + - ensure provided value arg is within limits +- update ramp component & RampOpts ([953f2fa](https://github.com/thi-ng/umbrella/commit/953f2fa)) + +#### ♻️ Refactoring + +- update DropDownOpts ([fe0f080](https://github.com/thi-ng/umbrella/commit/fe0f080)) + - rename `title` option => `label` + # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/imgui@3.0.0) (2024-10-03) #### 🛑 Breaking changes diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 6ce5096d64..2ebb24edb8 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.0.2", + "version": "3.1.0", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,13 +38,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom": "^8.1.11", - "@thi.ng/geom-isec": "^4.0.15", - "@thi.ng/layout": "^3.1.3", + "@thi.ng/geom": "^8.1.12", + "@thi.ng/geom-isec": "^4.0.16", + "@thi.ng/layout": "^3.1.4", "@thi.ng/math": "^5.11.11", - "@thi.ng/ramp": "^3.3.3", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/ramp": "^3.3.4", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 10b3d93a53..03c3be6621 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.7.10", + "version": "0.7.11", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/distance": "^2.4.89", + "@thi.ng/distance": "^2.4.90", "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.0", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/random": "^4.1.1", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index f93a2ef281..ac121c24d2 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.64", + "version": "3.2.65", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "dependencies": { "@thi.ng/base-n": "^2.7.23", "@thi.ng/errors": "^2.5.17", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6" }, "devDependencies": { diff --git a/packages/layout/package.json b/packages/layout/package.json index 8a6018ce0a..862469b477 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.1.3", + "version": "3.1.4", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13" }, "devDependencies": { diff --git a/packages/leb128/package.json b/packages/leb128/package.json index cdf404097f..4e0e0041a8 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.19", + "version": "3.1.20", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "dependencies": { "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.136" + "@thi.ng/transducers-binary": "^2.1.137" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 03dae7797e..838007cee6 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.143", + "version": "2.1.144", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 8d62389e60..4c74f4e01b 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.138", + "version": "0.3.139", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index df5e280608..ff812f2103 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.15", + "version": "2.4.16", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index aa4e12a44b..bd8ac51b9e 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.15.4", + "version": "0.15.5", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -43,18 +43,18 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/args": "^2.3.44", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.13", - "@thi.ng/hiccup-css": "^2.7.25", + "@thi.ng/file-io": "^2.1.14", + "@thi.ng/hiccup-css": "^2.7.26", "@thi.ng/logger": "^3.0.21", "@thi.ng/memoize": "^3.3.13", - "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rstream": "^9.0.6", "@thi.ng/strings": "^3.8.6", "@thi.ng/text-format": "^2.2.14", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index c71ca37d53..425c00c35e 100644 --- a/packages/pixel-dominant-colors/package.json +++ b/packages/pixel-dominant-colors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dominant-colors", - "version": "1.1.14", + "version": "1.1.15", "description": "k-means based dominant color extraction from images/pixel buffers", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/k-means": "^0.7.10", + "@thi.ng/k-means": "^0.7.11", "@thi.ng/pixel": "^7.3.6" }, "devDependencies": { diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 2e9a3be89e..90d905cff5 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.50", + "version": "2.2.51", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/args": "^2.3.44", "@thi.ng/bench": "^3.6.4", "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.13", + "@thi.ng/file-io": "^2.1.14", "@thi.ng/logger": "^3.0.21", "@thi.ng/pointfree": "^3.1.92" }, diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 83c10251ea..b3a725964c 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.8", + "version": "3.2.9", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.8", - "@thi.ng/random": "^4.1.0", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/geom-accel": "^4.1.9", + "@thi.ng/random": "^4.1.1", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/proctext/package.json b/packages/proctext/package.json index c781559765..d7c485c29a 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.2.6", + "version": "0.2.7", "description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/parse": "^2.4.55", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6" }, "devDependencies": { diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 8094338e9b..d575e2bcd1 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.3", + "version": "3.3.4", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/compare": "^2.4.3", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index ebf3ff707d..8dd3594739 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.64", + "version": "0.3.65", "description": "@thi.ng/random compatible wrapper & utilities for fxhash's PRNG", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/base-n": "^2.7.23", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/random/CHANGELOG.md b/packages/random/CHANGELOG.md index 2d54994b98..e6f8735607 100644 --- a/packages/random/CHANGELOG.md +++ b/packages/random/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-10-07T12:32:11Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [4.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.1) (2024-10-07) + +#### 🩹 Bug fixes + +- add missing pkg export (WrappedRandom) ([8e4f7d5](https://github.com/thi-ng/umbrella/commit/8e4f7d5)) + ## [4.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/random@4.1.0) (2024-10-05) #### 🚀 Features diff --git a/packages/random/package.json b/packages/random/package.json index a710a6802d..5d7e776588 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/random", - "version": "4.1.0", + "version": "4.1.1", "description": "Pseudo-random number generators w/ unified API, distributions, weighted choices, ID generation", "type": "module", "module": "./index.js", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 22a12c82ea..d3c0966e0f 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.118", + "version": "1.0.119", "description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/equiv": "^2.1.67", - "@thi.ng/grid-iterators": "^4.0.90", + "@thi.ng/grid-iterators": "^4.0.91", "@thi.ng/porter-duff": "^2.1.89", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index b962e0e8d9..cf034790d9 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.115", + "version": "0.5.116", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/canvas": "^0.5.4", "@thi.ng/checks": "^3.6.13", - "@thi.ng/hiccup-canvas": "^3.1.20", + "@thi.ng/hiccup-canvas": "^3.1.21", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.6", - "@thi.ng/rstream": "^9.0.5" + "@thi.ng/rdom": "^1.7.7", + "@thi.ng/rstream": "^9.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 98b4c5e9af..eadcb5a1e2 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.7.19", + "version": "0.7.20", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/hiccup-html": "^2.7.8", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.6", - "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rdom": "^1.7.7", + "@thi.ng/rstream": "^9.0.6", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 5245097187..b2217c711e 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.4.0", + "version": "0.4.1", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/hiccup-html": "^2.7.8", - "@thi.ng/rdom": "^1.7.6", - "@thi.ng/rstream": "^9.0.5" + "@thi.ng/rdom": "^1.7.7", + "@thi.ng/rstream": "^9.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 70484dfa4e..dc8146c570 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.6", + "version": "1.7.7", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/hiccup": "^5.2.14", "@thi.ng/paths": "^5.1.91", "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rstream": "^9.0.6", "@thi.ng/strings": "^3.8.6" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index e3475cf6ee..2eb0b66801 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.144", + "version": "3.1.145", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/csp": "^3.2.12", - "@thi.ng/rstream": "^9.0.5" + "@thi.ng/rstream": "^9.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 15947c8d6b..1db1ec9bea 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.95", + "version": "3.0.96", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rstream": "^9.0.6", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index f0d2ce0aae..9a6e6f4b82 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.93", + "version": "5.0.94", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/rstream": "^9.0.5", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/rstream": "^9.0.6", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index d2d3dceac6..8646080612 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.147", + "version": "4.1.148", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -42,8 +42,8 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/paths": "^5.1.91", "@thi.ng/resolve-map": "^7.1.84", - "@thi.ng/rstream": "^9.0.5", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/rstream": "^9.0.6", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 7364aa60b8..218b56bbcc 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.142", + "version": "2.1.143", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^9.0.5" + "@thi.ng/rstream": "^9.0.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 9f6fa01a7c..07f5f7f2f7 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.1.37", + "version": "5.1.38", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/logger": "^3.0.21", - "@thi.ng/rstream": "^9.0.5", + "@thi.ng/rstream": "^9.0.6", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index cd8b7e0944..467c93d34e 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.145", + "version": "2.1.146", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/associative": "^7.0.12", "@thi.ng/checks": "^3.6.13", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/math": "^5.11.11", - "@thi.ng/rstream": "^9.0.5", - "@thi.ng/rstream-dot": "^3.0.95", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/rstream": "^9.0.6", + "@thi.ng/rstream-dot": "^3.0.96", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 81ae2ddeec..49fb4996a4 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "9.0.5", + "version": "9.0.6", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -41,13 +41,13 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/arrays": "^2.10.3", + "@thi.ng/associative": "^7.0.12", "@thi.ng/atom": "^5.3.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sax/package.json b/packages/sax/package.json index 4908e9f799..6d80654f68 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.13", + "version": "2.2.14", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/transducers-fsm": "^2.2.103" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/transducers-fsm": "^2.2.104" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 96a3f86eef..8b2adf7e9b 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.60", + "version": "1.0.61", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/matrices": "^2.4.15", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/matrices": "^2.4.16", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index ae46a992b2..a853c18a75 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.140", + "version": "0.4.141", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/shader-ast": "^0.15.32" + "@thi.ng/shader-ast": "^0.15.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 447edf38a2..5a29c9b64d 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.55", + "version": "1.1.56", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.15", + "@thi.ng/matrices": "^2.4.16", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/shader-ast": "^0.15.32", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/shader-ast": "^0.15.33", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 468ed58ed0..975af01fd0 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.4.32", + "version": "0.4.33", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/math": "^5.11.11", - "@thi.ng/shader-ast": "^0.15.32" + "@thi.ng/shader-ast": "^0.15.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index a8138b3244..8bd0b6c114 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-stdlib", - "version": "0.18.32", + "version": "0.18.33", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/shader-ast": "^0.15.32" + "@thi.ng/shader-ast": "^0.15.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 76997db2fc..da18a9558f 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.15.32", + "version": "0.15.33", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/dgraph": "^2.1.136", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index 0a32deb3bf..653ffc079a 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.136", + "version": "0.6.137", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/transducers-binary": "^2.1.136" + "@thi.ng/transducers-binary": "^2.1.137" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/soa/package.json b/packages/soa/package.json index 7b0ee18fd9..8869695e3d 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.143", + "version": "0.4.144", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/binary": "^3.4.34", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.136", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers-binary": "^2.1.137", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sorted-map/package.json b/packages/sorted-map/package.json index 1fea9a043d..9f76049172 100644 --- a/packages/sorted-map/package.json +++ b/packages/sorted-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sorted-map", - "version": "1.1.11", + "version": "1.1.12", "description": "Skiplist-based sorted map & set implementation", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/associative": "^7.0.12", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", - "@thi.ng/random": "^4.1.0", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/random": "^4.1.1", + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/sparse-set/package.json b/packages/sparse-set/package.json index 09c73858ff..aebb0b3e1e 100644 --- a/packages/sparse-set/package.json +++ b/packages/sparse-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse-set", - "version": "1.1.11", + "version": "1.1.12", "description": "TypedArray-based sparse set implementations with extended ES Set API", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/associative": "^7.0.11", + "@thi.ng/associative": "^7.0.12", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17" }, diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 929e6fe4d3..8fa2d50a1f 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.134", + "version": "0.3.135", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/system/package.json b/packages/system/package.json index b0fb6a6b4a..bce604d63c 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.31", + "version": "3.1.32", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/dgraph": "^2.1.135", + "@thi.ng/dgraph": "^2.1.136", "@thi.ng/logger": "^3.0.21" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 2e81764a14..8adee69147 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.32", + "version": "0.2.33", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -43,10 +43,10 @@ "@thi.ng/compare": "^2.4.3", "@thi.ng/date": "^2.7.29", "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.13", + "@thi.ng/file-io": "^2.1.14", "@thi.ng/logger": "^3.0.21", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 0bb884d406..e0540e831a 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.39", + "version": "3.0.40", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-clip-line": "^2.3.105", + "@thi.ng/geom-clip-line": "^2.3.106", "@thi.ng/math": "^5.11.11", "@thi.ng/strings": "^3.8.6", "@thi.ng/text-format": "^2.2.14", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index ca92d7d4be..059d8212cb 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.65", + "version": "0.5.66", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index fad21e8847..ee3ed4ee10 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.106", + "version": "0.1.107", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/file-io": "^2.1.13", + "@thi.ng/file-io": "^2.1.14", "@thi.ng/logger": "^3.0.21", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index 6ecf0f9880..f5cfd17c5d 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.2.21", + "version": "0.2.22", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index de5d30987a..7da249ce47 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.136", + "version": "2.1.137", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 2ed91b805b..7ef02d805b 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.103", + "version": "2.2.104", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 2ce99a7fca..b50d354bc2 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.145", + "version": "3.1.146", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/hdom": "^9.4.47", "@thi.ng/hiccup": "^5.2.14", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index cd3e87abc3..f664b16c31 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.134", + "version": "0.4.135", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/paths": "^5.1.91", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 76facde00a..e049c7da66 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.134", + "version": "2.1.135", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.6.13", - "@thi.ng/dcons": "^3.2.129", + "@thi.ng/dcons": "^3.2.130", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 0f9a863c56..854f8599df 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "9.2.5", + "version": "9.2.6", "description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations", "type": "module", "module": "./index.js", @@ -41,13 +41,13 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/uuid/package.json b/packages/uuid/package.json index ff4078abec..efc90c23d5 100644 --- a/packages/uuid/package.json +++ b/packages/uuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/uuid", - "version": "1.1.6", + "version": "1.1.7", "description": "Fast binary & string-based UUID v4 generation", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/hex": "^2.3.55", - "@thi.ng/random": "^4.1.0" + "@thi.ng/random": "^4.1.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index ab518f740b..19dabf2f7a 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.2.15", + "version": "3.2.16", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -42,8 +42,8 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/malloc": "^6.1.92", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 969b0839ea..e9278d4cfb 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.3", + "version": "7.12.4", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -43,9 +43,9 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", "@thi.ng/memoize": "^3.3.13", - "@thi.ng/random": "^4.1.0", + "@thi.ng/random": "^4.1.1", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/viz/package.json b/packages/viz/package.json index 72cc9f24df..01b01871d0 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.70", + "version": "0.6.71", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -43,12 +43,12 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/strings": "^3.8.6", - "@thi.ng/transducers": "^9.2.5" + "@thi.ng/transducers": "^9.2.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index fb24d3a0a9..21c38ea928 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.7.2", + "version": "0.7.3", "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", "type": "module", "module": "./index.js", @@ -40,17 +40,17 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/args": "^2.3.44", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/file-io": "^2.1.13", + "@thi.ng/file-io": "^2.1.14", "@thi.ng/logger": "^3.0.21", "@thi.ng/paths": "^5.1.91", "@thi.ng/strings": "^3.8.6", - "@thi.ng/wasm-api": "^2.0.2" + "@thi.ng/wasm-api": "^2.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 5ca22c4b1c..b4c137355c 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": "1.0.4", + "version": "1.0.5", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ }, "dependencies": { "@thi.ng/binary": "^3.4.34", - "@thi.ng/wasm-api": "^2.0.2", - "@thi.ng/wasm-api-dom": "^1.0.3" + "@thi.ng/wasm-api": "^2.0.3", + "@thi.ng/wasm-api-dom": "^1.0.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.2", + "@thi.ng/wasm-api-bindgen": "^0.7.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index b51dd3c703..25cf73ba9b 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": "1.0.3", + "version": "1.0.4", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/canvas": "^0.5.4", "@thi.ng/errors": "^2.5.17", "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/wasm-api": "^2.0.2" + "@thi.ng/wasm-api": "^2.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.2", + "@thi.ng/wasm-api-bindgen": "^0.7.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index ac56508022..fbe84a541e 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": "1.0.3", + "version": "1.0.4", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/wasm-api": "^2.0.2" + "@thi.ng/wasm-api": "^2.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.2", + "@thi.ng/wasm-api-bindgen": "^0.7.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index 3d2939f0b1..cf7abf3f65 100644 --- a/packages/wasm-api-webgl/package.json +++ b/packages/wasm-api-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-webgl", - "version": "0.1.8", + "version": "0.1.9", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/wasm-api": "^2.0.2", - "@thi.ng/wasm-api-dom": "^1.0.3", - "@thi.ng/webgl": "^6.9.19" + "@thi.ng/wasm-api": "^2.0.3", + "@thi.ng/wasm-api-dom": "^1.0.4", + "@thi.ng/webgl": "^6.9.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.2", + "@thi.ng/wasm-api-bindgen": "^0.7.3", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index a474065cb7..45835032cf 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "2.0.2", + "version": "2.0.3", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index ce5a4554a1..d8a5170bdb 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.163", + "version": "2.1.164", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/shader-ast": "^0.15.32", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vector-pools": "^3.2.15", - "@thi.ng/vectors": "^7.12.3", - "@thi.ng/webgl": "^6.9.19" + "@thi.ng/shader-ast": "^0.15.33", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vector-pools": "^3.2.16", + "@thi.ng/vectors": "^7.12.4", + "@thi.ng/webgl": "^6.9.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index c4b24f5319..0847ca86c6 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.163", + "version": "0.4.164", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/shader-ast": "^0.15.32", - "@thi.ng/shader-ast-glsl": "^0.4.140", - "@thi.ng/webgl": "^6.9.19" + "@thi.ng/shader-ast": "^0.15.33", + "@thi.ng/shader-ast-glsl": "^0.4.141", + "@thi.ng/webgl": "^6.9.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index c13106acba..a8ecd03cf6 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.19", + "version": "6.9.20", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -46,16 +46,16 @@ "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/matrices": "^2.4.15", + "@thi.ng/matrices": "^2.4.16", "@thi.ng/memoize": "^3.3.13", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/shader-ast": "^0.15.32", - "@thi.ng/shader-ast-glsl": "^0.4.140", - "@thi.ng/shader-ast-stdlib": "^0.18.32", - "@thi.ng/transducers": "^9.2.5", - "@thi.ng/vector-pools": "^3.2.15", - "@thi.ng/vectors": "^7.12.3" + "@thi.ng/shader-ast": "^0.15.33", + "@thi.ng/shader-ast-glsl": "^0.4.141", + "@thi.ng/shader-ast-stdlib": "^0.18.33", + "@thi.ng/transducers": "^9.2.6", + "@thi.ng/vector-pools": "^3.2.16", + "@thi.ng/vectors": "^7.12.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/zipper/package.json b/packages/zipper/package.json index 87f8b3d946..876eefbac2 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.112", + "version": "2.1.113", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/arrays": "^2.10.2", + "@thi.ng/arrays": "^2.10.3", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17" }, diff --git a/yarn.lock b/yarn.lock index ac19cb43cc..27ebcd3a15 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3958,19 +3958,19 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.10, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.11, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": version: 0.0.0-use.local resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/bitfield": "npm:^2.3.52" - "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/dcons": "npm:^3.2.130" "@thi.ng/disjoint-set": "npm:^1.1.4" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/sparse": "npm:^0.3.134" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/sparse": "npm:^0.3.135" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4005,7 +4005,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.10.2, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.10.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: @@ -4015,26 +4015,26 @@ __metadata: "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/associative@npm:^7.0.11, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.12, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/dcons": "npm:^3.2.130" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4058,7 +4058,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.96, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.97, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -4070,9 +4070,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" "@thi.ng/units": "npm:^0.5.9" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.7" @@ -4110,13 +4110,13 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/transducers-binary": "npm:^2.1.137" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4197,12 +4197,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.89" - "@thi.ng/geom-closest-point": "npm:^2.1.143" - "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/distance": "npm:^2.4.90" + "@thi.ng/geom-closest-point": "npm:^2.1.144" + "@thi.ng/geom-resample": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/timestep": "npm:^0.5.65" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/timestep": "npm:^0.5.66" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4228,7 +4228,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/dcons": "npm:^3.2.130" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4253,11 +4253,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4285,7 +4285,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/base-n": "npm:^2.7.23" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/color": "npm:^5.7.7" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" esbuild: "npm:^0.24.0" @@ -4294,13 +4294,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.7.6, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.7, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" @@ -4308,10 +4308,10 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4325,12 +4325,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/dsp": "npm:^4.7.49" - "@thi.ng/dsp-io-wav": "npm:^2.1.136" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/text-canvas": "npm:^3.0.39" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/dsp": "npm:^4.7.50" + "@thi.ng/dsp-io-wav": "npm:^2.1.137" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/text-canvas": "npm:^3.0.40" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4357,7 +4357,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4400,7 +4400,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4421,7 +4421,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.129, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.130, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -4431,8 +4431,8 @@ __metadata: "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4459,7 +4459,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/dgraph": "npm:^2.1.136" "@thi.ng/dot": "npm:^2.1.85" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -4467,16 +4467,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.135, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.136, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4519,7 +4519,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.89, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.90, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -4529,7 +4529,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/heaps": "npm:^2.1.83" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4575,7 +4575,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.136, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.137, @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: @@ -4583,15 +4583,15 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/transducers-binary": "npm:^2.1.137" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.49, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.50, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": version: 0.0.0-use.local resolution: "@thi.ng/dsp@workspace:packages/dsp" dependencies: @@ -4600,8 +4600,8 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4639,16 +4639,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/dcons": "npm:^3.2.130" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/idgen": "npm:^2.2.51" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/malloc": "npm:^6.1.92" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -4669,7 +4669,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/prefixes": "npm:^2.3.28" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/transducers-binary": "npm:^2.1.137" "@thi.ng/trie": "npm:^1.1.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -4729,21 +4729,21 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/bench": "npm:^3.6.4" "@thi.ng/buffers": "npm:^0.1.14" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/idgen": "npm:^2.2.51" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^2.1.13, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.1.14, @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: @@ -4752,7 +4752,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/hex": "npm:^2.3.55" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4767,10 +4767,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/fuzzy": "npm:^2.1.93" "@thi.ng/hiccup": "npm:^5.2.14" - "@thi.ng/hiccup-svg": "npm:^5.4.2" + "@thi.ng/hiccup-svg": "npm:^5.4.3" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/text-canvas": "npm:^3.0.39" + "@thi.ng/text-canvas": "npm:^3.0.40" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4790,37 +4790,37 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^4.1.8, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.9, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.89" + "@thi.ng/distance": "npm:^2.4.90" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-isec": "npm:^4.0.16" "@thi.ng/heaps": "npm:^2.1.83" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.148, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.149, @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.47.9" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/geom-resample": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4833,59 +4833,59 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" - "@thi.ng/axidraw": "npm:^1.1.96" + "@thi.ng/arrays": "npm:^2.10.3" + "@thi.ng/axidraw": "npm:^1.1.97" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/geom": "npm:^8.1.11" - "@thi.ng/geom-accel": "npm:^4.1.8" - "@thi.ng/geom-clip-line": "npm:^2.3.105" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/geom": "npm:^8.1.12" + "@thi.ng/geom-accel": "npm:^4.1.9" + "@thi.ng/geom-clip-line": "npm:^2.3.106" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.105, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.106, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.147, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.148, @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.47.9" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/geom-poly-utils": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.143, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.144, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4898,27 +4898,27 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/color": "npm:^5.7.6" - "@thi.ng/geom": "npm:^8.1.11" - "@thi.ng/geom-clip-line": "npm:^2.3.105" - "@thi.ng/geom-resample": "npm:^3.0.15" - "@thi.ng/grid-iterators": "npm:^4.0.90" + "@thi.ng/color": "npm:^5.7.7" + "@thi.ng/geom": "npm:^8.1.12" + "@thi.ng/geom-clip-line": "npm:^2.3.106" + "@thi.ng/geom-resample": "npm:^3.0.16" + "@thi.ng/grid-iterators": "npm:^4.0.91" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.143, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.144, @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.47.9" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4932,43 +4932,43 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^4.0.15, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.16, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/geom-closest-point": "npm:^2.1.143" + "@thi.ng/geom-closest-point": "npm:^2.1.144" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.143, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.144, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^3.0.15, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.16, @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: @@ -4976,24 +4976,24 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^3.0.15, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.16, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-closest-point": "npm:^2.1.143" - "@thi.ng/geom-isec": "npm:^4.0.15" + "@thi.ng/geom-closest-point": "npm:^2.1.144" + "@thi.ng/geom-isec": "npm:^4.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5009,63 +5009,63 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom": "npm:^8.1.11" - "@thi.ng/geom-isoline": "npm:^2.1.143" - "@thi.ng/geom-poly-utils": "npm:^3.0.15" - "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/geom": "npm:^8.1.12" + "@thi.ng/geom-isoline": "npm:^2.1.144" + "@thi.ng/geom-poly-utils": "npm:^3.0.16" + "@thi.ng/geom-resample": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.3.15, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.16, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-arc": "npm:^2.1.148" - "@thi.ng/geom-resample": "npm:^3.0.15" + "@thi.ng/geom-arc": "npm:^2.1.149" + "@thi.ng/geom-resample": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^3.0.15, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.16, @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.47.9" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^3.0.15, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.16, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.8" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/geom-accel": "npm:^4.1.9" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/geom-poly-utils": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/morton": "npm:^3.1.98" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5079,10 +5079,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/grid-iterators": "npm:^4.0.90" - "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/grid-iterators": "npm:^4.0.91" + "@thi.ng/matrices": "npm:^2.4.16" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5097,13 +5097,13 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/bitfield": "npm:^2.3.52" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-clip-line": "npm:^2.3.105" - "@thi.ng/geom-clip-poly": "npm:^2.1.147" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/geom-poly-utils": "npm:^3.0.15" + "@thi.ng/geom-clip-line": "npm:^2.3.106" + "@thi.ng/geom-clip-poly": "npm:^2.1.148" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/geom-poly-utils": "npm:^3.0.16" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/quad-edge": "npm:^3.1.75" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5119,50 +5119,50 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom": "npm:^8.1.11" + "@thi.ng/geom": "npm:^8.1.12" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vector-pools": "npm:^3.2.15" - "@thi.ng/vectors": "npm:^7.12.3" - "@thi.ng/webgl": "npm:^6.9.19" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vector-pools": "npm:^3.2.16" + "@thi.ng/vectors": "npm:^7.12.4" + "@thi.ng/webgl": "npm:^6.9.20" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.1.11, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.12, @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.47.9" - "@thi.ng/adjacency": "npm:^3.0.10" + "@thi.ng/adjacency": "npm:^3.0.11" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-arc": "npm:^2.1.148" - "@thi.ng/geom-clip-line": "npm:^2.3.105" - "@thi.ng/geom-clip-poly": "npm:^2.1.147" - "@thi.ng/geom-closest-point": "npm:^2.1.143" - "@thi.ng/geom-hull": "npm:^2.1.143" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/geom-poly-utils": "npm:^3.0.15" - "@thi.ng/geom-resample": "npm:^3.0.15" - "@thi.ng/geom-splines": "npm:^2.3.15" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.15" - "@thi.ng/geom-tessellate": "npm:^3.0.15" + "@thi.ng/geom-arc": "npm:^2.1.149" + "@thi.ng/geom-clip-line": "npm:^2.3.106" + "@thi.ng/geom-clip-poly": "npm:^2.1.148" + "@thi.ng/geom-closest-point": "npm:^2.1.144" + "@thi.ng/geom-hull": "npm:^2.1.144" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/geom-poly-utils": "npm:^3.0.16" + "@thi.ng/geom-resample": "npm:^3.0.16" + "@thi.ng/geom-splines": "npm:^2.3.16" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.16" + "@thi.ng/geom-tessellate": "npm:^3.0.16" "@thi.ng/hiccup": "npm:^5.2.14" - "@thi.ng/hiccup-svg": "npm:^5.4.2" + "@thi.ng/hiccup-svg": "npm:^5.4.3" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/matrices": "npm:^2.4.16" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5177,28 +5177,28 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/zipper": "npm:^2.1.112" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/zipper": "npm:^2.1.113" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.90, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.91, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/bitfield": "npm:^2.3.52" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/morton": "npm:^3.1.98" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5213,7 +5213,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/diff": "npm:^5.1.78" "@thi.ng/hiccup": "npm:^5.2.14" - "@thi.ng/hiccup-css": "npm:^2.7.25" + "@thi.ng/hiccup-css": "npm:^2.7.26" "@thi.ng/strings": "npm:^3.8.6" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" @@ -5234,7 +5234,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.78" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hdom": "npm:^9.4.47" - "@thi.ng/hiccup-canvas": "npm:^3.1.20" + "@thi.ng/hiccup-canvas": "npm:^3.1.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5250,8 +5250,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.4" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/transducers-stats": "npm:^2.1.134" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/transducers-stats": "npm:^2.1.135" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5317,18 +5317,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.20, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.21, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.6" - "@thi.ng/geom-arc": "npm:^2.1.148" + "@thi.ng/color": "npm:^5.7.7" + "@thi.ng/geom-arc": "npm:^2.1.149" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5347,7 +5347,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.25, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.26, @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: @@ -5355,7 +5355,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5395,7 +5395,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/emoji": "npm:^0.2.3" @@ -5404,21 +5404,21 @@ __metadata: "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/parse": "npm:^2.4.55" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/text-canvas": "npm:^3.0.39" + "@thi.ng/text-canvas": "npm:^3.0.40" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.4.2, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.3, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.6" + "@thi.ng/color": "npm:^5.7.7" "@thi.ng/prefixes": "npm:^2.3.28" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5465,8 +5465,8 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5484,13 +5484,13 @@ __metadata: "@thi.ng/date": "npm:^2.7.29" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/file-io": "npm:^2.1.14" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/pixel": "npm:^7.3.6" "@thi.ng/pixel-dither": "npm:^1.1.146" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" sharp: "npm:^0.33.5" typedoc: "npm:^0.26.7" @@ -5505,13 +5505,13 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom": "npm:^8.1.11" - "@thi.ng/geom-isec": "npm:^4.0.15" - "@thi.ng/layout": "npm:^3.1.3" + "@thi.ng/geom": "npm:^8.1.12" + "@thi.ng/geom-isec": "npm:^4.0.16" + "@thi.ng/layout": "npm:^3.1.4" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/ramp": "npm:^3.3.3" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/ramp": "npm:^3.3.4" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5550,16 +5550,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.7.10, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.11, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/distance": "npm:^2.4.89" + "@thi.ng/distance": "npm:^2.4.90" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5573,7 +5573,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/base-n": "npm:^2.7.23" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5583,13 +5583,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.1.3, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.1.4, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5604,7 +5604,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/transducers-binary": "npm:^2.1.137" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5643,9 +5643,9 @@ __metadata: "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5677,7 +5677,7 @@ __metadata: "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5696,7 +5696,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.4.15, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.16, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5704,7 +5704,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5730,18 +5730,18 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/args": "npm:^2.3.44" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.13" - "@thi.ng/hiccup-css": "npm:^2.7.25" + "@thi.ng/file-io": "npm:^2.1.14" + "@thi.ng/hiccup-css": "npm:^2.7.26" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/memoize": "npm:^3.3.13" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" "@thi.ng/strings": "npm:^3.8.6" "@thi.ng/text-format": "npm:^2.2.14" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5886,7 +5886,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/k-means": "npm:^0.7.10" + "@thi.ng/k-means": "npm:^0.7.11" "@thi.ng/pixel": "npm:^7.3.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5962,7 +5962,7 @@ __metadata: "@thi.ng/args": "npm:^2.3.44" "@thi.ng/bench": "npm:^3.6.4" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/file-io": "npm:^2.1.14" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/pointfree": "npm:^3.1.92" esbuild: "npm:^0.24.0" @@ -5997,9 +5997,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.8" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/geom-accel": "npm:^4.1.9" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6035,13 +6035,13 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/parse": "npm:^2.4.55" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6061,18 +6061,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/ramp@npm:^3.3.3, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.4, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6086,14 +6086,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/base-n": "npm:^2.7.23" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/random@npm:^4.1.0, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": +"@thi.ng/random@npm:^4.1.1, @thi.ng/random@workspace:^, @thi.ng/random@workspace:packages/random": version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: @@ -6127,10 +6127,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/grid-iterators": "npm:^4.0.90" + "@thi.ng/grid-iterators": "npm:^4.0.91" "@thi.ng/porter-duff": "npm:^2.1.89" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6145,10 +6145,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/canvas": "npm:^0.5.4" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/hiccup-canvas": "npm:^3.1.20" + "@thi.ng/hiccup-canvas": "npm:^3.1.21" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.6" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rdom": "npm:^1.7.7" + "@thi.ng/rstream": "npm:^9.0.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6163,10 +6163,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/hiccup-html": "npm:^2.7.8" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.6" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rdom": "npm:^1.7.7" + "@thi.ng/rstream": "npm:^9.0.6" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6182,15 +6182,15 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/hiccup-html": "npm:^2.7.8" - "@thi.ng/rdom": "npm:^1.7.6" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rdom": "npm:^1.7.7" + "@thi.ng/rstream": "npm:^9.0.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.7.6, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.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: @@ -6201,7 +6201,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.2.14" "@thi.ng/paths": "npm:^5.1.91" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" "@thi.ng/strings": "npm:^3.8.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6259,21 +6259,21 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/csp": "npm:^3.2.12" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.95, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.96, @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.47.9" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6288,8 +6288,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/rstream": "npm:^9.0.5" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/rstream": "npm:^9.0.6" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6307,8 +6307,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/paths": "npm:^5.1.91" "@thi.ng/resolve-map": "npm:^7.1.84" - "@thi.ng/rstream": "npm:^9.0.5" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/rstream": "npm:^9.0.6" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6320,7 +6320,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6336,9 +6336,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/rstream": "npm:^9.0.5" + "@thi.ng/rstream": "npm:^9.0.6" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6351,34 +6351,34 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/rstream": "npm:^9.0.5" - "@thi.ng/rstream-dot": "npm:^3.0.95" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/rstream": "npm:^9.0.6" + "@thi.ng/rstream-dot": "npm:^3.0.96" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^9.0.5, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^9.0.6, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/arrays": "npm:^2.10.3" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/atom": "npm:^5.3.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6392,8 +6392,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/transducers-fsm": "npm:^2.2.103" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/transducers-fsm": "npm:^2.2.104" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6408,8 +6408,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/matrices": "npm:^2.4.15" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/matrices": "npm:^2.4.16" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6443,7 +6443,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.140, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.141, @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: @@ -6451,7 +6451,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/shader-ast": "npm:^0.15.33" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6467,10 +6467,10 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/matrices": "npm:^2.4.16" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/shader-ast": "npm:^0.15.32" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/shader-ast": "npm:^0.15.33" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6487,27 +6487,27 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/shader-ast": "npm:^0.15.33" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.32, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.33, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/shader-ast": "npm:^0.15.32" + "@thi.ng/shader-ast": "npm:^0.15.33" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.32, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.33, @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: @@ -6515,7 +6515,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/dgraph": "npm:^2.1.136" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" @@ -6530,7 +6530,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/transducers-binary": "npm:^2.1.136" + "@thi.ng/transducers-binary": "npm:^2.1.137" assemblyscript: "npm:0.27.30" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6547,8 +6547,8 @@ __metadata: "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers-binary": "npm:^2.1.136" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers-binary": "npm:^2.1.137" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6561,11 +6561,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/random": "npm:^4.1.0" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/random": "npm:^4.1.1" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6578,7 +6578,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/associative": "npm:^7.0.11" + "@thi.ng/associative": "npm:^7.0.12" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0" @@ -6587,14 +6587,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.134, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.135, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6622,7 +6622,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/dgraph": "npm:^2.1.135" + "@thi.ng/dgraph": "npm:^2.1.136" "@thi.ng/logger": "npm:^3.0.21" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6641,10 +6641,10 @@ __metadata: "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/date": "npm:^2.7.29" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/file-io": "npm:^2.1.14" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6653,20 +6653,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.39, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.40, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-clip-line": "npm:^2.3.105" + "@thi.ng/geom-clip-line": "npm:^2.3.106" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/strings": "npm:^3.8.6" "@thi.ng/text-format": "npm:^2.2.14" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" typedoc: "npm:^0.26.7" @@ -6688,14 +6688,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.65, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.66, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6709,10 +6709,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/file-io": "npm:^2.1.14" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6729,14 +6729,14 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.136, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.137, @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: @@ -6745,22 +6745,22 @@ __metadata: "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.103, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.104, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6774,7 +6774,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/hdom": "npm:^9.4.47" "@thi.ng/hiccup": "npm:^5.2.14" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6790,41 +6790,41 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/paths": "npm:^5.1.91" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.134, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.135, @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.47.9" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/dcons": "npm:^3.2.129" + "@thi.ng/dcons": "npm:^3.2.130" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^9.2.5, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.2.5, @thi.ng/transducers@npm:^9.2.6, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6875,7 +6875,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6894,7 +6894,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.15, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.16, @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: @@ -6905,15 +6905,15 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/malloc": "npm:^6.1.92" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.12.3, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.12.4, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6925,9 +6925,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/memoize": "npm:^3.3.13" - "@thi.ng/random": "npm:^4.1.0" + "@thi.ng/random": "npm:^4.1.1" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6940,37 +6940,37 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/date": "npm:^2.7.29" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/transducers": "npm:^9.2.5" + "@thi.ng/transducers": "npm:^9.2.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.7.2, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.7.3, @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.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/args": "npm:^2.3.44" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/file-io": "npm:^2.1.13" + "@thi.ng/file-io": "npm:^2.1.14" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/paths": "npm:^5.1.91" "@thi.ng/strings": "npm:^3.8.6" - "@thi.ng/wasm-api": "npm:^2.0.2" + "@thi.ng/wasm-api": "npm:^2.0.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6985,16 +6985,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/wasm-api": "npm:^2.0.2" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" - "@thi.ng/wasm-api-dom": "npm:^1.0.3" + "@thi.ng/wasm-api": "npm:^2.0.3" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.3" + "@thi.ng/wasm-api-dom": "npm:^1.0.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^1.0.3, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.4, @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: @@ -7003,8 +7003,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.4" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/wasm-api": "npm:^2.0.2" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" + "@thi.ng/wasm-api": "npm:^2.0.3" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7017,8 +7017,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/wasm-api": "npm:^2.0.2" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" + "@thi.ng/wasm-api": "npm:^2.0.3" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.3" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7032,23 +7032,23 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/wasm-api": "npm:^2.0.2" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.2" - "@thi.ng/wasm-api-dom": "npm:^1.0.3" - "@thi.ng/webgl": "npm:^6.9.19" + "@thi.ng/wasm-api": "npm:^2.0.3" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.3" + "@thi.ng/wasm-api-dom": "npm:^1.0.4" + "@thi.ng/webgl": "npm:^6.9.20" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^2.0.2, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.0.3, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" @@ -7066,11 +7066,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/shader-ast": "npm:^0.15.32" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vector-pools": "npm:^3.2.15" - "@thi.ng/vectors": "npm:^7.12.3" - "@thi.ng/webgl": "npm:^6.9.19" + "@thi.ng/shader-ast": "npm:^0.15.33" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vector-pools": "npm:^3.2.16" + "@thi.ng/vectors": "npm:^7.12.4" + "@thi.ng/webgl": "npm:^6.9.20" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7083,16 +7083,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/shader-ast": "npm:^0.15.32" - "@thi.ng/shader-ast-glsl": "npm:^0.4.140" - "@thi.ng/webgl": "npm:^6.9.19" + "@thi.ng/shader-ast": "npm:^0.15.33" + "@thi.ng/shader-ast-glsl": "npm:^0.4.141" + "@thi.ng/webgl": "npm:^6.9.20" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.19, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.20, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -7103,29 +7103,29 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/matrices": "npm:^2.4.15" + "@thi.ng/matrices": "npm:^2.4.16" "@thi.ng/memoize": "npm:^3.3.13" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/shader-ast": "npm:^0.15.32" - "@thi.ng/shader-ast-glsl": "npm:^0.4.140" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.32" - "@thi.ng/transducers": "npm:^9.2.5" - "@thi.ng/vector-pools": "npm:^3.2.15" - "@thi.ng/vectors": "npm:^7.12.3" + "@thi.ng/shader-ast": "npm:^0.15.33" + "@thi.ng/shader-ast-glsl": "npm:^0.4.141" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.33" + "@thi.ng/transducers": "npm:^9.2.6" + "@thi.ng/vector-pools": "npm:^3.2.16" + "@thi.ng/vectors": "npm:^7.12.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.112, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.113, @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.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/arrays": "npm:^2.10.2" + "@thi.ng/arrays": "npm:^2.10.3" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" esbuild: "npm:^0.24.0"