From f4c59114f2d2dfafa9014626038a9ec5242b0606 Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Tue, 27 Sep 2022 18:23:17 +0200 Subject: [PATCH] Publish --- packages/adapt-dpi/CHANGELOG.md | 2 +- packages/adapt-dpi/package.json | 2 +- packages/adjacency/package.json | 8 +- packages/associative/package.json | 6 +- packages/bencode/package.json | 6 +- packages/cache/package.json | 6 +- packages/cellular/package.json | 4 +- packages/color/CHANGELOG.md | 2 +- packages/color/package.json | 8 +- packages/complex/package.json | 6 +- packages/csp/package.json | 6 +- packages/csv/package.json | 4 +- packages/dcons/package.json | 4 +- packages/dgraph-dot/package.json | 4 +- packages/dgraph/package.json | 6 +- packages/distance/package.json | 6 +- packages/dsp-io-wav/package.json | 6 +- packages/dsp/CHANGELOG.md | 2 +- packages/dsp/package.json | 6 +- packages/ecs/package.json | 8 +- packages/egf/package.json | 6 +- packages/fsm/package.json | 4 +- packages/fuzzy-viz/package.json | 10 +- packages/fuzzy/package.json | 4 +- packages/geom-accel/package.json | 12 +- packages/geom-api/package.json | 4 +- packages/geom-arc/package.json | 10 +- packages/geom-clip-line/package.json | 6 +- packages/geom-clip-poly/package.json | 10 +- packages/geom-closest-point/package.json | 6 +- packages/geom-fuzz/package.json | 20 +- packages/geom-hull/package.json | 6 +- packages/geom-io-obj/package.json | 4 +- packages/geom-isec/package.json | 10 +- packages/geom-isoline/package.json | 6 +- packages/geom-poly-utils/package.json | 8 +- packages/geom-resample/package.json | 10 +- packages/geom-sdf/package.json | 18 +- packages/geom-splines/package.json | 12 +- packages/geom-subdiv-curve/package.json | 8 +- packages/geom-tessellate/package.json | 12 +- packages/geom-voronoi/package.json | 14 +- packages/geom/package.json | 38 +- packages/gp/package.json | 6 +- packages/grid-iterators/package.json | 6 +- packages/hdiff/package.json | 4 +- packages/hdom-canvas/package.json | 4 +- packages/hdom-components/package.json | 10 +- packages/hiccup-canvas/package.json | 10 +- packages/hiccup-css/package.json | 4 +- packages/hiccup-markdown/package.json | 8 +- packages/hiccup-svg/package.json | 4 +- packages/iges/package.json | 6 +- packages/imgui/package.json | 16 +- packages/iterators/package.json | 4 +- packages/k-means/package.json | 6 +- packages/leb128/package.json | 4 +- packages/lsys/package.json | 8 +- packages/markdown-table/package.json | 4 +- packages/math/CHANGELOG.md | 2 +- packages/math/package.json | 2 +- packages/matrices/package.json | 6 +- packages/morton/package.json | 4 +- packages/pixel-dither/package.json | 6 +- packages/pixel-io-netpbm/package.json | 4 +- packages/pixel/CHANGELOG.md | 12 +- packages/pixel/package.json | 10 +- packages/poisson/package.json | 8 +- packages/porter-duff/CHANGELOG.md | 8 +- packages/porter-duff/package.json | 4 +- packages/ramp/package.json | 8 +- packages/rasterize/CHANGELOG.md | 12 +- packages/rasterize/package.json | 8 +- packages/rdom-canvas/package.json | 14 +- packages/rdom-components/package.json | 10 +- packages/rdom/package.json | 4 +- packages/rstream-csp/package.json | 6 +- packages/rstream-dot/package.json | 6 +- packages/rstream-gestures/package.json | 8 +- packages/rstream-graph/package.json | 6 +- packages/rstream-log-file/package.json | 4 +- packages/rstream-log/package.json | 6 +- packages/rstream-query/package.json | 12 +- packages/rstream/package.json | 6 +- packages/sax/package.json | 6 +- packages/scenegraph/package.json | 6 +- packages/shader-ast-glsl/package.json | 4 +- packages/shader-ast-js/CHANGELOG.md | 8 +- packages/shader-ast-js/package.json | 12 +- packages/shader-ast-optimize/package.json | 6 +- packages/shader-ast-stdlib/package.json | 4 +- packages/shader-ast/package.json | 4 +- packages/simd/package.json | 4 +- packages/soa/package.json | 6 +- packages/sparse/package.json | 4 +- packages/system/package.json | 4 +- packages/tangle/CHANGELOG.md | 2 +- packages/tangle/package.json | 4 +- packages/text-canvas/package.json | 8 +- packages/transducers-binary/package.json | 4 +- packages/transducers-fsm/package.json | 4 +- packages/transducers-hdom/package.json | 4 +- packages/transducers-patch/package.json | 4 +- packages/transducers-stats/package.json | 6 +- packages/transducers/package.json | 4 +- packages/vector-pools/package.json | 6 +- packages/vectors/CHANGELOG.md | 2 +- packages/vectors/package.json | 6 +- packages/viz/package.json | 8 +- packages/webgl-msdf/package.json | 12 +- packages/webgl-shadertoy/package.json | 8 +- packages/webgl/package.json | 22 +- yarn.lock | 650 +++++++++++----------- 113 files changed, 745 insertions(+), 697 deletions(-) diff --git a/packages/adapt-dpi/CHANGELOG.md b/packages/adapt-dpi/CHANGELOG.md index e6cdd66071..adce9c0dfa 100644 --- a/packages/adapt-dpi/CHANGELOG.md +++ b/packages/adapt-dpi/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/adapt-dpi/package.json b/packages/adapt-dpi/package.json index 3c890aeb08..e10c482e10 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adapt-dpi", - "version": "2.1.10", + "version": "2.1.11", "description": "HDPI canvas adapter / styling utility", "type": "module", "module": "./index.js", diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index db0938235a..29f0654983 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.2.7", + "version": "2.2.8", "description": "Sparse & bitwise adjacency matrices and related functions for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/arrays": "^2.3.6", "@thi.ng/bitfield": "^2.2.6", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/errors": "^2.2.0", - "@thi.ng/sparse": "^0.3.19" + "@thi.ng/sparse": "^0.3.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", "@thi.ng/testament": "^0.3.0", - "@thi.ng/vectors": "^7.5.15", + "@thi.ng/vectors": "^7.5.16", "rimraf": "^3.0.2", "tools": "workspace:^", "typedoc": "^0.22.17", diff --git a/packages/associative/package.json b/packages/associative/package.json index 434e1ea97c..6254a1db62 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/associative", - "version": "6.2.7", + "version": "6.2.8", "description": "Alternative Map and Set implementations with customizable equality semantics & supporting operations", "type": "module", "module": "./index.js", @@ -39,10 +39,10 @@ "@thi.ng/binary": "^3.3.5", "@thi.ng/checks": "^3.2.5", "@thi.ng/compare": "^2.1.12", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14", + "@thi.ng/transducers": "^8.3.15", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index e3b3d73ebe..3b28a41d11 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.20", + "version": "2.1.21", "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.2.5", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/transducers-binary": "^2.1.19" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/transducers-binary": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/cache/package.json b/packages/cache/package.json index 5cd379ffdc..655600b93a 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cache", - "version": "2.1.19", + "version": "2.1.20", "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.4.2", - "@thi.ng/dcons": "^3.2.14", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/dcons": "^3.2.15", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 1d2e942415..b01fc3af87 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/cellular", - "version": "0.2.11", + "version": "0.2.12", "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.2.5", "@thi.ng/errors": "^2.2.0", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/color/CHANGELOG.md b/packages/color/CHANGELOG.md index 73f64edce7..3ff5624413 100644 --- a/packages/color/CHANGELOG.md +++ b/packages/color/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/color/package.json b/packages/color/package.json index 7d2debb4e8..e9c716dd38 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.2.0", + "version": "5.2.1", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/compose": "^2.1.13", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/random": "^3.3.8", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/complex/package.json b/packages/complex/package.json index b11e54cf53..c94cf2fdab 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.1.14", + "version": "0.1.15", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/csp/package.json b/packages/csp/package.json index 4357e22ade..019a87b0ec 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "2.1.19", + "version": "2.1.20", "description": "ES6 promise based CSP primitives & operations", "type": "module", "module": "./index.js", @@ -41,9 +41,9 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/arrays": "^2.3.6", "@thi.ng/checks": "^3.2.5", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/csv/package.json b/packages/csv/package.json index 68bac277ec..048fd07ebe 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.2.17", + "version": "2.2.18", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index 4fb78fabcd..1ae7a6628d 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dcons", - "version": "3.2.14", + "version": "3.2.15", "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.10", "@thi.ng/errors": "^2.2.0", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 44dc3f149f..5702fccc61 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.19", + "version": "2.1.20", "description": "Customizable Graphviz DOT serialization for @thi.ng/dgraph", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/dgraph": "^2.1.19", + "@thi.ng/dgraph": "^2.1.20", "@thi.ng/dot": "^2.1.14" }, "devDependencies": { diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 61531f393f..ab0997549d 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dgraph", - "version": "2.1.19", + "version": "2.1.20", "description": "Type-agnostic directed acyclic graph (DAG) & graph operations", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/distance/package.json b/packages/distance/package.json index edbb2e551a..8123f40b5a 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.1.23", + "version": "2.1.24", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", "@thi.ng/heaps": "^2.1.12", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index fdc6c70735..3677bcab32 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.19", + "version": "2.1.20", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/binary": "^3.3.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/transducers-binary": "^2.1.19" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/transducers-binary": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/dsp/CHANGELOG.md b/packages/dsp/CHANGELOG.md index 038d7545cd..6c9bbf1464 100644 --- a/packages/dsp/CHANGELOG.md +++ b/packages/dsp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **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 6b02bfbf97..4d5f3ea71f 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/dsp", - "version": "4.2.13", + "version": "4.2.14", "description": "Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 8983b91231..c8e5bcaaf7 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ecs", - "version": "0.7.20", + "version": "0.7.21", "description": "Entity Component System based around typed arrays & sparse sets", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/binary": "^3.3.5", "@thi.ng/checks": "^3.2.5", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/errors": "^2.2.0", "@thi.ng/idgen": "^2.1.13", "@thi.ng/logger": "^1.3.0", "@thi.ng/malloc": "^6.1.15", - "@thi.ng/transducers": "^8.3.14", + "@thi.ng/transducers": "^8.3.15", "tslib": "^2.4.0" }, "devDependencies": { diff --git a/packages/egf/package.json b/packages/egf/package.json index 8bf2f86c38..3211df2462 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.21", + "version": "0.6.22", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -30,14 +30,14 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", "@thi.ng/dot": "^2.1.14", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", "@thi.ng/prefixes": "^2.1.10", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers-binary": "^2.1.19" + "@thi.ng/transducers-binary": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 90f4841d1c..4bcee28b23 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.20", + "version": "3.1.21", "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.10", "@thi.ng/errors": "^2.2.0", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 0485beb71e..0f1d1d229c 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.27", + "version": "2.1.28", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/fuzzy": "^2.1.12", + "@thi.ng/fuzzy": "^2.1.13", "@thi.ng/hiccup": "^4.2.16", - "@thi.ng/hiccup-svg": "^4.3.11", - "@thi.ng/math": "^5.3.8", + "@thi.ng/hiccup-svg": "^4.3.12", + "@thi.ng/math": "^5.3.9", "@thi.ng/strings": "^3.3.12", - "@thi.ng/text-canvas": "^2.4.8" + "@thi.ng/text-canvas": "^2.4.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/fuzzy/package.json b/packages/fuzzy/package.json index 7363a5abb9..b6cb216a3e 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fuzzy", - "version": "2.1.12", + "version": "2.1.13", "description": "Fuzzy logic operators & configurable rule inferencing engine", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/math": "^5.3.8" + "@thi.ng/math": "^5.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 6a5d8b7e37..1c387b5c99 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.2.17", + "version": "3.2.18", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-isec": "^2.1.26", + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-isec": "^2.1.27", "@thi.ng/heaps": "^2.1.12", - "@thi.ng/math": "^5.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index 6c4fd25d58..c1168ae83e 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "3.3.9", + "version": "3.3.10", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 545a82be20..6208e72a49 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.26", + "version": "2.1.27", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-resample": "^2.1.26", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-resample": "^2.1.27", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 8666537de4..2c5a0534e9 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.1.26", + "version": "2.1.27", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/geom-isec": "^2.1.26", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 093df10154..eae93ee57e 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.26", + "version": "2.1.27", "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.26", - "@thi.ng/geom-poly-utils": "^2.3.10", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/geom-poly-utils": "^2.3.11", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 6d9de0e4e1..db7dd8a329 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.23", + "version": "2.1.24", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 7297e29393..0eeebb4d39 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.1.28", + "version": "2.1.29", "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.4.2", - "@thi.ng/associative": "^6.2.7", - "@thi.ng/color": "^5.2.0", - "@thi.ng/geom": "^3.4.11", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-clip-line": "^2.1.26", - "@thi.ng/geom-resample": "^2.1.26", - "@thi.ng/grid-iterators": "^2.3.13", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/associative": "^6.2.8", + "@thi.ng/color": "^5.2.1", + "@thi.ng/geom": "^3.4.12", + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-clip-line": "^2.1.27", + "@thi.ng/geom-resample": "^2.1.27", + "@thi.ng/grid-iterators": "^2.3.14", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index fd2e9546e3..b21926a06a 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.23", + "version": "2.1.24", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -34,8 +34,8 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index b81be50715..0a5fad0801 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.23", + "version": "0.3.24", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/errors": "^2.2.0", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 9396c57fa2..36f08c28b3 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.26", + "version": "2.1.27", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-closest-point": "^2.1.23", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-closest-point": "^2.1.24", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 50ce57672e..4050ee0d33 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.23", + "version": "2.1.24", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index c96d261fc1..43496c8af8 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.10", + "version": "2.3.11", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/errors": "^2.2.0", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index d47cf6ef2c..54ce7fcdf5 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.1.26", + "version": "2.1.27", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -35,10 +35,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-closest-point": "^2.1.23", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-closest-point": "^2.1.24", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index eb4f8d14ff..da2fbcd961 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.12", + "version": "0.2.13", "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.2.5", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/errors": "^2.2.0", - "@thi.ng/geom": "^3.4.11", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-isoline": "^2.1.23", - "@thi.ng/geom-poly-utils": "^2.3.10", - "@thi.ng/geom-resample": "^2.1.26", - "@thi.ng/math": "^5.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom": "^3.4.12", + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-isoline": "^2.1.24", + "@thi.ng/geom-poly-utils": "^2.3.11", + "@thi.ng/geom-resample": "^2.1.27", + "@thi.ng/math": "^5.3.9", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index b222eae7fd..c21ef4f73b 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.0", + "version": "2.2.1", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -36,11 +36,11 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-arc": "^2.1.26", - "@thi.ng/geom-resample": "^2.1.26", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-arc": "^2.1.27", + "@thi.ng/geom-resample": "^2.1.27", + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index bff803abfa..10e12f3989 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.26", + "version": "2.1.27", "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.4.2", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 3c0e2da5e6..82f07d5c06 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.26", + "version": "2.1.27", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -35,11 +35,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-isec": "^2.1.26", - "@thi.ng/geom-poly-utils": "^2.3.10", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/geom-poly-utils": "^2.3.11", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index a3d379994d..cbd0442b73 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.2.26", + "version": "2.2.27", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -37,13 +37,13 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/bitfield": "^2.2.6", "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-clip-line": "^2.1.26", - "@thi.ng/geom-clip-poly": "^2.1.26", - "@thi.ng/geom-isec": "^2.1.26", - "@thi.ng/geom-poly-utils": "^2.3.10", - "@thi.ng/math": "^5.3.8", + "@thi.ng/geom-clip-line": "^2.1.27", + "@thi.ng/geom-clip-poly": "^2.1.27", + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/geom-poly-utils": "^2.3.11", + "@thi.ng/math": "^5.3.9", "@thi.ng/quad-edge": "^3.1.11", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/geom/package.json b/packages/geom/package.json index 94eddf044c..3db7e6dd57 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "3.4.11", + "version": "3.4.12", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,31 +37,31 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/arrays": "^2.3.6", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-arc": "^2.1.26", - "@thi.ng/geom-clip-line": "^2.1.26", - "@thi.ng/geom-clip-poly": "^2.1.26", - "@thi.ng/geom-closest-point": "^2.1.23", - "@thi.ng/geom-hull": "^2.1.23", - "@thi.ng/geom-isec": "^2.1.26", - "@thi.ng/geom-poly-utils": "^2.3.10", - "@thi.ng/geom-resample": "^2.1.26", - "@thi.ng/geom-splines": "^2.2.0", - "@thi.ng/geom-subdiv-curve": "^2.1.26", - "@thi.ng/geom-tessellate": "^2.1.26", + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-arc": "^2.1.27", + "@thi.ng/geom-clip-line": "^2.1.27", + "@thi.ng/geom-clip-poly": "^2.1.27", + "@thi.ng/geom-closest-point": "^2.1.24", + "@thi.ng/geom-hull": "^2.1.24", + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/geom-poly-utils": "^2.3.11", + "@thi.ng/geom-resample": "^2.1.27", + "@thi.ng/geom-splines": "^2.2.1", + "@thi.ng/geom-subdiv-curve": "^2.1.27", + "@thi.ng/geom-tessellate": "^2.1.27", "@thi.ng/hiccup": "^4.2.16", - "@thi.ng/hiccup-svg": "^4.3.11", - "@thi.ng/math": "^5.3.8", - "@thi.ng/matrices": "^2.1.24", + "@thi.ng/hiccup-svg": "^4.3.12", + "@thi.ng/math": "^5.3.9", + "@thi.ng/matrices": "^2.1.25", "@thi.ng/random": "^3.3.8", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/gp/package.json b/packages/gp/package.json index 03cce7646f..ab6cc6afcf 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/gp", - "version": "0.4.19", + "version": "0.4.20", "description": "Genetic programming helpers & strategies (tree based & multi-expression programming)", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14", + "@thi.ng/transducers": "^8.3.15", "@thi.ng/zipper": "^2.1.16" }, "devDependencies": { diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index c4a2ca25c2..f9119d76a0 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "2.3.13", + "version": "2.3.14", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/arrays": "^2.3.6", "@thi.ng/binary": "^3.3.5", "@thi.ng/bitfield": "^2.2.6", - "@thi.ng/morton": "^3.1.14", + "@thi.ng/morton": "^3.1.15", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 9ba6c8cd83..64164b6903 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.20", + "version": "0.3.21", "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", @@ -38,7 +38,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/diff": "^5.1.12", "@thi.ng/hiccup": "^4.2.16", - "@thi.ng/hiccup-css": "^2.1.19", + "@thi.ng/hiccup-css": "^2.1.20", "@thi.ng/strings": "^3.3.12" }, "devDependencies": { diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 4e86f9e608..9deaeb4819 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.25", + "version": "4.1.26", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/diff": "^5.1.12", "@thi.ng/errors": "^2.2.0", "@thi.ng/hdom": "^9.1.17", - "@thi.ng/hiccup-canvas": "^2.1.25" + "@thi.ng/hiccup-canvas": "^2.1.26" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 988820b3e0..7f64c5a595 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.19", + "version": "5.1.20", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -34,12 +34,12 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.1.10", + "@thi.ng/adapt-dpi": "^2.1.11", "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/transducers-stats": "^2.1.19" + "@thi.ng/math": "^5.3.9", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/transducers-stats": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index ea0a860970..9a87e2b1fd 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.1.25", + "version": "2.1.26", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/color": "^5.2.0", - "@thi.ng/math": "^5.3.8", - "@thi.ng/pixel": "^3.4.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/color": "^5.2.1", + "@thi.ng/math": "^5.3.9", + "@thi.ng/pixel": "^4.0.0", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 7a85e3e78d..8bedf9d99b 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.19", + "version": "2.1.20", "description": "CSS from nested JS data structures", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index ec87707314..92f43cf405 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "2.1.27", + "version": "2.1.28", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -39,11 +39,11 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/errors": "^2.2.0", - "@thi.ng/fsm": "^3.1.20", + "@thi.ng/fsm": "^3.1.21", "@thi.ng/hiccup": "^4.2.16", "@thi.ng/strings": "^3.3.12", - "@thi.ng/text-canvas": "^2.4.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/text-canvas": "^2.4.9", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 5515fa49dd..c2a5ba1c0f 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "4.3.11", + "version": "4.3.12", "description": "SVG element functions for @thi.ng/hiccup & @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/color": "^5.2.0", + "@thi.ng/color": "^5.2.1", "@thi.ng/prefixes": "^2.1.10" }, "devDependencies": { diff --git a/packages/iges/package.json b/packages/iges/package.json index 8ba11824ec..0ab62bebbe 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.24", + "version": "2.1.25", "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.2.5", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 7deef41533..20c8fdd199 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.1.28", + "version": "2.1.29", "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.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom": "^3.4.11", - "@thi.ng/geom-api": "^3.3.9", - "@thi.ng/geom-isec": "^2.1.26", - "@thi.ng/geom-tessellate": "^2.1.26", + "@thi.ng/geom": "^3.4.12", + "@thi.ng/geom-api": "^3.3.10", + "@thi.ng/geom-isec": "^2.1.27", + "@thi.ng/geom-tessellate": "^2.1.27", "@thi.ng/layout": "^2.1.12", - "@thi.ng/math": "^5.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index 8f4fdbbbc5..32a04caafd 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iterators", - "version": "6.1.19", + "version": "6.1.20", "description": "Clojure inspired, composable ES6 iterators & generators", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/errors": "^2.2.0" }, "devDependencies": { diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 050689ae81..91170ba70c 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.5.23", + "version": "0.5.24", "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.4.2", - "@thi.ng/distance": "^2.1.23", + "@thi.ng/distance": "^2.1.24", "@thi.ng/errors": "^2.2.0", "@thi.ng/random": "^3.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 113ac3339e..5d01625956 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "2.1.19", + "version": "2.1.20", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "dependencies": { "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers-binary": "^2.1.19" + "@thi.ng/transducers-binary": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 0cad868d7b..4a926a707b 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.23", + "version": "2.1.24", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/compose": "^2.1.13", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index 8ffb9b8d21..f37e126cc1 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.20", + "version": "0.3.21", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/compose": "^2.1.13", "@thi.ng/errors": "^2.2.0", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/math/CHANGELOG.md b/packages/math/CHANGELOG.md index 9450fe04e5..e6f9ad4539 100644 --- a/packages/math/CHANGELOG.md +++ b/packages/math/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/math/package.json b/packages/math/package.json index be7ee9130c..37e699fc7a 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/math", - "version": "5.3.8", + "version": "5.3.9", "description": "Assorted common math functions & utilities", "type": "module", "module": "./index.js", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index cfe0d3bfe3..1c18224a77 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.1.24", + "version": "2.1.25", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/morton/package.json b/packages/morton/package.json index a5a40c5fc6..0245c2438e 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/morton", - "version": "3.1.14", + "version": "3.1.15", "description": "Z-order curve / Morton encoding, decoding & range extraction for arbitrary dimensions", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/binary": "^3.3.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8" + "@thi.ng/math": "^5.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index c4f6b6d951..af92307d27 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.23", + "version": "1.1.24", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -35,8 +35,8 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", - "@thi.ng/pixel": "^3.4.14" + "@thi.ng/math": "^5.3.9", + "@thi.ng/pixel": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index dec76dfec2..6fc163cb15 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.23", + "version": "2.1.24", "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.4.2", "@thi.ng/errors": "^2.2.0", - "@thi.ng/pixel": "^3.4.14" + "@thi.ng/pixel": "^4.0.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/pixel/CHANGELOG.md b/packages/pixel/CHANGELOG.md index f1289d7afa..fff8e7a0a1 100644 --- a/packages/pixel/CHANGELOG.md +++ b/packages/pixel/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [4.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@4.0.0) (2022-09-27) + +#### 🛑 Breaking changes + +- update .blitCanvas(), .toImageData() ([85e4e38](https://github.com/thi-ng/umbrella/commit/85e4e38)) +- BREAKING CHANGE: add BlitCanvasOpts for optional .blitCanvas() args + - update .blitCanvas() impls + - update .toImageData() impls to accept pre-existing ImageData instance + - add ensureImageData() check + ## [3.4.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/pixel@3.4.0) (2022-04-07) #### 🚀 Features diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 43c0cd1601..dd5c8f94e4 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "3.4.14", + "version": "4.0.0", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/binary": "^3.3.5", "@thi.ng/checks": "^3.2.5", - "@thi.ng/distance": "^2.1.23", + "@thi.ng/distance": "^2.1.24", "@thi.ng/errors": "^2.2.0", - "@thi.ng/k-means": "^0.5.23", - "@thi.ng/math": "^5.3.8", - "@thi.ng/porter-duff": "^2.1.12" + "@thi.ng/k-means": "^0.5.24", + "@thi.ng/math": "^5.3.9", + "@thi.ng/porter-duff": "^2.1.13" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/poisson/package.json b/packages/poisson/package.json index fa48877aec..042f2e02a4 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "2.1.26", + "version": "2.1.27", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/geom-api": "^3.3.9", + "@thi.ng/geom-api": "^3.3.10", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/porter-duff/CHANGELOG.md b/packages/porter-duff/CHANGELOG.md index c30502dc02..7cc5d7b010 100644 --- a/packages/porter-duff/CHANGELOG.md +++ b/packages/porter-duff/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.1.13](https://github.com/thi-ng/umbrella/tree/@thi.ng/porter-duff@2.1.13) (2022-09-27) + +#### ♻️ Refactoring + +- add BlendFn types ([a8ff0aa](https://github.com/thi-ng/umbrella/commit/a8ff0aa)) + ## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/porter-duff@2.1.0) (2021-11-17) #### 🚀 Features diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index c4ac93c410..22ba2cf6fc 100644 --- a/packages/porter-duff/package.json +++ b/packages/porter-duff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/porter-duff", - "version": "2.1.12", + "version": "2.1.13", "description": "Porter-Duff operators for packed ints & float-array alpha compositing", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/math": "^5.3.8" + "@thi.ng/math": "^5.3.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 4c37a52bad..9a55460474 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "2.1.24", + "version": "2.1.25", "description": "Parametric (non-)linearly interpolated 1D lookup tables for remapping values", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/arrays": "^2.3.6", "@thi.ng/compare": "^2.1.12", - "@thi.ng/math": "^5.3.8", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rasterize/CHANGELOG.md b/packages/rasterize/CHANGELOG.md index 185233351e..d488fe3780 100644 --- a/packages/rasterize/CHANGELOG.md +++ b/packages/rasterize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,16 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +# [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rasterize@1.0.0) (2022-09-27) + +#### 🛑 Breaking changes + +- add defBlendF/I shader fns, update Shader2D ([4656c50](https://github.com/thi-ng/umbrella/commit/4656c50)) +- BREAKING CHANGE: update Shader2D args + - add [@thi.ng/porter-duff](https://github.com/thi-ng/umbrella/tree/main/packages/porter-duff) dependency + - update Shader2D args, pass target buffer as new initial arg + - add `defBlendF()`/`defBlendI()` shader fns for PD blend ops + ## [0.3.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/rasterize@0.3.0) (2021-11-17) #### 🚀 Features diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 4baa67a8ca..4b0a048778 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "0.3.20", + "version": "1.0.0", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/equiv": "^2.1.10", - "@thi.ng/grid-iterators": "^2.3.13", - "@thi.ng/porter-duff": "^2.1.12", + "@thi.ng/grid-iterators": "^2.3.14", + "@thi.ng/porter-duff": "^2.1.13", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index 34abbd9eb7..b7cd56e1d3 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.4.26", + "version": "0.4.27", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -34,14 +34,14 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.1.10", + "@thi.ng/adapt-dpi": "^2.1.11", "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", - "@thi.ng/hiccup-canvas": "^2.1.25", - "@thi.ng/rdom": "^0.9.9", - "@thi.ng/rstream": "^7.2.18", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/hiccup-canvas": "^2.1.26", + "@thi.ng/rdom": "^0.9.10", + "@thi.ng/rstream": "^7.2.19", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 9b8820b62d..367a9a9575 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.5.9", + "version": "0.5.10", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -35,12 +35,12 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/hiccup-html": "^2.1.13", - "@thi.ng/rdom": "^0.9.9", - "@thi.ng/rstream": "^7.2.18", + "@thi.ng/rdom": "^0.9.10", + "@thi.ng/rstream": "^7.2.19", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 4b70143d35..75152da162 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "0.9.9", + "version": "0.9.10", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/hiccup": "^4.2.16", "@thi.ng/paths": "^5.1.15", "@thi.ng/prefixes": "^2.1.10", - "@thi.ng/rstream": "^7.2.18", + "@thi.ng/rstream": "^7.2.19", "@thi.ng/strings": "^3.3.12" }, "devDependencies": { diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 4006750f53..340b0a27ed 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.20", + "version": "3.1.21", "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.19", - "@thi.ng/rstream": "^7.2.18" + "@thi.ng/csp": "^2.1.20", + "@thi.ng/rstream": "^7.2.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index ebfc1e6707..9ef9d79bd3 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "2.1.21", + "version": "2.1.22", "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": "^7.2.18", + "@thi.ng/rstream": "^7.2.19", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index a908945e3d..4749ab3278 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-gestures", - "version": "4.1.20", + "version": "4.1.21", "description": "Unified mouse, mouse wheel & multi-touch event stream abstraction", "type": "module", "module": "./index.js", @@ -36,9 +36,9 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", - "@thi.ng/rstream": "^7.2.18", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/math": "^5.3.9", + "@thi.ng/rstream": "^7.2.19", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index cb0f550457..219fd2fbb7 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.25", + "version": "4.1.26", "description": "Declarative dataflow graph construction for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.2.0", "@thi.ng/paths": "^5.1.15", "@thi.ng/resolve-map": "^7.1.7", - "@thi.ng/rstream": "^7.2.18", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/rstream": "^7.2.19", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index 170e56ab6b..7805065e3d 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.20", + "version": "2.1.21", "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": "^7.2.18" + "@thi.ng/rstream": "^7.2.19" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 2dce1dc1d9..d820bc2466 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.21", + "version": "4.1.22", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", - "@thi.ng/rstream": "^7.2.18", + "@thi.ng/rstream": "^7.2.19", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index f04572e250..47e495cbec 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.21", + "version": "2.1.22", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -35,15 +35,15 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", - "@thi.ng/math": "^5.3.8", - "@thi.ng/rstream": "^7.2.18", - "@thi.ng/rstream-dot": "^2.1.21", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/math": "^5.3.9", + "@thi.ng/rstream": "^7.2.19", + "@thi.ng/rstream-dot": "^2.1.22", + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index 3c8cfc0df1..673638ebf0 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream", - "version": "7.2.18", + "version": "7.2.19", "description": "Reactive streams & subscription primitives for constructing dataflow graphs / pipelines", "type": "module", "module": "./index.js", @@ -36,12 +36,12 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/arrays": "^2.3.6", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/atom": "^5.1.15", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/sax/package.json b/packages/sax/package.json index f280ed6613..a588a57e8a 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.20", + "version": "2.1.21", "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.4.2", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/transducers-fsm": "^2.1.19" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/transducers-fsm": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index c9233eb17c..8563deec87 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "0.5.24", + "version": "0.5.25", "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.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/matrices": "^2.1.24", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/matrices": "^2.1.25", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index 338da27c89..218da05dec 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.20", + "version": "0.4.21", "description": "Customizable GLSL codegen for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/shader-ast": "^0.12.20" + "@thi.ng/shader-ast": "^0.12.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/shader-ast-js/CHANGELOG.md b/packages/shader-ast-js/CHANGELOG.md index ee3519bd75..6bc90380f4 100644 --- a/packages/shader-ast-js/CHANGELOG.md +++ b/packages/shader-ast-js/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.7.26](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.7.26) (2022-09-27) + +#### ⏱ Performance improvements + +- pre-cache ImageData in canvasRenderer() ([ff0018f](https://github.com/thi-ng/umbrella/commit/ff0018f)) + ### [0.7.20](https://github.com/thi-ng/umbrella/tree/@thi.ng/shader-ast-js@0.7.20) (2022-08-06) #### ⏱ Performance improvements diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 10b43e8239..d291027449 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": "0.7.25", + "version": "0.7.26", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", - "@thi.ng/matrices": "^2.1.24", - "@thi.ng/pixel": "^3.4.14", - "@thi.ng/shader-ast": "^0.12.20", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/math": "^5.3.9", + "@thi.ng/matrices": "^2.1.25", + "@thi.ng/pixel": "^4.0.0", + "@thi.ng/shader-ast": "^0.12.21", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index d913ff993b..b16a5c8ee6 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.2.20", + "version": "0.2.21", "description": "Shader AST code optimization passes/strategies", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/defmulti": "^2.1.14", "@thi.ng/logger": "^1.3.0", - "@thi.ng/math": "^5.3.8", - "@thi.ng/shader-ast": "^0.12.20" + "@thi.ng/math": "^5.3.9", + "@thi.ng/shader-ast": "^0.12.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index 806afbb392..b9a7ade60a 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.12.13", + "version": "0.12.14", "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.4.2", - "@thi.ng/shader-ast": "^0.12.20" + "@thi.ng/shader-ast": "^0.12.21" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 0889ee0977..222be599f9 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.20", + "version": "0.12.21", "description": "DSL to define shader code in TypeScript and cross-compile to GLSL, JS and other targets", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/checks": "^3.2.5", "@thi.ng/defmulti": "^2.1.14", - "@thi.ng/dgraph": "^2.1.19", + "@thi.ng/dgraph": "^2.1.20", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0" }, diff --git a/packages/simd/package.json b/packages/simd/package.json index bfe0fda292..717cdefa11 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.19", + "version": "0.6.20", "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.19" + "@thi.ng/transducers-binary": "^2.1.20" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/soa/package.json b/packages/soa/package.json index 91fbc9ae5a..b6497542d6 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.23", + "version": "0.4.24", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/api": "^8.4.2", "@thi.ng/binary": "^3.3.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers-binary": "^2.1.19", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers-binary": "^2.1.20", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index e73aca0a49..8cc3857f57 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sparse", - "version": "0.3.19", + "version": "0.3.20", "description": "Sparse vector & matrix implementations", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ "dependencies": { "@thi.ng/api": "^8.4.2", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/system/package.json b/packages/system/package.json index 121cae9d92..fab7e85c66 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/system", - "version": "2.1.21", + "version": "2.1.22", "description": "Minimal and explicit dependency-injection & lifecycle container for stateful app components", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/dgraph": "^2.1.19", + "@thi.ng/dgraph": "^2.1.20", "@thi.ng/logger": "^1.3.0" }, "devDependencies": { diff --git a/packages/tangle/CHANGELOG.md b/packages/tangle/CHANGELOG.md index 2265e9b767..c5dde810df 100644 --- a/packages/tangle/CHANGELOG.md +++ b/packages/tangle/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-22T10:09:17Z +- **Last updated**: 2022-09-27T16:23:13Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/tangle/package.json b/packages/tangle/package.json index f10eb996da..3d0fec2b55 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.1.1", + "version": "0.1.2", "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.3.11", "@thi.ng/logger": "^1.3.0", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index adab634326..bb86cf57c5 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "2.4.8", + "version": "2.4.9", "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.3.6", "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", - "@thi.ng/geom-clip-line": "^2.1.26", - "@thi.ng/math": "^5.3.8", + "@thi.ng/geom-clip-line": "^2.1.27", + "@thi.ng/math": "^5.3.9", "@thi.ng/strings": "^3.3.12", "@thi.ng/text-format": "^1.2.5", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 475f7081e3..aa9ce19436 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.19", + "version": "2.1.20", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/errors": "^2.2.0", "@thi.ng/hex": "^2.2.0", "@thi.ng/random": "^3.3.8", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index efa26d88d0..457d9593a6 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-fsm", - "version": "2.1.19", + "version": "2.1.20", "description": "Transducer-based Finite State Machine transformer", "type": "module", "module": "./index.js", @@ -35,7 +35,7 @@ }, "dependencies": { "@thi.ng/api": "^8.4.2", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 191265319a..3c11428c9d 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.21", + "version": "3.1.22", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "dependencies": { "@thi.ng/hdom": "^9.1.17", "@thi.ng/hiccup": "^4.2.16", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 534ccfa748..c47bcd483f 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.19", + "version": "0.4.20", "description": "Reducers for patch-based, immutable-by-default array & object editing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/errors": "^2.2.0", "@thi.ng/paths": "^5.1.15", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 0e1ae2c5fe..433606fe96 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.19", + "version": "2.1.20", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -35,9 +35,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.2.5", - "@thi.ng/dcons": "^3.2.14", + "@thi.ng/dcons": "^3.2.15", "@thi.ng/errors": "^2.2.0", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index da763147f5..6596359818 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers", - "version": "8.3.14", + "version": "8.3.15", "description": "Lightweight transducer implementations for ES6 / TypeScript", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/compare": "^2.1.12", "@thi.ng/compose": "^2.1.13", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/random": "^3.3.8" }, "devDependencies": { diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 157d4cdf4b..f52815c6fd 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.24", + "version": "3.1.25", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", "@thi.ng/malloc": "^6.1.15", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/vectors/CHANGELOG.md b/packages/vectors/CHANGELOG.md index 23d066fac7..a8b8f05eee 100644 --- a/packages/vectors/CHANGELOG.md +++ b/packages/vectors/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2022-09-21T21:37:59Z +- **Last updated**: 2022-09-27T16:23:13Z - **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 811f35b47a..054bae5da5 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.5.15", + "version": "7.5.16", "description": "Optimized 2d/3d/4d and arbitrary length vector operations", "type": "module", "module": "./index.js", @@ -39,11 +39,11 @@ "@thi.ng/checks": "^3.2.5", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/memoize": "^3.1.12", "@thi.ng/random": "^3.3.8", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/viz/package.json b/packages/viz/package.json index 9fd2c6cf75..f872b6f7e8 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.4.20", + "version": "0.4.21", "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.4.2", "@thi.ng/arrays": "^2.3.6", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", - "@thi.ng/math": "^5.3.8", + "@thi.ng/math": "^5.3.9", "@thi.ng/strings": "^3.3.12", - "@thi.ng/transducers": "^8.3.14" + "@thi.ng/transducers": "^8.3.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 59aa15f48f..7e7af2beee 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.27", + "version": "2.1.28", "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.4.2", - "@thi.ng/shader-ast": "^0.12.20", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vector-pools": "^3.1.24", - "@thi.ng/vectors": "^7.5.15", - "@thi.ng/webgl": "^6.2.4" + "@thi.ng/shader-ast": "^0.12.21", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vector-pools": "^3.1.25", + "@thi.ng/vectors": "^7.5.16", + "@thi.ng/webgl": "^6.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 8982654a59..77e375d3fa 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.27", + "version": "0.4.28", "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.4.2", - "@thi.ng/shader-ast": "^0.12.20", - "@thi.ng/shader-ast-glsl": "^0.4.20", - "@thi.ng/webgl": "^6.2.4" + "@thi.ng/shader-ast": "^0.12.21", + "@thi.ng/shader-ast-glsl": "^0.4.21", + "@thi.ng/webgl": "^6.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 9b6f574df9..9021ecf196 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.2.4", + "version": "6.2.5", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -34,22 +34,22 @@ "test": "testament test" }, "dependencies": { - "@thi.ng/adapt-dpi": "^2.1.10", + "@thi.ng/adapt-dpi": "^2.1.11", "@thi.ng/api": "^8.4.2", - "@thi.ng/associative": "^6.2.7", + "@thi.ng/associative": "^6.2.8", "@thi.ng/checks": "^3.2.5", "@thi.ng/equiv": "^2.1.10", "@thi.ng/errors": "^2.2.0", "@thi.ng/logger": "^1.3.0", - "@thi.ng/matrices": "^2.1.24", + "@thi.ng/matrices": "^2.1.25", "@thi.ng/memoize": "^3.1.12", - "@thi.ng/pixel": "^3.4.14", - "@thi.ng/shader-ast": "^0.12.20", - "@thi.ng/shader-ast-glsl": "^0.4.20", - "@thi.ng/shader-ast-stdlib": "^0.12.13", - "@thi.ng/transducers": "^8.3.14", - "@thi.ng/vector-pools": "^3.1.24", - "@thi.ng/vectors": "^7.5.15" + "@thi.ng/pixel": "^4.0.0", + "@thi.ng/shader-ast": "^0.12.21", + "@thi.ng/shader-ast-glsl": "^0.4.21", + "@thi.ng/shader-ast-stdlib": "^0.12.14", + "@thi.ng/transducers": "^8.3.15", + "@thi.ng/vector-pools": "^3.1.25", + "@thi.ng/vectors": "^7.5.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.31.1", diff --git a/yarn.lock b/yarn.lock index 8c51c2fb89..abb92ae359 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1956,7 +1956,7 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adapt-dpi@^2.1.10, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": +"@thi.ng/adapt-dpi@^2.1.11, @thi.ng/adapt-dpi@workspace:^, @thi.ng/adapt-dpi@workspace:packages/adapt-dpi": version: 0.0.0-use.local resolution: "@thi.ng/adapt-dpi@workspace:packages/adapt-dpi" dependencies: @@ -1977,11 +1977,11 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/arrays": ^2.3.6 "@thi.ng/bitfield": ^2.2.6 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/errors": ^2.2.0 - "@thi.ng/sparse": ^0.3.19 + "@thi.ng/sparse": ^0.3.20 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2038,7 +2038,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/associative@^6.2.7, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": +"@thi.ng/associative@^6.2.8, @thi.ng/associative@workspace:^, @thi.ng/associative@workspace:packages/associative": version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: @@ -2048,11 +2048,11 @@ __metadata: "@thi.ng/binary": ^3.3.5 "@thi.ng/checks": ^3.2.5 "@thi.ng/compare": ^2.1.12 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.4.0 @@ -2118,8 +2118,8 @@ __metadata: "@thi.ng/defmulti": ^2.1.14 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/transducers-binary": ^2.1.19 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/transducers-binary": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2178,9 +2178,9 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2198,7 +2198,7 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2234,7 +2234,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@^5.2.0, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@^5.2.1, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -2247,12 +2247,12 @@ __metadata: "@thi.ng/compose": ^2.1.13 "@thi.ng/defmulti": ^2.1.14 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/random": ^3.3.8 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2302,9 +2302,9 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2327,7 +2327,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@^2.1.19, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@^2.1.20, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: @@ -2335,10 +2335,10 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/arrays": ^2.3.6 "@thi.ng/checks": ^3.2.5 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2355,7 +2355,7 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2379,7 +2379,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dcons@^3.2.14, @thi.ng/dcons@workspace:packages/dcons": +"@thi.ng/dcons@^3.2.15, @thi.ng/dcons@workspace:packages/dcons": version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: @@ -2391,7 +2391,7 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2421,7 +2421,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/dgraph": ^2.1.19 + "@thi.ng/dgraph": ^2.1.20 "@thi.ng/dot": ^2.1.14 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -2431,17 +2431,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/dgraph@^2.1.19, @thi.ng/dgraph@workspace:^, @thi.ng/dgraph@workspace:packages/dgraph": +"@thi.ng/dgraph@^2.1.20, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2479,7 +2479,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@^2.1.23, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@^2.1.23, @thi.ng/distance@^2.1.24, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -2488,9 +2488,9 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/heaps": ^2.1.12 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2552,8 +2552,8 @@ __metadata: "@thi.ng/binary": ^3.3.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/transducers-binary": ^2.1.19 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/transducers-binary": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2569,10 +2569,10 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2615,17 +2615,17 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/binary": ^3.3.5 "@thi.ng/checks": ^3.2.5 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/idgen": ^2.1.13 "@thi.ng/logger": ^1.3.0 "@thi.ng/malloc": ^6.1.15 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.4.0 @@ -2640,7 +2640,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 "@thi.ng/dot": ^2.1.14 "@thi.ng/equiv": ^2.1.10 @@ -2649,7 +2649,7 @@ __metadata: "@thi.ng/prefixes": ^2.1.10 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers-binary": ^2.1.19 + "@thi.ng/transducers-binary": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2715,7 +2715,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fsm@^3.1.20, @thi.ng/fsm@workspace:packages/fsm": +"@thi.ng/fsm@^3.1.21, @thi.ng/fsm@workspace:packages/fsm": version: 0.0.0-use.local resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: @@ -2726,7 +2726,7 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2740,13 +2740,13 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/fuzzy": ^2.1.12 + "@thi.ng/fuzzy": ^2.1.13 "@thi.ng/hiccup": ^4.2.16 - "@thi.ng/hiccup-svg": ^4.3.11 - "@thi.ng/math": ^5.3.8 + "@thi.ng/hiccup-svg": ^4.3.12 + "@thi.ng/math": ^5.3.9 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/text-canvas": ^2.4.8 + "@thi.ng/text-canvas": ^2.4.9 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2754,13 +2754,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/fuzzy@^2.1.12, @thi.ng/fuzzy@workspace:packages/fuzzy": +"@thi.ng/fuzzy@^2.1.13, @thi.ng/fuzzy@workspace:packages/fuzzy": version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -2779,13 +2779,13 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-isec": ^2.1.26 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-isec": ^2.1.27 "@thi.ng/heaps": ^2.1.12 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2793,14 +2793,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@^3.3.9, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@^3.3.10, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2808,17 +2808,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@^2.1.26, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@^2.1.27, @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.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-resample": ^2.1.26 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-resample": ^2.1.27 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2826,15 +2826,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@^2.1.26, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@^2.1.27, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/geom-isec": ^2.1.26 + "@thi.ng/geom-isec": ^2.1.27 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2842,16 +2842,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@^2.1.26, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@^2.1.27, @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.31.1 - "@thi.ng/geom-isec": ^2.1.26 - "@thi.ng/geom-poly-utils": ^2.3.10 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-isec": ^2.1.27 + "@thi.ng/geom-poly-utils": ^2.3.11 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2859,15 +2859,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@^2.1.23, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@^2.1.24, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2881,16 +2881,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 - "@thi.ng/color": ^5.2.0 - "@thi.ng/geom": ^3.4.11 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-clip-line": ^2.1.26 - "@thi.ng/geom-resample": ^2.1.26 - "@thi.ng/grid-iterators": ^2.3.13 + "@thi.ng/associative": ^6.2.8 + "@thi.ng/color": ^5.2.1 + "@thi.ng/geom": ^3.4.12 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-clip-line": ^2.1.27 + "@thi.ng/geom-resample": ^2.1.27 + "@thi.ng/grid-iterators": ^2.3.14 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2898,14 +2898,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@^2.1.23, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@^2.1.24, @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.31.1 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2921,7 +2921,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2929,17 +2929,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@^2.1.26, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@^2.1.27, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-closest-point": ^2.1.23 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-closest-point": ^2.1.24 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2947,15 +2947,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@^2.1.23, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@^2.1.24, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2963,17 +2963,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@^2.3.10, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@^2.3.11, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/errors": ^2.2.0 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -2981,17 +2981,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@^2.1.26, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@^2.1.27, @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.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-closest-point": ^2.1.23 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-closest-point": ^2.1.24 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3008,15 +3008,15 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/defmulti": ^2.1.14 "@thi.ng/errors": ^2.2.0 - "@thi.ng/geom": ^3.4.11 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-isoline": ^2.1.23 - "@thi.ng/geom-poly-utils": ^2.3.10 - "@thi.ng/geom-resample": ^2.1.26 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom": ^3.4.12 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-isoline": ^2.1.24 + "@thi.ng/geom-poly-utils": ^2.3.11 + "@thi.ng/geom-resample": ^2.1.27 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3024,19 +3024,19 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@^2.2.0, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@^2.2.1, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-arc": ^2.1.26 - "@thi.ng/geom-resample": ^2.1.26 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-arc": ^2.1.27 + "@thi.ng/geom-resample": ^2.1.27 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3044,16 +3044,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@^2.1.26, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@^2.1.27, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/geom-api": ^3.3.9 + "@thi.ng/geom-api": ^3.3.10 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3061,18 +3061,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@^2.1.26, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@^2.1.27, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-isec": ^2.1.26 - "@thi.ng/geom-poly-utils": ^2.3.10 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-isec": ^2.1.27 + "@thi.ng/geom-poly-utils": ^2.3.11 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3088,14 +3088,14 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/bitfield": ^2.2.6 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-clip-line": ^2.1.26 - "@thi.ng/geom-clip-poly": ^2.1.26 - "@thi.ng/geom-isec": ^2.1.26 - "@thi.ng/geom-poly-utils": ^2.3.10 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-clip-line": ^2.1.27 + "@thi.ng/geom-clip-poly": ^2.1.27 + "@thi.ng/geom-isec": ^2.1.27 + "@thi.ng/geom-poly-utils": ^2.3.11 + "@thi.ng/math": ^5.3.9 "@thi.ng/quad-edge": ^3.1.11 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3103,39 +3103,39 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@^3.4.11, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@^3.4.12, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/arrays": ^2.3.6 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 "@thi.ng/defmulti": ^2.1.14 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-arc": ^2.1.26 - "@thi.ng/geom-clip-line": ^2.1.26 - "@thi.ng/geom-clip-poly": ^2.1.26 - "@thi.ng/geom-closest-point": ^2.1.23 - "@thi.ng/geom-hull": ^2.1.23 - "@thi.ng/geom-isec": ^2.1.26 - "@thi.ng/geom-poly-utils": ^2.3.10 - "@thi.ng/geom-resample": ^2.1.26 - "@thi.ng/geom-splines": ^2.2.0 - "@thi.ng/geom-subdiv-curve": ^2.1.26 - "@thi.ng/geom-tessellate": ^2.1.26 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-arc": ^2.1.27 + "@thi.ng/geom-clip-line": ^2.1.27 + "@thi.ng/geom-clip-poly": ^2.1.27 + "@thi.ng/geom-closest-point": ^2.1.24 + "@thi.ng/geom-hull": ^2.1.24 + "@thi.ng/geom-isec": ^2.1.27 + "@thi.ng/geom-poly-utils": ^2.3.11 + "@thi.ng/geom-resample": ^2.1.27 + "@thi.ng/geom-splines": ^2.2.1 + "@thi.ng/geom-subdiv-curve": ^2.1.27 + "@thi.ng/geom-tessellate": ^2.1.27 "@thi.ng/hiccup": ^4.2.16 - "@thi.ng/hiccup-svg": ^4.3.11 - "@thi.ng/math": ^5.3.8 - "@thi.ng/matrices": ^2.1.24 + "@thi.ng/hiccup-svg": ^4.3.12 + "@thi.ng/math": ^5.3.9 + "@thi.ng/matrices": ^2.1.25 "@thi.ng/random": ^3.3.8 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3150,10 +3150,10 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 "@thi.ng/zipper": ^2.1.16 rimraf: ^3.0.2 tools: "workspace:^" @@ -3162,7 +3162,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@^2.3.13, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@^2.3.14, @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: @@ -3171,10 +3171,10 @@ __metadata: "@thi.ng/arrays": ^2.3.6 "@thi.ng/binary": ^3.3.5 "@thi.ng/bitfield": ^2.2.6 - "@thi.ng/morton": ^3.1.14 + "@thi.ng/morton": ^3.1.15 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3190,7 +3190,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/diff": ^5.1.12 "@thi.ng/hiccup": ^4.2.16 - "@thi.ng/hiccup-css": ^2.1.19 + "@thi.ng/hiccup-css": ^2.1.20 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 "@types/node": ^18.7.18 @@ -3213,7 +3213,7 @@ __metadata: "@thi.ng/diff": ^5.1.12 "@thi.ng/errors": ^2.2.0 "@thi.ng/hdom": ^9.1.17 - "@thi.ng/hiccup-canvas": ^2.1.25 + "@thi.ng/hiccup-canvas": ^2.1.26 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3227,13 +3227,13 @@ __metadata: resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: "@microsoft/api-extractor": ^7.31.1 - "@thi.ng/adapt-dpi": ^2.1.10 + "@thi.ng/adapt-dpi": ^2.1.11 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/transducers-stats": ^2.1.19 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/transducers-stats": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3308,18 +3308,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@^2.1.25, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@^2.1.26, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/color": ^5.2.0 - "@thi.ng/math": ^5.3.8 - "@thi.ng/pixel": ^3.4.14 + "@thi.ng/color": ^5.2.1 + "@thi.ng/math": ^5.3.9 + "@thi.ng/pixel": ^4.0.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3341,7 +3341,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-css@^2.1.19, @thi.ng/hiccup-css@workspace:^, @thi.ng/hiccup-css@workspace:packages/hiccup-css": +"@thi.ng/hiccup-css@^2.1.20, @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: @@ -3350,7 +3350,7 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3382,12 +3382,12 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/defmulti": ^2.1.14 "@thi.ng/errors": ^2.2.0 - "@thi.ng/fsm": ^3.1.20 + "@thi.ng/fsm": ^3.1.21 "@thi.ng/hiccup": ^4.2.16 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/text-canvas": ^2.4.8 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/text-canvas": ^2.4.9 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3395,13 +3395,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@^4.3.11, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@^4.3.12, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/color": ^5.2.0 + "@thi.ng/color": ^5.2.1 "@thi.ng/prefixes": ^2.1.10 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -3455,8 +3455,8 @@ __metadata: "@thi.ng/defmulti": ^2.1.14 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3471,15 +3471,15 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom": ^3.4.11 - "@thi.ng/geom-api": ^3.3.9 - "@thi.ng/geom-isec": ^2.1.26 - "@thi.ng/geom-tessellate": ^2.1.26 + "@thi.ng/geom": ^3.4.12 + "@thi.ng/geom-api": ^3.3.10 + "@thi.ng/geom-isec": ^2.1.27 + "@thi.ng/geom-tessellate": ^2.1.27 "@thi.ng/layout": ^2.1.12 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3529,7 +3529,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -3539,17 +3539,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@^0.5.23, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@^0.5.23, @thi.ng/k-means@^0.5.24, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/distance": ^2.1.23 + "@thi.ng/distance": ^2.1.24 "@thi.ng/errors": ^2.2.0 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3596,7 +3596,7 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers-binary": ^2.1.19 + "@thi.ng/transducers-binary": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3638,11 +3638,11 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/compose": ^2.1.13 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3678,7 +3678,7 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3686,7 +3686,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/math@^5.3.8, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": +"@thi.ng/math@^5.3.8, @thi.ng/math@^5.3.9, @thi.ng/math@workspace:^, @thi.ng/math@workspace:packages/math": version: 0.0.0-use.local resolution: "@thi.ng/math@workspace:packages/math" dependencies: @@ -3700,16 +3700,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@^2.1.24, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@^2.1.25, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3745,7 +3745,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/morton@^3.1.14, @thi.ng/morton@workspace:packages/morton": +"@thi.ng/morton@^3.1.15, @thi.ng/morton@workspace:packages/morton": version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: @@ -3753,7 +3753,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/binary": ^3.3.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3819,8 +3819,8 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/math": ^5.3.8 - "@thi.ng/pixel": ^3.4.14 + "@thi.ng/math": ^5.3.9 + "@thi.ng/pixel": ^4.0.0 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3836,7 +3836,7 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/errors": ^2.2.0 - "@thi.ng/pixel": ^3.4.14 + "@thi.ng/pixel": ^4.0.0 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3845,7 +3845,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@^3.4.14, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@^4.0.0, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -3853,11 +3853,11 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/binary": ^3.3.5 "@thi.ng/checks": ^3.2.5 - "@thi.ng/distance": ^2.1.23 + "@thi.ng/distance": ^2.1.24 "@thi.ng/errors": ^2.2.0 - "@thi.ng/k-means": ^0.5.23 - "@thi.ng/math": ^5.3.8 - "@thi.ng/porter-duff": ^2.1.12 + "@thi.ng/k-means": ^0.5.24 + "@thi.ng/math": ^5.3.9 + "@thi.ng/porter-duff": ^2.1.13 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3867,6 +3867,22 @@ __metadata: languageName: unknown linkType: soft +"@thi.ng/pixel@npm:^3.4.14": + version: 3.4.14 + resolution: "@thi.ng/pixel@npm:3.4.14" + dependencies: + "@thi.ng/api": ^8.4.2 + "@thi.ng/binary": ^3.3.5 + "@thi.ng/checks": ^3.2.5 + "@thi.ng/distance": ^2.1.23 + "@thi.ng/errors": ^2.2.0 + "@thi.ng/k-means": ^0.5.23 + "@thi.ng/math": ^5.3.8 + "@thi.ng/porter-duff": ^2.1.12 + checksum: 2c69f1b0444f969305d7c16ae1e70fd0ad7a27d60debc58cc5d9804e1e135a82fb8abe3c4e37aba228e99c8cb3545c6d4b459168c75bf55e31e8e0ba122ad75b + languageName: node + linkType: hard + "@thi.ng/pointfree-lang@workspace:^, @thi.ng/pointfree-lang@workspace:packages/pointfree-lang": version: 0.0.0-use.local resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" @@ -3914,11 +3930,11 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/geom-api": ^3.3.9 + "@thi.ng/geom-api": ^3.3.10 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -3926,13 +3942,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/porter-duff@^2.1.12, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": +"@thi.ng/porter-duff@^2.1.12, @thi.ng/porter-duff@^2.1.13, @thi.ng/porter-duff@workspace:^, @thi.ng/porter-duff@workspace:packages/porter-duff": version: 0.0.0-use.local resolution: "@thi.ng/porter-duff@workspace:packages/porter-duff" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -3975,10 +3991,10 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/arrays": ^2.3.6 "@thi.ng/compare": ^2.1.12 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4042,11 +4058,11 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/equiv": ^2.1.10 - "@thi.ng/grid-iterators": ^2.3.13 - "@thi.ng/porter-duff": ^2.1.12 + "@thi.ng/grid-iterators": ^2.3.14 + "@thi.ng/porter-duff": ^2.1.13 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4059,15 +4075,15 @@ __metadata: resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: "@microsoft/api-extractor": ^7.31.1 - "@thi.ng/adapt-dpi": ^2.1.10 + "@thi.ng/adapt-dpi": ^2.1.11 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 - "@thi.ng/hiccup-canvas": ^2.1.25 - "@thi.ng/rdom": ^0.9.9 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/hiccup-canvas": ^2.1.26 + "@thi.ng/rdom": ^0.9.10 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4081,13 +4097,13 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/hiccup-html": ^2.1.13 - "@thi.ng/rdom": ^0.9.9 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rdom": ^0.9.10 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4095,7 +4111,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@^0.9.9, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@^0.9.10, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -4106,7 +4122,7 @@ __metadata: "@thi.ng/hiccup": ^4.2.16 "@thi.ng/paths": ^5.1.15 "@thi.ng/prefixes": ^2.1.10 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -4171,8 +4187,8 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": ^7.31.1 - "@thi.ng/csp": ^2.1.19 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/csp": ^2.1.20 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -4181,15 +4197,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@^2.1.21, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@^2.1.22, @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.31.1 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4204,10 +4220,10 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 - "@thi.ng/math": ^5.3.8 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/math": ^5.3.9 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4226,9 +4242,9 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/paths": ^5.1.15 "@thi.ng/resolve-map": ^7.1.7 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4241,7 +4257,7 @@ __metadata: resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: "@microsoft/api-extractor": ^7.31.1 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/testament": ^0.3.0 "@types/node": ^18.7.18 rimraf: ^3.0.2 @@ -4260,10 +4276,10 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/logger": ^1.3.0 - "@thi.ng/rstream": ^7.2.18 + "@thi.ng/rstream": ^7.2.19 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4277,16 +4293,16 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/logger": ^1.3.0 - "@thi.ng/math": ^5.3.8 - "@thi.ng/rstream": ^7.2.18 - "@thi.ng/rstream-dot": ^2.1.21 + "@thi.ng/math": ^5.3.9 + "@thi.ng/rstream": ^7.2.19 + "@thi.ng/rstream-dot": ^2.1.22 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4294,20 +4310,20 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream@^7.2.18, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": +"@thi.ng/rstream@^7.2.19, @thi.ng/rstream@workspace:^, @thi.ng/rstream@workspace:packages/rstream": version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/arrays": ^2.3.6 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/atom": ^5.1.15 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 "@thi.ng/logger": ^1.3.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4323,8 +4339,8 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/transducers-fsm": ^2.1.19 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/transducers-fsm": ^2.1.20 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4340,9 +4356,9 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/matrices": ^2.1.24 + "@thi.ng/matrices": ^2.1.25 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4381,7 +4397,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-glsl@^0.4.20, @thi.ng/shader-ast-glsl@workspace:^, @thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl": +"@thi.ng/shader-ast-glsl@^0.4.21, @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: @@ -4389,7 +4405,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/shader-ast": ^0.12.20 + "@thi.ng/shader-ast": ^0.12.21 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -4406,12 +4422,12 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 - "@thi.ng/matrices": ^2.1.24 - "@thi.ng/pixel": ^3.4.14 - "@thi.ng/shader-ast": ^0.12.20 + "@thi.ng/math": ^5.3.9 + "@thi.ng/matrices": ^2.1.25 + "@thi.ng/pixel": ^4.0.0 + "@thi.ng/shader-ast": ^0.12.21 "@thi.ng/testament": ^0.3.0 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4427,8 +4443,8 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/defmulti": ^2.1.14 "@thi.ng/logger": ^1.3.0 - "@thi.ng/math": ^5.3.8 - "@thi.ng/shader-ast": ^0.12.20 + "@thi.ng/math": ^5.3.9 + "@thi.ng/shader-ast": ^0.12.21 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -4437,13 +4453,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast-stdlib@^0.12.13, @thi.ng/shader-ast-stdlib@workspace:^, @thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib": +"@thi.ng/shader-ast-stdlib@^0.12.14, @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.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/shader-ast": ^0.12.20 + "@thi.ng/shader-ast": ^0.12.21 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 tools: "workspace:^" @@ -4452,7 +4468,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/shader-ast@^0.12.20, @thi.ng/shader-ast@workspace:^, @thi.ng/shader-ast@workspace:packages/shader-ast": +"@thi.ng/shader-ast@^0.12.21, @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: @@ -4460,7 +4476,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/checks": ^3.2.5 "@thi.ng/defmulti": ^2.1.14 - "@thi.ng/dgraph": ^2.1.19 + "@thi.ng/dgraph": ^2.1.20 "@thi.ng/errors": ^2.2.0 "@thi.ng/logger": ^1.3.0 "@thi.ng/testament": ^0.3.0 @@ -4477,7 +4493,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers-binary": ^2.1.19 + "@thi.ng/transducers-binary": ^2.1.20 assemblyscript: 0.21.3 rimraf: ^3.0.2 tools: "workspace:^" @@ -4496,8 +4512,8 @@ __metadata: "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers-binary": ^2.1.19 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers-binary": ^2.1.20 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4505,7 +4521,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/sparse@^0.3.19, @thi.ng/sparse@workspace:packages/sparse": +"@thi.ng/sparse@^0.3.20, @thi.ng/sparse@workspace:packages/sparse": version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: @@ -4513,7 +4529,7 @@ __metadata: "@thi.ng/api": ^8.4.2 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4544,7 +4560,7 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/dgraph": ^2.1.19 + "@thi.ng/dgraph": ^2.1.20 "@thi.ng/logger": ^1.3.0 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -4569,7 +4585,7 @@ __metadata: "@thi.ng/logger": ^1.3.0 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4595,7 +4611,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@^2.4.8, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@^2.4.8, @thi.ng/text-canvas@^2.4.9, @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: @@ -4604,12 +4620,12 @@ __metadata: "@thi.ng/arrays": ^2.3.6 "@thi.ng/checks": ^3.2.5 "@thi.ng/errors": ^2.2.0 - "@thi.ng/geom-clip-line": ^2.1.26 - "@thi.ng/math": ^5.3.8 + "@thi.ng/geom-clip-line": ^2.1.27 + "@thi.ng/math": ^5.3.9 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 "@thi.ng/text-format": ^1.2.5 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" tslib: ^2.4.0 @@ -4634,7 +4650,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@^2.1.19, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@^2.1.20, @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: @@ -4645,7 +4661,7 @@ __metadata: "@thi.ng/hex": ^2.2.0 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4653,14 +4669,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-fsm@^2.1.19, @thi.ng/transducers-fsm@workspace:packages/transducers-fsm": +"@thi.ng/transducers-fsm@^2.1.20, @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.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4676,7 +4692,7 @@ __metadata: "@thi.ng/hdom": ^9.1.17 "@thi.ng/hiccup": ^4.2.16 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4694,7 +4710,7 @@ __metadata: "@thi.ng/errors": ^2.2.0 "@thi.ng/paths": ^5.1.15 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4702,16 +4718,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@^2.1.19, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@^2.1.20, @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.31.1 "@thi.ng/checks": ^3.2.5 - "@thi.ng/dcons": ^3.2.14 + "@thi.ng/dcons": ^3.2.15 "@thi.ng/errors": ^2.2.0 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4719,7 +4735,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers@^8.3.14, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": +"@thi.ng/transducers@^8.3.14, @thi.ng/transducers@^8.3.15, @thi.ng/transducers@workspace:^, @thi.ng/transducers@workspace:packages/transducers": version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: @@ -4730,7 +4746,7 @@ __metadata: "@thi.ng/compare": ^2.1.12 "@thi.ng/compose": ^2.1.13 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/random": ^3.3.8 "@thi.ng/testament": ^0.3.0 rimraf: ^3.0.2 @@ -4767,7 +4783,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@^3.1.24, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@^3.1.25, @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: @@ -4779,8 +4795,8 @@ __metadata: "@thi.ng/logger": ^1.3.0 "@thi.ng/malloc": ^6.1.15 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4788,7 +4804,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@^7.5.15, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@^7.5.15, @thi.ng/vectors@^7.5.16, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -4798,12 +4814,12 @@ __metadata: "@thi.ng/checks": ^3.2.5 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/memoize": ^3.1.12 "@thi.ng/random": ^3.3.8 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4818,13 +4834,13 @@ __metadata: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 "@thi.ng/arrays": ^2.3.6 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 "@thi.ng/date": ^2.3.8 - "@thi.ng/math": ^5.3.8 + "@thi.ng/math": ^5.3.9 "@thi.ng/strings": ^3.3.12 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 + "@thi.ng/transducers": ^8.3.15 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17 @@ -4865,12 +4881,12 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/shader-ast": ^0.12.20 + "@thi.ng/shader-ast": ^0.12.21 "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vector-pools": ^3.1.24 - "@thi.ng/vectors": ^7.5.15 - "@thi.ng/webgl": ^6.2.4 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vector-pools": ^3.1.25 + "@thi.ng/vectors": ^7.5.16 + "@thi.ng/webgl": ^6.2.5 "@types/node": ^18.7.18 rimraf: ^3.0.2 tools: "workspace:^" @@ -4885,10 +4901,10 @@ __metadata: dependencies: "@microsoft/api-extractor": ^7.31.1 "@thi.ng/api": ^8.4.2 - "@thi.ng/shader-ast": ^0.12.20 - "@thi.ng/shader-ast-glsl": ^0.4.20 + "@thi.ng/shader-ast": ^0.12.21 + "@thi.ng/shader-ast-glsl": ^0.4.21 "@thi.ng/testament": ^0.3.0 - "@thi.ng/webgl": ^6.2.4 + "@thi.ng/webgl": ^6.2.5 "@types/node": ^18.7.18 rimraf: ^3.0.2 tools: "workspace:^" @@ -4897,28 +4913,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@^6.2.4, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@^6.2.5, @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.31.1 - "@thi.ng/adapt-dpi": ^2.1.10 + "@thi.ng/adapt-dpi": ^2.1.11 "@thi.ng/api": ^8.4.2 - "@thi.ng/associative": ^6.2.7 + "@thi.ng/associative": ^6.2.8 "@thi.ng/checks": ^3.2.5 "@thi.ng/equiv": ^2.1.10 "@thi.ng/errors": ^2.2.0 "@thi.ng/logger": ^1.3.0 - "@thi.ng/matrices": ^2.1.24 + "@thi.ng/matrices": ^2.1.25 "@thi.ng/memoize": ^3.1.12 - "@thi.ng/pixel": ^3.4.14 - "@thi.ng/shader-ast": ^0.12.20 - "@thi.ng/shader-ast-glsl": ^0.4.20 - "@thi.ng/shader-ast-stdlib": ^0.12.13 - "@thi.ng/testament": ^0.3.0 - "@thi.ng/transducers": ^8.3.14 - "@thi.ng/vector-pools": ^3.1.24 - "@thi.ng/vectors": ^7.5.15 + "@thi.ng/pixel": ^4.0.0 + "@thi.ng/shader-ast": ^0.12.21 + "@thi.ng/shader-ast-glsl": ^0.4.21 + "@thi.ng/shader-ast-stdlib": ^0.12.14 + "@thi.ng/testament": ^0.3.0 + "@thi.ng/transducers": ^8.3.15 + "@thi.ng/vector-pools": ^3.1.25 + "@thi.ng/vectors": ^7.5.16 rimraf: ^3.0.2 tools: "workspace:^" typedoc: ^0.22.17