diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 49b81231ed..9f00724fe1 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.14", + "version": "3.0.15", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/arrays": "^2.10.4", - "@thi.ng/bitfield": "^2.3.54", + "@thi.ng/bitfield": "^2.3.55", "@thi.ng/dcons": "^3.2.131", "@thi.ng/disjoint-set": "^1.1.4", "@thi.ng/errors": "^2.5.17", @@ -49,7 +49,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.7", + "@thi.ng/vectors": "^7.12.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/args/package.json b/packages/args/package.json index 71187b088e..8106c43945 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.46", + "version": "2.3.47", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/text-format": "^2.2.16" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 6b35e1cbe5..024ec76836 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.100", + "version": "1.1.101", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/compose": "^3.0.14", - "@thi.ng/date": "^2.7.31", + "@thi.ng/date": "^2.7.32", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", "@thi.ng/units": "^0.5.9", - "@thi.ng/vectors": "^7.12.7", + "@thi.ng/vectors": "^7.12.8", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 0a17fcfd25..b4386522b0 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.142", + "version": "2.1.143", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-binary": "^2.1.140" + "@thi.ng/transducers-binary": "^2.1.141" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 9ba47c82c0..32b6df60d0 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.54", + "version": "2.3.55", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/binary": "^3.4.34", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/boids/package.json b/packages/boids/package.json index 4be8c43f6d..2d95ddd5ee 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.53", + "version": "1.0.54", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.93", - "@thi.ng/geom-closest-point": "^2.1.147", - "@thi.ng/geom-resample": "^3.0.19", + "@thi.ng/distance": "^2.4.94", + "@thi.ng/geom-closest-point": "^2.1.148", + "@thi.ng/geom-resample": "^3.0.20", "@thi.ng/math": "^5.11.11", - "@thi.ng/timestep": "^0.5.69", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/timestep": "^0.5.70", + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 1e63b27060..524552f6e4 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.4.19", + "version": "1.4.20", "description": "Collection of 200+ image based color themes & composable theme query filters", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/base-n": "^2.7.23", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.10", + "@thi.ng/color": "^5.7.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55" }, diff --git a/packages/color/package.json b/packages/color/package.json index 8a6ebec592..e420a65e6d 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.10", + "version": "5.7.11", "description": "Array-based color types, CSS parsing, conversions, transformations, declarative theme generation, gradients, presets", "type": "module", "module": "./index.js", @@ -50,9 +50,9 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/complex/package.json b/packages/complex/package.json index aeda950021..72ae630226 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.81", + "version": "0.2.82", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csv/package.json b/packages/csv/package.json index 4bab3749f2..aab27a04dd 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.106", + "version": "2.3.107", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/date/package.json b/packages/date/package.json index 5ae3a24df0..ccb2fc55b2 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.31", + "version": "2.7.32", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/distance/package.json b/packages/distance/package.json index 73e6b34286..2a6c58599f 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.93", + "version": "2.4.94", "description": "N-dimensional distance metrics & K-nearest neighborhoods for point queries", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/heaps": "^2.1.83", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index e9dbb0da09..d2b66ece2f 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.140", + "version": "2.1.141", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/binary": "^3.4.34", "@thi.ng/errors": "^2.5.17", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-binary": "^2.1.140" + "@thi.ng/transducers-binary": "^2.1.141" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/egf/package.json b/packages/egf/package.json index 64607a7a74..3d58a74755 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.147", + "version": "0.6.148", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/strings": "^3.8.8", - "@thi.ng/transducers-binary": "^2.1.140", + "@thi.ng/strings": "^3.8.9", + "@thi.ng/transducers-binary": "^2.1.141", "@thi.ng/trie": "^1.1.4" }, "devDependencies": { diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index dc36581c70..34dc2c1454 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.167", + "version": "2.1.168", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/fuzzy": "^2.1.93", - "@thi.ng/hiccup": "^5.2.16", - "@thi.ng/hiccup-svg": "^5.4.6", + "@thi.ng/hiccup": "^5.2.17", + "@thi.ng/hiccup-svg": "^5.4.7", "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.8", - "@thi.ng/text-canvas": "^3.0.43" + "@thi.ng/strings": "^3.8.9", + "@thi.ng/text-canvas": "^3.0.44" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index a0dbd73b26..2ce8960db5 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "4.1.12", + "version": "4.1.13", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/arrays": "^2.10.4", "@thi.ng/checks": "^3.6.13", - "@thi.ng/distance": "^2.4.93", + "@thi.ng/distance": "^2.4.94", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom-isec": "^4.0.20", "@thi.ng/heaps": "^2.1.83", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index b8f88503e0..38f341f7c1 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.152", + "version": "2.1.153", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-resample": "^3.0.19", + "@thi.ng/geom-resample": "^3.0.20", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index b6e107ffb1..d4822e9bdf 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.6.24", + "version": "0.6.25", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -38,15 +38,15 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/arrays": "^2.10.4", - "@thi.ng/axidraw": "^1.1.100", + "@thi.ng/axidraw": "^1.1.101", "@thi.ng/compare": "^2.4.3", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/geom": "^8.1.15", - "@thi.ng/geom-accel": "^4.1.12", - "@thi.ng/geom-clip-line": "^2.3.109", - "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom": "^8.1.16", + "@thi.ng/geom-accel": "^4.1.13", + "@thi.ng/geom-clip-line": "^2.3.110", + "@thi.ng/geom-isec": "^4.0.20", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 3856190b06..43068a672d 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-clip-line", - "version": "2.3.109", + "version": "2.3.110", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/geom-isec": "^4.0.19", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/geom-isec": "^4.0.20", + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index a0bd3129e2..9e419c76a1 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.151", + "version": "2.1.152", "description": "2D polygon clipping / offsetting (Sutherland-Hodgeman, Grainer-Hormann)", "type": "module", "module": "./index.js", @@ -36,10 +36,10 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/geom-isec": "^4.0.19", - "@thi.ng/geom-poly-utils": "^3.0.19", + "@thi.ng/geom-isec": "^4.0.20", + "@thi.ng/geom-poly-utils": "^3.0.20", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 044df69eff..f31a7d9a43 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.147", + "version": "2.1.148", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 382a14bf69..3885906356 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "3.0.22", + "version": "3.0.23", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -37,14 +37,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/color": "^5.7.10", - "@thi.ng/geom": "^8.1.15", - "@thi.ng/geom-clip-line": "^2.3.109", - "@thi.ng/geom-resample": "^3.0.19", - "@thi.ng/grid-iterators": "^4.0.94", + "@thi.ng/color": "^5.7.11", + "@thi.ng/geom": "^8.1.16", + "@thi.ng/geom-clip-line": "^2.3.110", + "@thi.ng/geom-resample": "^3.0.20", + "@thi.ng/grid-iterators": "^4.0.95", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 544b91e0d2..a8287c778d 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.147", + "version": "2.1.148", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 9d35f07626..a12ea7efd3 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.147", + "version": "0.3.148", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index f6e3abc324..58622c58c1 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "4.0.19", + "version": "4.0.20", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/geom-closest-point": "^2.1.147", + "@thi.ng/geom-closest-point": "^2.1.148", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 9d34a69542..faf23ffea5 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.147", + "version": "2.1.148", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 00356466bc..022ac0ee00 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "3.0.19", + "version": "3.0.20", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 80a81807ab..abbe9f8018 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "3.0.19", + "version": "3.0.20", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-closest-point": "^2.1.147", - "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom-closest-point": "^2.1.148", + "@thi.ng/geom-isec": "^4.0.20", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 9a9482c42f..82f8b2de0d 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.4.24", + "version": "0.4.25", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,13 +40,13 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.15", - "@thi.ng/geom-isoline": "^2.1.147", - "@thi.ng/geom-poly-utils": "^3.0.19", - "@thi.ng/geom-resample": "^3.0.19", + "@thi.ng/geom": "^8.1.16", + "@thi.ng/geom-isoline": "^2.1.148", + "@thi.ng/geom-poly-utils": "^3.0.20", + "@thi.ng/geom-resample": "^3.0.20", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index c4bf51f705..8379c6d9ca 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.3.19", + "version": "2.3.20", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-arc": "^2.1.152", - "@thi.ng/geom-resample": "^3.0.19", + "@thi.ng/geom-arc": "^2.1.153", + "@thi.ng/geom-resample": "^3.0.20", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 6e6730adc9..2c19890c55 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "3.0.19", + "version": "3.0.20", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 545d682036..bc422cb876 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "3.0.19", + "version": "3.0.20", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.12", - "@thi.ng/geom-isec": "^4.0.19", - "@thi.ng/geom-poly-utils": "^3.0.19", + "@thi.ng/geom-accel": "^4.1.13", + "@thi.ng/geom-isec": "^4.0.20", + "@thi.ng/geom-poly-utils": "^3.0.20", "@thi.ng/math": "^5.11.11", "@thi.ng/morton": "^3.1.98", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 91b0dd8b75..b0e07cdc31 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-trace-bitmap", - "version": "0.3.106", + "version": "0.3.107", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/grid-iterators": "^4.0.94", - "@thi.ng/matrices": "^2.4.19", + "@thi.ng/grid-iterators": "^4.0.95", + "@thi.ng/matrices": "^2.4.20", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index f4cfee1ddb..f502b76b65 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-voronoi", - "version": "2.3.94", + "version": "2.3.95", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/bitfield": "^2.3.54", + "@thi.ng/bitfield": "^2.3.55", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-clip-line": "^2.3.109", - "@thi.ng/geom-clip-poly": "^2.1.151", - "@thi.ng/geom-isec": "^4.0.19", - "@thi.ng/geom-poly-utils": "^3.0.19", + "@thi.ng/geom-clip-line": "^2.3.110", + "@thi.ng/geom-clip-poly": "^2.1.152", + "@thi.ng/geom-isec": "^4.0.20", + "@thi.ng/geom-poly-utils": "^3.0.20", "@thi.ng/math": "^5.11.11", "@thi.ng/quad-edge": "^3.1.75", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index 9a80eb3664..5d83f9869f 100644 --- a/packages/geom-webgl/package.json +++ b/packages/geom-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-webgl", - "version": "0.1.25", + "version": "0.1.26", "description": "WebGL geometry/shape conversion & interop", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom": "^8.1.15", + "@thi.ng/geom": "^8.1.16", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.19", - "@thi.ng/vectors": "^7.12.7", - "@thi.ng/webgl": "^6.9.23" + "@thi.ng/vector-pools": "^3.2.20", + "@thi.ng/vectors": "^7.12.8", + "@thi.ng/webgl": "^6.9.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom/package.json b/packages/geom/package.json index 76bc3b8325..d1eb69db36 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.15", + "version": "8.1.16", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -37,33 +37,33 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/adjacency": "^3.0.14", + "@thi.ng/adjacency": "^3.0.15", "@thi.ng/api": "^8.11.11", "@thi.ng/arrays": "^2.10.4", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-arc": "^2.1.152", - "@thi.ng/geom-clip-line": "^2.3.109", - "@thi.ng/geom-clip-poly": "^2.1.151", - "@thi.ng/geom-closest-point": "^2.1.147", - "@thi.ng/geom-hull": "^2.1.147", - "@thi.ng/geom-isec": "^4.0.19", - "@thi.ng/geom-poly-utils": "^3.0.19", - "@thi.ng/geom-resample": "^3.0.19", - "@thi.ng/geom-splines": "^2.3.19", - "@thi.ng/geom-subdiv-curve": "^3.0.19", - "@thi.ng/geom-tessellate": "^3.0.19", - "@thi.ng/hiccup": "^5.2.16", - "@thi.ng/hiccup-svg": "^5.4.6", + "@thi.ng/geom-arc": "^2.1.153", + "@thi.ng/geom-clip-line": "^2.3.110", + "@thi.ng/geom-clip-poly": "^2.1.152", + "@thi.ng/geom-closest-point": "^2.1.148", + "@thi.ng/geom-hull": "^2.1.148", + "@thi.ng/geom-isec": "^4.0.20", + "@thi.ng/geom-poly-utils": "^3.0.20", + "@thi.ng/geom-resample": "^3.0.20", + "@thi.ng/geom-splines": "^2.3.20", + "@thi.ng/geom-subdiv-curve": "^3.0.20", + "@thi.ng/geom-tessellate": "^3.0.20", + "@thi.ng/hiccup": "^5.2.17", + "@thi.ng/hiccup-svg": "^5.4.7", "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.19", + "@thi.ng/matrices": "^2.4.20", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 91556f404f..2a031a4d93 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/grid-iterators", - "version": "4.0.94", + "version": "4.0.95", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/arrays": "^2.10.4", "@thi.ng/binary": "^3.4.34", - "@thi.ng/bitfield": "^2.3.54", + "@thi.ng/bitfield": "^2.3.55", "@thi.ng/errors": "^2.5.17", "@thi.ng/morton": "^3.1.98", "@thi.ng/random": "^4.1.2", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index 92a8e09751..c5c392b8cd 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.149", + "version": "0.3.150", "description": "String diffing w/ hiccup output for further processing, e.g. with @thi.ng/hdom, @thi.ng/hiccup. Includes CLI util to generate HTML, with theme support and code folding", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/diff": "^5.1.78", - "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hiccup": "^5.2.17", "@thi.ng/hiccup-css": "^2.7.27", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index f6c5ed9231..c5908e68c7 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.167", + "version": "4.1.168", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/diff": "^5.1.78", "@thi.ng/errors": "^2.5.17", - "@thi.ng/hdom": "^9.4.49", - "@thi.ng/hiccup-canvas": "^3.1.24" + "@thi.ng/hdom": "^9.4.50", + "@thi.ng/hiccup-canvas": "^3.1.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index 0dc837c087..0994c6cd01 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-mock", - "version": "2.1.116", + "version": "2.1.117", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/hdom": "^9.4.49" + "@thi.ng/hdom": "^9.4.50" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 4149450f68..8be95bc446 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.49", + "version": "9.4.50", "description": "Lightweight vanilla ES6 UI component trees with customizable branch-local behaviors", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/diff": "^5.1.78", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hiccup": "^5.2.17", "@thi.ng/logger": "^3.0.21", "@thi.ng/prefixes": "^2.3.28" }, diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index 0b4c850451..3638debc5a 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "3.1.24", + "version": "3.1.25", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.10", - "@thi.ng/geom-arc": "^2.1.152", + "@thi.ng/color": "^5.7.11", + "@thi.ng/geom-arc": "^2.1.153", "@thi.ng/math": "^5.11.11", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index 5ff4a1de2f..4773898a22 100644 --- a/packages/hiccup-html-parse/package.json +++ b/packages/hiccup-html-parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-html-parse", - "version": "0.3.57", + "version": "0.3.58", "description": "Well-formed HTML parsing and customizable transformation to nested JS arrays in @thi.ng/hiccup format", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/parse": "^2.4.57", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/parse": "^2.4.58", + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index be407345cf..e686645f48 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-markdown", - "version": "3.2.109", + "version": "3.2.110", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -42,11 +42,11 @@ "@thi.ng/defmulti": "^3.0.49", "@thi.ng/emoji": "^0.2.3", "@thi.ng/errors": "^2.5.17", - "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hiccup": "^5.2.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/parse": "^2.4.57", - "@thi.ng/strings": "^3.8.8", - "@thi.ng/text-canvas": "^3.0.43" + "@thi.ng/parse": "^2.4.58", + "@thi.ng/strings": "^3.8.9", + "@thi.ng/text-canvas": "^3.0.44" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index ffbf785f26..e173da8109 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.4.6", + "version": "5.4.7", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/color": "^5.7.10", + "@thi.ng/color": "^5.7.11", "@thi.ng/prefixes": "^2.3.28" }, "devDependencies": { diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index 917b8c07c5..3ccfe14341 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.2.16", + "version": "5.2.17", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/iges/package.json b/packages/iges/package.json index 5c3522a439..3d4442a8a1 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.149", + "version": "2.1.150", "description": "IGES 5.3 serializer for (currently only) polygonal geometry, both open & closed", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/imago/package.json b/packages/imago/package.json index 005b88eebc..8bc1e4eb72 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.18", + "version": "0.8.19", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/blurhash": "^0.2.8", "@thi.ng/checks": "^3.6.13", - "@thi.ng/date": "^2.7.31", + "@thi.ng/date": "^2.7.32", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", "@thi.ng/file-io": "^2.1.15", @@ -52,7 +52,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/vectors": "^7.12.7", + "@thi.ng/vectors": "^7.12.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/imgui/package.json b/packages/imgui/package.json index b14cdcce85..8ee4a66dae 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.1.3", + "version": "3.1.4", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,13 +38,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom": "^8.1.15", - "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom": "^8.1.16", + "@thi.ng/geom-isec": "^4.0.20", "@thi.ng/layout": "^3.1.5", "@thi.ng/math": "^5.11.11", - "@thi.ng/ramp": "^3.3.7", + "@thi.ng/ramp": "^3.3.8", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 3abeddb3cb..c3d1fb182a 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.7.14", + "version": "0.7.15", "description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/distance": "^2.4.93", + "@thi.ng/distance": "^2.4.94", "@thi.ng/errors": "^2.5.17", "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 92377dfb10..1b551a262f 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.68", + "version": "3.2.69", "description": "Configurable K-sortable unique IDs, ULIDs, binary & base-N encoded, 32/48/64bit time resolutions", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/base-n": "^2.7.23", "@thi.ng/errors": "^2.5.17", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 211077822e..77b287c2c9 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.24", + "version": "3.1.25", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "dependencies": { "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.140" + "@thi.ng/transducers-binary": "^2.1.141" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index a9207842b0..284d07544f 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.147", + "version": "2.1.148", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/math": "^5.11.11", "@thi.ng/random": "^4.1.2", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index ab0a62dfbe..0acf8f5d49 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.142", + "version": "0.3.143", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/compose": "^3.0.14", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/matrices/package.json b/packages/matrices/package.json index ba5ddd664b..0cb3d3c388 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.19", + "version": "2.4.20", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index 4712ae6072..03e2735be7 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-31T22:57:28Z +- **Last updated**: 2024-11-09T15:34:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 6a4eabcd2b..76c172efcd 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.15.8", + "version": "0.15.9", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/args": "^2.3.46", + "@thi.ng/args": "^2.3.47", "@thi.ng/arrays": "^2.10.4", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", @@ -52,7 +52,7 @@ "@thi.ng/logger": "^3.0.21", "@thi.ng/memoize": "^4.0.1", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/text-format": "^2.2.16", "@thi.ng/transducers": "^9.2.7" }, diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index f20e86ac16..6a707161c9 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.48", + "version": "0.1.49", "description": "Small & fast msgpack serialization & deserialization", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/parse/package.json b/packages/parse/package.json index baaa426419..efb48a3c49 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.57", + "version": "2.4.58", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index 00fb0d061a..d00c95f391 100644 --- a/packages/pixel-dominant-colors/package.json +++ b/packages/pixel-dominant-colors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dominant-colors", - "version": "1.1.18", + "version": "1.1.19", "description": "k-means based dominant color extraction from images/pixel buffers", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/k-means": "^0.7.14", + "@thi.ng/k-means": "^0.7.15", "@thi.ng/pixel": "^7.3.6" }, "devDependencies": { diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 694b44ded7..90fe33b52d 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pointfree-lang", - "version": "2.2.54", + "version": "2.2.55", "description": "Forth style syntax layer/compiler & CLI for the @thi.ng/pointfree DSL", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/args": "^2.3.46", + "@thi.ng/args": "^2.3.47", "@thi.ng/bench": "^3.6.4", "@thi.ng/errors": "^2.5.17", "@thi.ng/file-io": "^2.1.15", diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 51ee6efe1d..e51c9512d0 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.12", + "version": "3.2.13", "description": "nD Stratified grid and Poisson-disc sampling w/ support for spatial density functions and custom PRNGs", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-accel": "^4.1.12", + "@thi.ng/geom-accel": "^4.1.13", "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/proctext/package.json b/packages/proctext/package.json index f8c4cfd832..c5d162502f 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.2.10", + "version": "0.2.11", "description": "Extensible procedural text generation engine with dynamic, mutable state, indirection, randomizable & recursive variable expansions", "type": "module", "module": "./index.js", @@ -42,9 +42,9 @@ "@thi.ng/defmulti": "^3.0.49", "@thi.ng/errors": "^2.5.17", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/parse": "^2.4.57", + "@thi.ng/parse": "^2.4.58", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index bbcdf2dbdc..ab141450ad 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.7", + "version": "3.3.8", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index afd9494f77..26a1ce5598 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.122", + "version": "1.0.123", "description": "Headless 2D shape drawing, filling & rasterization for arbitrary targets/purposes (no canvas required)", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/equiv": "^2.1.67", - "@thi.ng/grid-iterators": "^4.0.94", + "@thi.ng/grid-iterators": "^4.0.95", "@thi.ng/porter-duff": "^2.1.89", "@thi.ng/random": "^4.1.2", "@thi.ng/transducers": "^9.2.7" diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index d8189cfab1..fe0f2214b5 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-canvas", - "version": "0.5.119", + "version": "0.5.120", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/canvas": "^0.5.4", "@thi.ng/checks": "^3.6.13", - "@thi.ng/hiccup-canvas": "^3.1.24", + "@thi.ng/hiccup-canvas": "^3.1.25", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.10", + "@thi.ng/rdom": "^1.7.11", "@thi.ng/rstream": "^9.0.7" }, "devDependencies": { diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 227efa3736..82a5f3efaa 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.7.23", + "version": "0.7.24", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/hiccup-html": "^2.7.8", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.10", + "@thi.ng/rdom": "^1.7.11", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index b36d6334ab..fee9a93abc 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.4.4", + "version": "0.4.5", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/defmulti": "^3.0.49", "@thi.ng/hiccup-html": "^2.7.8", - "@thi.ng/rdom": "^1.7.10", + "@thi.ng/rdom": "^1.7.11", "@thi.ng/rstream": "^9.0.7" }, "devDependencies": { diff --git a/packages/rdom/package.json b/packages/rdom/package.json index a3519fa163..7bbf9ed51f 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.10", + "version": "1.7.11", "description": "Lightweight, reactive, VDOM-less UI/DOM components with async lifecycle and @thi.ng/hiccup compatible", "type": "module", "module": "./index.js", @@ -40,11 +40,11 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hiccup": "^5.2.17", "@thi.ng/paths": "^5.1.91", "@thi.ng/prefixes": "^2.3.28", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.8" + "@thi.ng/strings": "^3.8.9" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index d544b09386..4ea2544440 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-dot", - "version": "3.0.99", + "version": "3.0.100", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index eda12aea95..efa5dc8a89 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-log", - "version": "5.1.41", + "version": "5.1.42", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/logger": "^3.0.21", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 1fe5afe18c..7ad8ceb3ee 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.149", + "version": "2.1.150", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/logger": "^3.0.21", "@thi.ng/math": "^5.11.11", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/rstream-dot": "^3.0.99", + "@thi.ng/rstream-dot": "^3.0.100", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/sax/package.json b/packages/sax/package.json index 82d9c1bedd..fff0cf6374 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.17", + "version": "2.2.18", "description": "Transducer-based, SAX-like, non-validating, speedy & tiny XML parser", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7", "@thi.ng/transducers-fsm": "^2.2.105" }, diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 1371effcb5..f257dfa084 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.64", + "version": "1.0.65", "description": "Extensible 2D/3D scene graph with @thi.ng/hiccup-canvas support", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/matrices": "^2.4.19", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/matrices": "^2.4.20", + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 39daf68a81..f0132b46f8 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/shader-ast-js", - "version": "1.1.59", + "version": "1.1.60", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.19", + "@thi.ng/matrices": "^2.4.20", "@thi.ng/pixel": "^7.3.6", "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/simd/package.json b/packages/simd/package.json index 52d7ee5f82..9f4a2a5a43 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.140", + "version": "0.6.141", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/transducers-binary": "^2.1.140" + "@thi.ng/transducers-binary": "^2.1.141" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/soa/package.json b/packages/soa/package.json index 031e9207fb..31dd0c69e7 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.147", + "version": "0.4.148", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/binary": "^3.4.34", "@thi.ng/errors": "^2.5.17", - "@thi.ng/transducers-binary": "^2.1.140", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/transducers-binary": "^2.1.141", + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index a785702933..b113bd683d 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-31T22:57:28Z +- **Last updated**: 2024-11-09T15:34:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/strings/package.json b/packages/strings/package.json index 33804755af..a51baba814 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.8.8", + "version": "3.8.9", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", diff --git a/packages/tangle/package.json b/packages/tangle/package.json index 5e4633da23..bf0bd14a75 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.36", + "version": "0.2.37", "description": "Literate programming code block tangling / codegen utility, inspired by org-mode & noweb", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/args": "^2.3.46", + "@thi.ng/args": "^2.3.47", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", - "@thi.ng/date": "^2.7.31", + "@thi.ng/date": "^2.7.32", "@thi.ng/errors": "^2.5.17", "@thi.ng/file-io": "^2.1.15", "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 5f799f0953..e7b799395d 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-canvas", - "version": "3.0.43", + "version": "3.0.44", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/arrays": "^2.10.4", "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-clip-line": "^2.3.109", + "@thi.ng/geom-clip-line": "^2.3.110", "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/text-format": "^2.2.16", "@thi.ng/transducers": "^9.2.7" }, diff --git a/packages/timestep/package.json b/packages/timestep/package.json index dd81174a59..0420117175 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.69", + "version": "0.5.70", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 1f6efecdb7..1da2cf7989 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.110", + "version": "0.1.111", "description": "Extensible functional template engine for text document generation, incl. various high-level Markdown features", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/file-io": "^2.1.15", "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index cd2667c62d..990296c84a 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.140", + "version": "2.1.141", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 1d46ec64f9..a75aa46000 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.149", + "version": "3.1.150", "description": "Transducer based UI updater for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -36,8 +36,8 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/hdom": "^9.4.49", - "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hdom": "^9.4.50", + "@thi.ng/hiccup": "^5.2.17", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 90466174c0..b114307c35 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.2.19", + "version": "3.2.20", "description": "Data structures for managing & working with strided, memory mapped vectors", "type": "module", "module": "./index.js", @@ -43,7 +43,7 @@ "@thi.ng/logger": "^3.0.21", "@thi.ng/malloc": "^6.1.92", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 06ce3584bc..d00fd726f3 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.7", + "version": "7.12.8", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/math": "^5.11.11", "@thi.ng/memoize": "^4.0.1", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/viz/package.json b/packages/viz/package.json index 1b0946b572..771b341ed5 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.74", + "version": "0.6.75", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -47,12 +47,12 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/strings": "^3.8.8", + "@thi.ng/strings": "^3.8.9", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/date": "^2.7.31", + "@thi.ng/date": "^2.7.32", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index b46157c25d..62ccedef7a 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.7.7", + "version": "0.7.8", "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/args": "^2.3.46", + "@thi.ng/args": "^2.3.47", "@thi.ng/arrays": "^2.10.4", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", @@ -49,8 +49,8 @@ "@thi.ng/file-io": "^2.1.15", "@thi.ng/logger": "^3.0.21", "@thi.ng/paths": "^5.1.91", - "@thi.ng/strings": "^3.8.8", - "@thi.ng/wasm-api": "^2.0.5" + "@thi.ng/strings": "^3.8.9", + "@thi.ng/wasm-api": "^2.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 8009ef8c4d..11c72c4d8f 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "1.0.7", + "version": "1.0.8", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ }, "dependencies": { "@thi.ng/binary": "^3.4.34", - "@thi.ng/wasm-api": "^2.0.5", - "@thi.ng/wasm-api-dom": "^1.0.6" + "@thi.ng/wasm-api": "^2.1.0", + "@thi.ng/wasm-api-dom": "^1.0.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.5", + "@thi.ng/wasm-api-bindgen": "^0.7.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 534f9b1502..be14ac163e 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "1.0.6", + "version": "1.0.7", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/canvas": "^0.5.4", "@thi.ng/errors": "^2.5.17", "@thi.ng/prefixes": "^2.3.28", - "@thi.ng/wasm-api": "^2.0.5" + "@thi.ng/wasm-api": "^2.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.5", + "@thi.ng/wasm-api-bindgen": "^0.7.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 1f8e607ed9..965dd64eaa 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "1.0.6", + "version": "1.0.7", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.11", - "@thi.ng/wasm-api": "^2.0.5" + "@thi.ng/wasm-api": "^2.1.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.5", + "@thi.ng/wasm-api-bindgen": "^0.7.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index b8bb0030d9..8fa1a39cd0 100644 --- a/packages/wasm-api-webgl/package.json +++ b/packages/wasm-api-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-webgl", - "version": "0.1.13", + "version": "0.1.14", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", - "@thi.ng/wasm-api": "^2.0.5", - "@thi.ng/wasm-api-dom": "^1.0.6", - "@thi.ng/webgl": "^6.9.23" + "@thi.ng/wasm-api": "^2.1.0", + "@thi.ng/wasm-api-dom": "^1.0.7", + "@thi.ng/webgl": "^6.9.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.7", + "@thi.ng/wasm-api-bindgen": "^0.7.8", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index b15b1d6993..3705ba5289 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T15:34:31Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,18 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.1.0) (2024-11-09) + +#### 🚀 Features + +- add null handling in WasmStringPtr ([e8a094d](https://github.com/thi-ng/umbrella/commit/e8a094d)) + - update logic to interpret as null pointer if addr=0 + - update doc strings +- add null pointer checks, update tests ([247cbbf](https://github.com/thi-ng/umbrella/commit/247cbbf)) + - update Pointer/Pointer64 deref logic to return undefined for null pointers + - add `.isNull` getter for all pointer types (incl. `WasmStringPtr`) + - update tests + # [2.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.0.0) (2024-08-18) #### 🛑 Breaking changes diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 16ef829978..5a5d3281cb 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "2.0.5", + "version": "2.1.0", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 8037a80935..4410d6678f 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.167", + "version": "2.1.168", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/shader-ast": "^0.15.34", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.19", - "@thi.ng/vectors": "^7.12.7", - "@thi.ng/webgl": "^6.9.23" + "@thi.ng/vector-pools": "^3.2.20", + "@thi.ng/vectors": "^7.12.8", + "@thi.ng/webgl": "^6.9.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index ed2b654b62..fd8ad4f413 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.167", + "version": "0.4.168", "description": "Basic WebGL scaffolding for running interactive fragment shaders via @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/shader-ast": "^0.15.34", "@thi.ng/shader-ast-glsl": "^0.4.142", - "@thi.ng/webgl": "^6.9.23" + "@thi.ng/webgl": "^6.9.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 61b05b84ad..3797741781 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.23", + "version": "6.9.24", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -46,7 +46,7 @@ "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/matrices": "^2.4.19", + "@thi.ng/matrices": "^2.4.20", "@thi.ng/memoize": "^4.0.1", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/pixel": "^7.3.6", @@ -54,8 +54,8 @@ "@thi.ng/shader-ast-glsl": "^0.4.142", "@thi.ng/shader-ast-stdlib": "^0.18.34", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.19", - "@thi.ng/vectors": "^7.12.7" + "@thi.ng/vector-pools": "^3.2.20", + "@thi.ng/vectors": "^7.12.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/yarn.lock b/yarn.lock index 25617ece3f..969e769ac8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3949,19 +3949,19 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.14, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.15, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": version: 0.0.0-use.local resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/bitfield": "npm:^2.3.54" + "@thi.ng/bitfield": "npm:^2.3.55" "@thi.ng/dcons": "npm:^3.2.131" "@thi.ng/disjoint-set": "npm:^1.1.4" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/sparse": "npm:^0.3.136" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -3979,7 +3979,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.46, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.47, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: @@ -3988,7 +3988,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/text-format": "npm:^2.2.16" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -4049,7 +4049,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.100, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.101, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -4057,13 +4057,13 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compose": "npm:^3.0.14" - "@thi.ng/date": "npm:^2.7.31" + "@thi.ng/date": "npm:^2.7.32" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" "@thi.ng/units": "npm:^0.5.9" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" serialport: "npm:^12.0.0" typedoc: "npm:^0.26.7" @@ -4105,9 +4105,9 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/transducers-binary": "npm:^2.1.141" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4137,7 +4137,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.54, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.55, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: @@ -4145,7 +4145,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4188,12 +4188,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.93" - "@thi.ng/geom-closest-point": "npm:^2.1.147" - "@thi.ng/geom-resample": "npm:^3.0.19" + "@thi.ng/distance": "npm:^2.4.94" + "@thi.ng/geom-closest-point": "npm:^2.1.148" + "@thi.ng/geom-resample": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/timestep": "npm:^0.5.69" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/timestep": "npm:^0.5.70" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4276,7 +4276,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/base-n": "npm:^2.7.23" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.10" + "@thi.ng/color": "npm:^5.7.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" esbuild: "npm:^0.24.0" @@ -4285,7 +4285,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.7.10, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.11, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -4300,9 +4300,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4348,7 +4348,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4390,7 +4390,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -4398,14 +4398,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.31, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.32, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": version: 0.0.0-use.local resolution: "@thi.ng/date@workspace:packages/date" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4510,7 +4510,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.93, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.94, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -4520,7 +4520,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/heaps": "npm:^2.1.83" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4575,7 +4575,7 @@ __metadata: "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/transducers-binary": "npm:^2.1.141" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4659,8 +4659,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/strings": "npm:^3.8.8" - "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/transducers-binary": "npm:^2.1.141" "@thi.ng/trie": "npm:^1.1.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -4757,11 +4757,11 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/fuzzy": "npm:^2.1.93" - "@thi.ng/hiccup": "npm:^5.2.16" - "@thi.ng/hiccup-svg": "npm:^5.4.6" + "@thi.ng/hiccup": "npm:^5.2.17" + "@thi.ng/hiccup-svg": "npm:^5.4.7" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.8" - "@thi.ng/text-canvas": "npm:^3.0.43" + "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/text-canvas": "npm:^3.0.44" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4781,7 +4781,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^4.1.12, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.13, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: @@ -4789,29 +4789,29 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/distance": "npm:^2.4.93" + "@thi.ng/distance": "npm:^2.4.94" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/geom-isec": "npm:^4.0.20" "@thi.ng/heaps": "npm:^2.1.83" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.152, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.153, @thi.ng/geom-arc@workspace:packages/geom-arc": version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-resample": "npm:^3.0.19" + "@thi.ng/geom-resample": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4825,58 +4825,58 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" - "@thi.ng/axidraw": "npm:^1.1.100" + "@thi.ng/axidraw": "npm:^1.1.101" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/geom": "npm:^8.1.15" - "@thi.ng/geom-accel": "npm:^4.1.12" - "@thi.ng/geom-clip-line": "npm:^2.3.109" - "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/geom": "npm:^8.1.16" + "@thi.ng/geom-accel": "npm:^4.1.13" + "@thi.ng/geom-clip-line": "npm:^2.3.110" + "@thi.ng/geom-isec": "npm:^4.0.20" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.109, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.110, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/geom-isec": "npm:^4.0.19" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/geom-isec": "npm:^4.0.20" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.151, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.152, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/geom-isec": "npm:^4.0.19" - "@thi.ng/geom-poly-utils": "npm:^3.0.19" + "@thi.ng/geom-isec": "npm:^4.0.20" + "@thi.ng/geom-poly-utils": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.147, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.148, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4889,27 +4889,27 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/color": "npm:^5.7.10" - "@thi.ng/geom": "npm:^8.1.15" - "@thi.ng/geom-clip-line": "npm:^2.3.109" - "@thi.ng/geom-resample": "npm:^3.0.19" - "@thi.ng/grid-iterators": "npm:^4.0.94" + "@thi.ng/color": "npm:^5.7.11" + "@thi.ng/geom": "npm:^8.1.16" + "@thi.ng/geom-clip-line": "npm:^2.3.110" + "@thi.ng/geom-resample": "npm:^3.0.20" + "@thi.ng/grid-iterators": "npm:^4.0.95" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.147, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.148, @thi.ng/geom-hull@workspace:packages/geom-hull": version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4923,43 +4923,43 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^4.0.19, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.20, @thi.ng/geom-isec@workspace:packages/geom-isec": version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/geom-closest-point": "npm:^2.1.147" + "@thi.ng/geom-closest-point": "npm:^2.1.148" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.147, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.148, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^3.0.19, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.20, @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: @@ -4967,24 +4967,24 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^3.0.19, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.20, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-closest-point": "npm:^2.1.147" - "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/geom-closest-point": "npm:^2.1.148" + "@thi.ng/geom-isec": "npm:^4.0.20" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5000,63 +5000,63 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom": "npm:^8.1.15" - "@thi.ng/geom-isoline": "npm:^2.1.147" - "@thi.ng/geom-poly-utils": "npm:^3.0.19" - "@thi.ng/geom-resample": "npm:^3.0.19" + "@thi.ng/geom": "npm:^8.1.16" + "@thi.ng/geom-isoline": "npm:^2.1.148" + "@thi.ng/geom-poly-utils": "npm:^3.0.20" + "@thi.ng/geom-resample": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.3.19, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.20, @thi.ng/geom-splines@workspace:packages/geom-splines": version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-arc": "npm:^2.1.152" - "@thi.ng/geom-resample": "npm:^3.0.19" + "@thi.ng/geom-arc": "npm:^2.1.153" + "@thi.ng/geom-resample": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^3.0.19, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.20, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^3.0.19, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.20, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.12" - "@thi.ng/geom-isec": "npm:^4.0.19" - "@thi.ng/geom-poly-utils": "npm:^3.0.19" + "@thi.ng/geom-accel": "npm:^4.1.13" + "@thi.ng/geom-isec": "npm:^4.0.20" + "@thi.ng/geom-poly-utils": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/morton": "npm:^3.1.98" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5070,10 +5070,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/grid-iterators": "npm:^4.0.94" - "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/grid-iterators": "npm:^4.0.95" + "@thi.ng/matrices": "npm:^2.4.20" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5086,15 +5086,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/bitfield": "npm:^2.3.54" + "@thi.ng/bitfield": "npm:^2.3.55" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-clip-line": "npm:^2.3.109" - "@thi.ng/geom-clip-poly": "npm:^2.1.151" - "@thi.ng/geom-isec": "npm:^4.0.19" - "@thi.ng/geom-poly-utils": "npm:^3.0.19" + "@thi.ng/geom-clip-line": "npm:^2.3.110" + "@thi.ng/geom-clip-poly": "npm:^2.1.152" + "@thi.ng/geom-isec": "npm:^4.0.20" + "@thi.ng/geom-poly-utils": "npm:^3.0.20" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/quad-edge": "npm:^3.1.75" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5110,50 +5110,50 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom": "npm:^8.1.15" + "@thi.ng/geom": "npm:^8.1.16" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.19" - "@thi.ng/vectors": "npm:^7.12.7" - "@thi.ng/webgl": "npm:^6.9.23" + "@thi.ng/vector-pools": "npm:^3.2.20" + "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/webgl": "npm:^6.9.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/geom@npm:^8.1.15, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.16, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/adjacency": "npm:^3.0.14" + "@thi.ng/adjacency": "npm:^3.0.15" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-arc": "npm:^2.1.152" - "@thi.ng/geom-clip-line": "npm:^2.3.109" - "@thi.ng/geom-clip-poly": "npm:^2.1.151" - "@thi.ng/geom-closest-point": "npm:^2.1.147" - "@thi.ng/geom-hull": "npm:^2.1.147" - "@thi.ng/geom-isec": "npm:^4.0.19" - "@thi.ng/geom-poly-utils": "npm:^3.0.19" - "@thi.ng/geom-resample": "npm:^3.0.19" - "@thi.ng/geom-splines": "npm:^2.3.19" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.19" - "@thi.ng/geom-tessellate": "npm:^3.0.19" - "@thi.ng/hiccup": "npm:^5.2.16" - "@thi.ng/hiccup-svg": "npm:^5.4.6" + "@thi.ng/geom-arc": "npm:^2.1.153" + "@thi.ng/geom-clip-line": "npm:^2.3.110" + "@thi.ng/geom-clip-poly": "npm:^2.1.152" + "@thi.ng/geom-closest-point": "npm:^2.1.148" + "@thi.ng/geom-hull": "npm:^2.1.148" + "@thi.ng/geom-isec": "npm:^4.0.20" + "@thi.ng/geom-poly-utils": "npm:^3.0.20" + "@thi.ng/geom-resample": "npm:^3.0.20" + "@thi.ng/geom-splines": "npm:^2.3.20" + "@thi.ng/geom-subdiv-curve": "npm:^3.0.20" + "@thi.ng/geom-tessellate": "npm:^3.0.20" + "@thi.ng/hiccup": "npm:^5.2.17" + "@thi.ng/hiccup-svg": "npm:^5.4.7" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/matrices": "npm:^2.4.20" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5177,7 +5177,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.94, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.95, @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: @@ -5185,7 +5185,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/bitfield": "npm:^2.3.54" + "@thi.ng/bitfield": "npm:^2.3.55" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/morton": "npm:^3.1.98" "@thi.ng/random": "npm:^4.1.2" @@ -5203,9 +5203,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/diff": "npm:^5.1.78" - "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hiccup": "npm:^5.2.17" "@thi.ng/hiccup-css": "npm:^2.7.27" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@types/node": "npm:^22.7.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5224,8 +5224,8 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/diff": "npm:^5.1.78" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hdom": "npm:^9.4.49" - "@thi.ng/hiccup-canvas": "npm:^3.1.24" + "@thi.ng/hdom": "npm:^9.4.50" + "@thi.ng/hiccup-canvas": "npm:^3.1.25" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5256,14 +5256,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/hdom": "npm:^9.4.49" + "@thi.ng/hdom": "npm:^9.4.50" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.49, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.50, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: @@ -5274,7 +5274,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.78" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hiccup": "npm:^5.2.17" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/prefixes": "npm:^2.3.28" esbuild: "npm:^0.24.0" @@ -5308,18 +5308,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^3.1.24, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.25, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.10" - "@thi.ng/geom-arc": "npm:^2.1.152" + "@thi.ng/color": "npm:^5.7.11" + "@thi.ng/geom-arc": "npm:^2.1.153" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5360,8 +5360,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/parse": "npm:^2.4.57" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/parse": "npm:^2.4.58" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5391,25 +5391,25 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/emoji": "npm:^0.2.3" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hiccup": "npm:^5.2.17" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/parse": "npm:^2.4.57" - "@thi.ng/strings": "npm:^3.8.8" - "@thi.ng/text-canvas": "npm:^3.0.43" + "@thi.ng/parse": "npm:^2.4.58" + "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/text-canvas": "npm:^3.0.44" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.4.6, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.7, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/color": "npm:^5.7.10" + "@thi.ng/color": "npm:^5.7.11" "@thi.ng/prefixes": "npm:^2.3.28" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5417,7 +5417,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.2.14, @thi.ng/hiccup@npm:^5.2.16, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.2.14, @thi.ng/hiccup@npm:^5.2.17, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: @@ -5426,7 +5426,7 @@ __metadata: "@thi.ng/atom": "npm:^5.3.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5455,9 +5455,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5472,7 +5472,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/blurhash": "npm:^0.2.8" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/date": "npm:^2.7.31" + "@thi.ng/date": "npm:^2.7.32" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/file-io": "npm:^2.1.15" @@ -5481,7 +5481,7 @@ __metadata: "@thi.ng/pixel": "npm:^7.3.6" "@thi.ng/pixel-dither": "npm:^1.1.146" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" sharp: "npm:^0.33.5" typedoc: "npm:^0.26.7" @@ -5496,13 +5496,13 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom": "npm:^8.1.15" - "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/geom": "npm:^8.1.16" + "@thi.ng/geom-isec": "npm:^4.0.20" "@thi.ng/layout": "npm:^3.1.5" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/ramp": "npm:^3.3.7" + "@thi.ng/ramp": "npm:^3.3.8" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5541,16 +5541,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.7.14, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.15, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/distance": "npm:^2.4.93" + "@thi.ng/distance": "npm:^2.4.94" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5565,7 +5565,7 @@ __metadata: "@thi.ng/base-n": "npm:^2.7.23" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5595,7 +5595,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/transducers-binary": "npm:^2.1.141" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5636,7 +5636,7 @@ __metadata: "@thi.ng/math": "npm:^5.11.11" "@thi.ng/random": "npm:^4.1.2" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5667,7 +5667,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compose": "npm:^3.0.14" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5687,7 +5687,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.4.19, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.20, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5695,7 +5695,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5720,7 +5720,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/args": "npm:^2.3.46" + "@thi.ng/args": "npm:^2.3.47" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" @@ -5730,7 +5730,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/text-format": "npm:^2.2.16" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" @@ -5775,7 +5775,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5811,7 +5811,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.57, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.58, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": version: 0.0.0-use.local resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: @@ -5820,7 +5820,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5877,7 +5877,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/k-means": "npm:^0.7.14" + "@thi.ng/k-means": "npm:^0.7.15" "@thi.ng/pixel": "npm:^7.3.6" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -5950,7 +5950,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/args": "npm:^2.3.46" + "@thi.ng/args": "npm:^2.3.47" "@thi.ng/bench": "npm:^3.6.4" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/file-io": "npm:^2.1.15" @@ -5988,9 +5988,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-accel": "npm:^4.1.12" + "@thi.ng/geom-accel": "npm:^4.1.13" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6031,9 +6031,9 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/parse": "npm:^2.4.57" + "@thi.ng/parse": "npm:^2.4.58" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6052,7 +6052,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/ramp@npm:^3.3.7, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.8, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: @@ -6063,7 +6063,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6118,7 +6118,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/equiv": "npm:^2.1.67" - "@thi.ng/grid-iterators": "npm:^4.0.94" + "@thi.ng/grid-iterators": "npm:^4.0.95" "@thi.ng/porter-duff": "npm:^2.1.89" "@thi.ng/random": "npm:^4.1.2" "@thi.ng/transducers": "npm:^9.2.7" @@ -6136,9 +6136,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/canvas": "npm:^0.5.4" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/hiccup-canvas": "npm:^3.1.24" + "@thi.ng/hiccup-canvas": "npm:^3.1.25" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.10" + "@thi.ng/rdom": "npm:^1.7.11" "@thi.ng/rstream": "npm:^9.0.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6154,9 +6154,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/hiccup-html": "npm:^2.7.8" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.10" + "@thi.ng/rdom": "npm:^1.7.11" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6173,7 +6173,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/defmulti": "npm:^3.0.49" "@thi.ng/hiccup-html": "npm:^2.7.8" - "@thi.ng/rdom": "npm:^1.7.10" + "@thi.ng/rdom": "npm:^1.7.11" "@thi.ng/rstream": "npm:^9.0.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6181,7 +6181,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.7.10, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.11, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -6189,11 +6189,11 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hiccup": "npm:^5.2.17" "@thi.ng/paths": "npm:^5.1.91" "@thi.ng/prefixes": "npm:^2.3.28" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6257,13 +6257,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.99, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.100, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6328,7 +6328,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6349,7 +6349,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/rstream-dot": "npm:^3.0.99" + "@thi.ng/rstream-dot": "npm:^3.0.100" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6382,7 +6382,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" "@thi.ng/transducers-fsm": "npm:^2.2.105" esbuild: "npm:^0.24.0" @@ -6399,8 +6399,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/matrices": "npm:^2.4.19" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/matrices": "npm:^2.4.20" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6458,10 +6458,10 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/matrices": "npm:^2.4.20" "@thi.ng/pixel": "npm:^7.3.6" "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6521,7 +6521,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/transducers-binary": "npm:^2.1.141" assemblyscript: "npm:0.27.30" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6538,8 +6538,8 @@ __metadata: "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/transducers-binary": "npm:^2.1.140" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/transducers-binary": "npm:^2.1.141" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6592,7 +6592,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.8.8, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.8.9, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: @@ -6627,14 +6627,14 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/args": "npm:^2.3.46" + "@thi.ng/args": "npm:^2.3.47" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/date": "npm:^2.7.31" + "@thi.ng/date": "npm:^2.7.32" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/file-io": "npm:^2.1.15" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6644,7 +6644,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.41, @thi.ng/text-canvas@npm:^3.0.43, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.41, @thi.ng/text-canvas@npm:^3.0.44, @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: @@ -6653,9 +6653,9 @@ __metadata: "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-clip-line": "npm:^2.3.109" + "@thi.ng/geom-clip-line": "npm:^2.3.110" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/text-format": "npm:^2.2.16" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" @@ -6679,14 +6679,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.69, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.70, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6702,7 +6702,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/file-io": "npm:^2.1.15" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6727,7 +6727,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.140, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.141, @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: @@ -6737,7 +6737,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6763,8 +6763,8 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" - "@thi.ng/hdom": "npm:^9.4.49" - "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hdom": "npm:^9.4.50" + "@thi.ng/hiccup": "npm:^5.2.17" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6886,7 +6886,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.19, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.20, @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: @@ -6898,14 +6898,14 @@ __metadata: "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/malloc": "npm:^6.1.92" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.12.5, @thi.ng/vectors@npm:^7.12.7, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.12.5, @thi.ng/vectors@npm:^7.12.8, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6918,7 +6918,7 @@ __metadata: "@thi.ng/math": "npm:^5.11.11" "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6934,10 +6934,10 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/date": "npm:^2.7.31" + "@thi.ng/date": "npm:^2.7.32" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/strings": "npm:^3.8.9" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6945,13 +6945,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.7.5, @thi.ng/wasm-api-bindgen@npm:^0.7.7, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.7.8, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/args": "npm:^2.3.46" + "@thi.ng/args": "npm:^2.3.47" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" @@ -6961,8 +6961,8 @@ __metadata: "@thi.ng/file-io": "npm:^2.1.15" "@thi.ng/logger": "npm:^3.0.21" "@thi.ng/paths": "npm:^5.1.91" - "@thi.ng/strings": "npm:^3.8.8" - "@thi.ng/wasm-api": "npm:^2.0.5" + "@thi.ng/strings": "npm:^3.8.9" + "@thi.ng/wasm-api": "npm:^2.1.0" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6977,16 +6977,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/binary": "npm:^3.4.34" - "@thi.ng/wasm-api": "npm:^2.0.5" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.5" - "@thi.ng/wasm-api-dom": "npm:^1.0.6" + "@thi.ng/wasm-api": "npm:^2.1.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" + "@thi.ng/wasm-api-dom": "npm:^1.0.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^1.0.6, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.7, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: @@ -6995,8 +6995,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.4" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/prefixes": "npm:^2.3.28" - "@thi.ng/wasm-api": "npm:^2.0.5" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.5" + "@thi.ng/wasm-api": "npm:^2.1.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7009,8 +7009,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" - "@thi.ng/wasm-api": "npm:^2.0.5" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.5" + "@thi.ng/wasm-api": "npm:^2.1.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7024,17 +7024,17 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/wasm-api": "npm:^2.0.5" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.7" - "@thi.ng/wasm-api-dom": "npm:^1.0.6" - "@thi.ng/webgl": "npm:^6.9.23" + "@thi.ng/wasm-api": "npm:^2.1.0" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" + "@thi.ng/wasm-api-dom": "npm:^1.0.7" + "@thi.ng/webgl": "npm:^6.9.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^2.0.5, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.1.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: @@ -7060,9 +7060,9 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/shader-ast": "npm:^0.15.34" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.19" - "@thi.ng/vectors": "npm:^7.12.7" - "@thi.ng/webgl": "npm:^6.9.23" + "@thi.ng/vector-pools": "npm:^3.2.20" + "@thi.ng/vectors": "npm:^7.12.8" + "@thi.ng/webgl": "npm:^6.9.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7077,14 +7077,14 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/shader-ast": "npm:^0.15.34" "@thi.ng/shader-ast-glsl": "npm:^0.4.142" - "@thi.ng/webgl": "npm:^6.9.23" + "@thi.ng/webgl": "npm:^6.9.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.9.23, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.24, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -7095,7 +7095,7 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/matrices": "npm:^2.4.20" "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/pixel": "npm:^7.3.6" @@ -7103,8 +7103,8 @@ __metadata: "@thi.ng/shader-ast-glsl": "npm:^0.4.142" "@thi.ng/shader-ast-stdlib": "npm:^0.18.34" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.19" - "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/vector-pools": "npm:^3.2.20" + "@thi.ng/vectors": "npm:^7.12.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2"