diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index cb66103ee8..69e52a7c21 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.44", + "version": "2.5.45", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -40,15 +40,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/bitfield": "^2.3.36", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/errors": "^2.5.2", - "@thi.ng/sparse": "^0.3.111" + "@thi.ng/sparse": "^0.3.112" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/vectors": "^7.10.24", + "@thi.ng/vectors": "^7.10.25", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 691b57f2b4..8a5bc8f121 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.9.0", + "version": "2.9.1", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/random": "^3.7.1" diff --git a/packages/associative/package.json b/packages/associative/package.json index afc791f0a7..866d2f8ff5 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.53", + "version": "6.3.54", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/binary": "^3.4.20", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/compare": "^2.3.0", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17", + "@thi.ng/transducers": "^8.9.18", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 48ab138932..e79999bc14 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.72", + "version": "1.1.73", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -43,9 +43,9 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", + "@thi.ng/transducers": "^8.9.18", "@thi.ng/units": "^0.4.41", - "@thi.ng/vectors": "^7.10.24", + "@thi.ng/vectors": "^7.10.25", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 5c8e66eafe..1aa56b7ab7 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.115", + "version": "2.1.116", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/transducers-binary": "^2.1.113" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/transducers-binary": "^2.1.114" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/boids/package.json b/packages/boids/package.json index 0f5f9cabc0..da3ceea115 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.26", + "version": "1.0.27", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.66", - "@thi.ng/geom-closest-point": "^2.1.120", - "@thi.ng/geom-resample": "^2.3.46", + "@thi.ng/distance": "^2.4.67", + "@thi.ng/geom-closest-point": "^2.1.121", + "@thi.ng/geom-resample": "^2.3.47", "@thi.ng/math": "^5.10.8", - "@thi.ng/timestep": "^0.5.42", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/timestep": "^0.5.43", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/cache/package.json b/packages/cache/package.json index 50802575e4..ddfbe83172 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.2.7", + "version": "2.2.8", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/dcons": "^3.2.106", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/dcons": "^3.2.107", + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 62dca9b852..c43a09af29 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.103", + "version": "0.2.104", "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.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index cb195c60a2..2b65223af9 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.2.51", + "version": "1.2.52", "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.9.31", "@thi.ng/base-n": "^2.7.9", "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.38", + "@thi.ng/color": "^5.6.39", "@thi.ng/errors": "^2.5.2", "@thi.ng/hex": "^2.3.41" }, diff --git a/packages/color/package.json b/packages/color/package.json index f91027ced5..f8b037cc9c 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.38", + "version": "5.6.39", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -41,18 +41,18 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/binary": "^3.4.20", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/compose": "^2.1.71", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", "@thi.ng/random": "^3.7.1", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/compare/CHANGELOG.md b/packages/compare/CHANGELOG.md index 9b927a3ae2..32aeaed819 100644 --- a/packages/compare/CHANGELOG.md +++ b/packages/compare/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-03-29T12:16:20Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compare@2.3.0) (2024-03-29) + +#### 🚀 Features + +- add compareLengthAsc/Desc(), refactor, add docs ([49dab9e](https://github.com/thi-ng/umbrella/commit/49dab9e)) + ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/compare@2.2.0) (2023-09-15) #### 🚀 Features diff --git a/packages/compare/package.json b/packages/compare/package.json index d0b6cc12ff..2dab5c8705 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compare", - "version": "2.2.27", + "version": "2.3.0", "description": "Comparators with support for types implementing the @thi.ng/api/ICompare interface", "type": "module", "module": "./index.js", diff --git a/packages/complex/package.json b/packages/complex/package.json index 36fd71279a..7d873e3326 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.54", + "version": "0.2.55", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/csp/package.json b/packages/csp/package.json index f34287fcb4..2130933486 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.111", + "version": "2.1.112", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -41,11 +41,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/csv/package.json b/packages/csv/package.json index 530547e6a6..2bf732f27d 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.79", + "version": "2.3.80", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index ff62478ba1..e3f698e8cb 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.106", + "version": "3.2.107", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 5fc7ae136e..510eb2afcf 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.112", + "version": "2.1.113", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/dgraph": "^2.1.111", + "@thi.ng/dgraph": "^2.1.112", "@thi.ng/dot": "^2.1.71" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 615cc84125..c2e589ef8d 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.111", + "version": "2.1.112", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/distance/package.json b/packages/distance/package.json index 9f0d93cbcb..bcd6a0cd79 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.66", + "version": "2.4.67", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/heaps": "^2.1.68", + "@thi.ng/heaps": "^2.1.69", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 5cebc98c37..23201a4192 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.113", + "version": "2.1.114", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/binary": "^3.4.20", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/transducers-binary": "^2.1.113" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/transducers-binary": "^2.1.114" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 8e1ee0d196..4ce811b43c 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.26", + "version": "4.7.27", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 9d3608d96a..cd9d929a77 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.113", + "version": "0.7.114", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/binary": "^3.4.20", "@thi.ng/checks": "^3.5.5", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/errors": "^2.5.2", "@thi.ng/idgen": "^2.2.36", "@thi.ng/logger": "^3.0.7", "@thi.ng/malloc": "^6.1.77", - "@thi.ng/transducers": "^8.9.17", + "@thi.ng/transducers": "^8.9.18", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index d85a2d3e01..5fc23b39ea 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.120", + "version": "0.6.121", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -32,14 +32,14 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/checks": "^3.5.5", "@thi.ng/dot": "^2.1.71", "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", "@thi.ng/prefixes": "^2.3.14", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers-binary": "^2.1.113" + "@thi.ng/transducers-binary": "^2.1.114" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/fibers/package.json b/packages/fibers/package.json index e0bf44ed7e..3d59fd00d9 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.6.34", + "version": "0.6.35", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/bench": "^3.5.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index dfa50eb885..11968bd6ae 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-27T09:53:45Z +- **Last updated**: 2024-03-29T12:16:20Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,18 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@2.0.0) (2024-03-29) + +#### 🛑 Breaking changes + +- add `streamHash()`, update other hashing fns ([64a8cad](https://github.com/thi-ng/umbrella/commit/64a8cad)) +- BREAKING CHANGE: `fileHash()` now async, rename `stringHash()` => `bufferHash()` + +#### 🚀 Features + +- update args for `createTempFile()` & `tempFilePath()` ([d944789](https://github.com/thi-ng/umbrella/commit/d944789)) + - add docstrings + ### [1.3.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@1.3.3) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/file-io/package.json b/packages/file-io/package.json index c70b87815b..0d718f3725 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "1.3.12", + "version": "2.0.0", "description": "Assorted file I/O utils (with logging support) for NodeJS/Bun", "type": "module", "module": "./index.js", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 4c88bfa554..969de6bc06 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.115", + "version": "3.1.116", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 7ca6a7507d..4f3d2b0480 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.138", + "version": "2.1.139", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/fuzzy": "^2.1.76", "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-svg": "^5.2.30", + "@thi.ng/hiccup-svg": "^5.2.31", "@thi.ng/math": "^5.10.8", "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-canvas": "^3.0.16" + "@thi.ng/text-canvas": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index f6e641936a..d592d70be1 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.5.66", + "version": "3.5.67", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -38,17 +38,17 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.66", + "@thi.ng/distance": "^2.4.67", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/heaps": "^2.1.68", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/heaps": "^2.1.69", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index af3163ea66..d3c64d13b7 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "4.0.3", + "version": "4.0.4", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index d464bb4225..fc964933bb 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.125", + "version": "2.1.126", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-resample": "^2.3.46", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-resample": "^2.3.47", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index cbddb2a199..4af3ada1b6 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.83", + "version": "0.5.84", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -37,17 +37,17 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", - "@thi.ng/axidraw": "^1.1.72", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/arrays": "^2.9.1", + "@thi.ng/axidraw": "^1.1.73", + "@thi.ng/compare": "^2.3.0", "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/geom": "^6.1.3", - "@thi.ng/geom-accel": "^3.5.66", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-clip-line": "^2.3.82", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/geom": "^6.1.4", + "@thi.ng/geom-accel": "^3.5.67", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-clip-line": "^2.3.83", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index a47603e5c9..3792f9acae 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.82", + "version": "2.3.83", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index c3bb1f72ea..066c1f2e72 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.124", + "version": "2.1.125", "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": "^3.0.3", - "@thi.ng/geom-poly-utils": "^2.3.108", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/geom-poly-utils": "^2.3.109", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index dc65f3b911..43ee8768bb 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.120", + "version": "2.1.121", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 372de31dd2..bbdd802ffc 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.97", + "version": "2.2.98", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", - "@thi.ng/color": "^5.6.38", - "@thi.ng/geom": "^6.1.3", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-clip-line": "^2.3.82", - "@thi.ng/geom-resample": "^2.3.46", - "@thi.ng/grid-iterators": "^4.0.67", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/associative": "^6.3.54", + "@thi.ng/color": "^5.6.39", + "@thi.ng/geom": "^6.1.4", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-clip-line": "^2.3.83", + "@thi.ng/geom-resample": "^2.3.47", + "@thi.ng/grid-iterators": "^4.0.68", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 217da77f30..1a913acf3a 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.120", + "version": "2.1.121", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index f88e3747d5..7a6fe39412 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.120", + "version": "0.3.121", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/errors": "^2.5.2", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 0d6e8a90f4..83c1c52d3a 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "3.0.3", + "version": "3.0.4", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-closest-point": "^2.1.120", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-closest-point": "^2.1.121", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 037ab45b48..e78d069dff 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.120", + "version": "2.1.121", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 2d51bdb31c..98376e72bc 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "2.3.108", + "version": "2.3.109", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.3", + "@thi.ng/geom-api": "^4.0.4", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 3892df93d4..7c88724137 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.3.46", + "version": "2.3.47", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-closest-point": "^2.1.120", - "@thi.ng/geom-isec": "^3.0.3", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-closest-point": "^2.1.121", + "@thi.ng/geom-isec": "^3.0.4", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index bd3398a827..a557d79951 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.3.27", + "version": "0.3.28", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom": "^6.1.3", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-isoline": "^2.1.120", - "@thi.ng/geom-poly-utils": "^2.3.108", - "@thi.ng/geom-resample": "^2.3.46", + "@thi.ng/geom": "^6.1.4", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-isoline": "^2.1.121", + "@thi.ng/geom-poly-utils": "^2.3.109", + "@thi.ng/geom-resample": "^2.3.47", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 8d2d923848..81464f8b9e 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.2.99", + "version": "2.2.100", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-arc": "^2.1.125", - "@thi.ng/geom-resample": "^2.3.46", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-arc": "^2.1.126", + "@thi.ng/geom-resample": "^2.3.47", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 3819bfca10..5861699910 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "2.1.124", + "version": "2.1.125", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index c3aefc5009..725e9be7a5 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "2.1.125", + "version": "2.1.126", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/geom-poly-utils": "^2.3.108", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/geom-poly-utils": "^2.3.109", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 8ea8fed689..90a90363bb 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.75", + "version": "0.3.76", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/errors": "^2.5.2", - "@thi.ng/grid-iterators": "^4.0.67", - "@thi.ng/matrices": "^2.3.30", - "@thi.ng/pixel": "^6.1.25", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/grid-iterators": "^4.0.68", + "@thi.ng/matrices": "^2.3.31", + "@thi.ng/pixel": "^6.1.26", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index cc9101a8d0..65a16a947c 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.67", + "version": "2.3.68", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/bitfield": "^2.3.36", "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-clip-line": "^2.3.82", - "@thi.ng/geom-clip-poly": "^2.1.124", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/geom-poly-utils": "^2.3.108", + "@thi.ng/geom-clip-line": "^2.3.83", + "@thi.ng/geom-clip-poly": "^2.1.125", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/geom-poly-utils": "^2.3.109", "@thi.ng/math": "^5.10.8", "@thi.ng/quad-edge": "^3.1.60", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/geom/package.json b/packages/geom/package.json index ff0474b4b3..e49be6c0de 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.1.3", + "version": "6.1.4", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -38,32 +38,32 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/arrays": "^2.9.1", + "@thi.ng/associative": "^6.3.54", "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-arc": "^2.1.125", - "@thi.ng/geom-clip-line": "^2.3.82", - "@thi.ng/geom-clip-poly": "^2.1.124", - "@thi.ng/geom-closest-point": "^2.1.120", - "@thi.ng/geom-hull": "^2.1.120", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/geom-poly-utils": "^2.3.108", - "@thi.ng/geom-resample": "^2.3.46", - "@thi.ng/geom-splines": "^2.2.99", - "@thi.ng/geom-subdiv-curve": "^2.1.124", - "@thi.ng/geom-tessellate": "^2.1.125", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-arc": "^2.1.126", + "@thi.ng/geom-clip-line": "^2.3.83", + "@thi.ng/geom-clip-poly": "^2.1.125", + "@thi.ng/geom-closest-point": "^2.1.121", + "@thi.ng/geom-hull": "^2.1.121", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/geom-poly-utils": "^2.3.109", + "@thi.ng/geom-resample": "^2.3.47", + "@thi.ng/geom-splines": "^2.2.100", + "@thi.ng/geom-subdiv-curve": "^2.1.125", + "@thi.ng/geom-tessellate": "^2.1.126", "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-svg": "^5.2.30", + "@thi.ng/hiccup-svg": "^5.2.31", "@thi.ng/math": "^5.10.8", - "@thi.ng/matrices": "^2.3.30", + "@thi.ng/matrices": "^2.3.31", "@thi.ng/random": "^3.7.1", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/gp/package.json b/packages/gp/package.json index ccbaee3cb9..ad39704027 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.111", + "version": "0.4.112", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/zipper": "^2.1.95" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/zipper": "^2.1.96" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 214946e019..101e6ce8f2 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.67", + "version": "4.0.68", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/binary": "^3.4.20", "@thi.ng/bitfield": "^2.3.36", "@thi.ng/errors": "^2.5.2", "@thi.ng/morton": "^3.1.81", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index ea1eb06798..11cdb3c470 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.121", + "version": "0.3.122", "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.9.31", "@thi.ng/diff": "^5.1.64", "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/hiccup-css": "^2.7.2", + "@thi.ng/hiccup-css": "^2.7.3", "@thi.ng/strings": "^3.7.28" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 9242a527ea..d14c27162d 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.133", + "version": "4.1.134", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.64", "@thi.ng/errors": "^2.5.2", "@thi.ng/hdom": "^9.4.28", - "@thi.ng/hiccup-canvas": "^2.5.32" + "@thi.ng/hiccup-canvas": "^2.5.33" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index df7eaad556..dc4746eb1d 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.112", + "version": "5.1.113", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/canvas": "^0.2.14", "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/transducers-stats": "^2.1.111" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/transducers-stats": "^2.1.112" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/heaps/package.json b/packages/heaps/package.json index a5cc7e4a36..3efd759516 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/heaps", - "version": "2.1.68", + "version": "2.1.69", "description": "Various heap implementations for arbitrary values and with customizable ordering", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/equiv": "^2.1.53" }, "devDependencies": { diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 842dc9b60e..01dea71646 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.5.32", + "version": "2.5.33", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.38", + "@thi.ng/color": "^5.6.39", "@thi.ng/math": "^5.10.8", - "@thi.ng/pixel": "^6.1.25", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/pixel": "^6.1.26", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 97b42126c4..ea682cd0f5 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.2", + "version": "2.7.3", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 21a0f3db7f..b402d36fc4 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.80", + "version": "3.2.81", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/emoji": "^0.1.34", @@ -46,7 +46,7 @@ "@thi.ng/logger": "^3.0.7", "@thi.ng/parse": "^2.4.37", "@thi.ng/strings": "^3.7.28", - "@thi.ng/text-canvas": "^3.0.16" + "@thi.ng/text-canvas": "^3.0.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index ff3edf2da5..df216decb6 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.2.30", + "version": "5.2.31", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.5", - "@thi.ng/color": "^5.6.38", + "@thi.ng/color": "^5.6.39", "@thi.ng/prefixes": "^2.3.14" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index 0ff264d8e7..dac2c34e0a 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.122", + "version": "2.1.123", "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.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/imago/package.json b/packages/imago/package.json index 833654e72d..67110ace84 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.6.10", + "version": "0.6.11", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -37,22 +37,22 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/blurhash": "^0.1.19", "@thi.ng/checks": "^3.5.5", "@thi.ng/date": "^2.7.12", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^1.3.12", + "@thi.ng/file-io": "^2.0.0", "@thi.ng/logger": "^3.0.7", - "@thi.ng/pixel": "^6.1.25", - "@thi.ng/pixel-dither": "^1.1.123", + "@thi.ng/pixel": "^6.1.26", + "@thi.ng/pixel-dither": "^1.1.124", "@thi.ng/prefixes": "^2.3.14", "sharp": "^0.33.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/vectors": "^7.10.24", + "@thi.ng/vectors": "^7.10.25", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 1628b53e12..a1558c8588 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.51", + "version": "2.2.52", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom": "^6.1.3", - "@thi.ng/geom-api": "^4.0.3", - "@thi.ng/geom-isec": "^3.0.3", - "@thi.ng/geom-tessellate": "^2.1.125", - "@thi.ng/layout": "^3.0.33", + "@thi.ng/geom": "^6.1.4", + "@thi.ng/geom-api": "^4.0.4", + "@thi.ng/geom-isec": "^3.0.4", + "@thi.ng/geom-tessellate": "^2.1.126", + "@thi.ng/layout": "^3.0.34", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 83e099295c..0d6e7ec953 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.111", + "version": "6.1.112", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/errors": "^2.5.2" }, "devDependencies": { diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 454850b8ed..0a1398604f 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.81", + "version": "0.6.82", "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.9.31", - "@thi.ng/distance": "^2.4.66", + "@thi.ng/distance": "^2.4.67", "@thi.ng/errors": "^2.5.2", "@thi.ng/random": "^3.7.1", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/layout/package.json b/packages/layout/package.json index 8ab7271075..9d797fef1d 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.33", + "version": "3.0.34", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5" }, "devDependencies": { diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 5b7d89d037..7fb3b4c80b 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.84", + "version": "3.0.85", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers-binary": "^2.1.113" + "@thi.ng/transducers-binary": "^2.1.114" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index f2641e46fd..7309b7ff87 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.120", + "version": "2.1.121", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 4752fd30c2..bc2dc16a71 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.115", + "version": "0.3.116", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/compose": "^2.1.71", "@thi.ng/errors": "^2.5.2", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 8738bb28d3..c4725f7047 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.30", + "version": "2.3.31", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 080090f040..414a00f2b6 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.10.1", + "version": "0.10.2", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -43,18 +43,18 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/args": "^2.3.28", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^1.3.12", - "@thi.ng/hiccup-css": "^2.7.2", + "@thi.ng/file-io": "^2.0.0", + "@thi.ng/hiccup-css": "^2.7.3", "@thi.ng/logger": "^3.0.7", "@thi.ng/memoize": "^3.2.0", - "@thi.ng/rstream": "^8.3.18", + "@thi.ng/rstream": "^8.3.19", "@thi.ng/strings": "^3.7.28", "@thi.ng/text-format": "^2.2.0", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/oquery/package.json b/packages/oquery/package.json index 2cd10d9900..8d5a3b6aa0 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/oquery", - "version": "2.2.35", + "version": "2.2.36", "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/equiv": "^2.1.53" }, diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 8612065341..72791decfa 100644 --- a/packages/pixel-dither/package.json +++ b/packages/pixel-dither/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dither", - "version": "1.1.123", + "version": "1.1.124", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", - "@thi.ng/pixel": "^6.1.25" + "@thi.ng/pixel": "^6.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 5c0dbcd311..e671563154 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-geotiff", - "version": "0.1.84", + "version": "0.1.85", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/pixel": "^6.1.25", + "@thi.ng/pixel": "^6.1.26", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 93781318c3..f1c5be751f 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-netpbm", - "version": "2.1.123", + "version": "2.1.124", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/errors": "^2.5.2", - "@thi.ng/pixel": "^6.1.25" + "@thi.ng/pixel": "^6.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 4e19adc45f..b4b9c311c5 100644 --- a/packages/pixel-io-pfm/package.json +++ b/packages/pixel-io-pfm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-pfm", - "version": "0.1.64", + "version": "0.1.65", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.5.2", - "@thi.ng/pixel": "^6.1.25" + "@thi.ng/pixel": "^6.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 30bf0f945b..f15b8d7635 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.25", + "version": "6.1.26", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/binary": "^3.4.20", "@thi.ng/canvas": "^0.2.14", "@thi.ng/checks": "^3.5.5", - "@thi.ng/distance": "^2.4.66", + "@thi.ng/distance": "^2.4.67", "@thi.ng/errors": "^2.5.2", - "@thi.ng/k-means": "^0.6.81", + "@thi.ng/k-means": "^0.6.82", "@thi.ng/math": "^5.10.8", "@thi.ng/porter-duff": "^2.1.74" }, diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 5fd4c6d49a..55ccdcec90 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.30", + "version": "2.2.31", "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.28", "@thi.ng/bench": "^3.5.1", "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^1.3.12", + "@thi.ng/file-io": "^2.0.0", "@thi.ng/logger": "^3.0.7", "@thi.ng/pointfree": "^3.1.77" }, diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 303459e735..0cb74965a5 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.81", + "version": "3.1.82", "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.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/geom-api": "^4.0.3", + "@thi.ng/geom-api": "^4.0.4", "@thi.ng/random": "^3.7.1", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 6e5722a27a..1021bb25d6 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.16", + "version": "3.1.17", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/arrays": "^2.9.1", + "@thi.ng/compare": "^2.3.0", "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 47ea52edc4..ccc0e030c1 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.95", + "version": "1.0.96", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/equiv": "^2.1.53", - "@thi.ng/grid-iterators": "^4.0.67", + "@thi.ng/grid-iterators": "^4.0.68", "@thi.ng/porter-duff": "^2.1.74", "@thi.ng/random": "^3.7.1", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 3058dca0d7..90edce8ebc 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.80", + "version": "0.5.81", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/canvas": "^0.2.14", "@thi.ng/checks": "^3.5.5", - "@thi.ng/hiccup-canvas": "^2.5.32", - "@thi.ng/rdom": "^1.1.20", - "@thi.ng/rstream": "^8.3.18" + "@thi.ng/hiccup-canvas": "^2.5.33", + "@thi.ng/rdom": "^1.1.21", + "@thi.ng/rstream": "^8.3.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 3d3e5ea20c..7ecd7f3ae8 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.73", + "version": "0.6.74", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/hiccup-html": "^2.5.0", - "@thi.ng/rdom": "^1.1.20", - "@thi.ng/rstream": "^8.3.18", + "@thi.ng/rdom": "^1.1.21", + "@thi.ng/rstream": "^8.3.19", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index fcffef1fbf..5f27bd3e43 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.3.1", + "version": "0.3.2", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/hiccup-html": "^2.5.0", - "@thi.ng/rdom": "^1.1.20", - "@thi.ng/rstream": "^8.3.18" + "@thi.ng/rdom": "^1.1.21", + "@thi.ng/rstream": "^8.3.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 9faaeef300..636e7bbc5d 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.20", + "version": "1.1.21", "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.1.26", "@thi.ng/paths": "^5.1.76", "@thi.ng/prefixes": "^2.3.14", - "@thi.ng/rstream": "^8.3.18", + "@thi.ng/rstream": "^8.3.19", "@thi.ng/strings": "^3.7.28" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index c367fbf39b..9c8e016a29 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.116", + "version": "3.1.117", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/csp": "^2.1.111", - "@thi.ng/rstream": "^8.3.18" + "@thi.ng/csp": "^2.1.112", + "@thi.ng/rstream": "^8.3.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 13954d9819..83f39ff7db 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.69", + "version": "3.0.70", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.3.18", + "@thi.ng/rstream": "^8.3.19", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 87c7f12e0d..dee953d872 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.67", + "version": "5.0.68", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", - "@thi.ng/rstream": "^8.3.18", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/rstream": "^8.3.19", + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index d34f8394f5..f0241ee190 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.121", + "version": "4.1.122", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -42,8 +42,8 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/paths": "^5.1.76", "@thi.ng/resolve-map": "^7.1.69", - "@thi.ng/rstream": "^8.3.18", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/rstream": "^8.3.19", + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 40dea59ea6..78bfc89e23 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.116", + "version": "2.1.117", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^8.3.18" + "@thi.ng/rstream": "^8.3.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index d37fd5eee5..04f94bd618 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.11", + "version": "5.1.12", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/logger": "^3.0.7", - "@thi.ng/rstream": "^8.3.18", + "@thi.ng/rstream": "^8.3.19", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 582d220d26..24d75f9640 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.119", + "version": "2.1.120", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/checks": "^3.5.5", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", "@thi.ng/math": "^5.10.8", - "@thi.ng/rstream": "^8.3.18", - "@thi.ng/rstream-dot": "^3.0.69", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/rstream": "^8.3.19", + "@thi.ng/rstream-dot": "^3.0.70", + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index c2e6dd6ad3..df631c215a 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.3.18", + "version": "8.3.19", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -41,13 +41,13 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/arrays": "^2.9.1", + "@thi.ng/associative": "^6.3.54", "@thi.ng/atom": "^5.2.41", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/sax/package.json b/packages/sax/package.json index 237f787616..5d4faa4cae 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.115", + "version": "2.1.116", "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.9.31", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/transducers-fsm": "^2.2.80" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/transducers-fsm": "^2.2.81" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 1dfc541969..98a788ff72 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.37", + "version": "1.0.38", "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.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/matrices": "^2.3.30", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/matrices": "^2.3.31", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 63b1a144d4..d7cb5d6e45 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.116", + "version": "0.4.117", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/shader-ast": "^0.15.8" + "@thi.ng/shader-ast": "^0.15.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index ba5f18f6cb..47feea1d70 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.28", + "version": "1.1.29", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", - "@thi.ng/matrices": "^2.3.30", - "@thi.ng/pixel": "^6.1.25", - "@thi.ng/shader-ast": "^0.15.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/matrices": "^2.3.31", + "@thi.ng/pixel": "^6.1.26", + "@thi.ng/shader-ast": "^0.15.9", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index abfc0f5698..072ca769b0 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.8", + "version": "0.4.9", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", "@thi.ng/math": "^5.10.8", - "@thi.ng/shader-ast": "^0.15.8" + "@thi.ng/shader-ast": "^0.15.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index cb846edfba..afb9e82413 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.8", + "version": "0.18.9", "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.9.31", - "@thi.ng/shader-ast": "^0.15.8" + "@thi.ng/shader-ast": "^0.15.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 014b4e68fc..8202f5cdfc 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.8", + "version": "0.15.9", "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.9.31", "@thi.ng/checks": "^3.5.5", "@thi.ng/defmulti": "^3.0.34", - "@thi.ng/dgraph": "^2.1.111", + "@thi.ng/dgraph": "^2.1.112", "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index 4016755d2a..0f1e20b07a 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.113", + "version": "0.6.114", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.113" + "@thi.ng/transducers-binary": "^2.1.114" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/soa/package.json b/packages/soa/package.json index eb63bc1bb4..3cac7800da 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.120", + "version": "0.4.121", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/binary": "^3.4.20", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers-binary": "^2.1.113", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers-binary": "^2.1.114", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 3f6a08f1e4..b9434d605e 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.111", + "version": "0.3.112", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/system/package.json b/packages/system/package.json index ac7c4ff5d6..968132d196 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.6", + "version": "3.1.7", "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.9.31", - "@thi.ng/dgraph": "^2.1.111", + "@thi.ng/dgraph": "^2.1.112", "@thi.ng/logger": "^3.0.7" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 562535b9b1..e429e0c405 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.8", + "version": "0.2.9", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "@thi.ng/api": "^8.9.31", "@thi.ng/args": "^2.3.28", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/date": "^2.7.12", "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^1.3.12", + "@thi.ng/file-io": "^2.0.0", "@thi.ng/logger": "^3.0.7", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 9a44d460ae..0ee85ff6c1 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.16", + "version": "3.0.17", "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.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", - "@thi.ng/geom-clip-line": "^2.3.82", + "@thi.ng/geom-clip-line": "^2.3.83", "@thi.ng/math": "^5.10.8", "@thi.ng/strings": "^3.7.28", "@thi.ng/text-format": "^2.2.0", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 7fd8b29dc4..94f5077922 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.42", + "version": "0.5.43", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/math": "^5.10.8", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 7caa7a2f08..ff95f0f0e5 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.83", + "version": "0.1.84", "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.9.31", "@thi.ng/checks": "^3.5.5", - "@thi.ng/file-io": "^1.3.12", + "@thi.ng/file-io": "^2.0.0", "@thi.ng/logger": "^3.0.7", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index bbffeb2c04..507489aa18 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.113", + "version": "2.1.114", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/hex": "^2.3.41", "@thi.ng/random": "^3.7.1", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index fa44a89d68..0d9f88e584 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.80", + "version": "2.2.81", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 5ef710aeef..2aec55318a 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.121", + "version": "3.1.122", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/hdom": "^9.4.28", "@thi.ng/hiccup": "^5.1.26", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 61c404bdae..d472ea8caf 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.111", + "version": "0.4.112", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", "@thi.ng/paths": "^5.1.76", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 4f708fcbef..80a423fc7b 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.111", + "version": "2.1.112", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.5", - "@thi.ng/dcons": "^3.2.106", + "@thi.ng/dcons": "^3.2.107", "@thi.ng/errors": "^2.5.2", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index c558326aa5..cd183a23d7 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.9.17", + "version": "8.9.18", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -41,9 +41,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/compose": "^2.1.71", "@thi.ng/errors": "^2.5.2", "@thi.ng/math": "^5.10.8", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 4adc2402e0..37a10dce3a 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.1.122", + "version": "3.1.123", "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.2", "@thi.ng/logger": "^3.0.7", "@thi.ng/malloc": "^6.1.77", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 2d7584964f..2b2a46c3f9 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.24", + "version": "7.10.25", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -45,7 +45,7 @@ "@thi.ng/memoize": "^3.2.0", "@thi.ng/random": "^3.7.1", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/viz/package.json b/packages/viz/package.json index 4d6696ab73..000ddbb0b4 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.47", + "version": "0.6.48", "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.9.31", - "@thi.ng/arrays": "^2.9.0", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/arrays": "^2.9.1", + "@thi.ng/associative": "^6.3.54", "@thi.ng/checks": "^3.5.5", "@thi.ng/math": "^5.10.8", "@thi.ng/strings": "^3.7.28", - "@thi.ng/transducers": "^8.9.17" + "@thi.ng/transducers": "^8.9.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index f8c0b2da4c..a89ca21ca3 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.4.65", + "version": "0.4.66", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -40,17 +40,17 @@ "dependencies": { "@thi.ng/api": "^8.9.31", "@thi.ng/args": "^2.3.28", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/binary": "^3.4.20", "@thi.ng/checks": "^3.5.5", - "@thi.ng/compare": "^2.2.27", + "@thi.ng/compare": "^2.3.0", "@thi.ng/defmulti": "^3.0.34", "@thi.ng/errors": "^2.5.2", - "@thi.ng/file-io": "^1.3.12", + "@thi.ng/file-io": "^2.0.0", "@thi.ng/logger": "^3.0.7", "@thi.ng/paths": "^5.1.76", "@thi.ng/strings": "^3.7.28", - "@thi.ng/wasm-api": "^1.4.65" + "@thi.ng/wasm-api": "^1.4.66" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 10414d0538..153292ddf6 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "0.1.76", + "version": "0.1.77", "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.20", - "@thi.ng/wasm-api": "^1.4.65", - "@thi.ng/wasm-api-dom": "^0.11.84" + "@thi.ng/wasm-api": "^1.4.66", + "@thi.ng/wasm-api-dom": "^0.11.85" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.65", + "@thi.ng/wasm-api-bindgen": "^0.4.66", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 9dd65ef9cd..3f34f5e045 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "0.11.84", + "version": "0.11.85", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/canvas": "^0.2.14", "@thi.ng/errors": "^2.5.2", "@thi.ng/prefixes": "^2.3.14", - "@thi.ng/wasm-api": "^1.4.65" + "@thi.ng/wasm-api": "^1.4.66" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.65", + "@thi.ng/wasm-api-bindgen": "^0.4.66", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index a301e0af95..8f6d38e944 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "0.3.80", + "version": "0.3.81", "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.9.31", - "@thi.ng/wasm-api": "^1.4.65" + "@thi.ng/wasm-api": "^1.4.66" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", - "@thi.ng/wasm-api-bindgen": "^0.4.65", + "@thi.ng/wasm-api-bindgen": "^0.4.66", "esbuild": "^0.20.2", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 1f4a9570d0..d4595546ad 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.4.65", + "version": "1.4.66", "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.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2", "@thi.ng/hex": "^2.3.41", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index dc7aef8943..d960407680 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.136", + "version": "2.1.137", "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.9.31", - "@thi.ng/shader-ast": "^0.15.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vector-pools": "^3.1.122", - "@thi.ng/vectors": "^7.10.24", - "@thi.ng/webgl": "^6.8.8" + "@thi.ng/shader-ast": "^0.15.9", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vector-pools": "^3.1.123", + "@thi.ng/vectors": "^7.10.25", + "@thi.ng/webgl": "^6.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index e64352454e..6647a35ca5 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.136", + "version": "0.4.137", "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.9.31", - "@thi.ng/shader-ast": "^0.15.8", - "@thi.ng/shader-ast-glsl": "^0.4.116", - "@thi.ng/webgl": "^6.8.8" + "@thi.ng/shader-ast": "^0.15.9", + "@thi.ng/shader-ast-glsl": "^0.4.117", + "@thi.ng/webgl": "^6.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 96190b0805..0193375cd3 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.8.8", + "version": "6.8.9", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -41,21 +41,21 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/associative": "^6.3.53", + "@thi.ng/associative": "^6.3.54", "@thi.ng/canvas": "^0.2.14", "@thi.ng/checks": "^3.5.5", "@thi.ng/equiv": "^2.1.53", "@thi.ng/errors": "^2.5.2", "@thi.ng/logger": "^3.0.7", - "@thi.ng/matrices": "^2.3.30", + "@thi.ng/matrices": "^2.3.31", "@thi.ng/memoize": "^3.2.0", - "@thi.ng/pixel": "^6.1.25", - "@thi.ng/shader-ast": "^0.15.8", - "@thi.ng/shader-ast-glsl": "^0.4.116", - "@thi.ng/shader-ast-stdlib": "^0.18.8", - "@thi.ng/transducers": "^8.9.17", - "@thi.ng/vector-pools": "^3.1.122", - "@thi.ng/vectors": "^7.10.24" + "@thi.ng/pixel": "^6.1.26", + "@thi.ng/shader-ast": "^0.15.9", + "@thi.ng/shader-ast-glsl": "^0.4.117", + "@thi.ng/shader-ast-stdlib": "^0.18.9", + "@thi.ng/transducers": "^8.9.18", + "@thi.ng/vector-pools": "^3.1.123", + "@thi.ng/vectors": "^7.10.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.43.0", diff --git a/packages/zipper/package.json b/packages/zipper/package.json index 247adaa408..4185daec15 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.95", + "version": "2.1.96", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.31", - "@thi.ng/arrays": "^2.9.0", + "@thi.ng/arrays": "^2.9.1", "@thi.ng/checks": "^3.5.5", "@thi.ng/errors": "^2.5.2" }, diff --git a/yarn.lock b/yarn.lock index 1e5637d000..98ae7ee26b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3525,12 +3525,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/bitfield": "npm:^2.3.36" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/sparse": "npm:^0.3.111" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/sparse": "npm:^0.3.112" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3568,14 +3568,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.9.0, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.9.1, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/random": "npm:^3.7.1" @@ -3586,21 +3586,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.53, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^6.3.54, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/compare": "npm:^2.3.0" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3626,7 +3626,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.72, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.73, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -3638,9 +3638,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" "@thi.ng/units": "npm:^0.4.41" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3682,12 +3682,12 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/transducers-binary": "npm:^2.1.113" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/transducers-binary": "npm:^2.1.114" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3762,12 +3762,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.66" - "@thi.ng/geom-closest-point": "npm:^2.1.120" - "@thi.ng/geom-resample": "npm:^2.3.46" + "@thi.ng/distance": "npm:^2.4.67" + "@thi.ng/geom-closest-point": "npm:^2.1.121" + "@thi.ng/geom-resample": "npm:^2.3.47" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/timestep": "npm:^0.5.42" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/timestep": "npm:^0.5.43" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3781,8 +3781,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dcons": "npm:^3.2.106" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/dcons": "npm:^3.2.107" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3809,11 +3809,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3843,7 +3843,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/base-n": "npm:^2.7.9" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.38" + "@thi.ng/color": "npm:^5.6.39" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/hex": "npm:^2.3.41" esbuild: "npm:^0.20.2" @@ -3853,24 +3853,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.38, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.39, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/compose": "npm:^2.1.71" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/random": "npm:^3.7.1" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3898,7 +3898,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compare@npm:^2.2.27, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": +"@thi.ng/compare@npm:^2.3.0, @thi.ng/compare@workspace:^, @thi.ng/compare@workspace:packages/compare": version: 0.0.0-use.local resolution: "@thi.ng/compare@workspace:packages/compare" dependencies: @@ -3919,7 +3919,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3941,17 +3941,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^2.1.111, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^2.1.112, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3967,7 +3967,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3990,18 +3990,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.106, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.107, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4030,7 +4030,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dgraph": "npm:^2.1.111" + "@thi.ng/dgraph": "npm:^2.1.112" "@thi.ng/dot": "npm:^2.1.71" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -4039,16 +4039,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.111, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.112, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4083,7 +4083,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.66, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.67, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -4091,9 +4091,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/heaps": "npm:^2.1.68" + "@thi.ng/heaps": "npm:^2.1.69" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4151,8 +4151,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/transducers-binary": "npm:^2.1.113" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/transducers-binary": "npm:^2.1.114" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4170,7 +4170,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4211,16 +4211,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/idgen": "npm:^2.2.36" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/malloc": "npm:^6.1.77" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -4235,7 +4235,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/dot": "npm:^2.1.71" "@thi.ng/equiv": "npm:^2.1.53" @@ -4243,7 +4243,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/prefixes": "npm:^2.3.14" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers-binary": "npm:^2.1.113" + "@thi.ng/transducers-binary": "npm:^2.1.114" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4307,7 +4307,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/bench": "npm:^3.5.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" @@ -4321,7 +4321,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^1.3.12, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^2.0.0, @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: @@ -4344,11 +4344,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4364,10 +4364,10 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/fuzzy": "npm:^2.1.76" "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-svg": "npm:^5.2.30" + "@thi.ng/hiccup-svg": "npm:^5.2.31" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-canvas": "npm:^3.0.16" + "@thi.ng/text-canvas": "npm:^3.0.17" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4389,23 +4389,23 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.66, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.67, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.66" + "@thi.ng/distance": "npm:^2.4.67" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/heaps": "npm:^2.1.68" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/heaps": "npm:^2.1.69" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4413,13 +4413,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^4.0.3, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^4.0.4, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4427,16 +4427,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.125, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.126, @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.43.0" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-resample": "npm:^2.3.46" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-resample": "npm:^2.3.47" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4450,17 +4450,17 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" - "@thi.ng/axidraw": "npm:^1.1.72" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/arrays": "npm:^2.9.1" + "@thi.ng/axidraw": "npm:^1.1.73" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/geom": "npm:^6.1.3" - "@thi.ng/geom-accel": "npm:^3.5.66" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-clip-line": "npm:^2.3.82" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/geom": "npm:^6.1.4" + "@thi.ng/geom-accel": "npm:^3.5.67" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-clip-line": "npm:^2.3.83" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4468,14 +4468,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.82, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.83, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4483,15 +4483,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.124, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.125, @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.43.0" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/geom-poly-utils": "npm:^2.3.108" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/geom-poly-utils": "npm:^2.3.109" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4499,14 +4499,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.120, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.121, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4520,15 +4520,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" - "@thi.ng/color": "npm:^5.6.38" - "@thi.ng/geom": "npm:^6.1.3" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-clip-line": "npm:^2.3.82" - "@thi.ng/geom-resample": "npm:^2.3.46" - "@thi.ng/grid-iterators": "npm:^4.0.67" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/associative": "npm:^6.3.54" + "@thi.ng/color": "npm:^5.6.39" + "@thi.ng/geom": "npm:^6.1.4" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-clip-line": "npm:^2.3.83" + "@thi.ng/geom-resample": "npm:^2.3.47" + "@thi.ng/grid-iterators": "npm:^4.0.68" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4536,13 +4536,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.120, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.121, @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.43.0" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4557,7 +4557,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4565,16 +4565,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^3.0.3, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^3.0.4, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-closest-point": "npm:^2.1.120" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-closest-point": "npm:^2.1.121" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4582,14 +4582,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.120, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.121, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4597,16 +4597,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.108, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.109, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.3" + "@thi.ng/geom-api": "npm:^4.0.4" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4614,17 +4614,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.46, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.47, @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.43.0" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-closest-point": "npm:^2.1.120" - "@thi.ng/geom-isec": "npm:^3.0.3" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-closest-point": "npm:^2.1.121" + "@thi.ng/geom-isec": "npm:^3.0.4" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4641,14 +4641,14 @@ __metadata: "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom": "npm:^6.1.3" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-isoline": "npm:^2.1.120" - "@thi.ng/geom-poly-utils": "npm:^2.3.108" - "@thi.ng/geom-resample": "npm:^2.3.46" + "@thi.ng/geom": "npm:^6.1.4" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-isoline": "npm:^2.1.121" + "@thi.ng/geom-poly-utils": "npm:^2.3.109" + "@thi.ng/geom-resample": "npm:^2.3.47" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4656,18 +4656,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.99, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.100, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-arc": "npm:^2.1.125" - "@thi.ng/geom-resample": "npm:^2.3.46" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-arc": "npm:^2.1.126" + "@thi.ng/geom-resample": "npm:^2.3.47" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4675,15 +4675,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.124, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.125, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4691,17 +4691,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.125, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.126, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/geom-poly-utils": "npm:^2.3.108" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/geom-poly-utils": "npm:^2.3.109" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4716,10 +4716,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/grid-iterators": "npm:^4.0.67" - "@thi.ng/matrices": "npm:^2.3.30" - "@thi.ng/pixel": "npm:^6.1.25" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/grid-iterators": "npm:^4.0.68" + "@thi.ng/matrices": "npm:^2.3.31" + "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4735,13 +4735,13 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/bitfield": "npm:^2.3.36" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-clip-line": "npm:^2.3.82" - "@thi.ng/geom-clip-poly": "npm:^2.1.124" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/geom-poly-utils": "npm:^2.3.108" + "@thi.ng/geom-clip-line": "npm:^2.3.83" + "@thi.ng/geom-clip-poly": "npm:^2.1.125" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/geom-poly-utils": "npm:^2.3.109" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/quad-edge": "npm:^3.1.60" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4749,38 +4749,38 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.1.3, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.1.4, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/arrays": "npm:^2.9.1" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-arc": "npm:^2.1.125" - "@thi.ng/geom-clip-line": "npm:^2.3.82" - "@thi.ng/geom-clip-poly": "npm:^2.1.124" - "@thi.ng/geom-closest-point": "npm:^2.1.120" - "@thi.ng/geom-hull": "npm:^2.1.120" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/geom-poly-utils": "npm:^2.3.108" - "@thi.ng/geom-resample": "npm:^2.3.46" - "@thi.ng/geom-splines": "npm:^2.2.99" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.124" - "@thi.ng/geom-tessellate": "npm:^2.1.125" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-arc": "npm:^2.1.126" + "@thi.ng/geom-clip-line": "npm:^2.3.83" + "@thi.ng/geom-clip-poly": "npm:^2.1.125" + "@thi.ng/geom-closest-point": "npm:^2.1.121" + "@thi.ng/geom-hull": "npm:^2.1.121" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/geom-poly-utils": "npm:^2.3.109" + "@thi.ng/geom-resample": "npm:^2.3.47" + "@thi.ng/geom-splines": "npm:^2.2.100" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.125" + "@thi.ng/geom-tessellate": "npm:^2.1.126" "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-svg": "npm:^5.2.30" + "@thi.ng/hiccup-svg": "npm:^5.2.31" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/matrices": "npm:^2.3.30" + "@thi.ng/matrices": "npm:^2.3.31" "@thi.ng/random": "npm:^3.7.1" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4797,8 +4797,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/zipper": "npm:^2.1.95" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/zipper": "npm:^2.1.96" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4806,19 +4806,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.67, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.68, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/bitfield": "npm:^2.3.36" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/morton": "npm:^3.1.81" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4834,7 +4834,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/diff": "npm:^5.1.64" "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/hiccup-css": "npm:^2.7.2" + "@thi.ng/hiccup-css": "npm:^2.7.3" "@thi.ng/strings": "npm:^3.7.28" "@types/node": "npm:^20.11.30" esbuild: "npm:^0.20.2" @@ -4856,7 +4856,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.64" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/hdom": "npm:^9.4.28" - "@thi.ng/hiccup-canvas": "npm:^2.5.32" + "@thi.ng/hiccup-canvas": "npm:^2.5.33" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4873,8 +4873,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.2.14" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/transducers-stats": "npm:^2.1.111" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/transducers-stats": "npm:^2.1.112" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4918,13 +4918,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/heaps@npm:^2.1.68, @thi.ng/heaps@workspace:packages/heaps": +"@thi.ng/heaps@npm:^2.1.69, @thi.ng/heaps@workspace:packages/heaps": version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/equiv": "npm:^2.1.53" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -4945,17 +4945,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.32, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.33, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.38" + "@thi.ng/color": "npm:^5.6.39" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/pixel": "npm:^6.1.25" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4976,7 +4976,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.2, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.3, @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: @@ -4984,7 +4984,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5027,7 +5027,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/emoji": "npm:^0.1.34" @@ -5036,7 +5036,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/parse": "npm:^2.4.37" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/text-canvas": "npm:^3.0.16" + "@thi.ng/text-canvas": "npm:^3.0.17" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5044,13 +5044,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.30, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.31, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/color": "npm:^5.6.38" + "@thi.ng/color": "npm:^5.6.39" "@thi.ng/prefixes": "npm:^2.3.14" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5100,8 +5100,8 @@ __metadata: "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5115,18 +5115,18 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/blurhash": "npm:^0.1.19" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/date": "npm:^2.7.12" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^1.3.12" + "@thi.ng/file-io": "npm:^2.0.0" "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/pixel": "npm:^6.1.25" - "@thi.ng/pixel-dither": "npm:^1.1.123" + "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/pixel-dither": "npm:^1.1.124" "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" sharp: "npm:^0.33.3" @@ -5142,14 +5142,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom": "npm:^6.1.3" - "@thi.ng/geom-api": "npm:^4.0.3" - "@thi.ng/geom-isec": "npm:^3.0.3" - "@thi.ng/geom-tessellate": "npm:^2.1.125" - "@thi.ng/layout": "npm:^3.0.33" + "@thi.ng/geom": "npm:^6.1.4" + "@thi.ng/geom-api": "npm:^4.0.4" + "@thi.ng/geom-isec": "npm:^3.0.4" + "@thi.ng/geom-tessellate": "npm:^2.1.126" + "@thi.ng/layout": "npm:^3.0.34" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5197,7 +5197,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/errors": "npm:^2.5.2" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5206,16 +5206,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.81, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.82, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/distance": "npm:^2.4.66" + "@thi.ng/distance": "npm:^2.4.67" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5241,12 +5241,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.33, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.34, @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.43.0" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5262,7 +5262,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers-binary": "npm:^2.1.113" + "@thi.ng/transducers-binary": "npm:^2.1.114" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5305,8 +5305,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5340,7 +5340,7 @@ __metadata: "@thi.ng/compose": "npm:^2.1.71" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5361,7 +5361,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.30, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.31, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5369,7 +5369,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5397,18 +5397,18 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^1.3.12" - "@thi.ng/hiccup-css": "npm:^2.7.2" + "@thi.ng/file-io": "npm:^2.0.0" + "@thi.ng/hiccup-css": "npm:^2.7.3" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/memoize": "npm:^3.2.0" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rstream": "npm:^8.3.19" "@thi.ng/strings": "npm:^3.7.28" "@thi.ng/text-format": "npm:^2.2.0" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5469,7 +5469,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/equiv": "npm:^2.1.53" esbuild: "npm:^0.20.2" @@ -5511,14 +5511,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.123, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.124, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/pixel": "npm:^6.1.25" + "@thi.ng/pixel": "npm:^6.1.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5532,7 +5532,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/pixel": "npm:^6.1.25" + "@thi.ng/pixel": "npm:^6.1.26" esbuild: "npm:^0.20.2" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5548,7 +5548,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/pixel": "npm:^6.1.25" + "@thi.ng/pixel": "npm:^6.1.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5562,7 +5562,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/pixel": "npm:^6.1.25" + "@thi.ng/pixel": "npm:^6.1.26" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5570,7 +5570,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.24, @thi.ng/pixel@npm:^6.1.25, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.24, @thi.ng/pixel@npm:^6.1.26, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -5579,9 +5579,9 @@ __metadata: "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/canvas": "npm:^0.2.14" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/distance": "npm:^2.4.66" + "@thi.ng/distance": "npm:^2.4.67" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/k-means": "npm:^0.6.81" + "@thi.ng/k-means": "npm:^0.6.82" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/porter-duff": "npm:^2.1.74" esbuild: "npm:^0.20.2" @@ -5601,7 +5601,7 @@ __metadata: "@thi.ng/args": "npm:^2.3.28" "@thi.ng/bench": "npm:^3.5.1" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^1.3.12" + "@thi.ng/file-io": "npm:^2.0.0" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/pointfree": "npm:^3.1.77" esbuild: "npm:^0.20.2" @@ -5638,9 +5638,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/geom-api": "npm:^4.0.3" + "@thi.ng/geom-api": "npm:^4.0.4" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5693,12 +5693,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/arrays": "npm:^2.9.1" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5759,10 +5759,10 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/equiv": "npm:^2.1.53" - "@thi.ng/grid-iterators": "npm:^4.0.67" + "@thi.ng/grid-iterators": "npm:^4.0.68" "@thi.ng/porter-duff": "npm:^2.1.74" "@thi.ng/random": "npm:^3.7.1" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5776,12 +5776,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/canvas": "npm:^0.2.14" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/hiccup-canvas": "npm:^2.5.32" - "@thi.ng/rdom": "npm:^1.1.20" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/hiccup-canvas": "npm:^2.5.33" + "@thi.ng/rdom": "npm:^1.1.21" + "@thi.ng/rstream": "npm:^8.3.19" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5795,12 +5795,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/hiccup-html": "npm:^2.5.0" - "@thi.ng/rdom": "npm:^1.1.20" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rdom": "npm:^1.1.21" + "@thi.ng/rstream": "npm:^8.3.19" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5817,8 +5817,8 @@ __metadata: "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/hiccup-html": "npm:^2.5.0" - "@thi.ng/rdom": "npm:^1.1.20" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rdom": "npm:^1.1.21" + "@thi.ng/rstream": "npm:^8.3.19" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5826,7 +5826,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.20, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.21, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -5837,7 +5837,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.1.26" "@thi.ng/paths": "npm:^5.1.76" "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rstream": "npm:^8.3.19" "@thi.ng/strings": "npm:^3.7.28" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5898,8 +5898,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/csp": "npm:^2.1.111" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/csp": "npm:^2.1.112" + "@thi.ng/rstream": "npm:^8.3.19" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5907,14 +5907,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.69, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.70, @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.43.0" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rstream": "npm:^8.3.19" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5930,8 +5930,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/rstream": "npm:^8.3.18" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5950,8 +5950,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/paths": "npm:^5.1.76" "@thi.ng/resolve-map": "npm:^7.1.69" - "@thi.ng/rstream": "npm:^8.3.18" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5964,7 +5964,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rstream": "npm:^8.3.19" "@types/node": "npm:^20.11.30" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -5981,9 +5981,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/rstream": "npm:^8.3.18" + "@thi.ng/rstream": "npm:^8.3.19" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5997,15 +5997,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/rstream": "npm:^8.3.18" - "@thi.ng/rstream-dot": "npm:^3.0.69" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/rstream": "npm:^8.3.19" + "@thi.ng/rstream-dot": "npm:^3.0.70" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6013,19 +6013,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.3.18, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.3.19, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/arrays": "npm:^2.9.1" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/atom": "npm:^5.2.41" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6040,8 +6040,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/transducers-fsm": "npm:^2.2.80" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/transducers-fsm": "npm:^2.2.81" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6057,8 +6057,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/matrices": "npm:^2.3.30" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/matrices": "npm:^2.3.31" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6095,7 +6095,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.116, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.117, @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: @@ -6103,7 +6103,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/shader-ast": "npm:^0.15.8" + "@thi.ng/shader-ast": "npm:^0.15.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6120,10 +6120,10 @@ __metadata: "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/matrices": "npm:^2.3.30" - "@thi.ng/pixel": "npm:^6.1.25" - "@thi.ng/shader-ast": "npm:^0.15.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/matrices": "npm:^2.3.31" + "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6141,7 +6141,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/shader-ast": "npm:^0.15.8" + "@thi.ng/shader-ast": "npm:^0.15.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6149,13 +6149,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.8, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.9, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.8" + "@thi.ng/shader-ast": "npm:^0.15.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6163,7 +6163,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.8, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.9, @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: @@ -6171,7 +6171,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/defmulti": "npm:^3.0.34" - "@thi.ng/dgraph": "npm:^2.1.111" + "@thi.ng/dgraph": "npm:^2.1.112" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" esbuild: "npm:^0.20.2" @@ -6186,7 +6186,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" - "@thi.ng/transducers-binary": "npm:^2.1.113" + "@thi.ng/transducers-binary": "npm:^2.1.114" assemblyscript: "npm:0.27.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -6204,8 +6204,8 @@ __metadata: "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers-binary": "npm:^2.1.113" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers-binary": "npm:^2.1.114" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6213,14 +6213,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.111, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.112, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6250,7 +6250,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/dgraph": "npm:^2.1.111" + "@thi.ng/dgraph": "npm:^2.1.112" "@thi.ng/logger": "npm:^3.0.7" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" @@ -6267,14 +6267,14 @@ __metadata: "@thi.ng/api": "npm:^8.9.31" "@thi.ng/args": "npm:^2.3.28" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/date": "npm:^2.7.12" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^1.3.12" + "@thi.ng/file-io": "npm:^2.0.0" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/strings": "npm:^3.7.28" "@thi.ng/testament": "npm:^0.4.24" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6300,20 +6300,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.15, @thi.ng/text-canvas@npm:^3.0.16, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.15, @thi.ng/text-canvas@npm:^3.0.17, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/geom-clip-line": "npm:^2.3.82" + "@thi.ng/geom-clip-line": "npm:^2.3.83" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/strings": "npm:^3.7.28" "@thi.ng/text-format": "npm:^2.2.0" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -6337,14 +6337,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.42, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.43, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/math": "npm:^5.10.8" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6359,11 +6359,11 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/file-io": "npm:^1.3.12" + "@thi.ng/file-io": "npm:^2.0.0" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/strings": "npm:^3.7.28" "@thi.ng/testament": "npm:^0.4.24" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6371,7 +6371,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.113, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.114, @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: @@ -6382,7 +6382,7 @@ __metadata: "@thi.ng/hex": "npm:^2.3.41" "@thi.ng/random": "npm:^3.7.1" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6390,13 +6390,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.80, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.81, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6411,7 +6411,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/hdom": "npm:^9.4.28" "@thi.ng/hiccup": "npm:^5.1.26" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6428,7 +6428,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/paths": "npm:^5.1.76" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6436,15 +6436,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.111, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.112, @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.43.0" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/dcons": "npm:^3.2.106" + "@thi.ng/dcons": "npm:^3.2.107" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6452,15 +6452,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^8.9.16, @thi.ng/transducers@npm:^8.9.17, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^8.9.16, @thi.ng/transducers@npm:^8.9.18, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/compose": "npm:^2.1.71" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/math": "npm:^5.10.8" @@ -6513,7 +6513,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.122, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.123, @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: @@ -6524,8 +6524,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/malloc": "npm:^6.1.77" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6533,7 +6533,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.23, @thi.ng/vectors@npm:^7.10.24, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.23, @thi.ng/vectors@npm:^7.10.25, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6547,7 +6547,7 @@ __metadata: "@thi.ng/memoize": "npm:^3.2.0" "@thi.ng/random": "npm:^3.7.1" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6561,13 +6561,13 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/arrays": "npm:^2.9.1" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/date": "npm:^2.7.12" "@thi.ng/math": "npm:^5.10.8" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/transducers": "npm:^8.9.17" + "@thi.ng/transducers": "npm:^8.9.18" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6575,24 +6575,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.65, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.4.66, @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.43.0" "@thi.ng/api": "npm:^8.9.31" "@thi.ng/args": "npm:^2.3.28" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/binary": "npm:^3.4.20" "@thi.ng/checks": "npm:^3.5.5" - "@thi.ng/compare": "npm:^2.2.27" + "@thi.ng/compare": "npm:^2.3.0" "@thi.ng/defmulti": "npm:^3.0.34" "@thi.ng/errors": "npm:^2.5.2" - "@thi.ng/file-io": "npm:^1.3.12" + "@thi.ng/file-io": "npm:^2.0.0" "@thi.ng/logger": "npm:^3.0.7" "@thi.ng/paths": "npm:^5.1.76" "@thi.ng/strings": "npm:^3.7.28" - "@thi.ng/wasm-api": "npm:^1.4.65" + "@thi.ng/wasm-api": "npm:^1.4.66" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6608,9 +6608,9 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/binary": "npm:^3.4.20" - "@thi.ng/wasm-api": "npm:^1.4.65" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.65" - "@thi.ng/wasm-api-dom": "npm:^0.11.84" + "@thi.ng/wasm-api": "npm:^1.4.66" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" + "@thi.ng/wasm-api-dom": "npm:^0.11.85" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6618,7 +6618,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.84, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.85, @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: @@ -6627,8 +6627,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.2.14" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/prefixes": "npm:^2.3.14" - "@thi.ng/wasm-api": "npm:^1.4.65" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.65" + "@thi.ng/wasm-api": "npm:^1.4.66" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6642,8 +6642,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/wasm-api": "npm:^1.4.65" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.65" + "@thi.ng/wasm-api": "npm:^1.4.66" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.66" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6651,13 +6651,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.65, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.4.66, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/hex": "npm:^2.3.41" @@ -6676,11 +6676,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vector-pools": "npm:^3.1.122" - "@thi.ng/vectors": "npm:^7.10.24" - "@thi.ng/webgl": "npm:^6.8.8" + "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vector-pools": "npm:^3.1.123" + "@thi.ng/vectors": "npm:^7.10.25" + "@thi.ng/webgl": "npm:^6.8.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6694,9 +6694,9 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/shader-ast": "npm:^0.15.8" - "@thi.ng/shader-ast-glsl": "npm:^0.4.116" - "@thi.ng/webgl": "npm:^6.8.8" + "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/shader-ast-glsl": "npm:^0.4.117" + "@thi.ng/webgl": "npm:^6.8.9" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6704,27 +6704,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.8.8, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.8.9, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: "@microsoft/api-extractor": "npm:^7.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/associative": "npm:^6.3.53" + "@thi.ng/associative": "npm:^6.3.54" "@thi.ng/canvas": "npm:^0.2.14" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/equiv": "npm:^2.1.53" "@thi.ng/errors": "npm:^2.5.2" "@thi.ng/logger": "npm:^3.0.7" - "@thi.ng/matrices": "npm:^2.3.30" + "@thi.ng/matrices": "npm:^2.3.31" "@thi.ng/memoize": "npm:^3.2.0" - "@thi.ng/pixel": "npm:^6.1.25" - "@thi.ng/shader-ast": "npm:^0.15.8" - "@thi.ng/shader-ast-glsl": "npm:^0.4.116" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.8" - "@thi.ng/transducers": "npm:^8.9.17" - "@thi.ng/vector-pools": "npm:^3.1.122" - "@thi.ng/vectors": "npm:^7.10.24" + "@thi.ng/pixel": "npm:^6.1.26" + "@thi.ng/shader-ast": "npm:^0.15.9" + "@thi.ng/shader-ast-glsl": "npm:^0.4.117" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.9" + "@thi.ng/transducers": "npm:^8.9.18" + "@thi.ng/vector-pools": "npm:^3.1.123" + "@thi.ng/vectors": "npm:^7.10.25" esbuild: "npm:^0.20.2" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6732,13 +6732,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.95, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.96, @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.43.0" "@thi.ng/api": "npm:^8.9.31" - "@thi.ng/arrays": "npm:^2.9.0" + "@thi.ng/arrays": "npm:^2.9.1" "@thi.ng/checks": "npm:^3.5.5" "@thi.ng/errors": "npm:^2.5.2" esbuild: "npm:^0.20.2"