diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index e865f6a830..892b27489d 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.27", + "version": "2.5.28", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -39,15 +39,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/bitfield": "^2.3.21", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/bitfield": "^2.3.22", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/errors": "^2.4.16", - "@thi.ng/sparse": "^0.3.96" + "@thi.ng/sparse": "^0.3.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/vectors": "^7.10.7", + "@thi.ng/vectors": "^7.10.8", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/args/package.json b/packages/args/package.json index aae48b76b6..64991d4906 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.13", + "version": "2.3.14", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/text-format": "^2.0.10" + "@thi.ng/text-format": "^2.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/arrays/CHANGELOG.md b/packages/arrays/CHANGELOG.md index 1985cfb1b7..1e6e47f70a 100644 --- a/packages/arrays/CHANGELOG.md +++ b/packages/arrays/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.8.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.8.0) (2024-02-19) + +#### 🚀 Features + +- add blitPred1d() predicate version of blit1d() ([c13c4f9](https://github.com/thi-ng/umbrella/commit/c13c4f9)) + ## [2.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.7.0) (2023-10-27) #### 🚀 Features diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 28229e3457..14b9c86859 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/arrays", - "version": "2.7.20", + "version": "2.8.0", "description": "Array / Arraylike utilities", "type": "module", "module": "./index.js", diff --git a/packages/associative/package.json b/packages/associative/package.json index 668e528056..203a1ce5d8 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.38", + "version": "6.3.39", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/compare": "^2.2.19", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2", + "@thi.ng/transducers": "^8.9.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index d1c85c8463..2abc5dfd13 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.55", + "version": "1.1.56", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -42,9 +42,9 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", + "@thi.ng/transducers": "^8.9.3", "@thi.ng/units": "^0.4.30", - "@thi.ng/vectors": "^7.10.7", + "@thi.ng/vectors": "^7.10.8", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 9ed8a26c7f..9d24231365 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.98", + "version": "2.1.99", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/transducers-binary": "^2.1.96" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/transducers-binary": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/binary/CHANGELOG.md b/packages/binary/CHANGELOG.md index ff0cbe43dd..0383c81ba8 100644 --- a/packages/binary/CHANGELOG.md +++ b/packages/binary/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **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. +### [3.4.12](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.4.12) (2024-02-19) + +#### 🩹 Bug fixes + +- update zero check in floatToSortableInt() (fix [#450](https://github.com/thi-ng/umbrella/issues/450)) ([c2dc294](https://github.com/thi-ng/umbrella/commit/c2dc294)) + ## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/binary@3.4.0) (2023-12-11) #### 🚀 Features diff --git a/packages/binary/package.json b/packages/binary/package.json index 30963a2a81..b39e62528d 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/binary", - "version": "3.4.11", + "version": "3.4.12", "description": "100+ assorted binary / bitwise operations, conversions, utilities, lookup tables", "type": "module", "module": "./index.js", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 512aac30a5..bba92a2530 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.21", + "version": "2.3.22", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/errors": "^2.4.16", "@thi.ng/strings": "^3.7.14" }, diff --git a/packages/boids/package.json b/packages/boids/package.json index 2420464610..d3502dcf41 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.8", + "version": "1.0.9", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -37,12 +37,12 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/distance": "^2.4.49", - "@thi.ng/geom-closest-point": "^2.1.103", - "@thi.ng/geom-resample": "^2.3.29", + "@thi.ng/distance": "^2.4.50", + "@thi.ng/geom-closest-point": "^2.1.104", + "@thi.ng/geom-resample": "^2.3.30", "@thi.ng/math": "^5.10.0", - "@thi.ng/timestep": "^0.5.24", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/timestep": "^0.5.25", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/cache/package.json b/packages/cache/package.json index 17ad19d39d..5da51c93b3 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.96", + "version": "2.1.97", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/dcons": "^3.2.91", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/dcons": "^3.2.92", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 2ea3900486..dbe514c9b2 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.88", + "version": "0.2.89", "description": "Highly customizable 1D cellular automata, shared env, multiple rules, arbitrary sized/shaped neighborhoods, short term memory, cell states etc.", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 8fb3875081..8dd346ff78 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.2.32", + "version": "1.2.33", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/base-n": "^2.7.1", "@thi.ng/checks": "^3.4.23", - "@thi.ng/color": "^5.6.19", + "@thi.ng/color": "^5.6.20", "@thi.ng/errors": "^2.4.16", "@thi.ng/hex": "^2.3.35" }, diff --git a/packages/color/package.json b/packages/color/package.json index 2958d0d742..b63407cb18 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.19", + "version": "5.6.20", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/compare": "^2.2.19", "@thi.ng/compose": "^2.1.62", @@ -50,8 +50,8 @@ "@thi.ng/math": "^5.10.0", "@thi.ng/random": "^3.6.30", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index 67e601708a..949b7c4813 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "1.0.52", + "version": "1.0.53", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", @@ -35,17 +35,17 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/random": "^3.6.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", "@thi.ng/api": "^8.9.23", - "@thi.ng/dsp": "^4.7.9", - "@thi.ng/dsp-io-wav": "^2.1.95", - "@thi.ng/text-canvas": "^2.6.37", - "@thi.ng/transducers": "^8.9.1", - "@thi.ng/vectors": "^7.10.6", + "@thi.ng/dsp": "^4.7.11", + "@thi.ng/dsp-io-wav": "^2.1.97", + "@thi.ng/text-canvas": "^3.0.0", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/complex/package.json b/packages/complex/package.json index 930f05d02b..90d74d727c 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.37", + "version": "0.2.38", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/csp/package.json b/packages/csp/package.json index 2db5829498..8443461ced 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.96", + "version": "2.1.97", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/csv/package.json b/packages/csv/package.json index e3fd0670ea..02faa8dcda 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.62", + "version": "2.3.63", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 94a0daa48e..c0f17bc9cb 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.91", + "version": "3.2.92", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 244854d453..783ee26208 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.97", + "version": "2.1.98", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/dgraph": "^2.1.96", + "@thi.ng/dgraph": "^2.1.97", "@thi.ng/dot": "^2.1.61" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index e45b3d336d..a8b5cdd5e2 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.96", + "version": "2.1.97", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/distance/package.json b/packages/distance/package.json index fb98cdcb4f..4ea00f7423 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.49", + "version": "2.4.50", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/heaps": "^2.1.59", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 0e1121aea2..ac688d2a40 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.96", + "version": "2.1.97", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/transducers-binary": "^2.1.96" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/transducers-binary": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 33d292338c..744884ce99 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.7.10", + "version": "4.7.11", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 4b7e1c3c48..073b6563f8 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.98", + "version": "0.7.99", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/associative": "^6.3.39", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/errors": "^2.4.16", "@thi.ng/idgen": "^2.2.26", "@thi.ng/logger": "^3.0.0", - "@thi.ng/malloc": "^6.1.65", - "@thi.ng/transducers": "^8.9.2", + "@thi.ng/malloc": "^6.1.66", + "@thi.ng/transducers": "^8.9.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index d2bb4f3823..7757e49892 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.103", + "version": "0.6.104", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -31,14 +31,14 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/checks": "^3.4.23", "@thi.ng/dot": "^2.1.61", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", "@thi.ng/prefixes": "^2.3.8", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers-binary": "^2.1.96" + "@thi.ng/transducers-binary": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fibers/package.json b/packages/fibers/package.json index f8f56d43ee..9c706783ac 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "0.6.19", + "version": "0.6.20", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/bench": "^3.4.25", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", diff --git a/packages/file-io/CHANGELOG.md b/packages/file-io/CHANGELOG.md index 724e0cd84f..8ad246c69b 100644 --- a/packages/file-io/CHANGELOG.md +++ b/packages/file-io/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **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. +## [1.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@1.3.0) (2024-02-19) + +#### 🚀 Features + +- add ensureDir() ([8ca3085](https://github.com/thi-ng/umbrella/commit/8ca3085)) + ## [1.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/file-io@1.2.0) (2024-01-26) #### 🚀 Features diff --git a/packages/file-io/package.json b/packages/file-io/package.json index b43bd22106..f5ad2e191d 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/file-io", - "version": "1.2.7", + "version": "1.3.0", "description": "Assorted file I/O utils (with logging support) for NodeJS", "type": "module", "module": "./index.js", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index b56d1eaa37..40a64631da 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.98", + "version": "3.1.99", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/fuzzy-viz/CHANGELOG.md b/packages/fuzzy-viz/CHANGELOG.md index 75f19e3606..3ccf76c6c0 100644 --- a/packages/fuzzy-viz/CHANGELOG.md +++ b/packages/fuzzy-viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.120](https://github.com/thi-ng/umbrella/tree/@thi.ng/fuzzy-viz@2.1.120) (2024-02-19) + +#### ♻️ Refactoring + +- update imports ([6888d2d](https://github.com/thi-ng/umbrella/commit/6888d2d)) + ### [2.1.96](https://github.com/thi-ng/umbrella/tree/@thi.ng/fuzzy-viz@2.1.96) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index dcea583788..49f34d7605 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.119", + "version": "2.1.120", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/fuzzy": "^2.1.66", "@thi.ng/hiccup": "^5.1.12", - "@thi.ng/hiccup-svg": "^5.2.11", + "@thi.ng/hiccup-svg": "^5.2.12", "@thi.ng/math": "^5.10.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/text-canvas": "^2.6.38" + "@thi.ng/text-canvas": "^3.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index eae85b5c91..5596016849 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.5.49", + "version": "3.5.50", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -37,17 +37,17 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", - "@thi.ng/distance": "^2.4.49", + "@thi.ng/distance": "^2.4.50", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-isec": "^2.1.107", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-isec": "^2.1.108", "@thi.ng/heaps": "^2.1.59", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 5a15ea6e31..500f484af4 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.4.65", + "version": "3.4.66", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index f743a98916..bb2bdef92a 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.108", + "version": "2.1.109", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-resample": "^2.3.29", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-resample": "^2.3.30", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index a7078fc446..d45f5a8668 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.64", + "version": "0.5.65", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -36,17 +36,17 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/axidraw": "^1.1.55", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/axidraw": "^1.1.56", "@thi.ng/compare": "^2.2.19", "@thi.ng/defmulti": "^3.0.23", - "@thi.ng/geom": "^6.0.26", - "@thi.ng/geom-accel": "^3.5.49", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-clip-line": "^2.3.65", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/geom": "^6.0.27", + "@thi.ng/geom-accel": "^3.5.50", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-clip-line": "^2.3.66", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 818869e6b9..c399bf3a5a 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.65", + "version": "2.3.66", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 71cd8f5f38..435a909b9c 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.107", + "version": "2.1.108", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/geom-poly-utils": "^2.3.91", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/geom-poly-utils": "^2.3.92", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index ed88dbd2a8..ac84359796 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.103", + "version": "2.1.104", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 7f4abe6044..bf0725db22 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.78", + "version": "2.2.79", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", - "@thi.ng/color": "^5.6.19", - "@thi.ng/geom": "^6.0.26", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-clip-line": "^2.3.65", - "@thi.ng/geom-resample": "^2.3.29", - "@thi.ng/grid-iterators": "^4.0.50", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/associative": "^6.3.39", + "@thi.ng/color": "^5.6.20", + "@thi.ng/geom": "^6.0.27", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-clip-line": "^2.3.66", + "@thi.ng/geom-resample": "^2.3.30", + "@thi.ng/grid-iterators": "^4.0.51", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 77dbe1ab1c..6080fedc0f 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.103", + "version": "2.1.104", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 27a4eda455..7eddd76910 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.103", + "version": "0.3.104", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index eb5c07f655..6610ecc319 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "2.1.107", + "version": "2.1.108", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-closest-point": "^2.1.103", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-closest-point": "^2.1.104", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index c9c870d4a0..15ee379555 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.103", + "version": "2.1.104", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 4bfc499e06..3381f46f67 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "2.3.91", + "version": "2.3.92", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/geom-api": "^3.4.65", + "@thi.ng/geom-api": "^3.4.66", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 764d6383bd..363c3e67b1 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.3.29", + "version": "2.3.30", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-closest-point": "^2.1.103", - "@thi.ng/geom-isec": "^2.1.107", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-closest-point": "^2.1.104", + "@thi.ng/geom-isec": "^2.1.108", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 8e3b5e8877..91b504659d 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.3.8", + "version": "0.3.9", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -39,14 +39,14 @@ "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/geom": "^6.0.26", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-isoline": "^2.1.103", - "@thi.ng/geom-poly-utils": "^2.3.91", - "@thi.ng/geom-resample": "^2.3.29", + "@thi.ng/geom": "^6.0.27", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-isoline": "^2.1.104", + "@thi.ng/geom-poly-utils": "^2.3.92", + "@thi.ng/geom-resample": "^2.3.30", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 079398bc60..08b296aea8 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.2.82", + "version": "2.2.83", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-arc": "^2.1.108", - "@thi.ng/geom-resample": "^2.3.29", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-arc": "^2.1.109", + "@thi.ng/geom-resample": "^2.3.30", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 98c7252d48..db60d6d89f 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "2.1.107", + "version": "2.1.108", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 45823dd391..c816fb912a 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "2.1.108", + "version": "2.1.109", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/geom-poly-utils": "^2.3.91", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/geom-poly-utils": "^2.3.92", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index dbdb23fe52..1dca037915 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.57", + "version": "0.3.58", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/grid-iterators": "^4.0.50", - "@thi.ng/matrices": "^2.3.13", - "@thi.ng/pixel": "^6.1.7", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/grid-iterators": "^4.0.51", + "@thi.ng/matrices": "^2.3.14", + "@thi.ng/pixel": "^6.1.8", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 3287156ffc..e4b35b12df 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.50", + "version": "2.3.51", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/bitfield": "^2.3.21", + "@thi.ng/bitfield": "^2.3.22", "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-clip-line": "^2.3.65", - "@thi.ng/geom-clip-poly": "^2.1.107", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/geom-poly-utils": "^2.3.91", + "@thi.ng/geom-clip-line": "^2.3.66", + "@thi.ng/geom-clip-poly": "^2.1.108", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/geom-poly-utils": "^2.3.92", "@thi.ng/math": "^5.10.0", "@thi.ng/quad-edge": "^3.1.53", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/geom/package.json b/packages/geom/package.json index aaff2e45df..5438c8723b 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.0.26", + "version": "6.0.27", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,32 +37,32 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/associative": "^6.3.39", "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-arc": "^2.1.108", - "@thi.ng/geom-clip-line": "^2.3.65", - "@thi.ng/geom-clip-poly": "^2.1.107", - "@thi.ng/geom-closest-point": "^2.1.103", - "@thi.ng/geom-hull": "^2.1.103", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/geom-poly-utils": "^2.3.91", - "@thi.ng/geom-resample": "^2.3.29", - "@thi.ng/geom-splines": "^2.2.82", - "@thi.ng/geom-subdiv-curve": "^2.1.107", - "@thi.ng/geom-tessellate": "^2.1.108", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-arc": "^2.1.109", + "@thi.ng/geom-clip-line": "^2.3.66", + "@thi.ng/geom-clip-poly": "^2.1.108", + "@thi.ng/geom-closest-point": "^2.1.104", + "@thi.ng/geom-hull": "^2.1.104", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/geom-poly-utils": "^2.3.92", + "@thi.ng/geom-resample": "^2.3.30", + "@thi.ng/geom-splines": "^2.2.83", + "@thi.ng/geom-subdiv-curve": "^2.1.108", + "@thi.ng/geom-tessellate": "^2.1.109", "@thi.ng/hiccup": "^5.1.12", - "@thi.ng/hiccup-svg": "^5.2.11", + "@thi.ng/hiccup-svg": "^5.2.12", "@thi.ng/math": "^5.10.0", - "@thi.ng/matrices": "^2.3.13", + "@thi.ng/matrices": "^2.3.14", "@thi.ng/random": "^3.6.30", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/gp/package.json b/packages/gp/package.json index 62be835b2e..779c8610d2 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.96", + "version": "0.4.97", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/zipper": "^2.1.81" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/zipper": "^2.1.82" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index cd7407b4e7..a6898ae0c4 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.50", + "version": "4.0.51", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -38,13 +38,13 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/binary": "^3.4.11", - "@thi.ng/bitfield": "^2.3.21", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/binary": "^3.4.12", + "@thi.ng/bitfield": "^2.3.22", "@thi.ng/errors": "^2.4.16", - "@thi.ng/morton": "^3.1.70", + "@thi.ng/morton": "^3.1.71", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index dec8c20015..b26446fc8c 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.104", + "version": "0.3.105", "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", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/diff": "^5.1.56", "@thi.ng/hiccup": "^5.1.12", - "@thi.ng/hiccup-css": "^2.6.1", + "@thi.ng/hiccup-css": "^2.6.2", "@thi.ng/strings": "^3.7.14" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index d4022b1de1..3993829188 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.114", + "version": "4.1.115", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/diff": "^5.1.56", "@thi.ng/errors": "^2.4.16", "@thi.ng/hdom": "^9.4.14", - "@thi.ng/hiccup-canvas": "^2.5.13" + "@thi.ng/hiccup-canvas": "^2.5.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index adb6d04c13..54f8a9968e 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.96", + "version": "5.1.97", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/canvas": "^0.2.5", "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/transducers-stats": "^2.1.96" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/transducers-stats": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-canvas/CHANGELOG.md b/packages/hiccup-canvas/CHANGELOG.md index 10fa8351f6..dde9d00f4b 100644 --- a/packages/hiccup-canvas/CHANGELOG.md +++ b/packages/hiccup-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.5.14](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.5.14) (2024-02-19) + +#### 🩹 Bug fixes + +- fix [#448](https://github.com/thi-ng/umbrella/issues/448), pass vertex layout opts to packedPolyline()/packedPolygon() ([eb2bdc0](https://github.com/thi-ng/umbrella/commit/eb2bdc0)) + - update args for packedPolyline()/packedPolygon() + - update draw() delegation call sites + ### [2.5.2](https://github.com/thi-ng/umbrella/tree/@thi.ng/hiccup-canvas@2.5.2) (2023-12-19) #### 🩹 Bug fixes diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 3a5a5b717c..daf0079390 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.5.13", + "version": "2.5.14", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/color": "^5.6.19", + "@thi.ng/color": "^5.6.20", "@thi.ng/math": "^5.10.0", - "@thi.ng/pixel": "^6.1.7", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/pixel": "^6.1.8", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 181ec7f518..cb5f3768ba 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.6.1", + "version": "2.6.2", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index fb93a829af..a6c7dc50f9 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.63", + "version": "3.2.64", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/emoji": "^0.1.28", @@ -45,7 +45,7 @@ "@thi.ng/logger": "^3.0.0", "@thi.ng/parse": "^2.4.23", "@thi.ng/strings": "^3.7.14", - "@thi.ng/text-canvas": "^2.6.38" + "@thi.ng/text-canvas": "^3.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 0daa8b4900..885e0dcdb3 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.2.11", + "version": "5.2.12", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.23", - "@thi.ng/color": "^5.6.19", + "@thi.ng/color": "^5.6.20", "@thi.ng/prefixes": "^2.3.8" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index eda46a0a32..d1ab555e51 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.105", + "version": "2.1.106", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 5397dc470a..16a7247290 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.32", + "version": "2.2.33", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom": "^6.0.26", - "@thi.ng/geom-api": "^3.4.65", - "@thi.ng/geom-isec": "^2.1.107", - "@thi.ng/geom-tessellate": "^2.1.108", - "@thi.ng/layout": "^3.0.19", + "@thi.ng/geom": "^6.0.27", + "@thi.ng/geom-api": "^3.4.66", + "@thi.ng/geom-isec": "^2.1.108", + "@thi.ng/geom-tessellate": "^2.1.109", + "@thi.ng/layout": "^3.0.20", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 859d012e1b..8bc8569863 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.96", + "version": "6.1.97", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/errors": "^2.4.16" }, "devDependencies": { diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 10958dfa5a..ec0f43d187 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.64", + "version": "0.6.65", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/distance": "^2.4.49", + "@thi.ng/distance": "^2.4.50", "@thi.ng/errors": "^2.4.16", "@thi.ng/random": "^3.6.30", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/layout/package.json b/packages/layout/package.json index bb4f1ff491..12d77a1823 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/layout", - "version": "3.0.19", + "version": "3.0.20", "description": "Configurable nested 2D grid layout generators", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23" }, "devDependencies": { diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 6da4d8965c..e3565d7af3 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.67", + "version": "3.0.68", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers-binary": "^2.1.96" + "@thi.ng/transducers-binary": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 7595a9f8ef..e09cb8de60 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.103", + "version": "2.1.104", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/malloc/package.json b/packages/malloc/package.json index a75d738794..b4efb123fb 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/malloc", - "version": "6.1.65", + "version": "6.1.66", "description": "ArrayBuffer based malloc() impl for hybrid JS/WASM use cases, based on thi.ng/tinyalloc", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16" }, diff --git a/packages/markdown-table/CHANGELOG.md b/packages/markdown-table/CHANGELOG.md index 090077b221..a3113f3fb2 100644 --- a/packages/markdown-table/CHANGELOG.md +++ b/packages/markdown-table/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 392d599954..988d93f356 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.98", + "version": "0.3.99", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/compose": "^2.1.62", "@thi.ng/errors": "^2.4.16", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index d216f2d540..f7bcd84f85 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.13", + "version": "2.3.14", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 532057d231..eeee62c9b8 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-16T20:01:44Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index f5e0c98cc0..e175018897 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.7.2", + "version": "0.7.3", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -39,17 +39,17 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/args": "^2.3.13", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/args": "^2.3.14", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/file-io": "^1.2.7", - "@thi.ng/hiccup-css": "^2.6.1", + "@thi.ng/file-io": "^1.3.0", + "@thi.ng/hiccup-css": "^2.6.2", "@thi.ng/logger": "^3.0.0", - "@thi.ng/rstream": "^8.3.3", + "@thi.ng/rstream": "^8.3.4", "@thi.ng/strings": "^3.7.14", - "@thi.ng/text-format": "^2.0.10", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/text-format": "^2.1.0", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/morton/package.json b/packages/morton/package.json index 701182cb04..1018079979 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.70", + "version": "3.1.71", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0" }, diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 7fc89aa3d8..26d78b87a3 100644 --- a/packages/pixel-dither/package.json +++ b/packages/pixel-dither/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dither", - "version": "1.1.105", + "version": "1.1.106", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/pixel": "^6.1.7" + "@thi.ng/pixel": "^6.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index f09cdd1f3a..27b6115dfa 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-geotiff", - "version": "0.1.66", + "version": "0.1.67", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/pixel": "^6.1.7", + "@thi.ng/pixel": "^6.1.8", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index e1749b2678..56872ed942 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-netpbm", - "version": "2.1.105", + "version": "2.1.106", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/pixel": "^6.1.7" + "@thi.ng/pixel": "^6.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 706fdee128..c3d62e2111 100644 --- a/packages/pixel-io-pfm/package.json +++ b/packages/pixel-io-pfm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-pfm", - "version": "0.1.46", + "version": "0.1.47", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.4.16", - "@thi.ng/pixel": "^6.1.7" + "@thi.ng/pixel": "^6.1.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/pixel/package.json b/packages/pixel/package.json index c55a813422..141d087701 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.7", + "version": "6.1.8", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/canvas": "^0.2.5", "@thi.ng/checks": "^3.4.23", - "@thi.ng/distance": "^2.4.49", + "@thi.ng/distance": "^2.4.50", "@thi.ng/errors": "^2.4.16", - "@thi.ng/k-means": "^0.6.64", + "@thi.ng/k-means": "^0.6.65", "@thi.ng/math": "^5.10.0", "@thi.ng/porter-duff": "^2.1.65" }, diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index fbb9412c54..0318e2e2d2 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.2.14", + "version": "2.2.15", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/args": "^2.3.13", + "@thi.ng/args": "^2.3.14", "@thi.ng/bench": "^3.4.25", "@thi.ng/errors": "^2.4.16", - "@thi.ng/file-io": "^1.2.7", + "@thi.ng/file-io": "^1.3.0", "@thi.ng/logger": "^3.0.0", "@thi.ng/pointfree": "^3.1.66" }, diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 2232df29ca..5babb04d24 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.64", + "version": "3.1.65", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/geom-api": "^3.4.65", + "@thi.ng/geom-api": "^3.4.66", "@thi.ng/random": "^3.6.30", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index 06dd2827aa..d7be647bb2 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-12T16:28:41Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [3.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ramp@3.1.0) (2024-02-19) + +#### 🚀 Features + +- add minimal API presets for vector interpolations ([6dcb4b6](https://github.com/thi-ng/umbrella/commit/6dcb4b6)) + - add VEC, VEC2/3/4 API presets + - add VecAPI interface + - update docs + - update pkg exports + # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/ramp@3.0.0) (2024-02-12) #### 🛑 Breaking changes diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 3a1208faac..4acf10f95d 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.0.2", + "version": "3.1.0", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/compare": "^2.2.19", "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index a465d97615..0a29727cda 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:56Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index e3b63c25b6..44e350189b 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.78", + "version": "1.0.79", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/equiv": "^2.1.47", - "@thi.ng/grid-iterators": "^4.0.50", + "@thi.ng/grid-iterators": "^4.0.51", "@thi.ng/porter-duff": "^2.1.65", "@thi.ng/random": "^3.6.30", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 148b9a1430..18a79e592c 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.60", + "version": "0.5.61", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/canvas": "^0.2.5", "@thi.ng/checks": "^3.4.23", - "@thi.ng/hiccup-canvas": "^2.5.13", - "@thi.ng/rdom": "^1.1.2", - "@thi.ng/rstream": "^8.3.3" + "@thi.ng/hiccup-canvas": "^2.5.14", + "@thi.ng/rdom": "^1.1.3", + "@thi.ng/rstream": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 89dd2fde60..b6911dab8a 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.55", + "version": "0.6.56", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/hiccup-html": "^2.4.7", - "@thi.ng/rdom": "^1.1.2", - "@thi.ng/rstream": "^8.3.3", + "@thi.ng/rdom": "^1.1.3", + "@thi.ng/rstream": "^8.3.4", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 654f30c506..7d9a9b4644 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.2.17", + "version": "0.2.18", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/hiccup-html": "^2.4.7", - "@thi.ng/rdom": "^1.1.2", - "@thi.ng/rstream": "^8.3.3" + "@thi.ng/rdom": "^1.1.3", + "@thi.ng/rstream": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 5095269522..7f4725cc40 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.2", + "version": "1.1.3", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/hiccup": "^5.1.12", "@thi.ng/paths": "^5.1.65", "@thi.ng/prefixes": "^2.3.8", - "@thi.ng/rstream": "^8.3.3", + "@thi.ng/rstream": "^8.3.4", "@thi.ng/strings": "^3.7.14" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index ce935cfcdc..cb3e518d0d 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.101", + "version": "3.1.102", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/csp": "^2.1.96", - "@thi.ng/rstream": "^8.3.3" + "@thi.ng/csp": "^2.1.97", + "@thi.ng/rstream": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index e6b93f3551..c145750f20 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.52", + "version": "3.0.53", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.3.3", + "@thi.ng/rstream": "^8.3.4", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 8ae2ed0d58..8f80ab0e44 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.52", + "version": "5.0.53", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -42,8 +42,8 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/rstream": "^8.3.3", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/rstream": "^8.3.4", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 589533c89f..abdd0a8492 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.106", + "version": "4.1.107", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/errors": "^2.4.16", "@thi.ng/paths": "^5.1.65", "@thi.ng/resolve-map": "^7.1.58", - "@thi.ng/rstream": "^8.3.3", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/rstream": "^8.3.4", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 866294ecf0..2cd20c5dad 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.101", + "version": "2.1.102", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.3.3" + "@thi.ng/rstream": "^8.3.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 3228aa0203..f929870211 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.0.1", + "version": "5.0.2", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/logger": "^3.0.0", - "@thi.ng/rstream": "^8.3.3", + "@thi.ng/rstream": "^8.3.4", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 42b2c0c00b..c27b82bdf2 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.102", + "version": "2.1.103", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -36,15 +36,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/checks": "^3.4.23", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", "@thi.ng/math": "^5.10.0", - "@thi.ng/rstream": "^8.3.3", - "@thi.ng/rstream-dot": "^3.0.52", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/rstream": "^8.3.4", + "@thi.ng/rstream-dot": "^3.0.53", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 3d829e698c..1dc5bcb3c9 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.3.3", + "version": "8.3.4", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/associative": "^6.3.39", "@thi.ng/atom": "^5.2.30", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/sax/package.json b/packages/sax/package.json index 15c9763729..973bdfda44 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.98", + "version": "2.1.99", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/transducers-fsm": "^2.2.65" + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/transducers-fsm": "^2.2.66" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index e831835782..d0f59fcc85 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.20", + "version": "1.0.21", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/matrices": "^2.3.13", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/matrices": "^2.3.14", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 42e40fc035..a09c69f504 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.99", + "version": "0.4.100", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/shader-ast": "^0.13.9" + "@thi.ng/shader-ast": "^0.13.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index dc4cab7a90..c1c4046135 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.9", + "version": "1.1.10", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/math": "^5.10.0", - "@thi.ng/matrices": "^2.3.13", - "@thi.ng/pixel": "^6.1.7", - "@thi.ng/shader-ast": "^0.13.9", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/matrices": "^2.3.14", + "@thi.ng/pixel": "^6.1.8", + "@thi.ng/shader-ast": "^0.13.10", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 24e95ab1a7..786c8ca9c8 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-optimize", - "version": "0.3.47", + "version": "0.3.48", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/defmulti": "^3.0.23", "@thi.ng/logger": "^3.0.0", "@thi.ng/math": "^5.10.0", - "@thi.ng/shader-ast": "^0.13.9" + "@thi.ng/shader-ast": "^0.13.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index d074b500fb..81fa7b048e 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-stdlib", - "version": "0.16.24", + "version": "0.16.25", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/shader-ast": "^0.13.9" + "@thi.ng/shader-ast": "^0.13.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 5c28d29ded..b804b6396f 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.13.9", + "version": "0.13.10", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", "@thi.ng/defmulti": "^3.0.23", - "@thi.ng/dgraph": "^2.1.96", + "@thi.ng/dgraph": "^2.1.97", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index 4d6c383d24..ace98399e9 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.96", + "version": "0.6.97", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.96" + "@thi.ng/transducers-binary": "^2.1.97" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/soa/package.json b/packages/soa/package.json index a63bb8db96..ef3d0e08d2 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.103", + "version": "0.4.104", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers-binary": "^2.1.96", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/transducers-binary": "^2.1.97", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 8eceeb6466..82f4230428 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.96", + "version": "0.3.97", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/system/package.json b/packages/system/package.json index 0408e79d7e..137496200f 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "3.0.3", + "version": "3.0.4", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/dgraph": "^2.1.96", + "@thi.ng/dgraph": "^2.1.97", "@thi.ng/logger": "^3.0.0" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index df58e76765..b0bd31f3b4 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.83", + "version": "0.1.84", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/args": "^2.3.13", + "@thi.ng/args": "^2.3.14", "@thi.ng/checks": "^3.4.23", "@thi.ng/compare": "^2.2.19", "@thi.ng/date": "^2.5.17", "@thi.ng/errors": "^2.4.16", - "@thi.ng/file-io": "^1.2.7", + "@thi.ng/file-io": "^1.3.0", "@thi.ng/logger": "^3.0.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/text-canvas/CHANGELOG.md b/packages/text-canvas/CHANGELOG.md index 6037e069cf..eec4b9feaa 100644 --- a/packages/text-canvas/CHANGELOG.md +++ b/packages/text-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:57Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,28 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-canvas@3.0.0) (2024-02-19) + +#### 🛑 Breaking changes + +- add plotting, additive blending/blitting, refactor bar chart fns ([7cd6d41](https://github.com/thi-ng/umbrella/commit/7cd6d41)) +- BREAKING CHANGE: swap naming of barChartH/V fns, update args for blit()/blitMask() + - swap naming of barChartH/V fns: + - barChartHLines/Str() <=> barChartVLines/Str() + - add plotBarsV() multi-plot function + - add blitBarsV() fn w/ support for custom blending fns + - add blendBarsVAdd() additive blending fn + - add BLEND_ADD lookup table for additive blending using ANSI16 colors + - update arg order of blit()/blitMask() fns + - add Canvas.empty(), Canvas.clear() fns + +#### ♻️ Refactoring + +- unify plotting function naming ([cb275ae](https://github.com/thi-ng/umbrella/commit/cb275ae)) + - plotBarsV() => plotBarChartV() + - lineChart() => plotLineChart() + - migrate line chart fns to plot.ts + ### [2.6.17](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-canvas@2.6.17) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 309fd8c80a..82843a012d 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.6.38", + "version": "3.0.0", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/geom-clip-line": "^2.3.65", + "@thi.ng/geom-clip-line": "^2.3.66", "@thi.ng/math": "^5.10.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/text-format": "^2.0.10", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/text-format": "^2.1.0", + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/text-format/CHANGELOG.md b/packages/text-format/CHANGELOG.md index e0d0319b0a..caca727409 100644 --- a/packages/text-format/CHANGELOG.md +++ b/packages/text-format/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-02-10T08:59:57Z +- **Last updated**: 2024-02-19T15:50:26Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@2.1.0) (2024-02-19) + +#### 🚀 Features + +- add common ANSI escape seqs ([11231de](https://github.com/thi-ng/umbrella/commit/11231de)) + # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/text-format@2.0.0) (2023-12-18) #### 🛑 Breaking changes diff --git a/packages/text-format/package.json b/packages/text-format/package.json index 68ae72a9c4..739977608f 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "2.0.10", + "version": "2.1.0", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 61bbc9c5ed..378146bdc1 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.24", + "version": "0.5.25", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/math": "^5.10.0", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 3441997fd3..22b9a89bc9 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.66", + "version": "0.1.67", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "dependencies": { "@thi.ng/api": "^8.9.23", "@thi.ng/checks": "^3.4.23", - "@thi.ng/file-io": "^1.2.7", + "@thi.ng/file-io": "^1.3.0", "@thi.ng/logger": "^3.0.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 996069650b..9fd5476a65 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.96", + "version": "2.1.97", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -35,13 +35,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/compose": "^2.1.62", "@thi.ng/errors": "^2.4.16", "@thi.ng/hex": "^2.3.35", "@thi.ng/random": "^3.6.30", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index c035fd2b30..286ea00d8a 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.65", + "version": "2.2.66", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index a4e4693899..3a7ec51481 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.104", + "version": "3.1.105", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/hdom": "^9.4.14", "@thi.ng/hiccup": "^5.1.12", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 690d11304a..c03de90a37 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.96", + "version": "0.4.97", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/paths": "^5.1.65", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 848a8c15bc..1c1030cdac 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.96", + "version": "2.1.97", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.23", - "@thi.ng/dcons": "^3.2.91", + "@thi.ng/dcons": "^3.2.92", "@thi.ng/errors": "^2.4.16", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 0cf1b09e5b..8eacaa589e 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.9.2", + "version": "8.9.3", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/compare": "^2.2.19", "@thi.ng/compose": "^2.1.62", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index dadfc895b9..831b97ba03 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.1.105", + "version": "3.1.106", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", - "@thi.ng/malloc": "^6.1.65", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/malloc": "^6.1.66", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 0e6845e315..40a3f6c626 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.7", + "version": "7.10.8", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", @@ -44,7 +44,7 @@ "@thi.ng/memoize": "^3.1.57", "@thi.ng/random": "^3.6.30", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/viz/package.json b/packages/viz/package.json index 98268f1d10..c15586a26f 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.30", + "version": "0.6.31", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -42,12 +42,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/associative": "^6.3.39", "@thi.ng/checks": "^3.4.23", "@thi.ng/math": "^5.10.0", "@thi.ng/strings": "^3.7.14", - "@thi.ng/transducers": "^8.9.2" + "@thi.ng/transducers": "^8.9.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 6c43c5ccd1..7a171d799b 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.4.48", + "version": "0.4.49", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -38,18 +38,18 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/args": "^2.3.13", - "@thi.ng/arrays": "^2.7.20", - "@thi.ng/binary": "^3.4.11", + "@thi.ng/args": "^2.3.14", + "@thi.ng/arrays": "^2.8.0", + "@thi.ng/binary": "^3.4.12", "@thi.ng/checks": "^3.4.23", "@thi.ng/compare": "^2.2.19", "@thi.ng/defmulti": "^3.0.23", "@thi.ng/errors": "^2.4.16", - "@thi.ng/file-io": "^1.2.7", + "@thi.ng/file-io": "^1.3.0", "@thi.ng/logger": "^3.0.0", "@thi.ng/paths": "^5.1.65", "@thi.ng/strings": "^3.7.14", - "@thi.ng/wasm-api": "^1.4.51" + "@thi.ng/wasm-api": "^1.4.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 2dca35c284..f1683d1fbf 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "0.1.61", + "version": "0.1.62", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/binary": "^3.4.11", - "@thi.ng/wasm-api": "^1.4.51", - "@thi.ng/wasm-api-dom": "^0.11.69" + "@thi.ng/binary": "^3.4.12", + "@thi.ng/wasm-api": "^1.4.52", + "@thi.ng/wasm-api-dom": "^0.11.70" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.48", + "@thi.ng/wasm-api-bindgen": "^0.4.49", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 87870f59a0..d9efd05e29 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "0.11.69", + "version": "0.11.70", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -43,11 +43,11 @@ "@thi.ng/canvas": "^0.2.5", "@thi.ng/errors": "^2.4.16", "@thi.ng/prefixes": "^2.3.8", - "@thi.ng/wasm-api": "^1.4.51" + "@thi.ng/wasm-api": "^1.4.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.48", + "@thi.ng/wasm-api-bindgen": "^0.4.49", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 35cb485df1..ce6f01b0cf 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "0.3.66", + "version": "0.3.67", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/wasm-api": "^1.4.51" + "@thi.ng/wasm-api": "^1.4.52" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", - "@thi.ng/wasm-api-bindgen": "^0.4.48", + "@thi.ng/wasm-api-bindgen": "^0.4.49", "esbuild": "^0.20.0", "rimraf": "^5.0.5", "typedoc": "^0.25.7", diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index acf5d10744..846015b62e 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "1.4.51", + "version": "1.4.52", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16", "@thi.ng/hex": "^2.3.35", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index ac27af6b2c..a4ce53d46a 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.117", + "version": "2.1.118", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/shader-ast": "^0.13.9", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vector-pools": "^3.1.105", - "@thi.ng/vectors": "^7.10.7", - "@thi.ng/webgl": "^6.6.28" + "@thi.ng/shader-ast": "^0.13.10", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vector-pools": "^3.1.106", + "@thi.ng/vectors": "^7.10.8", + "@thi.ng/webgl": "^6.6.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index f2cd2797f5..274e513e20 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.117", + "version": "0.4.118", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/shader-ast": "^0.13.9", - "@thi.ng/shader-ast-glsl": "^0.4.99", - "@thi.ng/webgl": "^6.6.28" + "@thi.ng/shader-ast": "^0.13.10", + "@thi.ng/shader-ast-glsl": "^0.4.100", + "@thi.ng/webgl": "^6.6.29" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 7f3acd8ab9..206d46b974 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.6.28", + "version": "6.6.29", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -40,21 +40,21 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/associative": "^6.3.38", + "@thi.ng/associative": "^6.3.39", "@thi.ng/canvas": "^0.2.5", "@thi.ng/checks": "^3.4.23", "@thi.ng/equiv": "^2.1.47", "@thi.ng/errors": "^2.4.16", "@thi.ng/logger": "^3.0.0", - "@thi.ng/matrices": "^2.3.13", + "@thi.ng/matrices": "^2.3.14", "@thi.ng/memoize": "^3.1.57", - "@thi.ng/pixel": "^6.1.7", - "@thi.ng/shader-ast": "^0.13.9", - "@thi.ng/shader-ast-glsl": "^0.4.99", - "@thi.ng/shader-ast-stdlib": "^0.16.24", - "@thi.ng/transducers": "^8.9.2", - "@thi.ng/vector-pools": "^3.1.105", - "@thi.ng/vectors": "^7.10.7" + "@thi.ng/pixel": "^6.1.8", + "@thi.ng/shader-ast": "^0.13.10", + "@thi.ng/shader-ast-glsl": "^0.4.100", + "@thi.ng/shader-ast-stdlib": "^0.16.25", + "@thi.ng/transducers": "^8.9.3", + "@thi.ng/vector-pools": "^3.1.106", + "@thi.ng/vectors": "^7.10.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.40.1", diff --git a/packages/zipper/package.json b/packages/zipper/package.json index 7c281573a7..cc18e730d9 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/zipper", - "version": "2.1.81", + "version": "2.1.82", "description": "Functional tree editing, manipulation & navigation", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.23", - "@thi.ng/arrays": "^2.7.20", + "@thi.ng/arrays": "^2.8.0", "@thi.ng/checks": "^3.4.23", "@thi.ng/errors": "^2.4.16" }, diff --git a/yarn.lock b/yarn.lock index 4e888f8e22..c4c76b2cb0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3292,12 +3292,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/bitfield": "npm:^2.3.21" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/bitfield": "npm:^2.3.22" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/sparse": "npm:^0.3.96" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/sparse": "npm:^0.3.97" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3317,7 +3317,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.13, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.14, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: @@ -3327,7 +3327,7 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/text-format": "npm:^2.0.10" + "@thi.ng/text-format": "npm:^2.1.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3335,7 +3335,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/arrays@npm:^2.7.20, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": +"@thi.ng/arrays@npm:^2.8.0, @thi.ng/arrays@workspace:^, @thi.ng/arrays@workspace:packages/arrays": version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: @@ -3353,21 +3353,21 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@npm:^6.3.38, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@npm:^6.3.39, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/compare": "npm:^2.2.19" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -3393,7 +3393,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.55, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.56, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -3405,9 +3405,9 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" "@thi.ng/units": "npm:^0.4.30" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3449,12 +3449,12 @@ __metadata: resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/transducers-binary": "npm:^2.1.96" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/transducers-binary": "npm:^2.1.97" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3462,7 +3462,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/binary@npm:^3.4.11, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": +"@thi.ng/binary@npm:^3.4.12, @thi.ng/binary@workspace:^, @thi.ng/binary@workspace:packages/binary": version: 0.0.0-use.local resolution: "@thi.ng/binary@workspace:packages/binary" dependencies: @@ -3475,13 +3475,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.21, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.22, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/strings": "npm:^3.7.14" esbuild: "npm:^0.20.0" @@ -3529,12 +3529,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/distance": "npm:^2.4.49" - "@thi.ng/geom-closest-point": "npm:^2.1.103" - "@thi.ng/geom-resample": "npm:^2.3.29" + "@thi.ng/distance": "npm:^2.4.50" + "@thi.ng/geom-closest-point": "npm:^2.1.104" + "@thi.ng/geom-resample": "npm:^2.3.30" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/timestep": "npm:^0.5.24" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/timestep": "npm:^0.5.25" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3548,8 +3548,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/dcons": "npm:^3.2.91" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/dcons": "npm:^3.2.92" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3576,11 +3576,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3610,7 +3610,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/base-n": "npm:^2.7.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/color": "npm:^5.6.19" + "@thi.ng/color": "npm:^5.6.20" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/hex": "npm:^2.3.35" esbuild: "npm:^0.20.0" @@ -3620,14 +3620,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.19, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.20, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/compose": "npm:^2.1.62" @@ -3636,8 +3636,8 @@ __metadata: "@thi.ng/math": "npm:^5.10.0" "@thi.ng/random": "npm:^3.6.30" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3651,13 +3651,13 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" - "@thi.ng/dsp": "npm:^4.7.9" - "@thi.ng/dsp-io-wav": "npm:^2.1.95" + "@thi.ng/binary": "npm:^3.4.12" + "@thi.ng/dsp": "npm:^4.7.11" + "@thi.ng/dsp-io-wav": "npm:^2.1.97" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/text-canvas": "npm:^2.6.37" - "@thi.ng/transducers": "npm:^8.9.1" - "@thi.ng/vectors": "npm:^7.10.6" + "@thi.ng/text-canvas": "npm:^3.0.0" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3686,7 +3686,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3708,17 +3708,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^2.1.96, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^2.1.97, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3734,7 +3734,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3757,7 +3757,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@npm:^3.2.91, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@npm:^3.2.92, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -3768,7 +3768,7 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3797,7 +3797,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/dgraph": "npm:^2.1.96" + "@thi.ng/dgraph": "npm:^2.1.97" "@thi.ng/dot": "npm:^2.1.61" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -3806,16 +3806,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@npm:^2.1.96, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@npm:^2.1.97, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3850,7 +3850,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.49, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.50, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -3860,7 +3860,7 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/heaps": "npm:^2.1.59" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3910,16 +3910,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp-io-wav@npm:^2.1.95, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": +"@thi.ng/dsp-io-wav@npm:^2.1.97, @thi.ng/dsp-io-wav@workspace:^, @thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav": version: 0.0.0-use.local resolution: "@thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/transducers-binary": "npm:^2.1.96" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/transducers-binary": "npm:^2.1.97" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3927,7 +3927,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dsp@npm:^4.7.9, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": +"@thi.ng/dsp@npm:^4.7.11, @thi.ng/dsp@workspace:^, @thi.ng/dsp@workspace:packages/dsp": version: 0.0.0-use.local resolution: "@thi.ng/dsp@workspace:packages/dsp" dependencies: @@ -3937,7 +3937,7 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -3978,16 +3978,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/associative": "npm:^6.3.39" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/idgen": "npm:^2.2.26" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/malloc": "npm:^6.1.65" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/malloc": "npm:^6.1.66" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -4002,7 +4002,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/dot": "npm:^2.1.61" "@thi.ng/equiv": "npm:^2.1.47" @@ -4010,7 +4010,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/prefixes": "npm:^2.3.8" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers-binary": "npm:^2.1.96" + "@thi.ng/transducers-binary": "npm:^2.1.97" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4074,7 +4074,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/bench": "npm:^3.4.25" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" @@ -4088,7 +4088,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/file-io@npm:^1.2.7, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": +"@thi.ng/file-io@npm:^1.3.0, @thi.ng/file-io@workspace:^, @thi.ng/file-io@workspace:packages/file-io": version: 0.0.0-use.local resolution: "@thi.ng/file-io@workspace:packages/file-io" dependencies: @@ -4111,11 +4111,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4131,10 +4131,10 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/fuzzy": "npm:^2.1.66" "@thi.ng/hiccup": "npm:^5.1.12" - "@thi.ng/hiccup-svg": "npm:^5.2.11" + "@thi.ng/hiccup-svg": "npm:^5.2.12" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/text-canvas": "npm:^2.6.38" + "@thi.ng/text-canvas": "npm:^3.0.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4156,23 +4156,23 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.49, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.50, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/distance": "npm:^2.4.49" + "@thi.ng/distance": "npm:^2.4.50" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-isec": "npm:^2.1.107" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-isec": "npm:^2.1.108" "@thi.ng/heaps": "npm:^2.1.59" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4180,13 +4180,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^3.4.65, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^3.4.66, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4194,16 +4194,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.108, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.109, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-resample": "npm:^2.3.29" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-resample": "npm:^2.3.30" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4217,17 +4217,17 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/axidraw": "npm:^1.1.55" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/axidraw": "npm:^1.1.56" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/defmulti": "npm:^3.0.23" - "@thi.ng/geom": "npm:^6.0.26" - "@thi.ng/geom-accel": "npm:^3.5.49" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-clip-line": "npm:^2.3.65" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/geom": "npm:^6.0.27" + "@thi.ng/geom-accel": "npm:^3.5.50" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-clip-line": "npm:^2.3.66" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4235,14 +4235,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.65, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.66, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4250,15 +4250,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.107, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.108, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/geom-poly-utils": "npm:^2.3.91" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/geom-poly-utils": "npm:^2.3.92" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4266,14 +4266,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.103, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.104, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4287,15 +4287,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" - "@thi.ng/color": "npm:^5.6.19" - "@thi.ng/geom": "npm:^6.0.26" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-clip-line": "npm:^2.3.65" - "@thi.ng/geom-resample": "npm:^2.3.29" - "@thi.ng/grid-iterators": "npm:^4.0.50" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/associative": "npm:^6.3.39" + "@thi.ng/color": "npm:^5.6.20" + "@thi.ng/geom": "npm:^6.0.27" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-clip-line": "npm:^2.3.66" + "@thi.ng/geom-resample": "npm:^2.3.30" + "@thi.ng/grid-iterators": "npm:^4.0.51" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4303,13 +4303,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.103, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.104, @thi.ng/geom-hull@workspace:packages/geom-hull": version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4324,7 +4324,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4332,16 +4332,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^2.1.107, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^2.1.108, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-closest-point": "npm:^2.1.103" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-closest-point": "npm:^2.1.104" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4349,14 +4349,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.103, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.104, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4364,16 +4364,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.91, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.92, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/geom-api": "npm:^3.4.65" + "@thi.ng/geom-api": "npm:^3.4.66" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4381,17 +4381,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.29, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.30, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-closest-point": "npm:^2.1.103" - "@thi.ng/geom-isec": "npm:^2.1.107" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-closest-point": "npm:^2.1.104" + "@thi.ng/geom-isec": "npm:^2.1.108" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4408,14 +4408,14 @@ __metadata: "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/geom": "npm:^6.0.26" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-isoline": "npm:^2.1.103" - "@thi.ng/geom-poly-utils": "npm:^2.3.91" - "@thi.ng/geom-resample": "npm:^2.3.29" + "@thi.ng/geom": "npm:^6.0.27" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-isoline": "npm:^2.1.104" + "@thi.ng/geom-poly-utils": "npm:^2.3.92" + "@thi.ng/geom-resample": "npm:^2.3.30" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4423,18 +4423,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.82, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.83, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-arc": "npm:^2.1.108" - "@thi.ng/geom-resample": "npm:^2.3.29" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-arc": "npm:^2.1.109" + "@thi.ng/geom-resample": "npm:^2.3.30" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4442,15 +4442,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.107, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.108, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4458,17 +4458,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.108, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.109, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/geom-poly-utils": "npm:^2.3.91" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/geom-poly-utils": "npm:^2.3.92" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4483,10 +4483,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/grid-iterators": "npm:^4.0.50" - "@thi.ng/matrices": "npm:^2.3.13" - "@thi.ng/pixel": "npm:^6.1.7" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/grid-iterators": "npm:^4.0.51" + "@thi.ng/matrices": "npm:^2.3.14" + "@thi.ng/pixel": "npm:^6.1.8" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4500,15 +4500,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/bitfield": "npm:^2.3.21" + "@thi.ng/bitfield": "npm:^2.3.22" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-clip-line": "npm:^2.3.65" - "@thi.ng/geom-clip-poly": "npm:^2.1.107" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/geom-poly-utils": "npm:^2.3.91" + "@thi.ng/geom-clip-line": "npm:^2.3.66" + "@thi.ng/geom-clip-poly": "npm:^2.1.108" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/geom-poly-utils": "npm:^2.3.92" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/quad-edge": "npm:^3.1.53" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4516,38 +4516,38 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.0.26, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.0.27, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-arc": "npm:^2.1.108" - "@thi.ng/geom-clip-line": "npm:^2.3.65" - "@thi.ng/geom-clip-poly": "npm:^2.1.107" - "@thi.ng/geom-closest-point": "npm:^2.1.103" - "@thi.ng/geom-hull": "npm:^2.1.103" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/geom-poly-utils": "npm:^2.3.91" - "@thi.ng/geom-resample": "npm:^2.3.29" - "@thi.ng/geom-splines": "npm:^2.2.82" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.107" - "@thi.ng/geom-tessellate": "npm:^2.1.108" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-arc": "npm:^2.1.109" + "@thi.ng/geom-clip-line": "npm:^2.3.66" + "@thi.ng/geom-clip-poly": "npm:^2.1.108" + "@thi.ng/geom-closest-point": "npm:^2.1.104" + "@thi.ng/geom-hull": "npm:^2.1.104" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/geom-poly-utils": "npm:^2.3.92" + "@thi.ng/geom-resample": "npm:^2.3.30" + "@thi.ng/geom-splines": "npm:^2.2.83" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.108" + "@thi.ng/geom-tessellate": "npm:^2.1.109" "@thi.ng/hiccup": "npm:^5.1.12" - "@thi.ng/hiccup-svg": "npm:^5.2.11" + "@thi.ng/hiccup-svg": "npm:^5.2.12" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/matrices": "npm:^2.3.13" + "@thi.ng/matrices": "npm:^2.3.14" "@thi.ng/random": "npm:^3.6.30" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4564,8 +4564,8 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/zipper": "npm:^2.1.81" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/zipper": "npm:^2.1.82" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4573,19 +4573,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.50, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.51, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": version: 0.0.0-use.local resolution: "@thi.ng/grid-iterators@workspace:packages/grid-iterators" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/binary": "npm:^3.4.11" - "@thi.ng/bitfield": "npm:^2.3.21" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/binary": "npm:^3.4.12" + "@thi.ng/bitfield": "npm:^2.3.22" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/morton": "npm:^3.1.70" + "@thi.ng/morton": "npm:^3.1.71" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4601,7 +4601,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/diff": "npm:^5.1.56" "@thi.ng/hiccup": "npm:^5.1.12" - "@thi.ng/hiccup-css": "npm:^2.6.1" + "@thi.ng/hiccup-css": "npm:^2.6.2" "@thi.ng/strings": "npm:^3.7.14" "@types/node": "npm:^20.11.17" esbuild: "npm:^0.20.0" @@ -4623,7 +4623,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.56" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/hdom": "npm:^9.4.14" - "@thi.ng/hiccup-canvas": "npm:^2.5.13" + "@thi.ng/hiccup-canvas": "npm:^2.5.14" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4640,8 +4640,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.2.5" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/transducers-stats": "npm:^2.1.96" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/transducers-stats": "npm:^2.1.97" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4712,17 +4712,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.13, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.14, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/color": "npm:^5.6.19" + "@thi.ng/color": "npm:^5.6.20" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/pixel": "npm:^6.1.7" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/pixel": "npm:^6.1.8" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4743,7 +4743,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@npm:^2.6.1, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@npm:^2.6.2, @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: @@ -4751,7 +4751,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4794,7 +4794,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/emoji": "npm:^0.1.28" @@ -4803,7 +4803,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/parse": "npm:^2.4.23" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/text-canvas": "npm:^2.6.38" + "@thi.ng/text-canvas": "npm:^3.0.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4811,13 +4811,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.11, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.12, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/color": "npm:^5.6.19" + "@thi.ng/color": "npm:^5.6.20" "@thi.ng/prefixes": "npm:^2.3.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4867,8 +4867,8 @@ __metadata: "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4883,14 +4883,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom": "npm:^6.0.26" - "@thi.ng/geom-api": "npm:^3.4.65" - "@thi.ng/geom-isec": "npm:^2.1.107" - "@thi.ng/geom-tessellate": "npm:^2.1.108" - "@thi.ng/layout": "npm:^3.0.19" + "@thi.ng/geom": "npm:^6.0.27" + "@thi.ng/geom-api": "npm:^3.4.66" + "@thi.ng/geom-isec": "npm:^2.1.108" + "@thi.ng/geom-tessellate": "npm:^2.1.109" + "@thi.ng/layout": "npm:^3.0.20" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4938,7 +4938,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/errors": "npm:^2.4.16" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -4947,16 +4947,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.64, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.65, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/distance": "npm:^2.4.49" + "@thi.ng/distance": "npm:^2.4.50" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -4982,12 +4982,12 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/layout@npm:^3.0.19, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": +"@thi.ng/layout@npm:^3.0.20, @thi.ng/layout@workspace:^, @thi.ng/layout@workspace:packages/layout": version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5003,7 +5003,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers-binary": "npm:^2.1.96" + "@thi.ng/transducers-binary": "npm:^2.1.97" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5046,8 +5046,8 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5055,13 +5055,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/malloc@npm:^6.1.65, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": +"@thi.ng/malloc@npm:^6.1.66, @thi.ng/malloc@workspace:^, @thi.ng/malloc@workspace:packages/malloc": version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" esbuild: "npm:^0.20.0" @@ -5081,7 +5081,7 @@ __metadata: "@thi.ng/compose": "npm:^2.1.62" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5102,7 +5102,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.13, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.14, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5110,7 +5110,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5137,17 +5137,17 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/args": "npm:^2.3.13" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/args": "npm:^2.3.14" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/file-io": "npm:^1.2.7" - "@thi.ng/hiccup-css": "npm:^2.6.1" + "@thi.ng/file-io": "npm:^1.3.0" + "@thi.ng/hiccup-css": "npm:^2.6.2" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rstream": "npm:^8.3.4" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/text-format": "npm:^2.0.10" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/text-format": "npm:^2.1.0" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5170,13 +5170,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@npm:^3.1.70, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@npm:^3.1.71, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" esbuild: "npm:^0.20.0" @@ -5257,7 +5257,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/pixel": "npm:^6.1.7" + "@thi.ng/pixel": "npm:^6.1.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5271,7 +5271,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/pixel": "npm:^6.1.7" + "@thi.ng/pixel": "npm:^6.1.8" esbuild: "npm:^0.20.0" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5287,7 +5287,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/pixel": "npm:^6.1.7" + "@thi.ng/pixel": "npm:^6.1.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5301,7 +5301,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/pixel": "npm:^6.1.7" + "@thi.ng/pixel": "npm:^6.1.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5309,18 +5309,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.6, @thi.ng/pixel@npm:^6.1.7, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.6, @thi.ng/pixel@npm:^6.1.8, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/canvas": "npm:^0.2.5" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/distance": "npm:^2.4.49" + "@thi.ng/distance": "npm:^2.4.50" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/k-means": "npm:^0.6.64" + "@thi.ng/k-means": "npm:^0.6.65" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/porter-duff": "npm:^2.1.65" esbuild: "npm:^0.20.0" @@ -5337,10 +5337,10 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/args": "npm:^2.3.13" + "@thi.ng/args": "npm:^2.3.14" "@thi.ng/bench": "npm:^3.4.25" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/file-io": "npm:^1.2.7" + "@thi.ng/file-io": "npm:^1.3.0" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/pointfree": "npm:^3.1.66" esbuild: "npm:^0.20.0" @@ -5377,9 +5377,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/geom-api": "npm:^3.4.65" + "@thi.ng/geom-api": "npm:^3.4.66" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5432,12 +5432,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5498,10 +5498,10 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/equiv": "npm:^2.1.47" - "@thi.ng/grid-iterators": "npm:^4.0.50" + "@thi.ng/grid-iterators": "npm:^4.0.51" "@thi.ng/porter-duff": "npm:^2.1.65" "@thi.ng/random": "npm:^3.6.30" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5515,12 +5515,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/canvas": "npm:^0.2.5" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/hiccup-canvas": "npm:^2.5.13" - "@thi.ng/rdom": "npm:^1.1.2" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/hiccup-canvas": "npm:^2.5.14" + "@thi.ng/rdom": "npm:^1.1.3" + "@thi.ng/rstream": "npm:^8.3.4" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5534,12 +5534,12 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/hiccup-html": "npm:^2.4.7" - "@thi.ng/rdom": "npm:^1.1.2" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rdom": "npm:^1.1.3" + "@thi.ng/rstream": "npm:^8.3.4" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5556,8 +5556,8 @@ __metadata: "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/hiccup-html": "npm:^2.4.7" - "@thi.ng/rdom": "npm:^1.1.2" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rdom": "npm:^1.1.3" + "@thi.ng/rstream": "npm:^8.3.4" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5565,7 +5565,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.2, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.3, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -5576,7 +5576,7 @@ __metadata: "@thi.ng/hiccup": "npm:^5.1.12" "@thi.ng/paths": "npm:^5.1.65" "@thi.ng/prefixes": "npm:^2.3.8" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rstream": "npm:^8.3.4" "@thi.ng/strings": "npm:^3.7.14" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5637,8 +5637,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/csp": "npm:^2.1.96" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/csp": "npm:^2.1.97" + "@thi.ng/rstream": "npm:^8.3.4" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5646,14 +5646,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.52, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.53, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rstream": "npm:^8.3.4" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5669,8 +5669,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/rstream": "npm:^8.3.3" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/rstream": "npm:^8.3.4" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5689,8 +5689,8 @@ __metadata: "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/paths": "npm:^5.1.65" "@thi.ng/resolve-map": "npm:^7.1.58" - "@thi.ng/rstream": "npm:^8.3.3" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/rstream": "npm:^8.3.4" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5703,7 +5703,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rstream": "npm:^8.3.4" "@types/node": "npm:^20.11.17" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5720,9 +5720,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/rstream": "npm:^8.3.3" + "@thi.ng/rstream": "npm:^8.3.4" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5736,15 +5736,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/rstream": "npm:^8.3.3" - "@thi.ng/rstream-dot": "npm:^3.0.52" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/rstream": "npm:^8.3.4" + "@thi.ng/rstream-dot": "npm:^3.0.53" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5752,19 +5752,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@npm:^8.3.3, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@npm:^8.3.4, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/atom": "npm:^5.2.30" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5779,8 +5779,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/transducers-fsm": "npm:^2.2.65" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/transducers-fsm": "npm:^2.2.66" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5796,8 +5796,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/matrices": "npm:^2.3.13" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/matrices": "npm:^2.3.14" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5834,7 +5834,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@npm:^0.4.99, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@npm:^0.4.100, @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: @@ -5842,7 +5842,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/shader-ast": "npm:^0.13.9" + "@thi.ng/shader-ast": "npm:^0.13.10" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5859,10 +5859,10 @@ __metadata: "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/matrices": "npm:^2.3.13" - "@thi.ng/pixel": "npm:^6.1.7" - "@thi.ng/shader-ast": "npm:^0.13.9" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/matrices": "npm:^2.3.14" + "@thi.ng/pixel": "npm:^6.1.8" + "@thi.ng/shader-ast": "npm:^0.13.10" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5879,7 +5879,7 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/shader-ast": "npm:^0.13.9" + "@thi.ng/shader-ast": "npm:^0.13.10" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5887,13 +5887,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@npm:^0.16.24, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@npm:^0.16.25, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/shader-ast": "npm:^0.13.9" + "@thi.ng/shader-ast": "npm:^0.13.10" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5901,7 +5901,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@npm:^0.13.9, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@npm:^0.13.10, @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: @@ -5909,7 +5909,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/defmulti": "npm:^3.0.23" - "@thi.ng/dgraph": "npm:^2.1.96" + "@thi.ng/dgraph": "npm:^2.1.97" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" esbuild: "npm:^0.20.0" @@ -5924,7 +5924,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/transducers-binary": "npm:^2.1.96" + "@thi.ng/transducers-binary": "npm:^2.1.97" assemblyscript: "npm:0.27.24" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -5939,11 +5939,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers-binary": "npm:^2.1.96" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/transducers-binary": "npm:^2.1.97" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5951,14 +5951,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@npm:^0.3.96, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@npm:^0.3.97, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -5988,7 +5988,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/dgraph": "npm:^2.1.96" + "@thi.ng/dgraph": "npm:^2.1.97" "@thi.ng/logger": "npm:^3.0.0" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" @@ -6003,16 +6003,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/args": "npm:^2.3.13" + "@thi.ng/args": "npm:^2.3.14" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/date": "npm:^2.5.17" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/file-io": "npm:^1.2.7" + "@thi.ng/file-io": "npm:^1.3.0" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/strings": "npm:^3.7.14" "@thi.ng/testament": "npm:^0.4.17" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6038,20 +6038,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^2.6.37, @thi.ng/text-canvas@npm:^2.6.38, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.0, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": version: 0.0.0-use.local resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/geom-clip-line": "npm:^2.3.65" + "@thi.ng/geom-clip-line": "npm:^2.3.66" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/text-format": "npm:^2.0.10" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/text-format": "npm:^2.1.0" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" tslib: "npm:^2.6.2" @@ -6060,7 +6060,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.0.10, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.1.0, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: @@ -6075,14 +6075,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.24, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.25, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/math": "npm:^5.10.0" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6097,11 +6097,11 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/file-io": "npm:^1.2.7" + "@thi.ng/file-io": "npm:^1.3.0" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/strings": "npm:^3.7.14" "@thi.ng/testament": "npm:^0.4.17" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6109,18 +6109,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.96, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.97, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": version: 0.0.0-use.local resolution: "@thi.ng/transducers-binary@workspace:packages/transducers-binary" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/compose": "npm:^2.1.62" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/hex": "npm:^2.3.35" "@thi.ng/random": "npm:^3.6.30" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6128,13 +6128,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@npm:^2.2.65, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@npm:^2.2.66, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": version: 0.0.0-use.local resolution: "@thi.ng/transducers-fsm@workspace:packages/transducers-fsm" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6149,7 +6149,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/hdom": "npm:^9.4.14" "@thi.ng/hiccup": "npm:^5.1.12" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6166,7 +6166,7 @@ __metadata: "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/paths": "npm:^5.1.65" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6174,15 +6174,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.96, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.1.97, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/checks": "npm:^3.4.23" - "@thi.ng/dcons": "npm:^3.2.91" + "@thi.ng/dcons": "npm:^3.2.92" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6190,13 +6190,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@npm:^8.9.1, @thi.ng/transducers@npm:^8.9.2, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@npm:^8.9.1, @thi.ng/transducers@npm:^8.9.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: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/compose": "npm:^2.1.62" @@ -6251,19 +6251,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.105, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.106, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": version: 0.0.0-use.local resolution: "@thi.ng/vector-pools@workspace:packages/vector-pools" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/malloc": "npm:^6.1.65" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/malloc": "npm:^6.1.66" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6271,13 +6271,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.6, @thi.ng/vectors@npm:^7.10.7, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.8, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" @@ -6285,7 +6285,7 @@ __metadata: "@thi.ng/memoize": "npm:^3.1.57" "@thi.ng/random": "npm:^3.6.30" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6299,13 +6299,13 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/date": "npm:^2.5.17" "@thi.ng/math": "npm:^5.10.0" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/transducers": "npm:^8.9.2" + "@thi.ng/transducers": "npm:^8.9.3" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6313,24 +6313,24 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.4.48, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.4.49, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/args": "npm:^2.3.13" - "@thi.ng/arrays": "npm:^2.7.20" - "@thi.ng/binary": "npm:^3.4.11" + "@thi.ng/args": "npm:^2.3.14" + "@thi.ng/arrays": "npm:^2.8.0" + "@thi.ng/binary": "npm:^3.4.12" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/compare": "npm:^2.2.19" "@thi.ng/defmulti": "npm:^3.0.23" "@thi.ng/errors": "npm:^2.4.16" - "@thi.ng/file-io": "npm:^1.2.7" + "@thi.ng/file-io": "npm:^1.3.0" "@thi.ng/logger": "npm:^3.0.0" "@thi.ng/paths": "npm:^5.1.65" "@thi.ng/strings": "npm:^3.7.14" - "@thi.ng/wasm-api": "npm:^1.4.51" + "@thi.ng/wasm-api": "npm:^1.4.52" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6345,10 +6345,10 @@ __metadata: resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" - "@thi.ng/binary": "npm:^3.4.11" - "@thi.ng/wasm-api": "npm:^1.4.51" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.48" - "@thi.ng/wasm-api-dom": "npm:^0.11.69" + "@thi.ng/binary": "npm:^3.4.12" + "@thi.ng/wasm-api": "npm:^1.4.52" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.49" + "@thi.ng/wasm-api-dom": "npm:^0.11.70" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6356,7 +6356,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^0.11.69, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^0.11.70, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: @@ -6365,8 +6365,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.2.5" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/prefixes": "npm:^2.3.8" - "@thi.ng/wasm-api": "npm:^1.4.51" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.48" + "@thi.ng/wasm-api": "npm:^1.4.52" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.49" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6380,8 +6380,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/wasm-api": "npm:^1.4.51" - "@thi.ng/wasm-api-bindgen": "npm:^0.4.48" + "@thi.ng/wasm-api": "npm:^1.4.52" + "@thi.ng/wasm-api-bindgen": "npm:^0.4.49" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6389,13 +6389,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^1.4.51, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^1.4.52, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/hex": "npm:^2.3.35" @@ -6414,11 +6414,11 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/shader-ast": "npm:^0.13.9" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vector-pools": "npm:^3.1.105" - "@thi.ng/vectors": "npm:^7.10.7" - "@thi.ng/webgl": "npm:^6.6.28" + "@thi.ng/shader-ast": "npm:^0.13.10" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vector-pools": "npm:^3.1.106" + "@thi.ng/vectors": "npm:^7.10.8" + "@thi.ng/webgl": "npm:^6.6.29" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6432,9 +6432,9 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/shader-ast": "npm:^0.13.9" - "@thi.ng/shader-ast-glsl": "npm:^0.4.99" - "@thi.ng/webgl": "npm:^6.6.28" + "@thi.ng/shader-ast": "npm:^0.13.10" + "@thi.ng/shader-ast-glsl": "npm:^0.4.100" + "@thi.ng/webgl": "npm:^6.6.29" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6442,27 +6442,27 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.6.28, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.6.29, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/associative": "npm:^6.3.38" + "@thi.ng/associative": "npm:^6.3.39" "@thi.ng/canvas": "npm:^0.2.5" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/equiv": "npm:^2.1.47" "@thi.ng/errors": "npm:^2.4.16" "@thi.ng/logger": "npm:^3.0.0" - "@thi.ng/matrices": "npm:^2.3.13" + "@thi.ng/matrices": "npm:^2.3.14" "@thi.ng/memoize": "npm:^3.1.57" - "@thi.ng/pixel": "npm:^6.1.7" - "@thi.ng/shader-ast": "npm:^0.13.9" - "@thi.ng/shader-ast-glsl": "npm:^0.4.99" - "@thi.ng/shader-ast-stdlib": "npm:^0.16.24" - "@thi.ng/transducers": "npm:^8.9.2" - "@thi.ng/vector-pools": "npm:^3.1.105" - "@thi.ng/vectors": "npm:^7.10.7" + "@thi.ng/pixel": "npm:^6.1.8" + "@thi.ng/shader-ast": "npm:^0.13.10" + "@thi.ng/shader-ast-glsl": "npm:^0.4.100" + "@thi.ng/shader-ast-stdlib": "npm:^0.16.25" + "@thi.ng/transducers": "npm:^8.9.3" + "@thi.ng/vector-pools": "npm:^3.1.106" + "@thi.ng/vectors": "npm:^7.10.8" esbuild: "npm:^0.20.0" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.7" @@ -6470,13 +6470,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/zipper@npm:^2.1.81, @thi.ng/zipper@workspace:packages/zipper": +"@thi.ng/zipper@npm:^2.1.82, @thi.ng/zipper@workspace:packages/zipper": version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: "@microsoft/api-extractor": "npm:^7.40.1" "@thi.ng/api": "npm:^8.9.23" - "@thi.ng/arrays": "npm:^2.7.20" + "@thi.ng/arrays": "npm:^2.8.0" "@thi.ng/checks": "npm:^3.4.23" "@thi.ng/errors": "npm:^2.4.16" esbuild: "npm:^0.20.0"