diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 5adfe7f815..ab5b3d8f9a 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.8", + "version": "2.5.9", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -39,14 +39,14 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", "@thi.ng/bitfield": "^2.3.6", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/errors": "^2.4.2", - "@thi.ng/sparse": "^0.3.77" + "@thi.ng/sparse": "^0.3.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", "@thi.ng/testament": "^0.4.1", - "@thi.ng/vectors": "^7.8.4", + "@thi.ng/vectors": "^7.8.5", "rimraf": "^5.0.5", "tools": "workspace:^", "typedoc": "^0.25.3", diff --git a/packages/associative/package.json b/packages/associative/package.json index e88063820e..6073a8ea9c 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.19", + "version": "6.3.20", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "@thi.ng/binary": "^3.3.37", "@thi.ng/checks": "^3.4.8", "@thi.ng/compare": "^2.2.4", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10", + "@thi.ng/transducers": "^8.8.11", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 41196587c3..1e01367c3d 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.35", + "version": "1.1.36", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", + "@thi.ng/transducers": "^8.8.11", "@thi.ng/units": "^0.4.15", - "@thi.ng/vectors": "^7.8.4", + "@thi.ng/vectors": "^7.8.5", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 2f0ea73ea0..cbb591af67 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.79", + "version": "2.1.80", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/defmulti": "^3.0.6", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/transducers-binary": "^2.1.77" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/transducers-binary": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/boids/package.json b/packages/boids/package.json index e11a877255..9017fde402 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "0.1.4", + "version": "0.1.5", "description": "n-dimensional boids simulation with highly configurable behaviors", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/distance": "^2.4.29", - "@thi.ng/geom-accel": "^3.5.29", - "@thi.ng/timestep": "^0.5.4", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/distance": "^2.4.30", + "@thi.ng/geom-accel": "^3.5.30", + "@thi.ng/timestep": "^0.5.5", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/cache/package.json b/packages/cache/package.json index 500d4e9f12..ba9ea3d914 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.77", + "version": "2.1.78", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/dcons": "^3.2.72", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/dcons": "^3.2.73", + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 7e1d1259c8..4a630a688c 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.69", + "version": "0.2.70", "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", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 491af94ba1..81c5dc53e8 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.12", + "version": "1.2.13", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/base-n": "^2.5.16", "@thi.ng/checks": "^3.4.8", - "@thi.ng/color": "^5.5.31", + "@thi.ng/color": "^5.6.0", "@thi.ng/errors": "^2.4.2", "@thi.ng/hex": "^2.3.20" }, diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 317c97f7f6..a96f727e62 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:18Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [5.6.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.6.0) (2023-11-12) + +#### 🚀 Features + +- update temperatureMat() ([eaacfa0](https://github.com/thi-ng/umbrella/commit/eaacfa0)) + - add (optional) 2nd green/magenta axis to existing blue/yellow + ### [5.5.27](https://github.com/thi-ng/umbrella/tree/@thi.ng/color@5.5.27) (2023-10-27) #### ♻️ Refactoring diff --git a/packages/color/package.json b/packages/color/package.json index 600c7db420..7786d19969 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.5.31", + "version": "5.6.0", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -48,8 +48,8 @@ "@thi.ng/math": "^5.7.3", "@thi.ng/random": "^3.6.14", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/complex/package.json b/packages/complex/package.json index 8a7686c499..2d46f08ce2 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.17", + "version": "0.2.18", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/csp/package.json b/packages/csp/package.json index 84afb08835..678263941e 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.77", + "version": "2.1.78", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", "@thi.ng/checks": "^3.4.8", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/csv/package.json b/packages/csv/package.json index 50210c3fca..991b6e15c9 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.43", + "version": "2.3.44", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 714e3c1d04..446dc9f1ec 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.72", + "version": "3.2.73", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 1726c58b4e..1d7bf418ba 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.78", + "version": "2.1.79", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/dgraph": "^2.1.77", + "@thi.ng/dgraph": "^2.1.78", "@thi.ng/dot": "^2.1.46" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 62bf903183..25cbcba2f5 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.77", + "version": "2.1.78", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/distance/package.json b/packages/distance/package.json index 01c8b28344..e787f69c31 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.29", + "version": "2.4.30", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/heaps": "^2.1.44", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 45fdd27611..7f9bdf9bba 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.77", + "version": "2.1.78", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/binary": "^3.3.37", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/transducers-binary": "^2.1.77" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/transducers-binary": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 7e267b0e7c..fd15a3a4c1 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.6.12", + "version": "4.6.13", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/math": "^5.7.3", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 69b861f197..0dbba882a7 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.79", + "version": "0.7.80", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/binary": "^3.3.37", "@thi.ng/checks": "^3.4.8", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/errors": "^2.4.2", "@thi.ng/idgen": "^2.2.11", "@thi.ng/logger": "^1.4.24", "@thi.ng/malloc": "^6.1.50", - "@thi.ng/transducers": "^8.8.10", + "@thi.ng/transducers": "^8.8.11", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index c17f689f7f..412ca378d1 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.83", + "version": "0.6.84", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -29,14 +29,14 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", "@thi.ng/dot": "^2.1.46", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", "@thi.ng/prefixes": "^2.2.4", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers-binary": "^2.1.77" + "@thi.ng/transducers-binary": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 12c6db38ca..08afaa858a 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.79", + "version": "3.1.80", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 1552c1c9d3..d69f156757 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.97", + "version": "2.1.98", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/fuzzy": "^2.1.49", "@thi.ng/hiccup": "^5.0.7", - "@thi.ng/hiccup-svg": "^5.0.33", + "@thi.ng/hiccup-svg": "^5.0.34", "@thi.ng/math": "^5.7.3", "@thi.ng/strings": "^3.6.6", - "@thi.ng/text-canvas": "^2.6.18" + "@thi.ng/text-canvas": "^2.6.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 5e64f65df6..89a44c1d47 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.29", + "version": "3.5.30", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", "@thi.ng/checks": "^3.4.8", - "@thi.ng/distance": "^2.4.29", + "@thi.ng/distance": "^2.4.30", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-isec": "^2.1.87", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-isec": "^2.1.88", "@thi.ng/heaps": "^2.1.44", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 1a8f24c31c..393dfefee2 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.45", + "version": "3.4.46", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 4e57d148d5..19c8d75779 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.88", + "version": "2.1.89", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-resample": "^2.3.9", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-resample": "^2.3.10", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 9420df3c7f..844f55f546 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.41", + "version": "0.5.42", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -35,16 +35,16 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", - "@thi.ng/axidraw": "^1.1.35", + "@thi.ng/axidraw": "^1.1.36", "@thi.ng/compare": "^2.2.4", "@thi.ng/defmulti": "^3.0.6", - "@thi.ng/geom": "^6.0.3", - "@thi.ng/geom-accel": "^3.5.29", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-clip-line": "^2.3.45", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/geom": "^6.0.4", + "@thi.ng/geom-accel": "^3.5.30", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-clip-line": "^2.3.46", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index c6a2b31537..f6cd2387dc 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.45", + "version": "2.3.46", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index c1ac86beea..4b72111d81 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.87", + "version": "2.1.88", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -33,10 +33,10 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/geom-poly-utils": "^2.3.71", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/geom-poly-utils": "^2.3.72", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index a94738e4fa..9b38ebc238 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.83", + "version": "2.1.84", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index e6e84ed1fc..fcc7608502 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.55", + "version": "2.2.56", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", - "@thi.ng/color": "^5.5.31", - "@thi.ng/geom": "^6.0.3", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-clip-line": "^2.3.45", - "@thi.ng/geom-resample": "^2.3.9", - "@thi.ng/grid-iterators": "^4.0.31", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/associative": "^6.3.20", + "@thi.ng/color": "^5.6.0", + "@thi.ng/geom": "^6.0.4", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-clip-line": "^2.3.46", + "@thi.ng/geom-resample": "^2.3.10", + "@thi.ng/grid-iterators": "^4.0.32", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index deb9e5edf5..823c551d8e 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.83", + "version": "2.1.84", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 267ef4ebea..5171458cde 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.83", + "version": "0.3.84", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index ea625e8fd7..b200eea4c5 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.87", + "version": "2.1.88", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-closest-point": "^2.1.83", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-closest-point": "^2.1.84", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 739b685b2a..6de7511b93 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.83", + "version": "2.1.84", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 32bbfeed7c..e1460aec90 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.71", + "version": "2.3.72", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/geom-api": "^3.4.45", + "@thi.ng/geom-api": "^3.4.46", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 1cac67aae9..73400b2508 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.9", + "version": "2.3.10", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-closest-point": "^2.1.83", - "@thi.ng/geom-isec": "^2.1.87", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-closest-point": "^2.1.84", + "@thi.ng/geom-isec": "^2.1.88", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 034bca3c21..c91d75bf6f 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.2.82", + "version": "0.2.83", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/defmulti": "^3.0.6", "@thi.ng/errors": "^2.4.2", - "@thi.ng/geom": "^6.0.3", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-isoline": "^2.1.83", - "@thi.ng/geom-poly-utils": "^2.3.71", - "@thi.ng/geom-resample": "^2.3.9", + "@thi.ng/geom": "^6.0.4", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-isoline": "^2.1.84", + "@thi.ng/geom-poly-utils": "^2.3.72", + "@thi.ng/geom-resample": "^2.3.10", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index ca41144a19..c22de8af6a 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.62", + "version": "2.2.63", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-arc": "^2.1.88", - "@thi.ng/geom-resample": "^2.3.9", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-arc": "^2.1.89", + "@thi.ng/geom-resample": "^2.3.10", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 72aaf6f535..28ed6fb299 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.87", + "version": "2.1.88", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 272c8504ec..ff4b0bfc9c 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.88", + "version": "2.1.89", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/geom-poly-utils": "^2.3.71", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/geom-poly-utils": "^2.3.72", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index efea0c8905..29c156db98 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.36", + "version": "0.3.37", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/grid-iterators": "^4.0.31", - "@thi.ng/matrices": "^2.2.8", - "@thi.ng/pixel": "^4.3.4", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/grid-iterators": "^4.0.32", + "@thi.ng/matrices": "^2.2.9", + "@thi.ng/pixel": "^5.0.0", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 6c6a4eff47..c88e0d55e0 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.30", + "version": "2.3.31", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -36,13 +36,13 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/bitfield": "^2.3.6", "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-clip-line": "^2.3.45", - "@thi.ng/geom-clip-poly": "^2.1.87", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/geom-poly-utils": "^2.3.71", + "@thi.ng/geom-clip-line": "^2.3.46", + "@thi.ng/geom-clip-poly": "^2.1.88", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/geom-poly-utils": "^2.3.72", "@thi.ng/math": "^5.7.3", "@thi.ng/quad-edge": "^3.1.39", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/geom/package.json b/packages/geom/package.json index 890111fbdb..5153cfb46a 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.0.3", + "version": "6.0.4", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -36,31 +36,31 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", "@thi.ng/defmulti": "^3.0.6", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-arc": "^2.1.88", - "@thi.ng/geom-clip-line": "^2.3.45", - "@thi.ng/geom-clip-poly": "^2.1.87", - "@thi.ng/geom-closest-point": "^2.1.83", - "@thi.ng/geom-hull": "^2.1.83", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/geom-poly-utils": "^2.3.71", - "@thi.ng/geom-resample": "^2.3.9", - "@thi.ng/geom-splines": "^2.2.62", - "@thi.ng/geom-subdiv-curve": "^2.1.87", - "@thi.ng/geom-tessellate": "^2.1.88", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-arc": "^2.1.89", + "@thi.ng/geom-clip-line": "^2.3.46", + "@thi.ng/geom-clip-poly": "^2.1.88", + "@thi.ng/geom-closest-point": "^2.1.84", + "@thi.ng/geom-hull": "^2.1.84", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/geom-poly-utils": "^2.3.72", + "@thi.ng/geom-resample": "^2.3.10", + "@thi.ng/geom-splines": "^2.2.63", + "@thi.ng/geom-subdiv-curve": "^2.1.88", + "@thi.ng/geom-tessellate": "^2.1.89", "@thi.ng/hiccup": "^5.0.7", - "@thi.ng/hiccup-svg": "^5.0.33", + "@thi.ng/hiccup-svg": "^5.0.34", "@thi.ng/math": "^5.7.3", - "@thi.ng/matrices": "^2.2.8", + "@thi.ng/matrices": "^2.2.9", "@thi.ng/random": "^3.6.14", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/gp/package.json b/packages/gp/package.json index 47d46f1985..083abd5969 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.77", + "version": "0.4.78", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/math": "^5.7.3", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10", + "@thi.ng/transducers": "^8.8.11", "@thi.ng/zipper": "^2.1.65" }, "devDependencies": { diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 8f7ad83167..ee6ec9b161 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.31", + "version": "4.0.32", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/morton": "^3.1.53", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 47744a3400..538cba5280 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.82", + "version": "0.3.83", "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", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/diff": "^5.1.41", "@thi.ng/hiccup": "^5.0.7", - "@thi.ng/hiccup-css": "^2.2.15", + "@thi.ng/hiccup-css": "^2.2.16", "@thi.ng/strings": "^3.6.6" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 1cc0c0b09c..32882d2874 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.92", + "version": "4.1.93", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/diff": "^5.1.41", "@thi.ng/errors": "^2.4.2", "@thi.ng/hdom": "^9.3.28", - "@thi.ng/hiccup-canvas": "^2.4.7" + "@thi.ng/hiccup-canvas": "^2.4.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index ca091c3df9..2f8bb83d9c 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.77", + "version": "5.1.78", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/transducers-stats": "^2.1.77" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/transducers-stats": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 5f2c29495d..f090c1f8e0 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.4.7", + "version": "2.4.8", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", - "@thi.ng/color": "^5.5.31", + "@thi.ng/color": "^5.6.0", "@thi.ng/math": "^5.7.3", - "@thi.ng/pixel": "^4.3.4", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/pixel": "^5.0.0", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index c58aeb1d5e..de4201c3a6 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.2.15", + "version": "2.2.16", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hiccup-html/CHANGELOG.md b/packages/hiccup-html/CHANGELOG.md index 006ba0ffa0..0fbdf7b4b4 100644 --- a/packages/hiccup-html/CHANGELOG.md +++ b/packages/hiccup-html/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index aef14003d4..3fb2869438 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html", - "version": "2.2.34", + "version": "2.2.35", "description": "100+ type-checked HTML5 element functions for @thi.ng/hiccup related infrastructure", "type": "module", "module": "./index.js", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index ad293a6286..ad7136a038 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.43", + "version": "3.2.44", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/logger": "^1.4.24", "@thi.ng/parse": "^2.4.6", "@thi.ng/strings": "^3.6.6", - "@thi.ng/text-canvas": "^2.6.18" + "@thi.ng/text-canvas": "^2.6.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index e44213f96d..6180977c97 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.0.33", + "version": "5.0.34", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.8", - "@thi.ng/color": "^5.5.31", + "@thi.ng/color": "^5.6.0", "@thi.ng/prefixes": "^2.2.4" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index 18a2439361..daccb570bc 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.85", + "version": "2.1.86", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/defmulti": "^3.0.6", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 171a6d33ec..9a70ace51b 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.9", + "version": "2.2.10", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -35,14 +35,14 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom": "^6.0.3", - "@thi.ng/geom-api": "^3.4.45", - "@thi.ng/geom-isec": "^2.1.87", - "@thi.ng/geom-tessellate": "^2.1.88", + "@thi.ng/geom": "^6.0.4", + "@thi.ng/geom-api": "^3.4.46", + "@thi.ng/geom-isec": "^2.1.88", + "@thi.ng/geom-tessellate": "^2.1.89", "@thi.ng/layout": "^3.0.3", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index c86b813fc1..79099586e9 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.77", + "version": "6.1.78", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/errors": "^2.4.2" }, "devDependencies": { diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 958ecdcda4..01c2036439 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.44", + "version": "0.6.45", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/distance": "^2.4.29", + "@thi.ng/distance": "^2.4.30", "@thi.ng/errors": "^2.4.2", "@thi.ng/random": "^3.6.14", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index ec2003d5d5..92e46d2d7d 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.48", + "version": "3.0.49", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers-binary": "^2.1.77" + "@thi.ng/transducers-binary": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 90f0145077..af00af62dd 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.83", + "version": "2.1.84", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/math": "^5.7.3", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 095d4be1fc..04aa1be917 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.79", + "version": "0.3.80", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/compose": "^2.1.47", "@thi.ng/errors": "^2.4.2", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 50a0ab4040..9a32d02c96 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.2.8", + "version": "2.2.9", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 9363c706fd..3005f9ac40 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.85", + "version": "1.1.86", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/pixel": "^4.3.4" + "@thi.ng/pixel": "^5.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index af5c5c0a48..caa420c8c6 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.46", + "version": "0.1.47", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/pixel": "^4.3.4", + "@thi.ng/pixel": "^5.0.0", "geotiff": "2.0.7" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index b06c4652d5..167abe8ae5 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.85", + "version": "2.1.86", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/pixel": "^4.3.4" + "@thi.ng/pixel": "^5.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 378f0a7d25..e1b7bbf3a3 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.26", + "version": "0.1.27", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.4.2", - "@thi.ng/pixel": "^4.3.4" + "@thi.ng/pixel": "^5.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index fa7f39edc8..8779440691 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [5.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@5.0.0) (2023-11-12) + +#### 🛑 Breaking changes + +- update getRegion() return type ([6c22953](https://github.com/thi-ng/umbrella/commit/6c22953)) +- BREAKING CHANGE: update getRegion() to return undefined + if result region < 1 pixel + - add size checks to impls in IntBuffer/FloatBuffer + ### [4.3.3](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@4.3.3) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 439e844f8f..9c405a23ed 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "4.3.4", + "version": "5.0.0", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/binary": "^3.3.37", "@thi.ng/checks": "^3.4.8", - "@thi.ng/distance": "^2.4.29", + "@thi.ng/distance": "^2.4.30", "@thi.ng/errors": "^2.4.2", - "@thi.ng/k-means": "^0.6.44", + "@thi.ng/k-means": "^0.6.45", "@thi.ng/math": "^5.7.3", "@thi.ng/porter-duff": "^2.1.48" }, diff --git a/packages/poisson/package.json b/packages/poisson/package.json index f82512d882..a7d79fb8c9 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.44", + "version": "3.1.45", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", - "@thi.ng/geom-api": "^3.4.45", + "@thi.ng/geom-api": "^3.4.46", "@thi.ng/random": "^3.6.14", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index ea4c3ddead..35d246df61 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.84", + "version": "2.1.85", "description": "Parametric (non-)linearly interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "@thi.ng/arrays": "^2.7.4", "@thi.ng/compare": "^2.2.4", "@thi.ng/math": "^5.7.3", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index c53441fbce..12410a332e 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.59", + "version": "1.0.60", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/equiv": "^2.1.33", - "@thi.ng/grid-iterators": "^4.0.31", + "@thi.ng/grid-iterators": "^4.0.32", "@thi.ng/porter-duff": "^2.1.48", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 14cb3e2a07..8da357557d 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.37", + "version": "0.5.38", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.2.24", "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", - "@thi.ng/hiccup-canvas": "^2.4.7", - "@thi.ng/rdom": "^0.12.22", - "@thi.ng/rstream": "^8.2.9" + "@thi.ng/hiccup-canvas": "^2.4.8", + "@thi.ng/rdom": "^0.13.0", + "@thi.ng/rstream": "^8.2.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 95797fae62..cab070ab99 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.34", + "version": "0.6.35", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", - "@thi.ng/hiccup-html": "^2.2.34", - "@thi.ng/rdom": "^0.12.22", - "@thi.ng/rstream": "^8.2.9", + "@thi.ng/associative": "^6.3.20", + "@thi.ng/hiccup-html": "^2.2.35", + "@thi.ng/rdom": "^0.13.0", + "@thi.ng/rstream": "^8.2.10", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rdom/CHANGELOG.md b/packages/rdom/CHANGELOG.md index 029f85fce4..fa6b11651e 100644 --- a/packages/rdom/CHANGELOG.md +++ b/packages/rdom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **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. +## [0.13.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.13.0) (2023-11-12) + +#### 🚀 Features + +- add $wrapEl() DOM element component wrapper ([298e9a1](https://github.com/thi-ng/umbrella/commit/298e9a1)) +- update $compile() to support existing DOM elements ([859521a](https://github.com/thi-ng/umbrella/commit/859521a)) +- update $attribs() to return element ([1f82021](https://github.com/thi-ng/umbrella/commit/1f82021)) + ### [0.12.21](https://github.com/thi-ng/umbrella/tree/@thi.ng/rdom@0.12.21) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 857baa108c..176e87b809 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.12.22", + "version": "0.13.0", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/hiccup": "^5.0.7", "@thi.ng/paths": "^5.1.49", "@thi.ng/prefixes": "^2.2.4", - "@thi.ng/rstream": "^8.2.9", + "@thi.ng/rstream": "^8.2.10", "@thi.ng/strings": "^3.6.6" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index cce3a56138..100b175e29 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.81", + "version": "3.1.82", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -33,8 +33,8 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/csp": "^2.1.77", - "@thi.ng/rstream": "^8.2.9" + "@thi.ng/csp": "^2.1.78", + "@thi.ng/rstream": "^8.2.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index b627b99fa0..cf795604be 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.32", + "version": "3.0.33", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -33,9 +33,9 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.2.9", + "@thi.ng/rstream": "^8.2.10", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index e3a664e075..68126b2323 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.32", + "version": "5.0.33", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/rstream": "^8.2.9", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/rstream": "^8.2.10", + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 1c1ddbf08f..f0007d8bdf 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.86", + "version": "4.1.87", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/paths": "^5.1.49", "@thi.ng/resolve-map": "^7.1.42", - "@thi.ng/rstream": "^8.2.9", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/rstream": "^8.2.10", + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index c3cb1f90f7..bc27be80b2 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.81", + "version": "2.1.82", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -33,7 +33,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/rstream": "^8.2.9" + "@thi.ng/rstream": "^8.2.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 31cdada665..2284d21756 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "4.1.82", + "version": "4.1.83", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", - "@thi.ng/rstream": "^8.2.9", + "@thi.ng/rstream": "^8.2.10", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index f2f179a9a2..730cb04d9f 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.82", + "version": "2.1.83", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -34,15 +34,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", "@thi.ng/math": "^5.7.3", - "@thi.ng/rstream": "^8.2.9", - "@thi.ng/rstream-dot": "^3.0.32", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/rstream": "^8.2.10", + "@thi.ng/rstream-dot": "^3.0.33", + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index 1e699986ee..3675c6fdab 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 643b4b020e..e39c075587 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.2.9", + "version": "8.2.10", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -39,12 +39,12 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/atom": "^5.2.14", "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/sax/package.json b/packages/sax/package.json index a67f33abdb..61155102be 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.79", + "version": "2.1.80", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/transducers-fsm": "^2.2.46" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/transducers-fsm": "^2.2.47" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/scenegraph/CHANGELOG.md b/packages/scenegraph/CHANGELOG.md index 00f8b9507f..0fd5c46fc4 100644 --- a/packages/scenegraph/CHANGELOG.md +++ b/packages/scenegraph/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ 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.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@1.0.0) (2023-11-12) + +#### 🛑 Breaking changes + +- update ISceneNode, ANode ([a2a2694](https://github.com/thi-ng/umbrella/commit/a2a2694)) +- BREAKING CHANGE: add child ops to ISceneNode interface + - update ANode.deleteChild() + - simplify Node2/3 impls + ### [0.6.32](https://github.com/thi-ng/umbrella/tree/@thi.ng/scenegraph@0.6.32) (2023-11-09) #### ♻️ Refactoring diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 9734b5b9f7..8c6a24f9d7 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.6.33", + "version": "1.0.0", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/matrices": "^2.2.8", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/matrices": "^2.2.9", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index a6b51abec8..06af556fb4 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.80", + "version": "0.4.81", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/shader-ast": "^0.12.80" + "@thi.ng/shader-ast": "^0.12.81" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 11c0b9c61f..7bddc136c6 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.0.22", + "version": "1.0.23", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", "@thi.ng/math": "^5.7.3", - "@thi.ng/matrices": "^2.2.8", - "@thi.ng/pixel": "^4.3.4", - "@thi.ng/shader-ast": "^0.12.80", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/matrices": "^2.2.9", + "@thi.ng/pixel": "^5.0.0", + "@thi.ng/shader-ast": "^0.12.81", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 90e1f3a461..218da1ca84 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.28", + "version": "0.3.29", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/defmulti": "^3.0.6", "@thi.ng/logger": "^1.4.24", "@thi.ng/math": "^5.7.3", - "@thi.ng/shader-ast": "^0.12.80" + "@thi.ng/shader-ast": "^0.12.81" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index 70652c30ad..a402a601b0 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.5", + "version": "0.16.6", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/shader-ast": "^0.12.80" + "@thi.ng/shader-ast": "^0.12.81" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index be9ef8c45a..572902ad5e 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast", - "version": "0.12.80", + "version": "0.12.81", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/checks": "^3.4.8", "@thi.ng/defmulti": "^3.0.6", - "@thi.ng/dgraph": "^2.1.77", + "@thi.ng/dgraph": "^2.1.78", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index 750f70fe35..451422e4e1 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.77", + "version": "0.6.78", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ "test": "bun test" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.77" + "@thi.ng/transducers-binary": "^2.1.78" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/soa/package.json b/packages/soa/package.json index 15415c96cd..8fd4897995 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.83", + "version": "0.4.84", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "@thi.ng/api": "^8.9.8", "@thi.ng/binary": "^3.3.37", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers-binary": "^2.1.77", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers-binary": "^2.1.78", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index fe6ea9b134..9b31e101c9 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.77", + "version": "0.3.78", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/system/package.json b/packages/system/package.json index cb0d9ead3e..2814f4b4cf 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.81", + "version": "2.1.82", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/dgraph": "^2.1.77", + "@thi.ng/dgraph": "^2.1.78", "@thi.ng/logger": "^1.4.24" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index b52b1a3cfc..79ca4bb8ef 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.63", + "version": "0.1.64", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/file-io": "^1.0.1", "@thi.ng/logger": "^1.4.24", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index ca34371d06..412da16677 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.18", + "version": "2.6.19", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "@thi.ng/arrays": "^2.7.4", "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", - "@thi.ng/geom-clip-line": "^2.3.45", + "@thi.ng/geom-clip-line": "^2.3.46", "@thi.ng/math": "^5.7.3", "@thi.ng/strings": "^3.6.6", "@thi.ng/text-format": "^1.4.17", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 00ef36a085..fa112e4734 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.4", + "version": "0.5.5", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/math": "^5.7.3", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 4dd4a48e65..472fb016f8 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.47", + "version": "0.1.48", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/file-io": "^1.0.1", "@thi.ng/logger": "^1.4.24", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 15beac6b73..4e92c2c633 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.77", + "version": "2.1.78", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/hex": "^2.3.20", "@thi.ng/random": "^3.6.14", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index b1ae109419..f03018e661 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.46", + "version": "2.2.47", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 0637234f8c..ccaf01a7fb 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.84", + "version": "3.1.85", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/hdom": "^9.3.28", "@thi.ng/hiccup": "^5.0.7", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 40314ff076..23c4e76776 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.77", + "version": "0.4.78", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/checks": "^3.4.8", "@thi.ng/errors": "^2.4.2", "@thi.ng/paths": "^5.1.49", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index f11b25ed26..852d286080 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.77", + "version": "2.1.78", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.8", - "@thi.ng/dcons": "^3.2.72", + "@thi.ng/dcons": "^3.2.73", "@thi.ng/errors": "^2.4.2", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 46c228fe85..67921f74a2 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-11-09T10:28:19Z +- **Last updated**: 2023-11-12T16:43:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/transducers/package.json b/packages/transducers/package.json index 3fe417585f..94c47a2a39 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.8.10", + "version": "8.8.11", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index ac6d68ea70..b50ca2353d 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.85", + "version": "3.1.86", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", "@thi.ng/malloc": "^6.1.50", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index c2575dc860..d138c54bb7 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.8.4", + "version": "7.8.5", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/memoize": "^3.1.42", "@thi.ng/random": "^3.6.14", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/viz/package.json b/packages/viz/package.json index 2b2ef2ab8d..c89e030a74 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.11", + "version": "0.6.12", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -41,11 +41,11 @@ "dependencies": { "@thi.ng/api": "^8.9.8", "@thi.ng/arrays": "^2.7.4", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", "@thi.ng/math": "^5.7.3", "@thi.ng/strings": "^3.6.6", - "@thi.ng/transducers": "^8.8.10" + "@thi.ng/transducers": "^8.8.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index b6a8036beb..0f7dab747c 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.96", + "version": "2.1.97", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -34,11 +34,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/shader-ast": "^0.12.80", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vector-pools": "^3.1.85", - "@thi.ng/vectors": "^7.8.4", - "@thi.ng/webgl": "^6.6.7" + "@thi.ng/shader-ast": "^0.12.81", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vector-pools": "^3.1.86", + "@thi.ng/vectors": "^7.8.5", + "@thi.ng/webgl": "^6.6.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 74dd7784d6..5eed909f1a 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.96", + "version": "0.4.97", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.8", - "@thi.ng/shader-ast": "^0.12.80", - "@thi.ng/shader-ast-glsl": "^0.4.80", - "@thi.ng/webgl": "^6.6.7" + "@thi.ng/shader-ast": "^0.12.81", + "@thi.ng/shader-ast-glsl": "^0.4.81", + "@thi.ng/webgl": "^6.6.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index dd8012b653..d37d0f4be5 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.6.7", + "version": "6.6.8", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -39,20 +39,20 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.2.24", "@thi.ng/api": "^8.9.8", - "@thi.ng/associative": "^6.3.19", + "@thi.ng/associative": "^6.3.20", "@thi.ng/checks": "^3.4.8", "@thi.ng/equiv": "^2.1.33", "@thi.ng/errors": "^2.4.2", "@thi.ng/logger": "^1.4.24", - "@thi.ng/matrices": "^2.2.8", + "@thi.ng/matrices": "^2.2.9", "@thi.ng/memoize": "^3.1.42", - "@thi.ng/pixel": "^4.3.4", - "@thi.ng/shader-ast": "^0.12.80", - "@thi.ng/shader-ast-glsl": "^0.4.80", - "@thi.ng/shader-ast-stdlib": "^0.16.5", - "@thi.ng/transducers": "^8.8.10", - "@thi.ng/vector-pools": "^3.1.85", - "@thi.ng/vectors": "^7.8.4" + "@thi.ng/pixel": "^5.0.0", + "@thi.ng/shader-ast": "^0.12.81", + "@thi.ng/shader-ast-glsl": "^0.4.81", + "@thi.ng/shader-ast-stdlib": "^0.16.6", + "@thi.ng/transducers": "^8.8.11", + "@thi.ng/vector-pools": "^3.1.86", + "@thi.ng/vectors": "^7.8.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.38.2", diff --git a/yarn.lock b/yarn.lock index f493931da2..e770a1c0f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1502,8 +1502,11 @@ __metadata: version: 0.0.0-use.local resolution: "@example/pixel-waveform@workspace:examples/pixel-waveform" dependencies: - "@thi.ng/api": "workspace:^" + "@thi.ng/hiccup-html": "workspace:^" + "@thi.ng/pixel": "workspace:^" "@thi.ng/rdom": "workspace:^" + "@thi.ng/rstream": "workspace:^" + "@thi.ng/transducers": "workspace:^" typescript: ^5.2.2 vite: ^4.5.0 languageName: unknown @@ -3074,11 +3077,11 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 "@thi.ng/bitfield": ^2.3.6 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/errors": ^2.4.2 - "@thi.ng/sparse": ^0.3.77 + "@thi.ng/sparse": ^0.3.78 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3135,7 +3138,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.3.19, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.3.20, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: @@ -3145,12 +3148,12 @@ __metadata: "@thi.ng/binary": ^3.3.37 "@thi.ng/checks": ^3.4.8 "@thi.ng/compare": ^2.2.4 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" tslib: ^2.6.2 @@ -3177,7 +3180,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@^1.1.35, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@^1.1.36, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -3190,9 +3193,9 @@ __metadata: "@thi.ng/logger": ^1.4.24 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 "@thi.ng/units": ^0.4.15 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 serialport: ^12.0.0 tools: "workspace:^" @@ -3239,8 +3242,8 @@ __metadata: "@thi.ng/defmulti": ^3.0.6 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/transducers-binary": ^2.1.77 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/transducers-binary": ^2.1.78 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3299,11 +3302,11 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/distance": ^2.4.29 - "@thi.ng/geom-accel": ^3.5.29 + "@thi.ng/distance": ^2.4.30 + "@thi.ng/geom-accel": ^3.5.30 "@thi.ng/testament": ^0.4.1 - "@thi.ng/timestep": ^0.5.4 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/timestep": ^0.5.5 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3317,9 +3320,9 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3338,7 +3341,7 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3369,7 +3372,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/base-n": ^2.5.16 "@thi.ng/checks": ^3.4.8 - "@thi.ng/color": ^5.5.31 + "@thi.ng/color": ^5.6.0 "@thi.ng/errors": ^2.4.2 "@thi.ng/hex": ^2.3.20 "@thi.ng/testament": ^0.4.1 @@ -3380,7 +3383,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.5.31, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.6.0, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -3397,8 +3400,8 @@ __metadata: "@thi.ng/random": ^3.6.14 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3450,7 +3453,7 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3473,7 +3476,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.77, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.78, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: @@ -3481,10 +3484,10 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 "@thi.ng/checks": ^3.4.8 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3501,7 +3504,7 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3525,7 +3528,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.72, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.73, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -3537,7 +3540,7 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3567,7 +3570,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/dgraph": ^2.1.77 + "@thi.ng/dgraph": ^2.1.78 "@thi.ng/dot": ^2.1.46 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 @@ -3577,17 +3580,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.77, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.78, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3625,7 +3628,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.4.29, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.4.29, @thi.ng/distance@^2.4.30, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -3636,7 +3639,7 @@ __metadata: "@thi.ng/heaps": ^2.1.44 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3698,8 +3701,8 @@ __metadata: "@thi.ng/binary": ^3.3.37 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/transducers-binary": ^2.1.77 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/transducers-binary": ^2.1.78 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3718,7 +3721,7 @@ __metadata: "@thi.ng/math": ^5.7.3 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3761,17 +3764,17 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/binary": ^3.3.37 "@thi.ng/checks": ^3.4.8 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/idgen": ^2.2.11 "@thi.ng/logger": ^1.4.24 "@thi.ng/malloc": ^6.1.50 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" tslib: ^2.6.2 @@ -3786,7 +3789,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 "@thi.ng/dot": ^2.1.46 "@thi.ng/equiv": ^2.1.33 @@ -3795,7 +3798,7 @@ __metadata: "@thi.ng/prefixes": ^2.2.4 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers-binary": ^2.1.77 + "@thi.ng/transducers-binary": ^2.1.78 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3907,7 +3910,7 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3923,11 +3926,11 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/fuzzy": ^2.1.49 "@thi.ng/hiccup": ^5.0.7 - "@thi.ng/hiccup-svg": ^5.0.33 + "@thi.ng/hiccup-svg": ^5.0.34 "@thi.ng/math": ^5.7.3 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/text-canvas": ^2.6.18 + "@thi.ng/text-canvas": ^2.6.19 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3950,7 +3953,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@^3.5.29, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@^3.5.30, @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: @@ -3958,16 +3961,16 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 "@thi.ng/checks": ^3.4.8 - "@thi.ng/distance": ^2.4.29 + "@thi.ng/distance": ^2.4.30 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-isec": ^2.1.87 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-isec": ^2.1.88 "@thi.ng/heaps": ^2.1.44 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3975,14 +3978,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.4.45, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.4.46, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -3990,17 +3993,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.88, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.89, @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": ^7.38.2 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-resample": ^2.3.9 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-resample": ^2.3.10 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4015,17 +4018,17 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 - "@thi.ng/axidraw": ^1.1.35 + "@thi.ng/axidraw": ^1.1.36 "@thi.ng/compare": ^2.2.4 "@thi.ng/defmulti": ^3.0.6 - "@thi.ng/geom": ^6.0.3 - "@thi.ng/geom-accel": ^3.5.29 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-clip-line": ^2.3.45 - "@thi.ng/geom-isec": ^2.1.87 + "@thi.ng/geom": ^6.0.4 + "@thi.ng/geom-accel": ^3.5.30 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-clip-line": ^2.3.46 + "@thi.ng/geom-isec": ^2.1.88 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4033,15 +4036,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.3.45, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.3.46, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/geom-isec": ^2.1.87 + "@thi.ng/geom-isec": ^2.1.88 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4049,16 +4052,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.87, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.88, @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": ^7.38.2 - "@thi.ng/geom-isec": ^2.1.87 - "@thi.ng/geom-poly-utils": ^2.3.71 + "@thi.ng/geom-isec": ^2.1.88 + "@thi.ng/geom-poly-utils": ^2.3.72 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4066,7 +4069,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.83, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.84, @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: @@ -4074,7 +4077,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4088,16 +4091,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 - "@thi.ng/color": ^5.5.31 - "@thi.ng/geom": ^6.0.3 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-clip-line": ^2.3.45 - "@thi.ng/geom-resample": ^2.3.9 - "@thi.ng/grid-iterators": ^4.0.31 + "@thi.ng/associative": ^6.3.20 + "@thi.ng/color": ^5.6.0 + "@thi.ng/geom": ^6.0.4 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-clip-line": ^2.3.46 + "@thi.ng/geom-resample": ^2.3.10 + "@thi.ng/grid-iterators": ^4.0.32 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4105,14 +4108,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.83, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.84, @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": ^7.38.2 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4128,7 +4131,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4136,17 +4139,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.87, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.88, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-closest-point": ^2.1.83 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-closest-point": ^2.1.84 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4154,15 +4157,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.83, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.84, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4170,17 +4173,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.71, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.72, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/geom-api": ^3.4.45 + "@thi.ng/geom-api": ^3.4.46 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4188,18 +4191,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.3.9, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.3.10, @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": ^7.38.2 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-closest-point": ^2.1.83 - "@thi.ng/geom-isec": ^2.1.87 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-closest-point": ^2.1.84 + "@thi.ng/geom-isec": ^2.1.88 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4216,15 +4219,15 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/defmulti": ^3.0.6 "@thi.ng/errors": ^2.4.2 - "@thi.ng/geom": ^6.0.3 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-isoline": ^2.1.83 - "@thi.ng/geom-poly-utils": ^2.3.71 - "@thi.ng/geom-resample": ^2.3.9 + "@thi.ng/geom": ^6.0.4 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-isoline": ^2.1.84 + "@thi.ng/geom-poly-utils": ^2.3.72 + "@thi.ng/geom-resample": ^2.3.10 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4232,19 +4235,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.62, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.63, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-arc": ^2.1.88 - "@thi.ng/geom-resample": ^2.3.9 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-arc": ^2.1.89 + "@thi.ng/geom-resample": ^2.3.10 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4252,16 +4255,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.87, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.88, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/geom-api": ^3.4.45 + "@thi.ng/geom-api": ^3.4.46 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4269,18 +4272,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.88, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.89, @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": ^7.38.2 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-isec": ^2.1.87 - "@thi.ng/geom-poly-utils": ^2.3.71 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-isec": ^2.1.88 + "@thi.ng/geom-poly-utils": ^2.3.72 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4295,11 +4298,11 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/grid-iterators": ^4.0.31 - "@thi.ng/matrices": ^2.2.8 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/grid-iterators": ^4.0.32 + "@thi.ng/matrices": ^2.2.9 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4315,14 +4318,14 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/bitfield": ^2.3.6 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-clip-line": ^2.3.45 - "@thi.ng/geom-clip-poly": ^2.1.87 - "@thi.ng/geom-isec": ^2.1.87 - "@thi.ng/geom-poly-utils": ^2.3.71 + "@thi.ng/geom-clip-line": ^2.3.46 + "@thi.ng/geom-clip-poly": ^2.1.88 + "@thi.ng/geom-isec": ^2.1.88 + "@thi.ng/geom-poly-utils": ^2.3.72 "@thi.ng/math": ^5.7.3 "@thi.ng/quad-edge": ^3.1.39 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4330,39 +4333,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^6.0.3, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^6.0.4, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 "@thi.ng/defmulti": ^3.0.6 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-arc": ^2.1.88 - "@thi.ng/geom-clip-line": ^2.3.45 - "@thi.ng/geom-clip-poly": ^2.1.87 - "@thi.ng/geom-closest-point": ^2.1.83 - "@thi.ng/geom-hull": ^2.1.83 - "@thi.ng/geom-isec": ^2.1.87 - "@thi.ng/geom-poly-utils": ^2.3.71 - "@thi.ng/geom-resample": ^2.3.9 - "@thi.ng/geom-splines": ^2.2.62 - "@thi.ng/geom-subdiv-curve": ^2.1.87 - "@thi.ng/geom-tessellate": ^2.1.88 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-arc": ^2.1.89 + "@thi.ng/geom-clip-line": ^2.3.46 + "@thi.ng/geom-clip-poly": ^2.1.88 + "@thi.ng/geom-closest-point": ^2.1.84 + "@thi.ng/geom-hull": ^2.1.84 + "@thi.ng/geom-isec": ^2.1.88 + "@thi.ng/geom-poly-utils": ^2.3.72 + "@thi.ng/geom-resample": ^2.3.10 + "@thi.ng/geom-splines": ^2.2.63 + "@thi.ng/geom-subdiv-curve": ^2.1.88 + "@thi.ng/geom-tessellate": ^2.1.89 "@thi.ng/hiccup": ^5.0.7 - "@thi.ng/hiccup-svg": ^5.0.33 + "@thi.ng/hiccup-svg": ^5.0.34 "@thi.ng/math": ^5.7.3 - "@thi.ng/matrices": ^2.2.8 + "@thi.ng/matrices": ^2.2.9 "@thi.ng/random": ^3.6.14 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4380,7 +4383,7 @@ __metadata: "@thi.ng/math": ^5.7.3 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 "@thi.ng/zipper": ^2.1.65 rimraf: ^5.0.5 tools: "workspace:^" @@ -4389,7 +4392,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^4.0.31, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^4.0.32, @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: @@ -4402,7 +4405,7 @@ __metadata: "@thi.ng/morton": ^3.1.53 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4418,7 +4421,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/diff": ^5.1.41 "@thi.ng/hiccup": ^5.0.7 - "@thi.ng/hiccup-css": ^2.2.15 + "@thi.ng/hiccup-css": ^2.2.16 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 "@types/node": ^20.9.0 @@ -4441,7 +4444,7 @@ __metadata: "@thi.ng/diff": ^5.1.41 "@thi.ng/errors": ^2.4.2 "@thi.ng/hdom": ^9.3.28 - "@thi.ng/hiccup-canvas": ^2.4.7 + "@thi.ng/hiccup-canvas": ^2.4.8 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -4460,8 +4463,8 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/transducers-stats": ^2.1.77 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/transducers-stats": ^2.1.78 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4536,18 +4539,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.4.7, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.4.8, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 - "@thi.ng/color": ^5.5.31 + "@thi.ng/color": ^5.6.0 "@thi.ng/math": ^5.7.3 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4569,7 +4572,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.2.15, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.2.16, @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: @@ -4578,7 +4581,7 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4603,7 +4606,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-html@^2.2.34, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": +"@thi.ng/hiccup-html@^2.2.35, @thi.ng/hiccup-html@workspace:^, @thi.ng/hiccup-html@workspace:packages/hiccup-html": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: @@ -4633,7 +4636,7 @@ __metadata: "@thi.ng/parse": ^2.4.6 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/text-canvas": ^2.6.18 + "@thi.ng/text-canvas": ^2.6.19 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4641,13 +4644,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^5.0.33, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^5.0.34, @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": ^7.38.2 "@thi.ng/checks": ^3.4.8 - "@thi.ng/color": ^5.5.31 + "@thi.ng/color": ^5.6.0 "@thi.ng/prefixes": ^2.2.4 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 @@ -4701,8 +4704,8 @@ __metadata: "@thi.ng/defmulti": ^3.0.6 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4717,15 +4720,15 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom": ^6.0.3 - "@thi.ng/geom-api": ^3.4.45 - "@thi.ng/geom-isec": ^2.1.87 - "@thi.ng/geom-tessellate": ^2.1.88 + "@thi.ng/geom": ^6.0.4 + "@thi.ng/geom-api": ^3.4.46 + "@thi.ng/geom-isec": ^2.1.88 + "@thi.ng/geom-tessellate": ^2.1.89 "@thi.ng/layout": ^3.0.3 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4775,7 +4778,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 @@ -4785,17 +4788,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.6.44, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.6.44, @thi.ng/k-means@^0.6.45, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/distance": ^2.4.29 + "@thi.ng/distance": ^2.4.30 "@thi.ng/errors": ^2.4.2 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4845,7 +4848,7 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers-binary": ^2.1.77 + "@thi.ng/transducers-binary": ^2.1.78 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4890,8 +4893,8 @@ __metadata: "@thi.ng/math": ^5.7.3 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4927,7 +4930,7 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -4949,7 +4952,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.2.8, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.2.9, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -4958,7 +4961,7 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5070,7 +5073,7 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/checks": ^3.4.8 "@thi.ng/math": ^5.7.3 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5085,7 +5088,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 geotiff: 2.0.7 rimraf: ^5.0.5 @@ -5102,7 +5105,7 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5117,7 +5120,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/errors": ^2.4.2 - "@thi.ng/pixel": ^4.3.4 + "@thi.ng/pixel": ^5.0.0 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5126,7 +5129,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^4.3.4, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^5.0.0, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -5134,9 +5137,9 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/binary": ^3.3.37 "@thi.ng/checks": ^3.4.8 - "@thi.ng/distance": ^2.4.29 + "@thi.ng/distance": ^2.4.30 "@thi.ng/errors": ^2.4.2 - "@thi.ng/k-means": ^0.6.44 + "@thi.ng/k-means": ^0.6.45 "@thi.ng/math": ^5.7.3 "@thi.ng/porter-duff": ^2.1.48 "@thi.ng/testament": ^0.4.1 @@ -5148,6 +5151,22 @@ __metadata: languageName: unknown linkType: soft +"@thi.ng/pixel@npm:^4.3.4": + version: 4.3.4 + resolution: "@thi.ng/pixel@npm:4.3.4" + dependencies: + "@thi.ng/api": ^8.9.8 + "@thi.ng/binary": ^3.3.37 + "@thi.ng/checks": ^3.4.8 + "@thi.ng/distance": ^2.4.29 + "@thi.ng/errors": ^2.4.2 + "@thi.ng/k-means": ^0.6.44 + "@thi.ng/math": ^5.7.3 + "@thi.ng/porter-duff": ^2.1.48 + checksum: 47c685e166c63f98bf9b49c5226a652f52d3e723159a9dd006d5c5bfdaae1fe168d5025ad340d0936ff90ade81618ebf8371948d2d1edd0fac9bd2299ec41647 + languageName: node + linkType: hard + "@thi.ng/pointfree-lang@workspace:^, @thi.ng/pointfree-lang@workspace:packages/pointfree-lang": version: 0.0.0-use.local resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" @@ -5195,10 +5214,10 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 - "@thi.ng/geom-api": ^3.4.45 + "@thi.ng/geom-api": ^3.4.46 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5257,8 +5276,8 @@ __metadata: "@thi.ng/compare": ^2.2.4 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5322,11 +5341,11 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 "@thi.ng/equiv": ^2.1.33 - "@thi.ng/grid-iterators": ^4.0.31 + "@thi.ng/grid-iterators": ^4.0.32 "@thi.ng/porter-duff": ^2.1.48 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5341,11 +5360,11 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/adapt-dpi": ^2.2.24 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 - "@thi.ng/hiccup-canvas": ^2.4.7 - "@thi.ng/rdom": ^0.12.22 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/hiccup-canvas": ^2.4.8 + "@thi.ng/rdom": ^0.13.0 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5360,13 +5379,13 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 - "@thi.ng/hiccup-html": ^2.2.34 - "@thi.ng/rdom": ^0.12.22 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/associative": ^6.3.20 + "@thi.ng/hiccup-html": ^2.2.35 + "@thi.ng/rdom": ^0.13.0 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5374,7 +5393,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.12.22, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.13.0, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -5385,7 +5404,7 @@ __metadata: "@thi.ng/hiccup": ^5.0.7 "@thi.ng/paths": ^5.1.49 "@thi.ng/prefixes": ^2.2.4 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 @@ -5450,8 +5469,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.38.2 - "@thi.ng/csp": ^2.1.77 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/csp": ^2.1.78 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5460,15 +5479,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^3.0.32, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^3.0.33, @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": ^7.38.2 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5484,9 +5503,9 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 "@thi.ng/math": ^5.7.3 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5505,9 +5524,9 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/paths": ^5.1.49 "@thi.ng/resolve-map": ^7.1.42 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5520,7 +5539,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.38.2 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/testament": ^0.4.1 "@types/node": ^20.9.0 rimraf: ^5.0.5 @@ -5539,10 +5558,10 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/logger": ^1.4.24 - "@thi.ng/rstream": ^8.2.9 + "@thi.ng/rstream": ^8.2.10 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5556,16 +5575,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/logger": ^1.4.24 "@thi.ng/math": ^5.7.3 - "@thi.ng/rstream": ^8.2.9 - "@thi.ng/rstream-dot": ^3.0.32 + "@thi.ng/rstream": ^8.2.10 + "@thi.ng/rstream-dot": ^3.0.33 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5573,20 +5592,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^8.2.9, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^8.2.10, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/atom": ^5.2.14 "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/logger": ^1.4.24 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5602,8 +5621,8 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/transducers-fsm": ^2.2.46 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/transducers-fsm": ^2.2.47 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5619,9 +5638,9 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/matrices": ^2.2.8 + "@thi.ng/matrices": ^2.2.9 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5660,7 +5679,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.80, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.81, @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: @@ -5668,7 +5687,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/shader-ast": ^0.12.80 + "@thi.ng/shader-ast": ^0.12.81 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5686,11 +5705,11 @@ __metadata: "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/math": ^5.7.3 - "@thi.ng/matrices": ^2.2.8 - "@thi.ng/pixel": ^4.3.4 - "@thi.ng/shader-ast": ^0.12.80 + "@thi.ng/matrices": ^2.2.9 + "@thi.ng/pixel": ^5.0.0 + "@thi.ng/shader-ast": ^0.12.81 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5707,7 +5726,7 @@ __metadata: "@thi.ng/defmulti": ^3.0.6 "@thi.ng/logger": ^1.4.24 "@thi.ng/math": ^5.7.3 - "@thi.ng/shader-ast": ^0.12.80 + "@thi.ng/shader-ast": ^0.12.81 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5716,13 +5735,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.16.5, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.16.6, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/shader-ast": ^0.12.80 + "@thi.ng/shader-ast": ^0.12.81 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 tools: "workspace:^" @@ -5731,7 +5750,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.80, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.81, @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: @@ -5739,7 +5758,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/checks": ^3.4.8 "@thi.ng/defmulti": ^3.0.6 - "@thi.ng/dgraph": ^2.1.77 + "@thi.ng/dgraph": ^2.1.78 "@thi.ng/errors": ^2.4.2 "@thi.ng/logger": ^1.4.24 "@thi.ng/testament": ^0.4.1 @@ -5756,7 +5775,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers-binary": ^2.1.77 + "@thi.ng/transducers-binary": ^2.1.78 assemblyscript: 0.27.15 rimraf: ^5.0.5 tools: "workspace:^" @@ -5775,8 +5794,8 @@ __metadata: "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers-binary": ^2.1.77 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers-binary": ^2.1.78 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5784,7 +5803,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.77, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.78, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: @@ -5792,7 +5811,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5823,7 +5842,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/dgraph": ^2.1.77 + "@thi.ng/dgraph": ^2.1.78 "@thi.ng/logger": ^1.4.24 "@thi.ng/testament": ^0.4.1 rimraf: ^5.0.5 @@ -5848,7 +5867,7 @@ __metadata: "@thi.ng/logger": ^1.4.24 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5874,7 +5893,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.6.18, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.6.18, @thi.ng/text-canvas@^2.6.19, @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: @@ -5883,12 +5902,12 @@ __metadata: "@thi.ng/arrays": ^2.7.4 "@thi.ng/checks": ^3.4.8 "@thi.ng/errors": ^2.4.2 - "@thi.ng/geom-clip-line": ^2.3.45 + "@thi.ng/geom-clip-line": ^2.3.46 "@thi.ng/math": ^5.7.3 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 "@thi.ng/text-format": ^1.4.17 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" tslib: ^2.6.2 @@ -5913,7 +5932,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@^0.5.4, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@^0.5.5, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: @@ -5921,7 +5940,7 @@ __metadata: "@thi.ng/api": ^8.9.8 "@thi.ng/math": ^5.7.3 "@thi.ng/testament": ^0.4.1 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5940,7 +5959,7 @@ __metadata: "@thi.ng/logger": ^1.4.24 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5948,7 +5967,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.77, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.78, @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: @@ -5959,7 +5978,7 @@ __metadata: "@thi.ng/hex": ^2.3.20 "@thi.ng/random": ^3.6.14 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5967,14 +5986,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.2.46, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.2.47, @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": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -5990,7 +6009,7 @@ __metadata: "@thi.ng/hdom": ^9.3.28 "@thi.ng/hiccup": ^5.0.7 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6008,7 +6027,7 @@ __metadata: "@thi.ng/errors": ^2.4.2 "@thi.ng/paths": ^5.1.49 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6016,16 +6035,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.77, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.78, @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": ^7.38.2 "@thi.ng/checks": ^3.4.8 - "@thi.ng/dcons": ^3.2.72 + "@thi.ng/dcons": ^3.2.73 "@thi.ng/errors": ^2.4.2 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6033,7 +6052,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.8.10, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.8.10, @thi.ng/transducers@^8.8.11, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: @@ -6098,7 +6117,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.85, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.86, @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: @@ -6110,8 +6129,8 @@ __metadata: "@thi.ng/logger": ^1.4.24 "@thi.ng/malloc": ^6.1.50 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6119,7 +6138,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.8.4, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.8.4, @thi.ng/vectors@^7.8.5, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6134,7 +6153,7 @@ __metadata: "@thi.ng/random": ^3.6.14 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6149,13 +6168,13 @@ __metadata: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 "@thi.ng/arrays": ^2.7.4 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 "@thi.ng/date": ^2.5.2 "@thi.ng/math": ^5.7.3 "@thi.ng/strings": ^3.6.6 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 + "@thi.ng/transducers": ^8.8.11 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3 @@ -6269,12 +6288,12 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/shader-ast": ^0.12.80 + "@thi.ng/shader-ast": ^0.12.81 "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vector-pools": ^3.1.85 - "@thi.ng/vectors": ^7.8.4 - "@thi.ng/webgl": ^6.6.7 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vector-pools": ^3.1.86 + "@thi.ng/vectors": ^7.8.5 + "@thi.ng/webgl": ^6.6.8 "@types/node": ^20.9.0 rimraf: ^5.0.5 tools: "workspace:^" @@ -6289,10 +6308,10 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.38.2 "@thi.ng/api": ^8.9.8 - "@thi.ng/shader-ast": ^0.12.80 - "@thi.ng/shader-ast-glsl": ^0.4.80 + "@thi.ng/shader-ast": ^0.12.81 + "@thi.ng/shader-ast-glsl": ^0.4.81 "@thi.ng/testament": ^0.4.1 - "@thi.ng/webgl": ^6.6.7 + "@thi.ng/webgl": ^6.6.8 "@types/node": ^20.9.0 rimraf: ^5.0.5 tools: "workspace:^" @@ -6301,28 +6320,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.6.7, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.6.8, @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": ^7.38.2 "@thi.ng/adapt-dpi": ^2.2.24 "@thi.ng/api": ^8.9.8 - "@thi.ng/associative": ^6.3.19 + "@thi.ng/associative": ^6.3.20 "@thi.ng/checks": ^3.4.8 "@thi.ng/equiv": ^2.1.33 "@thi.ng/errors": ^2.4.2 "@thi.ng/logger": ^1.4.24 - "@thi.ng/matrices": ^2.2.8 + "@thi.ng/matrices": ^2.2.9 "@thi.ng/memoize": ^3.1.42 - "@thi.ng/pixel": ^4.3.4 - "@thi.ng/shader-ast": ^0.12.80 - "@thi.ng/shader-ast-glsl": ^0.4.80 - "@thi.ng/shader-ast-stdlib": ^0.16.5 - "@thi.ng/testament": ^0.4.1 - "@thi.ng/transducers": ^8.8.10 - "@thi.ng/vector-pools": ^3.1.85 - "@thi.ng/vectors": ^7.8.4 + "@thi.ng/pixel": ^5.0.0 + "@thi.ng/shader-ast": ^0.12.81 + "@thi.ng/shader-ast-glsl": ^0.4.81 + "@thi.ng/shader-ast-stdlib": ^0.16.6 + "@thi.ng/testament": ^0.4.1 + "@thi.ng/transducers": ^8.8.11 + "@thi.ng/vector-pools": ^3.1.86 + "@thi.ng/vectors": ^7.8.5 rimraf: ^5.0.5 tools: "workspace:^" typedoc: ^0.25.3