diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 1461affed1..069fa4191c 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.7", + "version": "3.0.8", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -42,14 +42,14 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/arrays": "^2.10.0", "@thi.ng/bitfield": "^2.3.50", - "@thi.ng/dcons": "^3.2.126", + "@thi.ng/dcons": "^3.2.127", "@thi.ng/disjoint-set": "^1.1.2", "@thi.ng/errors": "^2.5.15", - "@thi.ng/sparse": "^0.3.131" + "@thi.ng/sparse": "^0.3.132" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", - "@thi.ng/vectors": "^7.12.0", + "@thi.ng/vectors": "^7.12.1", "esbuild": "^0.23.0", "typedoc": "^0.26.5", "typescript": "^5.5.4" diff --git a/packages/associative/package.json b/packages/associative/package.json index 4d48827443..a6ef549977 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "7.0.8", + "version": "7.0.9", "description": "ES Map/Set-compatible implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/arrays": "^2.10.0", "@thi.ng/binary": "^3.4.32", "@thi.ng/checks": "^3.6.11", - "@thi.ng/dcons": "^3.2.126", + "@thi.ng/dcons": "^3.2.127", "@thi.ng/equiv": "^2.1.65", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/transducers": "^9.2.2", + "@thi.ng/transducers": "^9.2.3", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index b0927d56b2..9fcf4132a7 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.93", + "version": "1.1.94", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -43,9 +43,9 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", "@thi.ng/math": "^5.11.9", - "@thi.ng/transducers": "^9.2.2", + "@thi.ng/transducers": "^9.2.3", "@thi.ng/units": "^0.5.7", - "@thi.ng/vectors": "^7.12.0", + "@thi.ng/vectors": "^7.12.1", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index bbee07706c..3d1e00444f 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.135", + "version": "2.1.136", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/defmulti": "^3.0.47", "@thi.ng/errors": "^2.5.15", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/transducers-binary": "^2.1.133" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/transducers-binary": "^2.1.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/boids/package.json b/packages/boids/package.json index 18f71a92db..c821405545 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.46", + "version": "1.0.47", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/distance": "^2.4.86", - "@thi.ng/geom-closest-point": "^2.1.140", - "@thi.ng/geom-resample": "^3.0.12", + "@thi.ng/distance": "^2.4.87", + "@thi.ng/geom-closest-point": "^2.1.141", + "@thi.ng/geom-resample": "^3.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/timestep": "^0.5.62", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/timestep": "^0.5.63", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/cache/package.json b/packages/cache/package.json index d77d415fcc..275617b8e8 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.3.6", + "version": "2.3.7", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/dcons": "^3.2.126" + "@thi.ng/dcons": "^3.2.127" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 60d353a6f5..312f3e89ad 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.123", + "version": "0.2.124", "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", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 591c0fd937..49508504c9 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.4.12", + "version": "1.4.13", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/base-n": "^2.7.21", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.3", + "@thi.ng/color": "^5.7.4", "@thi.ng/errors": "^2.5.15", "@thi.ng/hex": "^2.3.53" }, diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 4c9637dc53..b570799737 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-20T11:41:56Z +- **Last updated**: 2024-09-16T13:25:24Z - **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. +### [5.7.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.7.4) (2024-09-16) + +#### 🩹 Bug fixes + +- update pkg exports ([f5f733f](https://github.com/thi-ng/umbrella/commit/f5f733f)) + ## [5.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.7.0) (2024-08-19) #### 🚀 Features diff --git a/packages/color/package.json b/packages/color/package.json index 64fa9c0520..ad4a5a0aeb 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.3", + "version": "5.7.4", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -51,8 +51,8 @@ "@thi.ng/math": "^5.11.9", "@thi.ng/random": "^4.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/complex/package.json b/packages/complex/package.json index 63e89eb69e..e8751d2545 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.74", + "version": "0.2.75", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/csv/package.json b/packages/csv/package.json index c03f6bc26c..e1d2512e8f 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.99", + "version": "2.3.100", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 1013b94d84..e880988a1e 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.126", + "version": "3.2.127", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 90a1738c30..25fe0702ec 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.133", + "version": "2.1.134", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/dgraph": "^2.1.132", + "@thi.ng/dgraph": "^2.1.133", "@thi.ng/dot": "^2.1.83" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 543e046d33..252234f4b3 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.132", + "version": "2.1.133", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/distance/package.json b/packages/distance/package.json index eeb087d22b..c1d5cd6353 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.86", + "version": "2.4.87", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/heaps": "^2.1.81", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 0a1c7d552d..5749fd849e 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.133", + "version": "2.1.134", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/binary": "^3.4.32", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/transducers-binary": "^2.1.133" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/transducers-binary": "^2.1.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 25f69b4257..58edbd7f92 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.46", + "version": "4.7.47", "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.15", "@thi.ng/math": "^5.11.9", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 4928c735e3..519de4452f 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.134", + "version": "0.7.135", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/binary": "^3.4.32", "@thi.ng/checks": "^3.6.11", - "@thi.ng/dcons": "^3.2.126", + "@thi.ng/dcons": "^3.2.127", "@thi.ng/errors": "^2.5.15", "@thi.ng/idgen": "^2.2.49", "@thi.ng/logger": "^3.0.19", "@thi.ng/malloc": "^6.1.90", - "@thi.ng/transducers": "^9.2.2", + "@thi.ng/transducers": "^9.2.3", "tslib": "^2.6.3" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index 87b5453d45..9487872266 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.140", + "version": "0.6.141", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/logger": "^3.0.19", "@thi.ng/prefixes": "^2.3.26", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers-binary": "^2.1.133", + "@thi.ng/transducers-binary": "^2.1.134", "@thi.ng/trie": "^1.1.2" }, "devDependencies": { diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index fde1473235..29f067b657 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.160", + "version": "2.1.161", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/fuzzy": "^2.1.91", "@thi.ng/hiccup": "^5.2.12", - "@thi.ng/hiccup-svg": "^5.3.13", + "@thi.ng/hiccup-svg": "^5.4.0", "@thi.ng/math": "^5.11.9", "@thi.ng/strings": "^3.8.4", - "@thi.ng/text-canvas": "^3.0.36" + "@thi.ng/text-canvas": "^3.0.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index a1a00c23ba..63675b7365 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "4.1.5", + "version": "4.1.6", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/arrays": "^2.10.0", "@thi.ng/checks": "^3.6.11", - "@thi.ng/distance": "^2.4.86", + "@thi.ng/distance": "^2.4.87", "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom-isec": "^4.0.12", + "@thi.ng/geom-isec": "^4.0.13", "@thi.ng/heaps": "^2.1.81", "@thi.ng/math": "^5.11.9", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index ac73d44f4e..4091438ec0 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.145", + "version": "2.1.146", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-resample": "^3.0.12", + "@thi.ng/geom-resample": "^3.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 040ed15cd3..e085643716 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.6.16", + "version": "0.6.17", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -38,15 +38,15 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/arrays": "^2.10.0", - "@thi.ng/axidraw": "^1.1.93", + "@thi.ng/axidraw": "^1.1.94", "@thi.ng/compare": "^2.4.1", "@thi.ng/defmulti": "^3.0.47", - "@thi.ng/geom": "^8.1.7", - "@thi.ng/geom-accel": "^4.1.5", - "@thi.ng/geom-clip-line": "^2.3.102", - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/geom": "^8.1.8", + "@thi.ng/geom-accel": "^4.1.6", + "@thi.ng/geom-clip-line": "^2.3.103", + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index cf44a626cd..c4aef3e47b 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.102", + "version": "2.3.103", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index f638fc4ec0..d6e178ad79 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.144", + "version": "2.1.145", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/geom-poly-utils": "^3.0.12", + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/geom-poly-utils": "^3.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 310211d33c..69d2bbd605 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.140", + "version": "2.1.141", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index aead338572..8d60892325 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "3.0.14", + "version": "3.0.15", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/color": "^5.7.3", - "@thi.ng/geom": "^8.1.7", - "@thi.ng/geom-clip-line": "^2.3.102", - "@thi.ng/geom-resample": "^3.0.12", - "@thi.ng/grid-iterators": "^4.0.87", + "@thi.ng/color": "^5.7.4", + "@thi.ng/geom": "^8.1.8", + "@thi.ng/geom-clip-line": "^2.3.103", + "@thi.ng/geom-resample": "^3.0.13", + "@thi.ng/grid-iterators": "^4.0.88", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index e4d8b4b8df..a4d20fafa1 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.140", + "version": "2.1.141", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 24cdbc56c1..081fdb2a17 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.140", + "version": "0.3.141", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/errors": "^2.5.15", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 649d8e7cc6..94261e965d 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "4.0.12", + "version": "4.0.13", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/geom-closest-point": "^2.1.140", + "@thi.ng/geom-closest-point": "^2.1.141", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 9aba0d3ee5..793bbce4d9 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.140", + "version": "2.1.141", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index aa21a7a3c8..281673a0e5 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "3.0.12", + "version": "3.0.13", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/errors": "^2.5.15", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index b886560bdd..c7666c0a7e 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "3.0.12", + "version": "3.0.13", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-closest-point": "^2.1.140", - "@thi.ng/geom-isec": "^4.0.12", + "@thi.ng/geom-closest-point": "^2.1.141", + "@thi.ng/geom-isec": "^4.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 1c1977db4c..fb636a17c2 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.4.16", + "version": "0.4.17", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom": "^8.1.7", - "@thi.ng/geom-isoline": "^2.1.140", - "@thi.ng/geom-poly-utils": "^3.0.12", - "@thi.ng/geom-resample": "^3.0.12", + "@thi.ng/geom": "^8.1.8", + "@thi.ng/geom-isoline": "^2.1.141", + "@thi.ng/geom-poly-utils": "^3.0.13", + "@thi.ng/geom-resample": "^3.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 3185aa2315..10a746a58e 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.3.12", + "version": "2.3.13", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-arc": "^2.1.145", - "@thi.ng/geom-resample": "^3.0.12", + "@thi.ng/geom-arc": "^2.1.146", + "@thi.ng/geom-resample": "^3.0.13", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 2cfdf3f4ff..4a29a29d59 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "3.0.12", + "version": "3.0.13", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "tool:viz": "bun tools/visualize.ts" }, "dependencies": { - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index bdffffa0e9..03a59d5de6 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "3.0.12", + "version": "3.0.13", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-accel": "^4.1.5", - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/geom-poly-utils": "^3.0.12", + "@thi.ng/geom-accel": "^4.1.6", + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/geom-poly-utils": "^3.0.13", "@thi.ng/math": "^5.11.9", "@thi.ng/morton": "^3.1.96", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index a2cffb7d08..bffcc56bb2 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.98", + "version": "0.3.99", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/errors": "^2.5.15", - "@thi.ng/grid-iterators": "^4.0.87", - "@thi.ng/matrices": "^2.4.12", + "@thi.ng/grid-iterators": "^4.0.88", + "@thi.ng/matrices": "^2.4.13", "@thi.ng/pixel": "^7.3.3", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 3eafc7fa7e..99264c3265 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.87", + "version": "2.3.88", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/bitfield": "^2.3.50", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-clip-line": "^2.3.102", - "@thi.ng/geom-clip-poly": "^2.1.144", - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/geom-poly-utils": "^3.0.12", + "@thi.ng/geom-clip-line": "^2.3.103", + "@thi.ng/geom-clip-poly": "^2.1.145", + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/geom-poly-utils": "^3.0.13", "@thi.ng/math": "^5.11.9", "@thi.ng/quad-edge": "^3.1.73", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index dd05bbf790..d11f0b8d67 100644 --- a/packages/geom-webgl/package.json +++ b/packages/geom-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-webgl", - "version": "0.1.17", + "version": "0.1.18", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom": "^8.1.7", + "@thi.ng/geom": "^8.1.8", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vector-pools": "^3.2.12", - "@thi.ng/vectors": "^7.12.0", - "@thi.ng/webgl": "^6.9.15" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vector-pools": "^3.2.13", + "@thi.ng/vectors": "^7.12.1", + "@thi.ng/webgl": "^6.9.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/geom/package.json b/packages/geom/package.json index 18cf84e46d..14a8d93ae9 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.7", + "version": "8.1.8", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,33 +37,33 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/adjacency": "^3.0.7", + "@thi.ng/adjacency": "^3.0.8", "@thi.ng/api": "^8.11.9", "@thi.ng/arrays": "^2.10.0", "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom-arc": "^2.1.145", - "@thi.ng/geom-clip-line": "^2.3.102", - "@thi.ng/geom-clip-poly": "^2.1.144", - "@thi.ng/geom-closest-point": "^2.1.140", - "@thi.ng/geom-hull": "^2.1.140", - "@thi.ng/geom-isec": "^4.0.12", - "@thi.ng/geom-poly-utils": "^3.0.12", - "@thi.ng/geom-resample": "^3.0.12", - "@thi.ng/geom-splines": "^2.3.12", - "@thi.ng/geom-subdiv-curve": "^3.0.12", - "@thi.ng/geom-tessellate": "^3.0.12", + "@thi.ng/geom-arc": "^2.1.146", + "@thi.ng/geom-clip-line": "^2.3.103", + "@thi.ng/geom-clip-poly": "^2.1.145", + "@thi.ng/geom-closest-point": "^2.1.141", + "@thi.ng/geom-hull": "^2.1.141", + "@thi.ng/geom-isec": "^4.0.13", + "@thi.ng/geom-poly-utils": "^3.0.13", + "@thi.ng/geom-resample": "^3.0.13", + "@thi.ng/geom-splines": "^2.3.13", + "@thi.ng/geom-subdiv-curve": "^3.0.13", + "@thi.ng/geom-tessellate": "^3.0.13", "@thi.ng/hiccup": "^5.2.12", - "@thi.ng/hiccup-svg": "^5.3.13", + "@thi.ng/hiccup-svg": "^5.4.0", "@thi.ng/math": "^5.11.9", - "@thi.ng/matrices": "^2.4.12", + "@thi.ng/matrices": "^2.4.13", "@thi.ng/object-utils": "^1.1.2", "@thi.ng/random": "^4.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/gp/package.json b/packages/gp/package.json index 96c1470a92..01803eff92 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.131", + "version": "0.4.132", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/math": "^5.11.9", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2", + "@thi.ng/transducers": "^9.2.3", "@thi.ng/zipper": "^2.1.110" }, "devDependencies": { diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index fa76284e9b..bdb14b6539 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.87", + "version": "4.0.88", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -45,7 +45,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/morton": "^3.1.96", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 7488358f9f..df17fcc150 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.142", + "version": "0.3.143", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/diff": "^5.1.76", "@thi.ng/hiccup": "^5.2.12", - "@thi.ng/hiccup-css": "^2.7.22", + "@thi.ng/hiccup-css": "^2.7.23", "@thi.ng/strings": "^3.8.4" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index f60109bc9c..976b8dd525 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.159", + "version": "4.1.160", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.76", "@thi.ng/errors": "^2.5.15", "@thi.ng/hdom": "^9.4.45", - "@thi.ng/hiccup-canvas": "^3.1.16" + "@thi.ng/hiccup-canvas": "^3.1.17" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 74737c1034..588cc82ab7 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.134", + "version": "5.1.135", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/canvas": "^0.5.2", "@thi.ng/checks": "^3.6.11", "@thi.ng/math": "^5.11.9", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/transducers-stats": "^2.1.131" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/transducers-stats": "^2.1.132" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 0c48d3b2a8..c0995b07a7 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "3.1.16", + "version": "3.1.17", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.3", - "@thi.ng/geom-arc": "^2.1.145", + "@thi.ng/color": "^5.7.4", + "@thi.ng/geom-arc": "^2.1.146", "@thi.ng/math": "^5.11.9", "@thi.ng/pixel": "^7.3.3", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 05784ca6ea..a6deac69b2 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.22", + "version": "2.7.23", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index bd97f48d40..7a2574bbd0 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 7ac31e851c..7b0ea9b27e 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.7.5", + "version": "2.7.6", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index daab297cbe..7abb2bb65e 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.102", + "version": "3.2.103", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -46,7 +46,7 @@ "@thi.ng/logger": "^3.0.19", "@thi.ng/parse": "^2.4.53", "@thi.ng/strings": "^3.8.4", - "@thi.ng/text-canvas": "^3.0.36" + "@thi.ng/text-canvas": "^3.0.37" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/hiccup-svg/CHANGELOG.md b/packages/hiccup-svg/CHANGELOG.md index d86c331c82..9119a08a10 100644 --- a/packages/hiccup-svg/CHANGELOG.md +++ b/packages/hiccup-svg/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-18T14:11:34Z +- **Last updated**: 2024-09-16T13:25:24Z - **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. +## [5.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-svg@5.4.0) (2024-09-16) + +#### 🚀 Features + +- add pattern(), add/use Attribs type alias ([4c40840](https://github.com/thi-ng/umbrella/commit/4c40840)) + ## [5.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-svg@5.3.0) (2024-06-21) #### 🚀 Features diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index f81d48ea73..01dec1b999 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.3.13", + "version": "5.4.0", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/color": "^5.7.3", + "@thi.ng/color": "^5.7.4", "@thi.ng/prefixes": "^2.3.26" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index 43e0a238ec..09f1fe7dc0 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.142", + "version": "2.1.143", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/imgui/CHANGELOG.md b/packages/imgui/CHANGELOG.md index 4b2977f7c1..977faea508 100644 --- a/packages/imgui/CHANGELOG.md +++ b/packages/imgui/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-05T17:30:06Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 5942b6bf4c..900d43f9d1 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.3.1", + "version": "2.3.2", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,13 +38,13 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom": "^8.1.7", - "@thi.ng/geom-isec": "^4.0.12", + "@thi.ng/geom": "^8.1.8", + "@thi.ng/geom-isec": "^4.0.13", "@thi.ng/layout": "^3.1.1", "@thi.ng/math": "^5.11.9", - "@thi.ng/ramp": "^3.3.0", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/ramp": "^3.3.1", + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index cc3c234a01..3eeeb0db6e 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.7.6", + "version": "0.7.7", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/distance": "^2.4.86", + "@thi.ng/distance": "^2.4.87", "@thi.ng/errors": "^2.5.15", "@thi.ng/random": "^4.0.3", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 8ae74117f7..afc7787927 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.16", + "version": "3.1.17", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "dependencies": { "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers-binary": "^2.1.133" + "@thi.ng/transducers-binary": "^2.1.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 0bb43a8c33..3d6010e647 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.140", + "version": "2.1.141", "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.15", "@thi.ng/math": "^5.11.9", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 42c809ca77..8fbf7cd7b4 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.135", + "version": "0.3.136", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/compose": "^3.0.12", "@thi.ng/errors": "^2.5.15", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 1eee03882b..3715077e06 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.12", + "version": "2.4.13", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 04bebd81a3..56d71198d3 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.15.1", + "version": "0.15.2", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -48,13 +48,13 @@ "@thi.ng/compare": "^2.4.1", "@thi.ng/errors": "^2.5.15", "@thi.ng/file-io": "^2.1.11", - "@thi.ng/hiccup-css": "^2.7.22", + "@thi.ng/hiccup-css": "^2.7.23", "@thi.ng/logger": "^3.0.19", "@thi.ng/memoize": "^3.3.11", - "@thi.ng/rstream": "^9.0.2", + "@thi.ng/rstream": "^9.0.3", "@thi.ng/strings": "^3.8.4", "@thi.ng/text-format": "^2.2.12", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index a963b8d4ef..bd68753c83 100644 --- a/packages/pixel-dominant-colors/package.json +++ b/packages/pixel-dominant-colors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dominant-colors", - "version": "1.1.10", + "version": "1.1.11", "description": "k-means based dominant color extraction from images/pixel buffers", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/k-means": "^0.7.6", + "@thi.ng/k-means": "^0.7.7", "@thi.ng/pixel": "^7.3.3" }, "devDependencies": { diff --git a/packages/poisson/package.json b/packages/poisson/package.json index c8dcef8308..a7f0cef4bc 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.5", + "version": "3.2.6", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", - "@thi.ng/geom-accel": "^4.1.5", + "@thi.ng/geom-accel": "^4.1.6", "@thi.ng/random": "^4.0.3", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 2ad6383604..29967793b7 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.0", + "version": "3.3.1", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/compare": "^2.4.1", "@thi.ng/errors": "^2.5.15", "@thi.ng/math": "^5.11.9", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 00df5fb8a8..31fdd2f8b5 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.115", + "version": "1.0.116", "description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/equiv": "^2.1.65", - "@thi.ng/grid-iterators": "^4.0.87", + "@thi.ng/grid-iterators": "^4.0.88", "@thi.ng/porter-duff": "^2.1.87", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 493a0bcf22..0bf8e7e1de 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.109", + "version": "0.5.110", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/canvas": "^0.5.2", "@thi.ng/checks": "^3.6.11", - "@thi.ng/hiccup-canvas": "^3.1.16", + "@thi.ng/hiccup-canvas": "^3.1.17", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/rdom": "^1.7.1", - "@thi.ng/rstream": "^9.0.2" + "@thi.ng/rdom": "^1.7.2", + "@thi.ng/rstream": "^9.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 20f747f1ed..fb0fb8768a 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.7.14", + "version": "0.7.15", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/hiccup-html": "^2.7.5", + "@thi.ng/hiccup-html": "^2.7.6", "@thi.ng/object-utils": "^1.1.2", - "@thi.ng/rdom": "^1.7.1", - "@thi.ng/rstream": "^9.0.2", + "@thi.ng/rdom": "^1.7.2", + "@thi.ng/rstream": "^9.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 15c79e06f8..397ee015d3 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.29", + "version": "0.3.30", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", - "@thi.ng/hiccup-html": "^2.7.5", - "@thi.ng/rdom": "^1.7.1", - "@thi.ng/rstream": "^9.0.2" + "@thi.ng/hiccup-html": "^2.7.6", + "@thi.ng/rdom": "^1.7.2", + "@thi.ng/rstream": "^9.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 0c29ffc70c..8601bc5cc8 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-28T14:01:19Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom/package.json b/packages/rdom/package.json index f54edf748d..83fbf0246d 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.1", + "version": "1.7.2", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/hiccup": "^5.2.12", "@thi.ng/paths": "^5.1.89", "@thi.ng/prefixes": "^2.3.26", - "@thi.ng/rstream": "^9.0.2", + "@thi.ng/rstream": "^9.0.3", "@thi.ng/strings": "^3.8.4" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 2f2d22160e..62bfc310f9 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.141", + "version": "3.1.142", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/csp": "^3.2.10", - "@thi.ng/rstream": "^9.0.2" + "@thi.ng/rstream": "^9.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 4503ec5666..befa2098a0 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.92", + "version": "3.0.93", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^9.0.2", + "@thi.ng/rstream": "^9.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 3dfbd3c5d8..d206bd2628 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.90", + "version": "5.0.91", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/math": "^5.11.9", - "@thi.ng/rstream": "^9.0.2", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/rstream": "^9.0.3", + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 4ebbc4dd87..403e1a71f3 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.144", + "version": "4.1.145", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -42,8 +42,8 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/paths": "^5.1.89", "@thi.ng/resolve-map": "^7.1.82", - "@thi.ng/rstream": "^9.0.2", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/rstream": "^9.0.3", + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index d0cd958088..f1d8232a26 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.139", + "version": "2.1.140", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/rstream": "^9.0.2" + "@thi.ng/rstream": "^9.0.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 589c8fcf1e..f5e46c6b2a 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.34", + "version": "5.1.35", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/logger": "^3.0.19", - "@thi.ng/rstream": "^9.0.2", + "@thi.ng/rstream": "^9.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index b76c83cada..81a1a8a9ab 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.142", + "version": "2.1.143", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", "@thi.ng/math": "^5.11.9", - "@thi.ng/rstream": "^9.0.2", - "@thi.ng/rstream-dot": "^3.0.92", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/rstream": "^9.0.3", + "@thi.ng/rstream-dot": "^3.0.93", + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 285fce1f4a..9ebf73694c 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-08-20T11:41:56Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 3a952aa55d..df98aedc32 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "9.0.2", + "version": "9.0.3", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -42,12 +42,12 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/arrays": "^2.10.0", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/atom": "^5.3.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/sax/package.json b/packages/sax/package.json index da61bf5a53..a16baf4701 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.10", + "version": "2.2.11", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/transducers-fsm": "^2.2.100" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/transducers-fsm": "^2.2.101" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index bc5d878ade..4b534d6e60 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.57", + "version": "1.0.58", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", - "@thi.ng/matrices": "^2.4.12", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/matrices": "^2.4.13", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index b322f469cf..fb6f4996f2 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.137", + "version": "0.4.138", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", - "@thi.ng/shader-ast": "^0.15.29" + "@thi.ng/shader-ast": "^0.15.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 81525ccc0e..ba503deaf1 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.51", + "version": "1.1.52", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", "@thi.ng/math": "^5.11.9", - "@thi.ng/matrices": "^2.4.12", + "@thi.ng/matrices": "^2.4.13", "@thi.ng/pixel": "^7.3.3", - "@thi.ng/shader-ast": "^0.15.29", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/shader-ast": "^0.15.30", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 83d2abce1f..910a029ffa 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.29", + "version": "0.4.30", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", "@thi.ng/math": "^5.11.9", - "@thi.ng/shader-ast": "^0.15.29" + "@thi.ng/shader-ast": "^0.15.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index 9739602bd0..d6e7903acf 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.29", + "version": "0.18.30", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/shader-ast": "^0.15.29" + "@thi.ng/shader-ast": "^0.15.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index a274fb75d6..1ff5ea3ec2 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.29", + "version": "0.15.30", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/defmulti": "^3.0.47", - "@thi.ng/dgraph": "^2.1.132", + "@thi.ng/dgraph": "^2.1.133", "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index 52ba951de9..2790106265 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.133", + "version": "0.6.134", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/transducers-binary": "^2.1.133" + "@thi.ng/transducers-binary": "^2.1.134" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/soa/package.json b/packages/soa/package.json index 5defcfd15e..96ffbcf72c 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.140", + "version": "0.4.141", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.9", "@thi.ng/binary": "^3.4.32", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers-binary": "^2.1.133", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers-binary": "^2.1.134", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/sorted-map/package.json b/packages/sorted-map/package.json index abf96db174..55e9cd5cbb 100644 --- a/packages/sorted-map/package.json +++ b/packages/sorted-map/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sorted-map", - "version": "1.1.8", + "version": "1.1.9", "description": "Skiplist-based sorted map & set implementation", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/compare": "^2.4.1", "@thi.ng/random": "^4.0.3", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/sparse-set/package.json b/packages/sparse-set/package.json index e225a67725..dbbc732769 100644 --- a/packages/sparse-set/package.json +++ b/packages/sparse-set/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse-set", - "version": "1.1.8", + "version": "1.1.9", "description": "TypedArray-based sparse set implementations with extended ES Set API", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/associative": "^7.0.8", + "@thi.ng/associative": "^7.0.9", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15" }, diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 506bdaf0e7..839966a44e 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.131", + "version": "0.3.132", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/system/package.json b/packages/system/package.json index b567674df7..931009f882 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.1.28", + "version": "3.1.29", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/dgraph": "^2.1.132", + "@thi.ng/dgraph": "^2.1.133", "@thi.ng/logger": "^3.0.19" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index bee68ad506..fe7b603bde 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.29", + "version": "0.2.30", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -46,7 +46,7 @@ "@thi.ng/file-io": "^2.1.11", "@thi.ng/logger": "^3.0.19", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 98ed6077ba..2dec54a095 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.36", + "version": "3.0.37", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ "@thi.ng/arrays": "^2.10.0", "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", - "@thi.ng/geom-clip-line": "^2.3.102", + "@thi.ng/geom-clip-line": "^2.3.103", "@thi.ng/math": "^5.11.9", "@thi.ng/strings": "^3.8.4", "@thi.ng/text-format": "^2.2.12", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index b7fca8b53f..d9c4833396 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.62", + "version": "0.5.63", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.9", "@thi.ng/math": "^5.11.9", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index f22d6b8334..8f6872ee22 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.103", + "version": "0.1.104", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/file-io": "^2.1.11", "@thi.ng/logger": "^3.0.19", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index 99b9926068..5ce775e342 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.2.18", + "version": "0.2.19", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/compose": "^3.0.12", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 7202341415..c3edf04f9a 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.133", + "version": "2.1.134", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/hex": "^2.3.53", "@thi.ng/random": "^4.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 3630513478..1c3b660d38 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.100", + "version": "2.2.101", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 8a188d41b2..6bb51c8a9d 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.142", + "version": "3.1.143", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/hdom": "^9.4.45", "@thi.ng/hiccup": "^5.2.12", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index a310aeb47b..e6472459c3 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.131", + "version": "0.4.132", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.11", "@thi.ng/errors": "^2.5.15", "@thi.ng/paths": "^5.1.89", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index c77fcfa5b5..e199abf9db 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.131", + "version": "2.1.132", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.6.11", - "@thi.ng/dcons": "^3.2.126", + "@thi.ng/dcons": "^3.2.127", "@thi.ng/errors": "^2.5.15", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 588f6cdaa0..cfe737568c 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-05T12:23:14Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 8b4a10e65c..87682ebe3e 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "9.2.2", + "version": "9.2.3", "description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations", "type": "module", "module": "./index.js", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 9b88139ce1..44ebbcb564 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.2.12", + "version": "3.2.13", "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.15", "@thi.ng/logger": "^3.0.19", "@thi.ng/malloc": "^6.1.90", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 3fe410bbc3..17faaf50ae 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-09-05T12:23:14Z +- **Last updated**: 2024-09-16T13:25:24Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ 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. +### [7.12.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/vectors@7.12.1) (2024-09-16) + +#### 🩹 Bug fixes + +- update internal default out codegen handling ([4b524f6](https://github.com/thi-ng/umbrella/commit/4b524f6)) + - use `syms` (arg names only) instead of `args` (possibly with defaults) + ## [7.12.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/vectors@7.12.0) (2024-09-05) #### 🚀 Features diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 9ad522523b..9ea9a84104 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.0", + "version": "7.12.1", "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.3.11", "@thi.ng/random": "^4.0.3", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/viz/package.json b/packages/viz/package.json index 5ccef7d80c..01a13e1fd3 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.67", + "version": "0.6.68", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -48,7 +48,7 @@ "@thi.ng/math": "^5.11.9", "@thi.ng/object-utils": "^1.1.2", "@thi.ng/strings": "^3.8.4", - "@thi.ng/transducers": "^9.2.2" + "@thi.ng/transducers": "^9.2.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index d1b7c14323..211cd3a391 100644 --- a/packages/wasm-api-webgl/package.json +++ b/packages/wasm-api-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-webgl", - "version": "0.1.4", + "version": "0.1.5", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.15", "@thi.ng/wasm-api": "^2.0.0", "@thi.ng/wasm-api-dom": "^1.0.1", - "@thi.ng/webgl": "^6.9.15" + "@thi.ng/webgl": "^6.9.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index a36de8c5cb..6769fc00cf 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.159", + "version": "2.1.160", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/shader-ast": "^0.15.29", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vector-pools": "^3.2.12", - "@thi.ng/vectors": "^7.12.0", - "@thi.ng/webgl": "^6.9.15" + "@thi.ng/shader-ast": "^0.15.30", + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vector-pools": "^3.2.13", + "@thi.ng/vectors": "^7.12.1", + "@thi.ng/webgl": "^6.9.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index a2557d26ca..c04f10daf9 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.159", + "version": "0.4.160", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.9", - "@thi.ng/shader-ast": "^0.15.29", - "@thi.ng/shader-ast-glsl": "^0.4.137", - "@thi.ng/webgl": "^6.9.15" + "@thi.ng/shader-ast": "^0.15.30", + "@thi.ng/shader-ast-glsl": "^0.4.138", + "@thi.ng/webgl": "^6.9.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index eb636149ca..db99ab3947 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.15", + "version": "6.9.16", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -46,16 +46,16 @@ "@thi.ng/equiv": "^2.1.65", "@thi.ng/errors": "^2.5.15", "@thi.ng/logger": "^3.0.19", - "@thi.ng/matrices": "^2.4.12", + "@thi.ng/matrices": "^2.4.13", "@thi.ng/memoize": "^3.3.11", "@thi.ng/object-utils": "^1.1.2", "@thi.ng/pixel": "^7.3.3", - "@thi.ng/shader-ast": "^0.15.29", - "@thi.ng/shader-ast-glsl": "^0.4.137", - "@thi.ng/shader-ast-stdlib": "^0.18.29", - "@thi.ng/transducers": "^9.2.2", - "@thi.ng/vector-pools": "^3.2.12", - "@thi.ng/vectors": "^7.12.0" + "@thi.ng/shader-ast": "^0.15.30", + "@thi.ng/shader-ast-glsl": "^0.4.138", + "@thi.ng/shader-ast-stdlib": "^0.18.30", + "@thi.ng/transducers": "^9.2.3", + "@thi.ng/vector-pools": "^3.2.13", + "@thi.ng/vectors": "^7.12.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.5", diff --git a/yarn.lock b/yarn.lock index 0663f207e6..b4ec76c03e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3892,7 +3892,7 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.7, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.8, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": version: 0.0.0-use.local resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: @@ -3900,11 +3900,11 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/arrays": "npm:^2.10.0" "@thi.ng/bitfield": "npm:^2.3.50" - "@thi.ng/dcons": "npm:^3.2.126" + "@thi.ng/dcons": "npm:^3.2.127" "@thi.ng/disjoint-set": "npm:^1.1.2" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/sparse": "npm:^0.3.131" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/sparse": "npm:^0.3.132" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -3956,7 +3956,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^7.0.8, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^7.0.9, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: @@ -3965,10 +3965,10 @@ __metadata: "@thi.ng/arrays": "npm:^2.10.0" "@thi.ng/binary": "npm:^3.4.32" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/dcons": "npm:^3.2.126" + "@thi.ng/dcons": "npm:^3.2.127" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.5" @@ -3992,7 +3992,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.93, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.94, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -4004,9 +4004,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" "@thi.ng/units": "npm:^0.5.7" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.5" @@ -4049,8 +4049,8 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/transducers-binary": "npm:^2.1.133" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/transducers-binary": "npm:^2.1.134" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4131,12 +4131,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/distance": "npm:^2.4.86" - "@thi.ng/geom-closest-point": "npm:^2.1.140" - "@thi.ng/geom-resample": "npm:^3.0.12" + "@thi.ng/distance": "npm:^2.4.87" + "@thi.ng/geom-closest-point": "npm:^2.1.141" + "@thi.ng/geom-resample": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/timestep": "npm:^0.5.62" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/timestep": "npm:^0.5.63" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4162,7 +4162,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/dcons": "npm:^3.2.126" + "@thi.ng/dcons": "npm:^3.2.127" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4191,7 +4191,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4219,7 +4219,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/base-n": "npm:^2.7.21" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.3" + "@thi.ng/color": "npm:^5.7.4" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/hex": "npm:^2.3.53" esbuild: "npm:^0.23.0" @@ -4228,7 +4228,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.7.3, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.4, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -4244,8 +4244,8 @@ __metadata: "@thi.ng/math": "npm:^5.11.9" "@thi.ng/random": "npm:^4.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4291,7 +4291,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4334,7 +4334,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4355,7 +4355,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.126, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.127, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -4366,7 +4366,7 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4393,7 +4393,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/dgraph": "npm:^2.1.132" + "@thi.ng/dgraph": "npm:^2.1.133" "@thi.ng/dot": "npm:^2.1.83" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -4401,16 +4401,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.132, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.133, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4453,7 +4453,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.86, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.87, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -4463,7 +4463,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/heaps": "npm:^2.1.81" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4517,8 +4517,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/binary": "npm:^3.4.32" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/transducers-binary": "npm:^2.1.133" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/transducers-binary": "npm:^2.1.134" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4535,7 +4535,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4573,16 +4573,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/binary": "npm:^3.4.32" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/dcons": "npm:^3.2.126" + "@thi.ng/dcons": "npm:^3.2.127" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/idgen": "npm:^2.2.49" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/malloc": "npm:^6.1.90" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.5" @@ -4603,7 +4603,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/prefixes": "npm:^2.3.26" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers-binary": "npm:^2.1.133" + "@thi.ng/transducers-binary": "npm:^2.1.134" "@thi.ng/trie": "npm:^1.1.2" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -4701,10 +4701,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/fuzzy": "npm:^2.1.91" "@thi.ng/hiccup": "npm:^5.2.12" - "@thi.ng/hiccup-svg": "npm:^5.3.13" + "@thi.ng/hiccup-svg": "npm:^5.4.0" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/text-canvas": "npm:^3.0.36" + "@thi.ng/text-canvas": "npm:^3.0.37" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4724,7 +4724,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^4.1.5, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.6, @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: @@ -4732,29 +4732,29 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/arrays": "npm:^2.10.0" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/distance": "npm:^2.4.86" + "@thi.ng/distance": "npm:^2.4.87" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom-isec": "npm:^4.0.12" + "@thi.ng/geom-isec": "npm:^4.0.13" "@thi.ng/heaps": "npm:^2.1.81" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.145, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.146, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-resample": "npm:^3.0.12" + "@thi.ng/geom-resample": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4768,58 +4768,58 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/arrays": "npm:^2.10.0" - "@thi.ng/axidraw": "npm:^1.1.93" + "@thi.ng/axidraw": "npm:^1.1.94" "@thi.ng/compare": "npm:^2.4.1" "@thi.ng/defmulti": "npm:^3.0.47" - "@thi.ng/geom": "npm:^8.1.7" - "@thi.ng/geom-accel": "npm:^4.1.5" - "@thi.ng/geom-clip-line": "npm:^2.3.102" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/geom": "npm:^8.1.8" + "@thi.ng/geom-accel": "npm:^4.1.6" + "@thi.ng/geom-clip-line": "npm:^2.3.103" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.102, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.103, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.144, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.145, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/geom-poly-utils": "npm:^3.0.12" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/geom-poly-utils": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.140, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.141, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4832,27 +4832,27 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/color": "npm:^5.7.3" - "@thi.ng/geom": "npm:^8.1.7" - "@thi.ng/geom-clip-line": "npm:^2.3.102" - "@thi.ng/geom-resample": "npm:^3.0.12" - "@thi.ng/grid-iterators": "npm:^4.0.87" + "@thi.ng/color": "npm:^5.7.4" + "@thi.ng/geom": "npm:^8.1.8" + "@thi.ng/geom-clip-line": "npm:^2.3.103" + "@thi.ng/geom-resample": "npm:^3.0.13" + "@thi.ng/grid-iterators": "npm:^4.0.88" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.140, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.141, @thi.ng/geom-hull@workspace:packages/geom-hull": version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4866,43 +4866,43 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^4.0.12, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.13, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/geom-closest-point": "npm:^2.1.140" + "@thi.ng/geom-closest-point": "npm:^2.1.141" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.140, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.141, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^3.0.12, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.13, @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: @@ -4910,24 +4910,24 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^3.0.12, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.13, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-closest-point": "npm:^2.1.140" - "@thi.ng/geom-isec": "npm:^4.0.12" + "@thi.ng/geom-closest-point": "npm:^2.1.141" + "@thi.ng/geom-isec": "npm:^4.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -4943,63 +4943,63 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom": "npm:^8.1.7" - "@thi.ng/geom-isoline": "npm:^2.1.140" - "@thi.ng/geom-poly-utils": "npm:^3.0.12" - "@thi.ng/geom-resample": "npm:^3.0.12" + "@thi.ng/geom": "npm:^8.1.8" + "@thi.ng/geom-isoline": "npm:^2.1.141" + "@thi.ng/geom-poly-utils": "npm:^3.0.13" + "@thi.ng/geom-resample": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.3.12, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.13, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-arc": "npm:^2.1.145" - "@thi.ng/geom-resample": "npm:^3.0.12" + "@thi.ng/geom-arc": "npm:^2.1.146" + "@thi.ng/geom-resample": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^3.0.12, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.13, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^3.0.12, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.13, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-accel": "npm:^4.1.5" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/geom-poly-utils": "npm:^3.0.12" + "@thi.ng/geom-accel": "npm:^4.1.6" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/geom-poly-utils": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/morton": "npm:^3.1.96" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5013,10 +5013,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/grid-iterators": "npm:^4.0.87" - "@thi.ng/matrices": "npm:^2.4.12" + "@thi.ng/grid-iterators": "npm:^4.0.88" + "@thi.ng/matrices": "npm:^2.4.13" "@thi.ng/pixel": "npm:^7.3.3" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5031,13 +5031,13 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/bitfield": "npm:^2.3.50" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-clip-line": "npm:^2.3.102" - "@thi.ng/geom-clip-poly": "npm:^2.1.144" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/geom-poly-utils": "npm:^3.0.12" + "@thi.ng/geom-clip-line": "npm:^2.3.103" + "@thi.ng/geom-clip-poly": "npm:^2.1.145" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/geom-poly-utils": "npm:^3.0.13" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/quad-edge": "npm:^3.1.73" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5053,50 +5053,50 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom": "npm:^8.1.7" + "@thi.ng/geom": "npm:^8.1.8" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vector-pools": "npm:^3.2.12" - "@thi.ng/vectors": "npm:^7.12.0" - "@thi.ng/webgl": "npm:^6.9.15" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vector-pools": "npm:^3.2.13" + "@thi.ng/vectors": "npm:^7.12.1" + "@thi.ng/webgl": "npm:^6.9.16" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.1.7, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.8, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/adjacency": "npm:^3.0.7" + "@thi.ng/adjacency": "npm:^3.0.8" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/arrays": "npm:^2.10.0" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom-arc": "npm:^2.1.145" - "@thi.ng/geom-clip-line": "npm:^2.3.102" - "@thi.ng/geom-clip-poly": "npm:^2.1.144" - "@thi.ng/geom-closest-point": "npm:^2.1.140" - "@thi.ng/geom-hull": "npm:^2.1.140" - "@thi.ng/geom-isec": "npm:^4.0.12" - "@thi.ng/geom-poly-utils": "npm:^3.0.12" - "@thi.ng/geom-resample": "npm:^3.0.12" - "@thi.ng/geom-splines": "npm:^2.3.12" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.12" - "@thi.ng/geom-tessellate": "npm:^3.0.12" + "@thi.ng/geom-arc": "npm:^2.1.146" + "@thi.ng/geom-clip-line": "npm:^2.3.103" + "@thi.ng/geom-clip-poly": "npm:^2.1.145" + "@thi.ng/geom-closest-point": "npm:^2.1.141" + "@thi.ng/geom-hull": "npm:^2.1.141" + "@thi.ng/geom-isec": "npm:^4.0.13" + "@thi.ng/geom-poly-utils": "npm:^3.0.13" + "@thi.ng/geom-resample": "npm:^3.0.13" + "@thi.ng/geom-splines": "npm:^2.3.13" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.13" + "@thi.ng/geom-tessellate": "npm:^3.0.13" "@thi.ng/hiccup": "npm:^5.2.12" - "@thi.ng/hiccup-svg": "npm:^5.3.13" + "@thi.ng/hiccup-svg": "npm:^5.4.0" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/matrices": "npm:^2.4.12" + "@thi.ng/matrices": "npm:^2.4.13" "@thi.ng/object-utils": "npm:^1.1.2" "@thi.ng/random": "npm:^4.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5112,7 +5112,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" "@thi.ng/zipper": "npm:^2.1.110" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -5120,7 +5120,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.87, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.88, @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: @@ -5132,7 +5132,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/morton": "npm:^3.1.96" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5147,7 +5147,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/diff": "npm:^5.1.76" "@thi.ng/hiccup": "npm:^5.2.12" - "@thi.ng/hiccup-css": "npm:^2.7.22" + "@thi.ng/hiccup-css": "npm:^2.7.23" "@thi.ng/strings": "npm:^3.8.4" "@types/node": "npm:^20.14.15" esbuild: "npm:^0.23.0" @@ -5168,7 +5168,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.76" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/hdom": "npm:^9.4.45" - "@thi.ng/hiccup-canvas": "npm:^3.1.16" + "@thi.ng/hiccup-canvas": "npm:^3.1.17" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5184,8 +5184,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.2" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/transducers-stats": "npm:^2.1.131" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/transducers-stats": "npm:^2.1.132" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5251,18 +5251,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.16, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.17, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.3" - "@thi.ng/geom-arc": "npm:^2.1.145" + "@thi.ng/color": "npm:^5.7.4" + "@thi.ng/geom-arc": "npm:^2.1.146" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/pixel": "npm:^7.3.3" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5281,7 +5281,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.7.22, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.7.23, @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: @@ -5289,7 +5289,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5311,7 +5311,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@npm:^2.7.5, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@npm:^2.7.6, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: @@ -5338,21 +5338,21 @@ __metadata: "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/parse": "npm:^2.4.53" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/text-canvas": "npm:^3.0.36" + "@thi.ng/text-canvas": "npm:^3.0.37" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.3.13, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.0, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/color": "npm:^5.7.3" + "@thi.ng/color": "npm:^5.7.4" "@thi.ng/prefixes": "npm:^2.3.26" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -5399,8 +5399,8 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5439,13 +5439,13 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom": "npm:^8.1.7" - "@thi.ng/geom-isec": "npm:^4.0.12" + "@thi.ng/geom": "npm:^8.1.8" + "@thi.ng/geom-isec": "npm:^4.0.13" "@thi.ng/layout": "npm:^3.1.1" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/ramp": "npm:^3.3.0" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/ramp": "npm:^3.3.1" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5484,16 +5484,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.7.6, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.7, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/distance": "npm:^2.4.86" + "@thi.ng/distance": "npm:^2.4.87" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5538,7 +5538,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers-binary": "npm:^2.1.133" + "@thi.ng/transducers-binary": "npm:^2.1.134" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5578,8 +5578,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5611,7 +5611,7 @@ __metadata: "@thi.ng/compose": "npm:^3.0.12" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5630,7 +5630,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.4.12, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.13, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5638,7 +5638,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5669,13 +5669,13 @@ __metadata: "@thi.ng/compare": "npm:^2.4.1" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/file-io": "npm:^2.1.11" - "@thi.ng/hiccup-css": "npm:^2.7.22" + "@thi.ng/hiccup-css": "npm:^2.7.23" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/memoize": "npm:^3.3.11" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/text-format": "npm:^2.2.12" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5820,7 +5820,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/k-means": "npm:^0.7.6" + "@thi.ng/k-means": "npm:^0.7.7" "@thi.ng/pixel": "npm:^7.3.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -5931,9 +5931,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/geom-accel": "npm:^4.1.5" + "@thi.ng/geom-accel": "npm:^4.1.6" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -5995,7 +5995,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/ramp@npm:^3.3.0, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.1, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: @@ -6005,8 +6005,8 @@ __metadata: "@thi.ng/compare": "npm:^2.4.1" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6061,10 +6061,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/equiv": "npm:^2.1.65" - "@thi.ng/grid-iterators": "npm:^4.0.87" + "@thi.ng/grid-iterators": "npm:^4.0.88" "@thi.ng/porter-duff": "npm:^2.1.87" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6079,10 +6079,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/canvas": "npm:^0.5.2" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/hiccup-canvas": "npm:^3.1.16" + "@thi.ng/hiccup-canvas": "npm:^3.1.17" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/rdom": "npm:^1.7.1" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rdom": "npm:^1.7.2" + "@thi.ng/rstream": "npm:^9.0.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6095,12 +6095,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/hiccup-html": "npm:^2.7.5" + "@thi.ng/hiccup-html": "npm:^2.7.6" "@thi.ng/object-utils": "npm:^1.1.2" - "@thi.ng/rdom": "npm:^1.7.1" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rdom": "npm:^1.7.2" + "@thi.ng/rstream": "npm:^9.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6115,16 +6115,16 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" - "@thi.ng/hiccup-html": "npm:^2.7.5" - "@thi.ng/rdom": "npm:^1.7.1" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/hiccup-html": "npm:^2.7.6" + "@thi.ng/rdom": "npm:^1.7.2" + "@thi.ng/rstream": "npm:^9.0.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.7.1, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.2, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -6135,7 +6135,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.2.12" "@thi.ng/paths": "npm:^5.1.89" "@thi.ng/prefixes": "npm:^2.3.26" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" "@thi.ng/strings": "npm:^3.8.4" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6193,21 +6193,21 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/csp": "npm:^3.2.10" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.92, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.93, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6222,8 +6222,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/rstream": "npm:^9.0.2" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/rstream": "npm:^9.0.3" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6241,8 +6241,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/paths": "npm:^5.1.89" "@thi.ng/resolve-map": "npm:^7.1.82" - "@thi.ng/rstream": "npm:^9.0.2" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/rstream": "npm:^9.0.3" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6254,7 +6254,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" "@types/node": "npm:^20.14.15" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6270,9 +6270,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/logger": "npm:^3.0.19" - "@thi.ng/rstream": "npm:^9.0.2" + "@thi.ng/rstream": "npm:^9.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6285,34 +6285,34 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/rstream": "npm:^9.0.2" - "@thi.ng/rstream-dot": "npm:^3.0.92" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/rstream": "npm:^9.0.3" + "@thi.ng/rstream-dot": "npm:^3.0.93" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^9.0.2, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^9.0.3, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/arrays": "npm:^2.10.0" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/atom": "npm:^5.3.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6326,8 +6326,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/transducers-fsm": "npm:^2.2.100" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/transducers-fsm": "npm:^2.2.101" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6342,8 +6342,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/matrices": "npm:^2.4.12" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/matrices": "npm:^2.4.13" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6377,7 +6377,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.137, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.138, @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: @@ -6385,7 +6385,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/shader-ast": "npm:^0.15.29" + "@thi.ng/shader-ast": "npm:^0.15.30" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6401,10 +6401,10 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/matrices": "npm:^2.4.12" + "@thi.ng/matrices": "npm:^2.4.13" "@thi.ng/pixel": "npm:^7.3.3" - "@thi.ng/shader-ast": "npm:^0.15.29" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/shader-ast": "npm:^0.15.30" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6421,27 +6421,27 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/shader-ast": "npm:^0.15.29" + "@thi.ng/shader-ast": "npm:^0.15.30" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.18.29, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.18.30, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/shader-ast": "npm:^0.15.29" + "@thi.ng/shader-ast": "npm:^0.15.30" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.15.29, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.15.30, @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: @@ -6449,7 +6449,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/defmulti": "npm:^3.0.47" - "@thi.ng/dgraph": "npm:^2.1.132" + "@thi.ng/dgraph": "npm:^2.1.133" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" esbuild: "npm:^0.23.0" @@ -6464,7 +6464,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/transducers-binary": "npm:^2.1.133" + "@thi.ng/transducers-binary": "npm:^2.1.134" assemblyscript: "npm:0.27.29" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6481,8 +6481,8 @@ __metadata: "@thi.ng/binary": "npm:^3.4.32" "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers-binary": "npm:^2.1.133" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers-binary": "npm:^2.1.134" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6495,11 +6495,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/compare": "npm:^2.4.1" "@thi.ng/random": "npm:^4.0.3" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6512,7 +6512,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/associative": "npm:^7.0.8" + "@thi.ng/associative": "npm:^7.0.9" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" esbuild: "npm:^0.23.0" @@ -6521,14 +6521,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.131, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.132, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6556,7 +6556,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/dgraph": "npm:^2.1.132" + "@thi.ng/dgraph": "npm:^2.1.133" "@thi.ng/logger": "npm:^3.0.19" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" @@ -6578,7 +6578,7 @@ __metadata: "@thi.ng/file-io": "npm:^2.1.11" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6587,7 +6587,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.33, @thi.ng/text-canvas@npm:^3.0.36, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.33, @thi.ng/text-canvas@npm:^3.0.37, @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: @@ -6596,11 +6596,11 @@ __metadata: "@thi.ng/arrays": "npm:^2.10.0" "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/geom-clip-line": "npm:^2.3.102" + "@thi.ng/geom-clip-line": "npm:^2.3.103" "@thi.ng/math": "npm:^5.11.9" "@thi.ng/strings": "npm:^3.8.4" "@thi.ng/text-format": "npm:^2.2.12" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" tslib: "npm:^2.6.3" typedoc: "npm:^0.26.5" @@ -6622,14 +6622,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.62, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.63, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" "@thi.ng/math": "npm:^5.11.9" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6646,7 +6646,7 @@ __metadata: "@thi.ng/file-io": "npm:^2.1.11" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6663,14 +6663,14 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/compose": "npm:^3.0.12" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.133, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.134, @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: @@ -6681,20 +6681,20 @@ __metadata: "@thi.ng/hex": "npm:^2.3.53" "@thi.ng/random": "npm:^4.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.100, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.101, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": version: 0.0.0-use.local resolution: "@thi.ng/transducers-fsm@workspace:packages/transducers-fsm" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6708,7 +6708,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/hdom": "npm:^9.4.45" "@thi.ng/hiccup": "npm:^5.2.12" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6724,29 +6724,29 @@ __metadata: "@thi.ng/checks": "npm:^3.6.11" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/paths": "npm:^5.1.89" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.131, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.132, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/checks": "npm:^3.6.11" - "@thi.ng/dcons": "npm:^3.2.126" + "@thi.ng/dcons": "npm:^3.2.127" "@thi.ng/errors": "npm:^2.5.15" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^9.1.1, @thi.ng/transducers@npm:^9.2.1, @thi.ng/transducers@npm:^9.2.2, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^9.1.1, @thi.ng/transducers@npm:^9.2.1, @thi.ng/transducers@npm:^9.2.3, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: @@ -6828,7 +6828,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.12, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.13, @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: @@ -6839,15 +6839,15 @@ __metadata: "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" "@thi.ng/malloc": "npm:^6.1.90" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.11.11, @thi.ng/vectors@npm:^7.11.9, @thi.ng/vectors@npm:^7.12.0, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.11.11, @thi.ng/vectors@npm:^7.11.9, @thi.ng/vectors@npm:^7.12.1, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6861,7 +6861,7 @@ __metadata: "@thi.ng/memoize": "npm:^3.3.11" "@thi.ng/random": "npm:^4.0.3" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6880,7 +6880,7 @@ __metadata: "@thi.ng/math": "npm:^5.11.9" "@thi.ng/object-utils": "npm:^1.1.2" "@thi.ng/strings": "npm:^3.8.4" - "@thi.ng/transducers": "npm:^9.2.2" + "@thi.ng/transducers": "npm:^9.2.3" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -6969,7 +6969,7 @@ __metadata: "@thi.ng/wasm-api": "npm:^2.0.0" "@thi.ng/wasm-api-bindgen": "npm:^0.7.0" "@thi.ng/wasm-api-dom": "npm:^1.0.1" - "@thi.ng/webgl": "npm:^6.9.15" + "@thi.ng/webgl": "npm:^6.9.16" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -7000,11 +7000,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/shader-ast": "npm:^0.15.29" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vector-pools": "npm:^3.2.12" - "@thi.ng/vectors": "npm:^7.12.0" - "@thi.ng/webgl": "npm:^6.9.15" + "@thi.ng/shader-ast": "npm:^0.15.30" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vector-pools": "npm:^3.2.13" + "@thi.ng/vectors": "npm:^7.12.1" + "@thi.ng/webgl": "npm:^6.9.16" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" @@ -7017,16 +7017,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.5" "@thi.ng/api": "npm:^8.11.9" - "@thi.ng/shader-ast": "npm:^0.15.29" - "@thi.ng/shader-ast-glsl": "npm:^0.4.137" - "@thi.ng/webgl": "npm:^6.9.15" + "@thi.ng/shader-ast": "npm:^0.15.30" + "@thi.ng/shader-ast-glsl": "npm:^0.4.138" + "@thi.ng/webgl": "npm:^6.9.16" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.15, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.16, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -7037,16 +7037,16 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.65" "@thi.ng/errors": "npm:^2.5.15" "@thi.ng/logger": "npm:^3.0.19" - "@thi.ng/matrices": "npm:^2.4.12" + "@thi.ng/matrices": "npm:^2.4.13" "@thi.ng/memoize": "npm:^3.3.11" "@thi.ng/object-utils": "npm:^1.1.2" "@thi.ng/pixel": "npm:^7.3.3" - "@thi.ng/shader-ast": "npm:^0.15.29" - "@thi.ng/shader-ast-glsl": "npm:^0.4.137" - "@thi.ng/shader-ast-stdlib": "npm:^0.18.29" - "@thi.ng/transducers": "npm:^9.2.2" - "@thi.ng/vector-pools": "npm:^3.2.12" - "@thi.ng/vectors": "npm:^7.12.0" + "@thi.ng/shader-ast": "npm:^0.15.30" + "@thi.ng/shader-ast-glsl": "npm:^0.4.138" + "@thi.ng/shader-ast-stdlib": "npm:^0.18.30" + "@thi.ng/transducers": "npm:^9.2.3" + "@thi.ng/vector-pools": "npm:^3.2.13" + "@thi.ng/vectors": "npm:^7.12.1" esbuild: "npm:^0.23.0" typedoc: "npm:^0.26.5" typescript: "npm:^5.5.4"