diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 87651dbbac..a09bf0d0db 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.3.28", + "version": "2.3.29", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", "@thi.ng/bitfield": "^2.2.36", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/errors": "^2.3.5", - "@thi.ng/sparse": "^0.3.60" + "@thi.ng/sparse": "^0.3.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", "@thi.ng/testament": "^0.3.23", - "@thi.ng/vectors": "^7.7.10", + "@thi.ng/vectors": "^7.7.11", "rimraf": "^5.0.1", "tools": "workspace:^", "typedoc": "^0.25.0", diff --git a/packages/associative/package.json b/packages/associative/package.json index c21b10e016..65bc93ddf2 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.3.2", + "version": "6.3.3", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations, plain object utilities", "type": "module", "module": "./index.js", @@ -39,11 +39,11 @@ "@thi.ng/binary": "^3.3.33", "@thi.ng/checks": "^3.4.5", "@thi.ng/compare": "^2.1.38", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2", + "@thi.ng/transducers": "^8.6.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 094685ae89..535d152083 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.17", + "version": "1.1.18", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/date": "^2.4.20", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", + "@thi.ng/transducers": "^8.6.3", "@thi.ng/units": "^0.4.11", - "@thi.ng/vectors": "^7.7.10", + "@thi.ng/vectors": "^7.7.11", "serialport": "^11.0.1" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index c93b7288a2..6ae724d9be 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.62", + "version": "2.1.63", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^2.1.44", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/transducers-binary": "^2.1.60" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/transducers-binary": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/cache/package.json b/packages/cache/package.json index 3fb8be8cb4..653a565877 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.60", + "version": "2.1.61", "description": "In-memory cache implementations with ES6 Map-like API and different eviction strategies", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/dcons": "^3.2.55", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/dcons": "^3.2.56", + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index fd258a2292..c4a2d9746a 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.52", + "version": "0.2.53", "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.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 9b7bc63488..2a62197015 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.1.14", + "version": "1.1.15", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/base-n": "^2.5.13", "@thi.ng/checks": "^3.4.5", - "@thi.ng/color": "^5.5.14", + "@thi.ng/color": "^5.5.15", "@thi.ng/errors": "^2.3.5", "@thi.ng/hex": "^2.3.17" }, diff --git a/packages/color/package.json b/packages/color/package.json index 73b43f3095..4270772d4e 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.5.14", + "version": "5.5.15", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -43,14 +43,14 @@ "@thi.ng/binary": "^3.3.33", "@thi.ng/checks": "^3.4.5", "@thi.ng/compare": "^2.1.38", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/defmulti": "^2.1.44", "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", "@thi.ng/random": "^3.6.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/complex/package.json b/packages/complex/package.json index fd9074397c..b9f90aa0e5 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.0", + "version": "0.2.1", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/compose/CHANGELOG.md b/packages/compose/CHANGELOG.md index 2385e5a445..ec2795c41b 100644 --- a/packages/compose/CHANGELOG.md +++ b/packages/compose/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/compose/package.json b/packages/compose/package.json index a144be38b2..11778a6d83 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/compose", - "version": "2.1.40", + "version": "2.1.41", "description": "Optimized functional composition helpers", "type": "module", "module": "./index.js", diff --git a/packages/csp/package.json b/packages/csp/package.json index b6ed73c139..d83a280cf0 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.60", + "version": "2.1.61", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -41,9 +41,9 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", "@thi.ng/checks": "^3.4.5", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/csv/package.json b/packages/csv/package.json index c205e571d0..42dae41848 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.26", + "version": "2.3.27", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 9a86e00603..6cc689edb3 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.55", + "version": "3.2.56", "description": "Double-linked lists with comprehensive set of operations (incl. optional self-organizing behaviors)", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 3947c596c1..a0f398ce80 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.60", + "version": "2.1.61", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/dgraph": "^2.1.60", + "@thi.ng/dgraph": "^2.1.61", "@thi.ng/dot": "^2.1.42" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 2da153d6b4..b3b935e408 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.60", + "version": "2.1.61", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/distance/package.json b/packages/distance/package.json index 26b83e6e8c..9a1034f77e 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.12", + "version": "2.4.13", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/heaps": "^2.1.39", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index e0501b731f..85be71e9bf 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.60", + "version": "2.1.61", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/binary": "^3.3.33", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/transducers-binary": "^2.1.60" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/transducers-binary": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index fa4809e9b0..bf4e935a38 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/dsp/package.json b/packages/dsp/package.json index 2bbd9bc700..d0344b307a 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.4.1", + "version": "4.4.2", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 35192477b7..7a64726326 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.62", + "version": "0.7.63", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/binary": "^3.3.33", "@thi.ng/checks": "^3.4.5", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/errors": "^2.3.5", "@thi.ng/idgen": "^2.2.6", "@thi.ng/logger": "^1.4.21", "@thi.ng/malloc": "^6.1.45", - "@thi.ng/transducers": "^8.6.2", + "@thi.ng/transducers": "^8.6.3", "tslib": "^2.6.2" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index ac401f2cfa..52e464c9ce 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.65", + "version": "0.6.66", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -30,14 +30,14 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", "@thi.ng/dot": "^2.1.42", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/prefixes": "^2.2.0", + "@thi.ng/prefixes": "^2.2.1", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers-binary": "^2.1.60" + "@thi.ng/transducers-binary": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index a82c0cf78b..b9fd2f831e 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.62", + "version": "3.1.63", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index fdd078d205..9b0b8ba6c0 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.79", + "version": "2.1.80", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/fuzzy": "^2.1.43", - "@thi.ng/hiccup": "^4.3.0", - "@thi.ng/hiccup-svg": "^5.0.16", + "@thi.ng/hiccup": "^4.3.1", + "@thi.ng/hiccup-svg": "^5.0.17", "@thi.ng/math": "^5.6.1", "@thi.ng/strings": "^3.4.13", - "@thi.ng/text-canvas": "^2.6.1" + "@thi.ng/text-canvas": "^2.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 607e0bc3f6..2424741274 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.12", + "version": "3.5.13", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -38,15 +38,15 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", "@thi.ng/checks": "^3.4.5", - "@thi.ng/distance": "^2.4.12", + "@thi.ng/distance": "^2.4.13", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-isec": "^2.1.70", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-isec": "^2.1.71", "@thi.ng/heaps": "^2.1.39", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 0b7f22c8ac..00d03b72e1 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.28", + "version": "3.4.29", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 8fb8cb8976..4b840bdccf 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.71", + "version": "2.1.72", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-resample": "^2.2.28", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-resample": "^2.2.29", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index ae9010914a..71a619d6c0 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.22", + "version": "0.5.23", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -36,16 +36,16 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", - "@thi.ng/axidraw": "^1.1.17", + "@thi.ng/axidraw": "^1.1.18", "@thi.ng/compare": "^2.1.38", "@thi.ng/defmulti": "^2.1.44", - "@thi.ng/geom": "^5.1.9", - "@thi.ng/geom-accel": "^3.5.12", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-clip-line": "^2.3.28", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/geom": "^5.2.0", + "@thi.ng/geom-accel": "^3.5.13", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-clip-line": "^2.3.29", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 2079ae2273..31519f7333 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.28", + "version": "2.3.29", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index a5b1e70874..2a4c9a208e 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.70", + "version": "2.1.71", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -34,10 +34,10 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/geom-poly-utils": "^2.3.54", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/geom-poly-utils": "^2.3.55", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 31203160de..a080371d45 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.66", + "version": "2.1.67", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 1ef126ec84..320e48f4b2 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.36", + "version": "2.2.37", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", - "@thi.ng/color": "^5.5.14", - "@thi.ng/geom": "^5.1.9", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-clip-line": "^2.3.28", - "@thi.ng/geom-resample": "^2.2.28", - "@thi.ng/grid-iterators": "^4.0.14", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/associative": "^6.3.3", + "@thi.ng/color": "^5.5.15", + "@thi.ng/geom": "^5.2.0", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-clip-line": "^2.3.29", + "@thi.ng/geom-resample": "^2.2.29", + "@thi.ng/grid-iterators": "^4.0.15", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index b7edbb0093..5d556adee7 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.66", + "version": "2.1.67", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 96fc166192..db6c6b4d81 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.66", + "version": "0.3.67", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 0158acbf05..3106ec3c35 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.70", + "version": "2.1.71", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-closest-point": "^2.1.66", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-closest-point": "^2.1.67", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index f79f72a1fb..7747f8f531 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.66", + "version": "2.1.67", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 471866fb57..6673b4c446 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.54", + "version": "2.3.55", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom-api": "^3.4.28", + "@thi.ng/geom-api": "^3.4.29", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index b52c98f1bf..c0c47b8240 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.2.28", + "version": "2.2.29", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-closest-point": "^2.1.66", - "@thi.ng/geom-isec": "^2.1.70", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-closest-point": "^2.1.67", + "@thi.ng/geom-isec": "^2.1.71", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index d157952716..92680dde8c 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.63", + "version": "0.2.64", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^2.1.44", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom": "^5.1.9", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-isoline": "^2.1.66", - "@thi.ng/geom-poly-utils": "^2.3.54", - "@thi.ng/geom-resample": "^2.2.28", + "@thi.ng/geom": "^5.2.0", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-isoline": "^2.1.67", + "@thi.ng/geom-poly-utils": "^2.3.55", + "@thi.ng/geom-resample": "^2.2.29", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index 5d65df94d1..4a76321a05 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.45", + "version": "2.2.46", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-arc": "^2.1.71", - "@thi.ng/geom-resample": "^2.2.28", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-arc": "^2.1.72", + "@thi.ng/geom-resample": "^2.2.29", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 20ad830cf3..25054b0a5e 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.70", + "version": "2.1.71", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 0202f95c89..ad72b78ca0 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.70", + "version": "2.1.71", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/geom-poly-utils": "^2.3.54", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/geom-poly-utils": "^2.3.55", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 41f2eff4d7..721db66a4a 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.17", + "version": "0.3.18", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/grid-iterators": "^4.0.14", - "@thi.ng/matrices": "^2.1.67", - "@thi.ng/pixel": "^4.2.17", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/grid-iterators": "^4.0.15", + "@thi.ng/matrices": "^2.1.68", + "@thi.ng/pixel": "^4.2.18", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 0cd816c4f1..7ff6353823 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.13", + "version": "2.3.14", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/bitfield": "^2.2.36", "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-clip-line": "^2.3.28", - "@thi.ng/geom-clip-poly": "^2.1.70", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/geom-poly-utils": "^2.3.54", + "@thi.ng/geom-clip-line": "^2.3.29", + "@thi.ng/geom-clip-poly": "^2.1.71", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/geom-poly-utils": "^2.3.55", "@thi.ng/math": "^5.6.1", "@thi.ng/quad-edge": "^3.1.35", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/geom/CHANGELOG.md b/packages/geom/CHANGELOG.md index 6d5ba999a9..efa591f12f 100644 --- a/packages/geom/CHANGELOG.md +++ b/packages/geom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,21 @@ 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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@5.2.0) (2023-08-29) + +#### 🚀 Features + +- update various shape ctors to accept iterables ([ae0cf5b](https://github.com/thi-ng/umbrella/commit/ae0cf5b)) + - update shared APC ctor + - update other shape ctors: BPatch, Group, Path + - add assertions to verify vertex counts in these ctors: + - BPatch + - Cubic + - Line + - Quad/Quad3 + - Quadratic + - Triangle + ## [5.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom@5.1.0) (2023-08-06) #### 🚀 Features diff --git a/packages/geom/package.json b/packages/geom/package.json index 6c2149f273..e2255c3b25 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "5.1.9", + "version": "5.2.0", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,31 +37,31 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^2.1.44", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-arc": "^2.1.71", - "@thi.ng/geom-clip-line": "^2.3.28", - "@thi.ng/geom-clip-poly": "^2.1.70", - "@thi.ng/geom-closest-point": "^2.1.66", - "@thi.ng/geom-hull": "^2.1.66", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/geom-poly-utils": "^2.3.54", - "@thi.ng/geom-resample": "^2.2.28", - "@thi.ng/geom-splines": "^2.2.45", - "@thi.ng/geom-subdiv-curve": "^2.1.70", - "@thi.ng/geom-tessellate": "^2.1.70", - "@thi.ng/hiccup": "^4.3.0", - "@thi.ng/hiccup-svg": "^5.0.16", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-arc": "^2.1.72", + "@thi.ng/geom-clip-line": "^2.3.29", + "@thi.ng/geom-clip-poly": "^2.1.71", + "@thi.ng/geom-closest-point": "^2.1.67", + "@thi.ng/geom-hull": "^2.1.67", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/geom-poly-utils": "^2.3.55", + "@thi.ng/geom-resample": "^2.2.29", + "@thi.ng/geom-splines": "^2.2.46", + "@thi.ng/geom-subdiv-curve": "^2.1.71", + "@thi.ng/geom-tessellate": "^2.1.71", + "@thi.ng/hiccup": "^4.3.1", + "@thi.ng/hiccup-svg": "^5.0.17", "@thi.ng/math": "^5.6.1", - "@thi.ng/matrices": "^2.1.67", + "@thi.ng/matrices": "^2.1.68", "@thi.ng/random": "^3.6.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/gp/package.json b/packages/gp/package.json index e89e7db393..94b01c2d64 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.60", + "version": "0.4.61", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2", + "@thi.ng/transducers": "^8.6.3", "@thi.ng/zipper": "^2.1.51" }, "devDependencies": { diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index edaa38fa88..36ed963c83 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.14", + "version": "4.0.15", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/morton": "^3.1.46", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hdiff/CHANGELOG.md b/packages/hdiff/CHANGELOG.md index ea32ffd514..b391291688 100644 --- a/packages/hdiff/CHANGELOG.md +++ b/packages/hdiff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:58Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index ad7e32c634..4799107129 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.63", + "version": "0.3.64", "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,8 +37,8 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/diff": "^5.1.38", - "@thi.ng/hiccup": "^4.3.0", - "@thi.ng/hiccup-css": "^2.1.61", + "@thi.ng/hiccup": "^4.3.1", + "@thi.ng/hiccup-css": "^2.1.62", "@thi.ng/strings": "^3.4.13" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 593defacb3..20f5620489 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.74", + "version": "4.1.75", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/diff": "^5.1.38", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hdom": "^9.3.17", - "@thi.ng/hiccup-canvas": "^2.3.17" + "@thi.ng/hdom": "^9.3.18", + "@thi.ng/hiccup-canvas": "^2.3.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index ef2e54db19..288225541e 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.60", + "version": "5.1.61", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/transducers-stats": "^2.1.60" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/transducers-stats": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index a0cfd88117..a1c4e0068d 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "2.1.52", + "version": "2.1.53", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/hdom": "^9.3.17" + "@thi.ng/hdom": "^9.3.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index b203cce957..9ce4a50cad 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.3.17", + "version": "9.3.18", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -42,9 +42,9 @@ "@thi.ng/diff": "^5.1.38", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^4.3.0", + "@thi.ng/hiccup": "^4.3.1", "@thi.ng/logger": "^1.4.21", - "@thi.ng/prefixes": "^2.2.0" + "@thi.ng/prefixes": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 87037dd99d..c9a686e959 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.3.17", + "version": "2.3.18", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/color": "^5.5.14", + "@thi.ng/color": "^5.5.15", "@thi.ng/math": "^5.6.1", - "@thi.ng/pixel": "^4.2.17", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/pixel": "^4.2.18", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 7eb202fe02..677e3d4036 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-css", - "version": "2.1.61", + "version": "2.1.62", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index f094a319d9..2b5c9c6bc6 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.24", + "version": "3.2.25", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ "@thi.ng/defmulti": "^2.1.44", "@thi.ng/emoji": "^0.1.11", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^4.3.0", + "@thi.ng/hiccup": "^4.3.1", "@thi.ng/logger": "^1.4.21", "@thi.ng/parse": "^2.2.41", "@thi.ng/strings": "^3.4.13", - "@thi.ng/text-canvas": "^2.6.1" + "@thi.ng/text-canvas": "^2.6.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index b206289dc5..9731e09c56 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.16", + "version": "5.0.17", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.5", - "@thi.ng/color": "^5.5.14", - "@thi.ng/prefixes": "^2.2.0" + "@thi.ng/color": "^5.5.15", + "@thi.ng/prefixes": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/hiccup/CHANGELOG.md b/packages/hiccup/CHANGELOG.md index 57229f9c73..98d7144bcd 100644 --- a/packages/hiccup/CHANGELOG.md +++ b/packages/hiccup/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:58Z +- **Last updated**: 2023-08-29T09:49:09Z - **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/package.json b/packages/hiccup/package.json index 587a2fc7ec..898316f5a0 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "4.3.0", + "version": "4.3.1", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", diff --git a/packages/iges/package.json b/packages/iges/package.json index 2932f74150..0a63e70ddc 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.68", + "version": "2.1.69", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^2.1.44", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 90858225a5..117ed2af5c 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.79", + "version": "2.1.80", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -36,14 +36,14 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom": "^5.1.9", - "@thi.ng/geom-api": "^3.4.28", - "@thi.ng/geom-isec": "^2.1.70", - "@thi.ng/geom-tessellate": "^2.1.70", + "@thi.ng/geom": "^5.2.0", + "@thi.ng/geom-api": "^3.4.29", + "@thi.ng/geom-isec": "^2.1.71", + "@thi.ng/geom-tessellate": "^2.1.71", "@thi.ng/layout": "^2.1.34", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 409027a799..736b2016c8 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.60", + "version": "6.1.61", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/errors": "^2.3.5" }, "devDependencies": { diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 6586b4d6b4..cb2945b25d 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.27", + "version": "0.6.28", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/distance": "^2.4.12", + "@thi.ng/distance": "^2.4.13", "@thi.ng/errors": "^2.3.5", "@thi.ng/random": "^3.6.3", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 51461f6904..c74e30c49f 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.31", + "version": "3.0.32", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers-binary": "^2.1.60" + "@thi.ng/transducers-binary": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index daa46e4911..0b0b18df06 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.66", + "version": "2.1.67", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 98208f5114..873fb43960 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.62", + "version": "0.3.63", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/errors": "^2.3.5", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index e3bbf6d1b1..70385c1f09 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.67", + "version": "2.1.68", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 33a538b56d..5546fe06f3 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.68", + "version": "1.1.69", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/pixel": "^4.2.17" + "@thi.ng/pixel": "^4.2.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 7eb3685ac4..c2405ca97e 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.29", + "version": "0.1.30", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/pixel": "^4.2.17", + "@thi.ng/pixel": "^4.2.18", "geotiff": "^2.0.7" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 59b54f97ca..461bc578fe 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.68", + "version": "2.1.69", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/pixel": "^4.2.17" + "@thi.ng/pixel": "^4.2.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 0da0a1097d..a4b13872e9 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.9", + "version": "0.1.10", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.3.5", - "@thi.ng/pixel": "^4.2.17" + "@thi.ng/pixel": "^4.2.18" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 3d1aa77acc..87151e3623 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "4.2.17", + "version": "4.2.18", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/binary": "^3.3.33", "@thi.ng/checks": "^3.4.5", - "@thi.ng/distance": "^2.4.12", + "@thi.ng/distance": "^2.4.13", "@thi.ng/errors": "^2.3.5", - "@thi.ng/k-means": "^0.6.27", + "@thi.ng/k-means": "^0.6.28", "@thi.ng/math": "^5.6.1", "@thi.ng/porter-duff": "^2.1.42" }, diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index c888a30dcc..e0f10dfa75 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.1.53", + "version": "2.1.54", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/bench": "^3.4.6", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/pointfree": "^3.1.43" + "@thi.ng/pointfree": "^3.1.44" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index c26b24af4f..44ffeb82ba 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree", - "version": "3.1.43", + "version": "3.1.44", "description": "Pointfree functional composition / Forth style stack execution engine", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5" }, diff --git a/packages/poisson/package.json b/packages/poisson/package.json index f486c325ab..7bea49a221 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.27", + "version": "3.1.28", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", - "@thi.ng/geom-api": "^3.4.28", + "@thi.ng/geom-api": "^3.4.29", "@thi.ng/random": "^3.6.3", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/prefixes/CHANGELOG.md b/packages/prefixes/CHANGELOG.md index 469388bfb5..a6216a679f 100644 --- a/packages/prefixes/CHANGELOG.md +++ b/packages/prefixes/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-28T12:33:46Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/prefixes/package.json b/packages/prefixes/package.json index 638e1d8709..f46c0e6b6f 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/prefixes", - "version": "2.2.0", + "version": "2.2.1", "description": "50+ Linked Data vocabulary prefixes and their namespace URLs", "type": "module", "module": "./index.js", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index b0ee05ef63..ae5c3cfee3 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.67", + "version": "2.1.68", "description": "Parametric (non-)linearly interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/arrays": "^2.5.21", "@thi.ng/compare": "^2.1.38", "@thi.ng/math": "^5.6.1", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 38ba9f53cc..0942a608a6 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.42", + "version": "1.0.43", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/equiv": "^2.1.30", - "@thi.ng/grid-iterators": "^4.0.14", + "@thi.ng/grid-iterators": "^4.0.15", "@thi.ng/porter-duff": "^2.1.42", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rdom-canvas/CHANGELOG.md b/packages/rdom-canvas/CHANGELOG.md index 8c40df25a3..32b25b2561 100644 --- a/packages/rdom-canvas/CHANGELOG.md +++ b/packages/rdom-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index c5506e7849..291ec330c8 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.18", + "version": "0.5.19", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.2.19", "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", - "@thi.ng/hiccup-canvas": "^2.3.17", - "@thi.ng/rdom": "^0.12.3", - "@thi.ng/rstream": "^8.1.2" + "@thi.ng/hiccup-canvas": "^2.3.18", + "@thi.ng/rdom": "^0.12.4", + "@thi.ng/rstream": "^8.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index fa6fa7f870..0e6a874788 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.15", + "version": "0.6.16", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/hiccup-html": "^2.2.22", - "@thi.ng/rdom": "^0.12.3", - "@thi.ng/rstream": "^8.1.2", + "@thi.ng/rdom": "^0.12.4", + "@thi.ng/rstream": "^8.1.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 281796f6aa..5b0773b788 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.12.3", + "version": "0.12.4", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/hiccup": "^4.3.0", + "@thi.ng/hiccup": "^4.3.1", "@thi.ng/paths": "^5.1.44", - "@thi.ng/prefixes": "^2.2.0", - "@thi.ng/rstream": "^8.1.2", + "@thi.ng/prefixes": "^2.2.1", + "@thi.ng/rstream": "^8.1.3", "@thi.ng/strings": "^3.4.13" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index ce2cf3ffca..69f4d55133 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.63", + "version": "3.1.64", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/csp": "^2.1.60", - "@thi.ng/rstream": "^8.1.2" + "@thi.ng/csp": "^2.1.61", + "@thi.ng/rstream": "^8.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 45e81a85cb..b8089bf293 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.14", + "version": "3.0.15", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^8.1.2", + "@thi.ng/rstream": "^8.1.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index b9a06dc057..9d3fadf413 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.14", + "version": "5.0.15", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -41,8 +41,8 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/rstream": "^8.1.2", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/rstream": "^8.1.3", + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index ab17af973d..6c561e12fe 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.68", + "version": "4.1.69", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/paths": "^5.1.44", "@thi.ng/resolve-map": "^7.1.37", - "@thi.ng/rstream": "^8.1.2", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/rstream": "^8.1.3", + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 19bcb83821..eae35839c3 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.63", + "version": "2.1.64", "description": "File output handler for structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -34,7 +34,7 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/rstream": "^8.1.2" + "@thi.ng/rstream": "^8.1.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 1b8e25929b..38ddc1c848 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.64", + "version": "4.1.65", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/rstream": "^8.1.2", + "@thi.ng/rstream": "^8.1.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index ec48e91966..793bf8dca5 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.64", + "version": "2.1.65", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", "@thi.ng/math": "^5.6.1", - "@thi.ng/rstream": "^8.1.2", - "@thi.ng/rstream-dot": "^3.0.14", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/rstream": "^8.1.3", + "@thi.ng/rstream-dot": "^3.0.15", + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/rstream/CHANGELOG.md b/packages/rstream/CHANGELOG.md index d70063dc66..40e9ae8377 100644 --- a/packages/rstream/CHANGELOG.md +++ b/packages/rstream/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **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 d44e5849c8..0b6b737c88 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "8.1.2", + "version": "8.1.3", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/atom": "^5.2.9", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/sax/package.json b/packages/sax/package.json index 69084937c8..bd11b04309 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.62", + "version": "2.1.63", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/transducers-fsm": "^2.2.29" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/transducers-fsm": "^2.2.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index ee8de7de89..2224de7df6 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.6.14", + "version": "0.6.15", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/matrices": "^2.1.67", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/matrices": "^2.1.68", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 1348b3f1d9..244bc236a4 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.63", + "version": "0.4.64", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/shader-ast": "^0.12.63" + "@thi.ng/shader-ast": "^0.12.64" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index b6c6de3f64..2c1d983989 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.3", + "version": "1.0.4", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/matrices": "^2.1.67", - "@thi.ng/pixel": "^4.2.17", - "@thi.ng/shader-ast": "^0.12.63", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/matrices": "^2.1.68", + "@thi.ng/pixel": "^4.2.18", + "@thi.ng/shader-ast": "^0.12.64", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index ef0c5ef89a..3367aee155 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.11", + "version": "0.3.12", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/defmulti": "^2.1.44", "@thi.ng/logger": "^1.4.21", "@thi.ng/math": "^5.6.1", - "@thi.ng/shader-ast": "^0.12.63" + "@thi.ng/shader-ast": "^0.12.64" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index d849bfc985..02bafe80ed 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.14.9", + "version": "0.14.10", "description": "Function collection for modular GPGPU / shader programming with @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/shader-ast": "^0.12.63" + "@thi.ng/shader-ast": "^0.12.64" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 660a6673ab..de049fcf0b 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.63", + "version": "0.12.64", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/checks": "^3.4.5", "@thi.ng/defmulti": "^2.1.44", - "@thi.ng/dgraph": "^2.1.60", + "@thi.ng/dgraph": "^2.1.61", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index d085aec672..d83c366f67 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.60", + "version": "0.6.61", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "test": "node --no-warnings --experimental-wasm-simd --loader ts-node/esm test/index.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.60" + "@thi.ng/transducers-binary": "^2.1.61" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/soa/package.json b/packages/soa/package.json index 2d36cb663c..255cac3035 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.66", + "version": "0.4.67", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.9.5", "@thi.ng/binary": "^3.3.33", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers-binary": "^2.1.60", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers-binary": "^2.1.61", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index bb15d47d95..cd706d8d31 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.60", + "version": "0.3.61", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/system/package.json b/packages/system/package.json index 7b369dd1f4..f2b1b7678f 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.64", + "version": "2.1.65", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/dgraph": "^2.1.60", + "@thi.ng/dgraph": "^2.1.61", "@thi.ng/logger": "^1.4.21" }, "devDependencies": { diff --git a/packages/tangle/package.json b/packages/tangle/package.json index fc9e8b4811..970bfd34dd 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.45", + "version": "0.1.46", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/file-io": "^0.5.19", "@thi.ng/logger": "^1.4.21", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index a3e28b05f8..f5130c7140 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.1", + "version": "2.6.2", "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "@thi.ng/arrays": "^2.5.21", "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/geom-clip-line": "^2.3.28", + "@thi.ng/geom-clip-line": "^2.3.29", "@thi.ng/math": "^5.6.1", "@thi.ng/strings": "^3.4.13", "@thi.ng/text-format": "^1.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 96c903b3f2..15e7e7e6a2 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.4.10", + "version": "0.4.11", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/math": "^5.6.1", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index d88782c247..7c1e4f90d0 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.30", + "version": "0.1.31", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/file-io": "^0.5.19", "@thi.ng/logger": "^1.4.21", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index d8272bfbf2..3eacc7836a 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.60", + "version": "2.1.61", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/binary": "^3.3.33", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/errors": "^2.3.5", "@thi.ng/hex": "^2.3.17", "@thi.ng/random": "^3.6.3", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 23435a2193..6ddcbeeb7d 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.29", + "version": "2.2.30", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 575a78a5a2..c1d6356b8e 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.66", + "version": "3.1.67", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,9 +34,9 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/hdom": "^9.3.17", - "@thi.ng/hiccup": "^4.3.0", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/hdom": "^9.3.18", + "@thi.ng/hiccup": "^4.3.1", + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index e212f8d5e6..d3d898fa7d 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.60", + "version": "0.4.61", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.4.5", "@thi.ng/errors": "^2.3.5", "@thi.ng/paths": "^5.1.44", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index d6a8394e00..1856b37fd3 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.60", + "version": "2.1.61", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.4.5", - "@thi.ng/dcons": "^3.2.55", + "@thi.ng/dcons": "^3.2.56", "@thi.ng/errors": "^2.3.5", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/transducers/CHANGELOG.md b/packages/transducers/CHANGELOG.md index 8509e8c940..59bad0b54a 100644 --- a/packages/transducers/CHANGELOG.md +++ b/packages/transducers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **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 12dbb3ec49..27b7cb67dd 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.6.2", + "version": "8.6.3", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/arrays": "^2.5.21", "@thi.ng/checks": "^3.4.5", "@thi.ng/compare": "^2.1.38", - "@thi.ng/compose": "^2.1.40", + "@thi.ng/compose": "^2.1.41", "@thi.ng/errors": "^2.3.5", "@thi.ng/math": "^5.6.1", "@thi.ng/random": "^3.6.3" diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 25cd9d18b9..2fa33de4e1 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.68", + "version": "3.1.69", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", "@thi.ng/malloc": "^6.1.45", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index e89acfd826..63cdd9fb08 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-27T11:20:59Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 1944a206a0..706de29349 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.7.10", + "version": "7.7.11", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/memoize": "^3.1.38", "@thi.ng/random": "^3.6.3", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index f1372d5e5e..8c6650fe5d 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2023-08-28T12:33:46Z +- **Last updated**: 2023-08-29T09:49:09Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/viz/package.json b/packages/viz/package.json index 48de6cd26a..77f7d3b2a4 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.5.0", + "version": "0.5.1", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -42,11 +42,11 @@ "dependencies": { "@thi.ng/api": "^8.9.5", "@thi.ng/arrays": "^2.5.21", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", "@thi.ng/math": "^5.6.1", "@thi.ng/strings": "^3.4.13", - "@thi.ng/transducers": "^8.6.2" + "@thi.ng/transducers": "^8.6.3" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index a544492427..79b4edf57a 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "0.1.27", + "version": "0.1.28", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/binary": "^3.3.33", "@thi.ng/wasm-api": "^1.4.19", - "@thi.ng/wasm-api-dom": "^0.11.35" + "@thi.ng/wasm-api-dom": "^0.11.36" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 1ced0bd5db..e73bfe0703 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "0.11.35", + "version": "0.11.36", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/adapt-dpi": "^2.2.19", "@thi.ng/api": "^8.9.5", "@thi.ng/errors": "^2.3.5", - "@thi.ng/prefixes": "^2.2.0", + "@thi.ng/prefixes": "^2.2.1", "@thi.ng/wasm-api": "^1.4.19" }, "devDependencies": { diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 66f05f29d8..6e4a9050d9 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.75", + "version": "2.1.76", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/shader-ast": "^0.12.63", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vector-pools": "^3.1.68", - "@thi.ng/vectors": "^7.7.10", - "@thi.ng/webgl": "^6.4.18" + "@thi.ng/shader-ast": "^0.12.64", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vector-pools": "^3.1.69", + "@thi.ng/vectors": "^7.7.11", + "@thi.ng/webgl": "^6.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 354cc8a14f..5c0a0f1c7a 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.75", + "version": "0.4.76", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.5", - "@thi.ng/shader-ast": "^0.12.63", - "@thi.ng/shader-ast-glsl": "^0.4.63", - "@thi.ng/webgl": "^6.4.18" + "@thi.ng/shader-ast": "^0.12.64", + "@thi.ng/shader-ast-glsl": "^0.4.64", + "@thi.ng/webgl": "^6.4.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 85ca8c682a..8b69eee595 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.4.18", + "version": "6.4.19", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -40,20 +40,20 @@ "dependencies": { "@thi.ng/adapt-dpi": "^2.2.19", "@thi.ng/api": "^8.9.5", - "@thi.ng/associative": "^6.3.2", + "@thi.ng/associative": "^6.3.3", "@thi.ng/checks": "^3.4.5", "@thi.ng/equiv": "^2.1.30", "@thi.ng/errors": "^2.3.5", "@thi.ng/logger": "^1.4.21", - "@thi.ng/matrices": "^2.1.67", + "@thi.ng/matrices": "^2.1.68", "@thi.ng/memoize": "^3.1.38", - "@thi.ng/pixel": "^4.2.17", - "@thi.ng/shader-ast": "^0.12.63", - "@thi.ng/shader-ast-glsl": "^0.4.63", - "@thi.ng/shader-ast-stdlib": "^0.14.9", - "@thi.ng/transducers": "^8.6.2", - "@thi.ng/vector-pools": "^3.1.68", - "@thi.ng/vectors": "^7.7.10" + "@thi.ng/pixel": "^4.2.18", + "@thi.ng/shader-ast": "^0.12.64", + "@thi.ng/shader-ast-glsl": "^0.4.64", + "@thi.ng/shader-ast-stdlib": "^0.14.10", + "@thi.ng/transducers": "^8.6.3", + "@thi.ng/vector-pools": "^3.1.69", + "@thi.ng/vectors": "^7.7.11" }, "devDependencies": { "@microsoft/api-extractor": "^7.36.4", diff --git a/yarn.lock b/yarn.lock index a143e76de3..10cf1d7c18 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2689,11 +2689,11 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 "@thi.ng/bitfield": ^2.2.36 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/errors": ^2.3.5 - "@thi.ng/sparse": ^0.3.60 + "@thi.ng/sparse": ^0.3.61 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -2750,7 +2750,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.3.2, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.3.3, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: @@ -2760,12 +2760,12 @@ __metadata: "@thi.ng/binary": ^3.3.33 "@thi.ng/checks": ^3.4.5 "@thi.ng/compare": ^2.1.38 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.2 @@ -2792,22 +2792,22 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@^1.1.17, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@^1.1.18, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/date": ^2.4.20 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 "@thi.ng/units": ^0.4.11 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 serialport: ^11.0.1 tools: "workspace:^" @@ -2854,8 +2854,8 @@ __metadata: "@thi.ng/defmulti": ^2.1.44 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/transducers-binary": ^2.1.60 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/transducers-binary": ^2.1.61 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -2914,9 +2914,9 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -2934,7 +2934,7 @@ __metadata: "@thi.ng/errors": ^2.3.5 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -2965,7 +2965,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/base-n": ^2.5.13 "@thi.ng/checks": ^3.4.5 - "@thi.ng/color": ^5.5.14 + "@thi.ng/color": ^5.5.15 "@thi.ng/errors": ^2.3.5 "@thi.ng/hex": ^2.3.17 "@thi.ng/testament": ^0.3.23 @@ -2976,7 +2976,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.5.14, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.5.15, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -2986,15 +2986,15 @@ __metadata: "@thi.ng/binary": ^3.3.33 "@thi.ng/checks": ^3.4.5 "@thi.ng/compare": ^2.1.38 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/defmulti": ^2.1.44 "@thi.ng/errors": ^2.3.5 "@thi.ng/math": ^5.6.1 "@thi.ng/random": ^3.6.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3046,7 +3046,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3054,7 +3054,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/compose@^2.1.40, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": +"@thi.ng/compose@^2.1.41, @thi.ng/compose@workspace:^, @thi.ng/compose@workspace:packages/compose": version: 0.0.0-use.local resolution: "@thi.ng/compose@workspace:packages/compose" dependencies: @@ -3069,7 +3069,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.60, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.61, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: @@ -3077,10 +3077,10 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 "@thi.ng/checks": ^3.4.5 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3097,7 +3097,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3121,7 +3121,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.55, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.56, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -3133,7 +3133,7 @@ __metadata: "@thi.ng/errors": ^2.3.5 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3163,7 +3163,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/dgraph": ^2.1.60 + "@thi.ng/dgraph": ^2.1.61 "@thi.ng/dot": ^2.1.42 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -3173,17 +3173,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.60, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.61, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3221,7 +3221,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.4.12, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.4.13, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -3232,7 +3232,7 @@ __metadata: "@thi.ng/heaps": ^2.1.39 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3294,8 +3294,8 @@ __metadata: "@thi.ng/binary": ^3.3.33 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/transducers-binary": ^2.1.60 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/transducers-binary": ^2.1.61 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3314,7 +3314,7 @@ __metadata: "@thi.ng/math": ^5.6.1 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3357,17 +3357,17 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/binary": ^3.3.33 "@thi.ng/checks": ^3.4.5 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/idgen": ^2.2.6 "@thi.ng/logger": ^1.4.21 "@thi.ng/malloc": ^6.1.45 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.2 @@ -3382,16 +3382,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 "@thi.ng/dot": ^2.1.42 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 - "@thi.ng/prefixes": ^2.2.0 + "@thi.ng/prefixes": ^2.2.1 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers-binary": ^2.1.60 + "@thi.ng/transducers-binary": ^2.1.61 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3503,7 +3503,7 @@ __metadata: "@thi.ng/errors": ^2.3.5 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3518,12 +3518,12 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/fuzzy": ^2.1.43 - "@thi.ng/hiccup": ^4.3.0 - "@thi.ng/hiccup-svg": ^5.0.16 + "@thi.ng/hiccup": ^4.3.1 + "@thi.ng/hiccup-svg": ^5.0.17 "@thi.ng/math": ^5.6.1 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/text-canvas": ^2.6.1 + "@thi.ng/text-canvas": ^2.6.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3546,7 +3546,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@^3.5.12, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@^3.5.13, @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: @@ -3554,16 +3554,16 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 "@thi.ng/checks": ^3.4.5 - "@thi.ng/distance": ^2.4.12 + "@thi.ng/distance": ^2.4.13 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-isec": ^2.1.70 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-isec": ^2.1.71 "@thi.ng/heaps": ^2.1.39 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3571,14 +3571,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.4.28, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.4.29, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3586,17 +3586,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.71, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.72, @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.36.4 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-resample": ^2.2.28 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-resample": ^2.2.29 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3611,17 +3611,17 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 - "@thi.ng/axidraw": ^1.1.17 + "@thi.ng/axidraw": ^1.1.18 "@thi.ng/compare": ^2.1.38 "@thi.ng/defmulti": ^2.1.44 - "@thi.ng/geom": ^5.1.9 - "@thi.ng/geom-accel": ^3.5.12 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-clip-line": ^2.3.28 - "@thi.ng/geom-isec": ^2.1.70 + "@thi.ng/geom": ^5.2.0 + "@thi.ng/geom-accel": ^3.5.13 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-clip-line": ^2.3.29 + "@thi.ng/geom-isec": ^2.1.71 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3629,15 +3629,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.3.28, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.3.29, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/geom-isec": ^2.1.70 + "@thi.ng/geom-isec": ^2.1.71 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3645,16 +3645,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.70, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.71, @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.36.4 - "@thi.ng/geom-isec": ^2.1.70 - "@thi.ng/geom-poly-utils": ^2.3.54 + "@thi.ng/geom-isec": ^2.1.71 + "@thi.ng/geom-poly-utils": ^2.3.55 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3662,7 +3662,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.66, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.67, @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: @@ -3670,7 +3670,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3684,16 +3684,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 - "@thi.ng/color": ^5.5.14 - "@thi.ng/geom": ^5.1.9 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-clip-line": ^2.3.28 - "@thi.ng/geom-resample": ^2.2.28 - "@thi.ng/grid-iterators": ^4.0.14 + "@thi.ng/associative": ^6.3.3 + "@thi.ng/color": ^5.5.15 + "@thi.ng/geom": ^5.2.0 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-clip-line": ^2.3.29 + "@thi.ng/geom-resample": ^2.2.29 + "@thi.ng/grid-iterators": ^4.0.15 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3701,14 +3701,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.66, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.67, @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.36.4 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3724,7 +3724,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3732,17 +3732,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.70, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.71, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-closest-point": ^2.1.66 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-closest-point": ^2.1.67 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3750,15 +3750,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.66, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.67, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3766,17 +3766,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.54, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.55, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom-api": ^3.4.28 + "@thi.ng/geom-api": ^3.4.29 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3784,18 +3784,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.2.28, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.2.29, @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.36.4 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-closest-point": ^2.1.66 - "@thi.ng/geom-isec": ^2.1.70 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-closest-point": ^2.1.67 + "@thi.ng/geom-isec": ^2.1.71 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3812,15 +3812,15 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/defmulti": ^2.1.44 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom": ^5.1.9 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-isoline": ^2.1.66 - "@thi.ng/geom-poly-utils": ^2.3.54 - "@thi.ng/geom-resample": ^2.2.28 + "@thi.ng/geom": ^5.2.0 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-isoline": ^2.1.67 + "@thi.ng/geom-poly-utils": ^2.3.55 + "@thi.ng/geom-resample": ^2.2.29 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3828,19 +3828,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.45, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.46, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-arc": ^2.1.71 - "@thi.ng/geom-resample": ^2.2.28 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-arc": ^2.1.72 + "@thi.ng/geom-resample": ^2.2.29 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3848,16 +3848,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.70, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.71, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/geom-api": ^3.4.28 + "@thi.ng/geom-api": ^3.4.29 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3865,18 +3865,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.70, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.71, @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.36.4 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-isec": ^2.1.70 - "@thi.ng/geom-poly-utils": ^2.3.54 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-isec": ^2.1.71 + "@thi.ng/geom-poly-utils": ^2.3.55 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3891,11 +3891,11 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/grid-iterators": ^4.0.14 - "@thi.ng/matrices": ^2.1.67 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/grid-iterators": ^4.0.15 + "@thi.ng/matrices": ^2.1.68 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3911,14 +3911,14 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/bitfield": ^2.2.36 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-clip-line": ^2.3.28 - "@thi.ng/geom-clip-poly": ^2.1.70 - "@thi.ng/geom-isec": ^2.1.70 - "@thi.ng/geom-poly-utils": ^2.3.54 + "@thi.ng/geom-clip-line": ^2.3.29 + "@thi.ng/geom-clip-poly": ^2.1.71 + "@thi.ng/geom-isec": ^2.1.71 + "@thi.ng/geom-poly-utils": ^2.3.55 "@thi.ng/math": ^5.6.1 "@thi.ng/quad-edge": ^3.1.35 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3926,39 +3926,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^5.1.9, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^5.2.0, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 "@thi.ng/defmulti": ^2.1.44 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-arc": ^2.1.71 - "@thi.ng/geom-clip-line": ^2.3.28 - "@thi.ng/geom-clip-poly": ^2.1.70 - "@thi.ng/geom-closest-point": ^2.1.66 - "@thi.ng/geom-hull": ^2.1.66 - "@thi.ng/geom-isec": ^2.1.70 - "@thi.ng/geom-poly-utils": ^2.3.54 - "@thi.ng/geom-resample": ^2.2.28 - "@thi.ng/geom-splines": ^2.2.45 - "@thi.ng/geom-subdiv-curve": ^2.1.70 - "@thi.ng/geom-tessellate": ^2.1.70 - "@thi.ng/hiccup": ^4.3.0 - "@thi.ng/hiccup-svg": ^5.0.16 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-arc": ^2.1.72 + "@thi.ng/geom-clip-line": ^2.3.29 + "@thi.ng/geom-clip-poly": ^2.1.71 + "@thi.ng/geom-closest-point": ^2.1.67 + "@thi.ng/geom-hull": ^2.1.67 + "@thi.ng/geom-isec": ^2.1.71 + "@thi.ng/geom-poly-utils": ^2.3.55 + "@thi.ng/geom-resample": ^2.2.29 + "@thi.ng/geom-splines": ^2.2.46 + "@thi.ng/geom-subdiv-curve": ^2.1.71 + "@thi.ng/geom-tessellate": ^2.1.71 + "@thi.ng/hiccup": ^4.3.1 + "@thi.ng/hiccup-svg": ^5.0.17 "@thi.ng/math": ^5.6.1 - "@thi.ng/matrices": ^2.1.67 + "@thi.ng/matrices": ^2.1.68 "@thi.ng/random": ^3.6.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -3976,7 +3976,7 @@ __metadata: "@thi.ng/math": ^5.6.1 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 "@thi.ng/zipper": ^2.1.51 rimraf: ^5.0.1 tools: "workspace:^" @@ -3985,7 +3985,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^4.0.14, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^4.0.15, @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: @@ -3998,7 +3998,7 @@ __metadata: "@thi.ng/morton": ^3.1.46 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4013,8 +4013,8 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/diff": ^5.1.38 - "@thi.ng/hiccup": ^4.3.0 - "@thi.ng/hiccup-css": ^2.1.61 + "@thi.ng/hiccup": ^4.3.1 + "@thi.ng/hiccup-css": ^2.1.62 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 "@types/node": ^20.5.6 @@ -4036,8 +4036,8 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/diff": ^5.1.38 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hdom": ^9.3.17 - "@thi.ng/hiccup-canvas": ^2.3.17 + "@thi.ng/hdom": ^9.3.18 + "@thi.ng/hiccup-canvas": ^2.3.18 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4056,8 +4056,8 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/transducers-stats": ^2.1.60 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/transducers-stats": ^2.1.61 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4072,7 +4072,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/hdom": ^9.3.17 + "@thi.ng/hdom": ^9.3.18 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4081,7 +4081,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@^9.3.17, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@^9.3.18, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: @@ -4092,9 +4092,9 @@ __metadata: "@thi.ng/diff": ^5.1.38 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^4.3.0 + "@thi.ng/hiccup": ^4.3.1 "@thi.ng/logger": ^1.4.21 - "@thi.ng/prefixes": ^2.2.0 + "@thi.ng/prefixes": ^2.2.1 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4132,18 +4132,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.3.17, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.3.18, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/color": ^5.5.14 + "@thi.ng/color": ^5.5.15 "@thi.ng/math": ^5.6.1 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4165,7 +4165,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.61, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.62, @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: @@ -4174,7 +4174,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4207,12 +4207,12 @@ __metadata: "@thi.ng/defmulti": ^2.1.44 "@thi.ng/emoji": ^0.1.11 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^4.3.0 + "@thi.ng/hiccup": ^4.3.1 "@thi.ng/logger": ^1.4.21 "@thi.ng/parse": ^2.2.41 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/text-canvas": ^2.6.1 + "@thi.ng/text-canvas": ^2.6.2 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4220,14 +4220,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^5.0.16, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^5.0.17, @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.36.4 "@thi.ng/checks": ^3.4.5 - "@thi.ng/color": ^5.5.14 - "@thi.ng/prefixes": ^2.2.0 + "@thi.ng/color": ^5.5.15 + "@thi.ng/prefixes": ^2.2.1 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4236,7 +4236,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@^4.3.0, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@^4.3.0, @thi.ng/hiccup@^4.3.1, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: @@ -4280,8 +4280,8 @@ __metadata: "@thi.ng/defmulti": ^2.1.44 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4296,15 +4296,15 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom": ^5.1.9 - "@thi.ng/geom-api": ^3.4.28 - "@thi.ng/geom-isec": ^2.1.70 - "@thi.ng/geom-tessellate": ^2.1.70 + "@thi.ng/geom": ^5.2.0 + "@thi.ng/geom-api": ^3.4.29 + "@thi.ng/geom-isec": ^2.1.71 + "@thi.ng/geom-tessellate": ^2.1.71 "@thi.ng/layout": ^2.1.34 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4354,7 +4354,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -4364,17 +4364,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.6.27, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.6.28, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/distance": ^2.4.12 + "@thi.ng/distance": ^2.4.13 "@thi.ng/errors": ^2.3.5 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4423,7 +4423,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers-binary": ^2.1.60 + "@thi.ng/transducers-binary": ^2.1.61 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4463,13 +4463,13 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/errors": ^2.3.5 "@thi.ng/math": ^5.6.1 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4501,11 +4501,11 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/errors": ^2.3.5 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4527,7 +4527,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.67, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.68, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -4536,7 +4536,7 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4647,7 +4647,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/checks": ^3.4.5 "@thi.ng/math": ^5.6.1 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4662,7 +4662,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 geotiff: ^2.0.7 rimraf: ^5.0.1 @@ -4679,7 +4679,7 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4694,7 +4694,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/errors": ^2.3.5 - "@thi.ng/pixel": ^4.2.17 + "@thi.ng/pixel": ^4.2.18 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4703,7 +4703,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^4.2.17, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^4.2.17, @thi.ng/pixel@^4.2.18, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -4711,9 +4711,9 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/binary": ^3.3.33 "@thi.ng/checks": ^3.4.5 - "@thi.ng/distance": ^2.4.12 + "@thi.ng/distance": ^2.4.13 "@thi.ng/errors": ^2.3.5 - "@thi.ng/k-means": ^0.6.27 + "@thi.ng/k-means": ^0.6.28 "@thi.ng/math": ^5.6.1 "@thi.ng/porter-duff": ^2.1.42 "@thi.ng/testament": ^0.3.23 @@ -4735,7 +4735,7 @@ __metadata: "@thi.ng/bench": ^3.4.6 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 - "@thi.ng/pointfree": ^3.1.43 + "@thi.ng/pointfree": ^3.1.44 "@thi.ng/testament": ^0.3.23 pegjs: 0.11.0-master.b7b87ea rimraf: ^5.0.1 @@ -4747,14 +4747,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pointfree@^3.1.43, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": +"@thi.ng/pointfree@^3.1.44, @thi.ng/pointfree@workspace:^, @thi.ng/pointfree@workspace:packages/pointfree": version: 0.0.0-use.local resolution: "@thi.ng/pointfree@workspace:packages/pointfree" dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 @@ -4772,10 +4772,10 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 - "@thi.ng/geom-api": ^3.4.28 + "@thi.ng/geom-api": ^3.4.29 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4798,7 +4798,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/prefixes@^2.2.0, @thi.ng/prefixes@workspace:packages/prefixes": +"@thi.ng/prefixes@^2.2.1, @thi.ng/prefixes@workspace:packages/prefixes": version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: @@ -4834,8 +4834,8 @@ __metadata: "@thi.ng/compare": ^2.1.38 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4899,11 +4899,11 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/equiv": ^2.1.30 - "@thi.ng/grid-iterators": ^4.0.14 + "@thi.ng/grid-iterators": ^4.0.15 "@thi.ng/porter-duff": ^2.1.42 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4918,11 +4918,11 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/adapt-dpi": ^2.2.19 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 - "@thi.ng/hiccup-canvas": ^2.3.17 - "@thi.ng/rdom": ^0.12.3 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/hiccup-canvas": ^2.3.18 + "@thi.ng/rdom": ^0.12.4 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -4937,13 +4937,13 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/hiccup-html": ^2.2.22 - "@thi.ng/rdom": ^0.12.3 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rdom": ^0.12.4 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -4951,7 +4951,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.12.3, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.12.4, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -4959,10 +4959,10 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/hiccup": ^4.3.0 + "@thi.ng/hiccup": ^4.3.1 "@thi.ng/paths": ^5.1.44 - "@thi.ng/prefixes": ^2.2.0 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/prefixes": ^2.2.1 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -5027,8 +5027,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/csp": ^2.1.60 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/csp": ^2.1.61 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -5037,15 +5037,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^3.0.14, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^3.0.15, @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.36.4 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5061,9 +5061,9 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/math": ^5.6.1 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5082,9 +5082,9 @@ __metadata: "@thi.ng/errors": ^2.3.5 "@thi.ng/paths": ^5.1.44 "@thi.ng/resolve-map": ^7.1.37 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5097,7 +5097,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/testament": ^0.3.23 "@types/node": ^20.5.6 rimraf: ^5.0.1 @@ -5116,10 +5116,10 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 - "@thi.ng/rstream": ^8.1.2 + "@thi.ng/rstream": ^8.1.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5133,16 +5133,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 "@thi.ng/math": ^5.6.1 - "@thi.ng/rstream": ^8.1.2 - "@thi.ng/rstream-dot": ^3.0.14 + "@thi.ng/rstream": ^8.1.3 + "@thi.ng/rstream-dot": ^3.0.15 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5150,20 +5150,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^8.1.2, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^8.1.3, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/atom": ^5.2.9 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5179,8 +5179,8 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/transducers-fsm": ^2.2.29 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/transducers-fsm": ^2.2.30 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5196,9 +5196,9 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/matrices": ^2.1.67 + "@thi.ng/matrices": ^2.1.68 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5237,7 +5237,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.63, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.64, @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: @@ -5245,7 +5245,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/shader-ast": ^0.12.63 + "@thi.ng/shader-ast": ^0.12.64 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -5263,11 +5263,11 @@ __metadata: "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/math": ^5.6.1 - "@thi.ng/matrices": ^2.1.67 - "@thi.ng/pixel": ^4.2.17 - "@thi.ng/shader-ast": ^0.12.63 + "@thi.ng/matrices": ^2.1.68 + "@thi.ng/pixel": ^4.2.18 + "@thi.ng/shader-ast": ^0.12.64 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5284,7 +5284,7 @@ __metadata: "@thi.ng/defmulti": ^2.1.44 "@thi.ng/logger": ^1.4.21 "@thi.ng/math": ^5.6.1 - "@thi.ng/shader-ast": ^0.12.63 + "@thi.ng/shader-ast": ^0.12.64 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -5293,13 +5293,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.14.9, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.14.10, @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.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/shader-ast": ^0.12.63 + "@thi.ng/shader-ast": ^0.12.64 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 tools: "workspace:^" @@ -5308,7 +5308,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.63, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.64, @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: @@ -5316,7 +5316,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/checks": ^3.4.5 "@thi.ng/defmulti": ^2.1.44 - "@thi.ng/dgraph": ^2.1.60 + "@thi.ng/dgraph": ^2.1.61 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 "@thi.ng/testament": ^0.3.23 @@ -5333,7 +5333,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers-binary": ^2.1.60 + "@thi.ng/transducers-binary": ^2.1.61 assemblyscript: 0.27.9 rimraf: ^5.0.1 tools: "workspace:^" @@ -5352,8 +5352,8 @@ __metadata: "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers-binary": ^2.1.60 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers-binary": ^2.1.61 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5361,7 +5361,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.60, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.61, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: @@ -5369,7 +5369,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5400,7 +5400,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/dgraph": ^2.1.60 + "@thi.ng/dgraph": ^2.1.61 "@thi.ng/logger": ^1.4.21 "@thi.ng/testament": ^0.3.23 rimraf: ^5.0.1 @@ -5425,7 +5425,7 @@ __metadata: "@thi.ng/logger": ^1.4.21 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5451,7 +5451,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.6.1, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.6.1, @thi.ng/text-canvas@^2.6.2, @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: @@ -5460,12 +5460,12 @@ __metadata: "@thi.ng/arrays": ^2.5.21 "@thi.ng/checks": ^3.4.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/geom-clip-line": ^2.3.28 + "@thi.ng/geom-clip-line": ^2.3.29 "@thi.ng/math": ^5.6.1 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 "@thi.ng/text-format": ^1.4.13 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" tslib: ^2.6.2 @@ -5498,7 +5498,7 @@ __metadata: "@thi.ng/api": ^8.9.5 "@thi.ng/math": ^5.6.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5517,7 +5517,7 @@ __metadata: "@thi.ng/logger": ^1.4.21 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5525,18 +5525,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.60, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.61, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": version: 0.0.0-use.local resolution: "@thi.ng/transducers-binary@workspace:packages/transducers-binary" dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/binary": ^3.3.33 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/errors": ^2.3.5 "@thi.ng/hex": ^2.3.17 "@thi.ng/random": ^3.6.3 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5544,14 +5544,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.2.29, @thi.ng/transducers-fsm@workspace:^, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.2.30, @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.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5564,10 +5564,10 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": ^7.36.4 - "@thi.ng/hdom": ^9.3.17 - "@thi.ng/hiccup": ^4.3.0 + "@thi.ng/hdom": ^9.3.18 + "@thi.ng/hiccup": ^4.3.1 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5585,7 +5585,7 @@ __metadata: "@thi.ng/errors": ^2.3.5 "@thi.ng/paths": ^5.1.44 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5593,16 +5593,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.60, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.61, @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.36.4 "@thi.ng/checks": ^3.4.5 - "@thi.ng/dcons": ^3.2.55 + "@thi.ng/dcons": ^3.2.56 "@thi.ng/errors": ^2.3.5 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5610,7 +5610,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.6.2, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.6.2, @thi.ng/transducers@^8.6.3, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: @@ -5619,7 +5619,7 @@ __metadata: "@thi.ng/arrays": ^2.5.21 "@thi.ng/checks": ^3.4.5 "@thi.ng/compare": ^2.1.38 - "@thi.ng/compose": ^2.1.40 + "@thi.ng/compose": ^2.1.41 "@thi.ng/errors": ^2.3.5 "@thi.ng/math": ^5.6.1 "@thi.ng/random": ^3.6.3 @@ -5675,7 +5675,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.68, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.69, @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: @@ -5687,8 +5687,8 @@ __metadata: "@thi.ng/logger": ^1.4.21 "@thi.ng/malloc": ^6.1.45 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5696,7 +5696,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.7.10, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.7.10, @thi.ng/vectors@^7.7.11, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -5711,7 +5711,7 @@ __metadata: "@thi.ng/random": ^3.6.3 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5726,13 +5726,13 @@ __metadata: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 "@thi.ng/arrays": ^2.5.21 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 "@thi.ng/date": ^2.4.20 "@thi.ng/math": ^5.6.1 "@thi.ng/strings": ^3.4.13 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 + "@thi.ng/transducers": ^8.6.3 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5777,7 +5777,7 @@ __metadata: "@thi.ng/testament": ^0.3.23 "@thi.ng/wasm-api": ^1.4.19 "@thi.ng/wasm-api-bindgen": ^0.4.14 - "@thi.ng/wasm-api-dom": ^0.11.35 + "@thi.ng/wasm-api-dom": ^0.11.36 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0 @@ -5785,7 +5785,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@^0.11.35, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@^0.11.36, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: @@ -5793,7 +5793,7 @@ __metadata: "@thi.ng/adapt-dpi": ^2.2.19 "@thi.ng/api": ^8.9.5 "@thi.ng/errors": ^2.3.5 - "@thi.ng/prefixes": ^2.2.0 + "@thi.ng/prefixes": ^2.2.1 "@thi.ng/testament": ^0.3.23 "@thi.ng/wasm-api": ^1.4.19 "@thi.ng/wasm-api-bindgen": ^0.4.14 @@ -5846,12 +5846,12 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/shader-ast": ^0.12.63 + "@thi.ng/shader-ast": ^0.12.64 "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vector-pools": ^3.1.68 - "@thi.ng/vectors": ^7.7.10 - "@thi.ng/webgl": ^6.4.18 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vector-pools": ^3.1.69 + "@thi.ng/vectors": ^7.7.11 + "@thi.ng/webgl": ^6.4.19 "@types/node": ^20.5.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -5866,10 +5866,10 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.36.4 "@thi.ng/api": ^8.9.5 - "@thi.ng/shader-ast": ^0.12.63 - "@thi.ng/shader-ast-glsl": ^0.4.63 + "@thi.ng/shader-ast": ^0.12.64 + "@thi.ng/shader-ast-glsl": ^0.4.64 "@thi.ng/testament": ^0.3.23 - "@thi.ng/webgl": ^6.4.18 + "@thi.ng/webgl": ^6.4.19 "@types/node": ^20.5.6 rimraf: ^5.0.1 tools: "workspace:^" @@ -5878,28 +5878,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.4.18, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.4.19, @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.36.4 "@thi.ng/adapt-dpi": ^2.2.19 "@thi.ng/api": ^8.9.5 - "@thi.ng/associative": ^6.3.2 + "@thi.ng/associative": ^6.3.3 "@thi.ng/checks": ^3.4.5 "@thi.ng/equiv": ^2.1.30 "@thi.ng/errors": ^2.3.5 "@thi.ng/logger": ^1.4.21 - "@thi.ng/matrices": ^2.1.67 + "@thi.ng/matrices": ^2.1.68 "@thi.ng/memoize": ^3.1.38 - "@thi.ng/pixel": ^4.2.17 - "@thi.ng/shader-ast": ^0.12.63 - "@thi.ng/shader-ast-glsl": ^0.4.63 - "@thi.ng/shader-ast-stdlib": ^0.14.9 - "@thi.ng/testament": ^0.3.23 - "@thi.ng/transducers": ^8.6.2 - "@thi.ng/vector-pools": ^3.1.68 - "@thi.ng/vectors": ^7.7.10 + "@thi.ng/pixel": ^4.2.18 + "@thi.ng/shader-ast": ^0.12.64 + "@thi.ng/shader-ast-glsl": ^0.4.64 + "@thi.ng/shader-ast-stdlib": ^0.14.10 + "@thi.ng/testament": ^0.3.23 + "@thi.ng/transducers": ^8.6.3 + "@thi.ng/vector-pools": ^3.1.69 + "@thi.ng/vectors": ^7.7.11 rimraf: ^5.0.1 tools: "workspace:^" typedoc: ^0.25.0