diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 1f34fccdc5..49b81231ed 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "3.0.13", + "version": "3.0.14", "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.53", + "@thi.ng/bitfield": "^2.3.54", "@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.6", + "@thi.ng/vectors": "^7.12.7", "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 769cea6de8..71187b088e 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.45", + "version": "2.3.46", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.7", - "@thi.ng/text-format": "^2.2.15" + "@thi.ng/strings": "^3.8.8", + "@thi.ng/text-format": "^2.2.16" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index ca8bfd2a82..6b35e1cbe5 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.99", + "version": "1.1.100", "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.30", + "@thi.ng/date": "^2.7.31", "@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.6", + "@thi.ng/vectors": "^7.12.7", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 44d2a7536b..0a17fcfd25 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.141", + "version": "2.1.142", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-binary": "^2.1.139" + "@thi.ng/transducers-binary": "^2.1.140" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 9a1869d285..9ba47c82c0 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.53", + "version": "2.3.54", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/boids/package.json b/packages/boids/package.json index f8f68c3d8a..4be8c43f6d 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.52", + "version": "1.0.53", "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.92", - "@thi.ng/geom-closest-point": "^2.1.146", - "@thi.ng/geom-resample": "^3.0.18", + "@thi.ng/distance": "^2.4.93", + "@thi.ng/geom-closest-point": "^2.1.147", + "@thi.ng/geom-resample": "^3.0.19", "@thi.ng/math": "^5.11.11", - "@thi.ng/timestep": "^0.5.68", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/timestep": "^0.5.69", + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 2daa41b80c..1e63b27060 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.18", + "version": "1.4.19", "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.9", + "@thi.ng/color": "^5.7.10", "@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 78824e83e0..8a6ebec592 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.7.9", + "version": "5.7.10", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/complex/package.json b/packages/complex/package.json index b7b22774e3..aeda950021 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.80", + "version": "0.2.81", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/csv/package.json b/packages/csv/package.json index f45901988e..4bab3749f2 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.105", + "version": "2.3.106", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/date/package.json b/packages/date/package.json index fa5f6af0f0..5ae3a24df0 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.30", + "version": "2.7.31", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/distance/package.json b/packages/distance/package.json index f4b29533ed..73e6b34286 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.92", + "version": "2.4.93", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 8f67bc4b66..e9dbb0da09 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.139", + "version": "2.1.140", "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.139" + "@thi.ng/transducers-binary": "^2.1.140" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/egf/package.json b/packages/egf/package.json index fdc38a35fe..64607a7a74 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.146", + "version": "0.6.147", "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.7", - "@thi.ng/transducers-binary": "^2.1.139", + "@thi.ng/strings": "^3.8.8", + "@thi.ng/transducers-binary": "^2.1.140", "@thi.ng/trie": "^1.1.4" }, "devDependencies": { diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index a09c16929d..dc36581c70 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.166", + "version": "2.1.167", "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.15", - "@thi.ng/hiccup-svg": "^5.4.5", + "@thi.ng/hiccup": "^5.2.16", + "@thi.ng/hiccup-svg": "^5.4.6", "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.7", - "@thi.ng/text-canvas": "^3.0.42" + "@thi.ng/strings": "^3.8.8", + "@thi.ng/text-canvas": "^3.0.43" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index a35576f500..a0dbd73b26 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.11", + "version": "4.1.12", "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.92", + "@thi.ng/distance": "^2.4.93", "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", - "@thi.ng/geom-isec": "^4.0.18", + "@thi.ng/geom-isec": "^4.0.19", "@thi.ng/heaps": "^2.1.83", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 297b761f2d..b8f88503e0 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.151", + "version": "2.1.152", "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.18", + "@thi.ng/geom-resample": "^3.0.19", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 1e67a507e1..b6e107ffb1 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.23", + "version": "0.6.24", "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.99", + "@thi.ng/axidraw": "^1.1.100", "@thi.ng/compare": "^2.4.3", "@thi.ng/defmulti": "^3.0.49", - "@thi.ng/geom": "^8.1.14", - "@thi.ng/geom-accel": "^4.1.11", - "@thi.ng/geom-clip-line": "^2.3.108", - "@thi.ng/geom-isec": "^4.0.18", + "@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/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 93c0cc7a90..3856190b06 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.108", + "version": "2.3.109", "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.18", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 371d3e309f..a0bd3129e2 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.150", + "version": "2.1.151", "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.18", - "@thi.ng/geom-poly-utils": "^3.0.18", + "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom-poly-utils": "^3.0.19", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 65fd79b33f..044df69eff 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.146", + "version": "2.1.147", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 62213ff33d..382a14bf69 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.21", + "version": "3.0.22", "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.9", - "@thi.ng/geom": "^8.1.14", - "@thi.ng/geom-clip-line": "^2.3.108", - "@thi.ng/geom-resample": "^3.0.18", - "@thi.ng/grid-iterators": "^4.0.93", + "@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/object-utils": "^1.1.4", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 012b9c2d14..544b91e0d2 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.146", + "version": "2.1.147", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 4789d94c37..9d35f07626 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.146", + "version": "0.3.147", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 09f8e881dc..f6e3abc324 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.18", + "version": "4.0.19", "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.146", + "@thi.ng/geom-closest-point": "^2.1.147", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index 53564a113c..9d34a69542 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.146", + "version": "2.1.147", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 958891d9dd..00356466bc 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.18", + "version": "3.0.19", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 0ac5aa252f..80a81807ab 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.18", + "version": "3.0.19", "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.146", - "@thi.ng/geom-isec": "^4.0.18", + "@thi.ng/geom-closest-point": "^2.1.147", + "@thi.ng/geom-isec": "^4.0.19", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 65c0540883..9a9482c42f 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.23", + "version": "0.4.24", "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.14", - "@thi.ng/geom-isoline": "^2.1.146", - "@thi.ng/geom-poly-utils": "^3.0.18", - "@thi.ng/geom-resample": "^3.0.18", + "@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/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index f8673a7b29..c4bf51f705 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.18", + "version": "2.3.19", "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.151", - "@thi.ng/geom-resample": "^3.0.18", + "@thi.ng/geom-arc": "^2.1.152", + "@thi.ng/geom-resample": "^3.0.19", "@thi.ng/math": "^5.11.11", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 9f4d84a744..6e6730adc9 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.18", + "version": "3.0.19", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 25fe58eec5..545d682036 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.18", + "version": "3.0.19", "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.11", - "@thi.ng/geom-isec": "^4.0.18", - "@thi.ng/geom-poly-utils": "^3.0.18", + "@thi.ng/geom-accel": "^4.1.12", + "@thi.ng/geom-isec": "^4.0.19", + "@thi.ng/geom-poly-utils": "^3.0.19", "@thi.ng/math": "^5.11.11", "@thi.ng/morton": "^3.1.98", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 8788f0adeb..91b0dd8b75 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.105", + "version": "0.3.106", "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.93", - "@thi.ng/matrices": "^2.4.18", + "@thi.ng/grid-iterators": "^4.0.94", + "@thi.ng/matrices": "^2.4.19", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index c58c583ace..f4cfee1ddb 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.93", + "version": "2.3.94", "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.53", + "@thi.ng/bitfield": "^2.3.54", "@thi.ng/checks": "^3.6.13", - "@thi.ng/geom-clip-line": "^2.3.108", - "@thi.ng/geom-clip-poly": "^2.1.150", - "@thi.ng/geom-isec": "^4.0.18", - "@thi.ng/geom-poly-utils": "^3.0.18", + "@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/math": "^5.11.11", "@thi.ng/quad-edge": "^3.1.75", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom-webgl/package.json b/packages/geom-webgl/package.json index 0dd609f430..9a80eb3664 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.24", + "version": "0.1.25", "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.14", + "@thi.ng/geom": "^8.1.15", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vector-pools": "^3.2.18", - "@thi.ng/vectors": "^7.12.6", - "@thi.ng/webgl": "^6.9.22" + "@thi.ng/vector-pools": "^3.2.19", + "@thi.ng/vectors": "^7.12.7", + "@thi.ng/webgl": "^6.9.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/geom/package.json b/packages/geom/package.json index 16fbfdec3b..76bc3b8325 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "8.1.14", + "version": "8.1.15", "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.13", + "@thi.ng/adjacency": "^3.0.14", "@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.151", - "@thi.ng/geom-clip-line": "^2.3.108", - "@thi.ng/geom-clip-poly": "^2.1.150", - "@thi.ng/geom-closest-point": "^2.1.146", - "@thi.ng/geom-hull": "^2.1.146", - "@thi.ng/geom-isec": "^4.0.18", - "@thi.ng/geom-poly-utils": "^3.0.18", - "@thi.ng/geom-resample": "^3.0.18", - "@thi.ng/geom-splines": "^2.3.18", - "@thi.ng/geom-subdiv-curve": "^3.0.18", - "@thi.ng/geom-tessellate": "^3.0.18", - "@thi.ng/hiccup": "^5.2.15", - "@thi.ng/hiccup-svg": "^5.4.5", + "@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/math": "^5.11.11", - "@thi.ng/matrices": "^2.4.18", + "@thi.ng/matrices": "^2.4.19", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 468a27c9c0..91556f404f 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.93", + "version": "4.0.94", "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.53", + "@thi.ng/bitfield": "^2.3.54", "@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 81a59ce991..92a8e09751 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.148", + "version": "0.3.149", "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.15", + "@thi.ng/hiccup": "^5.2.16", "@thi.ng/hiccup-css": "^2.7.27", - "@thi.ng/strings": "^3.8.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index fd5108fca2..f6c5ed9231 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.166", + "version": "4.1.167", "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.48", - "@thi.ng/hiccup-canvas": "^3.1.23" + "@thi.ng/hdom": "^9.4.49", + "@thi.ng/hiccup-canvas": "^3.1.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 942dbf9202..578e9df6b9 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "5.1.139", + "version": "5.1.140", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.6.13", "@thi.ng/math": "^5.11.11", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/transducers-stats": "^2.1.136" + "@thi.ng/transducers-stats": "^2.2.0" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index b353e8141c..0dc837c087 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.115", + "version": "2.1.116", "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.48" + "@thi.ng/hdom": "^9.4.49" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index fcc66d5fad..4149450f68 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.48", + "version": "9.4.49", "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.15", + "@thi.ng/hiccup": "^5.2.16", "@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 3439d6c3c9..0b4c850451 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.23", + "version": "3.1.24", "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.9", - "@thi.ng/geom-arc": "^2.1.151", + "@thi.ng/color": "^5.7.10", + "@thi.ng/geom-arc": "^2.1.152", "@thi.ng/math": "^5.11.11", "@thi.ng/pixel": "^7.3.6", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index aa725fc757..5ff4a1de2f 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.56", + "version": "0.3.57", "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.56", - "@thi.ng/strings": "^3.8.7" + "@thi.ng/parse": "^2.4.57", + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 674224297a..be407345cf 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.108", + "version": "3.2.109", "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.15", + "@thi.ng/hiccup": "^5.2.16", "@thi.ng/logger": "^3.0.21", - "@thi.ng/parse": "^2.4.56", - "@thi.ng/strings": "^3.8.7", - "@thi.ng/text-canvas": "^3.0.42" + "@thi.ng/parse": "^2.4.57", + "@thi.ng/strings": "^3.8.8", + "@thi.ng/text-canvas": "^3.0.43" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index 7a39ef845a..ffbf785f26 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.5", + "version": "5.4.6", "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.9", + "@thi.ng/color": "^5.7.10", "@thi.ng/prefixes": "^2.3.28" }, "devDependencies": { diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index 5d773850de..917b8c07c5 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.2.15", + "version": "5.2.16", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/iges/package.json b/packages/iges/package.json index 570b9fc306..5c3522a439 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.148", + "version": "2.1.149", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/imago/package.json b/packages/imago/package.json index 3929ae59a9..005b88eebc 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.8.17", + "version": "0.8.18", "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.30", + "@thi.ng/date": "^2.7.31", "@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.6", + "@thi.ng/vectors": "^7.12.7", "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 74d23bcfa0..b14cdcce85 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.1.2", + "version": "3.1.3", "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.14", - "@thi.ng/geom-isec": "^4.0.18", + "@thi.ng/geom": "^8.1.15", + "@thi.ng/geom-isec": "^4.0.19", "@thi.ng/layout": "^3.1.5", "@thi.ng/math": "^5.11.11", - "@thi.ng/ramp": "^3.3.6", + "@thi.ng/ramp": "^3.3.7", "@thi.ng/transducers": "^9.2.7", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index 9b67771d26..3abeddb3cb 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.13", + "version": "0.7.14", "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.92", + "@thi.ng/distance": "^2.4.93", "@thi.ng/errors": "^2.5.17", "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index 75a8144a5f..92377dfb10 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.67", + "version": "3.2.68", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 7af291aaab..211077822e 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.1.23", + "version": "3.1.24", "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.139" + "@thi.ng/transducers-binary": "^2.1.140" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index f60b9d9e6a..a9207842b0 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.146", + "version": "2.1.147", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index eb674e9136..ab0a62dfbe 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.141", + "version": "0.3.142", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/matrices/package.json b/packages/matrices/package.json index a19ef68033..ba5ddd664b 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.4.18", + "version": "2.4.19", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index 85aad36dc8..c1ddcda475 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-31T22:57:27Z +- **Last updated**: 2024-11-03T16:41:34Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/memoize/package.json b/packages/memoize/package.json index d77b1b18c9..50cd03d61f 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/memoize", - "version": "4.0.0", + "version": "4.0.1", "description": "Function memoization with configurable caching and support for async functions", "type": "module", "module": "./index.js", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 1c3c961d52..6a4eabcd2b 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.7", + "version": "0.15.8", "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.45", + "@thi.ng/args": "^2.3.46", "@thi.ng/arrays": "^2.10.4", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", @@ -50,10 +50,10 @@ "@thi.ng/file-io": "^2.1.15", "@thi.ng/hiccup-css": "^2.7.27", "@thi.ng/logger": "^3.0.21", - "@thi.ng/memoize": "^4.0.0", + "@thi.ng/memoize": "^4.0.1", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.7", - "@thi.ng/text-format": "^2.2.15", + "@thi.ng/strings": "^3.8.8", + "@thi.ng/text-format": "^2.2.16", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index 35d9590576..f20e86ac16 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.47", + "version": "0.1.48", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/parse/package.json b/packages/parse/package.json index 1de4966c75..baaa426419 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.56", + "version": "2.4.57", "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.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/pixel-dominant-colors/package.json b/packages/pixel-dominant-colors/package.json index 3ec7b3c19f..00fb0d061a 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.17", + "version": "1.1.18", "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.13", + "@thi.ng/k-means": "^0.7.14", "@thi.ng/pixel": "^7.3.6" }, "devDependencies": { diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 8140dcad33..694b44ded7 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.53", + "version": "2.2.54", "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.45", + "@thi.ng/args": "^2.3.46", "@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 2f36fca5fc..51ee6efe1d 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.2.11", + "version": "3.2.12", "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.11", + "@thi.ng/geom-accel": "^4.1.12", "@thi.ng/random": "^4.1.2", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/proctext/package.json b/packages/proctext/package.json index 6c27ba8b74..f8c4cfd832 100644 --- a/packages/proctext/package.json +++ b/packages/proctext/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/proctext", - "version": "0.2.9", + "version": "0.2.10", "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.56", + "@thi.ng/parse": "^2.4.57", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 1e3dab2cad..bbcdf2dbdc 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.6", + "version": "3.3.7", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 56f15d5b55..afd9494f77 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.121", + "version": "1.0.122", "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.93", + "@thi.ng/grid-iterators": "^4.0.94", "@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 6a1ba3ce72..d8189cfab1 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.118", + "version": "0.5.119", "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.23", + "@thi.ng/hiccup-canvas": "^3.1.24", "@thi.ng/object-utils": "^1.1.4", - "@thi.ng/rdom": "^1.7.9", + "@thi.ng/rdom": "^1.7.10", "@thi.ng/rstream": "^9.0.7" }, "devDependencies": { diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 48a7e2f879..227efa3736 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.22", + "version": "0.7.23", "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.9", + "@thi.ng/rdom": "^1.7.10", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 6d4883b3b3..b36d6334ab 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.3", + "version": "0.4.4", "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.9", + "@thi.ng/rdom": "^1.7.10", "@thi.ng/rstream": "^9.0.7" }, "devDependencies": { diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 77d0a2a6bf..a3519fa163 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.7.9", + "version": "1.7.10", "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.15", + "@thi.ng/hiccup": "^5.2.16", "@thi.ng/paths": "^5.1.91", "@thi.ng/prefixes": "^2.3.28", "@thi.ng/rstream": "^9.0.7", - "@thi.ng/strings": "^3.8.7" + "@thi.ng/strings": "^3.8.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 69e9bc1be9..d544b09386 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.98", + "version": "3.0.99", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 9216e61f22..eda12aea95 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.40", + "version": "5.1.41", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index ba3ca60570..1fe5afe18c 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.148", + "version": "2.1.149", "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.98", + "@thi.ng/rstream-dot": "^3.0.99", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/sax/package.json b/packages/sax/package.json index 937dbf79c9..82d9c1bedd 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.2.16", + "version": "2.2.17", "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.7", + "@thi.ng/strings": "^3.8.8", "@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 686b9cce14..1371effcb5 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.63", + "version": "1.0.64", "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.18", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/matrices": "^2.4.19", + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index d5aa17f7dd..39daf68a81 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.58", + "version": "1.1.59", "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.18", + "@thi.ng/matrices": "^2.4.19", "@thi.ng/pixel": "^7.3.6", "@thi.ng/shader-ast": "^0.15.34", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/simd/package.json b/packages/simd/package.json index 2f64f9e45d..52d7ee5f82 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.139", + "version": "0.6.140", "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.139" + "@thi.ng/transducers-binary": "^2.1.140" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/soa/package.json b/packages/soa/package.json index f2919e8824..031e9207fb 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.146", + "version": "0.4.147", "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.139", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/transducers-binary": "^2.1.140", + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/strings/package.json b/packages/strings/package.json index e3777548a8..33804755af 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.8.7", + "version": "3.8.8", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/hex": "^2.3.55", - "@thi.ng/memoize": "^4.0.0" + "@thi.ng/memoize": "^4.0.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/tangle/package.json b/packages/tangle/package.json index a65bf61466..5e4633da23 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.35", + "version": "0.2.36", "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.45", + "@thi.ng/args": "^2.3.46", "@thi.ng/checks": "^3.6.13", "@thi.ng/compare": "^2.4.3", - "@thi.ng/date": "^2.7.30", + "@thi.ng/date": "^2.7.31", "@thi.ng/errors": "^2.5.17", "@thi.ng/file-io": "^2.1.15", "@thi.ng/logger": "^3.0.21", - "@thi.ng/strings": "^3.8.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index a55e82cc2d..5f799f0953 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.42", + "version": "3.0.43", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@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.108", + "@thi.ng/geom-clip-line": "^2.3.109", "@thi.ng/math": "^5.11.11", - "@thi.ng/strings": "^3.8.7", - "@thi.ng/text-format": "^2.2.15", + "@thi.ng/strings": "^3.8.8", + "@thi.ng/text-format": "^2.2.16", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/text-format/package.json b/packages/text-format/package.json index d32838ab6f..935fde37f0 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/text-format", - "version": "2.2.15", + "version": "2.2.16", "description": "Customizable color text formatting with presets for ANSI & HTML", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.11.11", "@thi.ng/hex": "^2.3.55", - "@thi.ng/memoize": "^4.0.0" + "@thi.ng/memoize": "^4.0.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 5b1782086d..dd81174a59 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.68", + "version": "0.5.69", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index ac85022879..1f6efecdb7 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.109", + "version": "0.1.110", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 837432d2a4..cd2667c62d 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.139", + "version": "2.1.140", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 00bd749bb1..1d46ec64f9 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.148", + "version": "3.1.149", "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.48", - "@thi.ng/hiccup": "^5.2.15", + "@thi.ng/hdom": "^9.4.49", + "@thi.ng/hiccup": "^5.2.16", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index 424489fec7..fe4ad88894 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-05T12:12:32Z +- **Last updated**: 2024-11-03T16:41:34Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,17 @@ 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.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.0) (2024-11-03) + +#### 🚀 Features + +- add moving min/max, update donchian ([188d11a](https://github.com/thi-ng/umbrella/commit/188d11a)) + - add movingMaximum() transducer + - add movingMinimum() transducer + - refactor donchian() + - add internal Deque helper class + - add tests + ### [2.1.113](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.1.113) (2024-04-08) #### ♻️ Refactoring diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 8d7f4b6106..7065301408 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.1.136", + "version": "2.2.0", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index e402a75210..90466174c0 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.18", + "version": "3.2.19", "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.6" + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 6986bbdc0e..06ce3584bc 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.12.6", + "version": "7.12.7", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -42,9 +42,9 @@ "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", "@thi.ng/math": "^5.11.11", - "@thi.ng/memoize": "^4.0.0", + "@thi.ng/memoize": "^4.0.1", "@thi.ng/random": "^4.1.2", - "@thi.ng/strings": "^3.8.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { diff --git a/packages/viz/package.json b/packages/viz/package.json index cf7cd31dca..1b0946b572 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.73", + "version": "0.6.74", "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.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/transducers": "^9.2.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/date": "^2.7.30", + "@thi.ng/date": "^2.7.31", "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 da68ec9a3a..b46157c25d 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.6", + "version": "0.7.7", "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.45", + "@thi.ng/args": "^2.3.46", "@thi.ng/arrays": "^2.10.4", "@thi.ng/binary": "^3.4.34", "@thi.ng/checks": "^3.6.13", @@ -49,7 +49,7 @@ "@thi.ng/file-io": "^2.1.15", "@thi.ng/logger": "^3.0.21", "@thi.ng/paths": "^5.1.91", - "@thi.ng/strings": "^3.8.7", + "@thi.ng/strings": "^3.8.8", "@thi.ng/wasm-api": "^2.0.5" }, "devDependencies": { diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index 992c02e78d..b8bb0030d9 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.12", + "version": "0.1.13", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -41,11 +41,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.22" + "@thi.ng/webgl": "^6.9.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.6", + "@thi.ng/wasm-api-bindgen": "^0.7.7", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index 44b0a96153..8037a80935 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.166", + "version": "2.1.167", "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.18", - "@thi.ng/vectors": "^7.12.6", - "@thi.ng/webgl": "^6.9.22" + "@thi.ng/vector-pools": "^3.2.19", + "@thi.ng/vectors": "^7.12.7", + "@thi.ng/webgl": "^6.9.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 52bf360997..ed2b654b62 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.166", + "version": "0.4.167", "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.22" + "@thi.ng/webgl": "^6.9.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 4b28b5bb02..61b05b84ad 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.9.22", + "version": "6.9.23", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -46,16 +46,16 @@ "@thi.ng/equiv": "^2.1.67", "@thi.ng/errors": "^2.5.17", "@thi.ng/logger": "^3.0.21", - "@thi.ng/matrices": "^2.4.18", - "@thi.ng/memoize": "^4.0.0", + "@thi.ng/matrices": "^2.4.19", + "@thi.ng/memoize": "^4.0.1", "@thi.ng/object-utils": "^1.1.4", "@thi.ng/pixel": "^7.3.6", "@thi.ng/shader-ast": "^0.15.34", "@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.18", - "@thi.ng/vectors": "^7.12.6" + "@thi.ng/vector-pools": "^3.2.19", + "@thi.ng/vectors": "^7.12.7" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/yarn.lock b/yarn.lock index 6cce458a2a..25617ece3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3949,19 +3949,19 @@ __metadata: languageName: node linkType: hard -"@thi.ng/adjacency@npm:^3.0.13, @thi.ng/adjacency@workspace:^, @thi.ng/adjacency@workspace:packages/adjacency": +"@thi.ng/adjacency@npm:^3.0.14, @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.53" + "@thi.ng/bitfield": "npm:^2.3.54" "@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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.45, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.46, @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,8 +3988,8 @@ __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.7" - "@thi.ng/text-format": "npm:^2.2.15" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/text-format": "npm:^2.2.16" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -4049,7 +4049,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.99, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.100, @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.30" + "@thi.ng/date": "npm:^2.7.31" "@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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.7" + "@thi.ng/strings": "npm:^3.8.8" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-binary": "npm:^2.1.139" + "@thi.ng/transducers-binary": "npm:^2.1.140" 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.53, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.54, @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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.92" - "@thi.ng/geom-closest-point": "npm:^2.1.146" - "@thi.ng/geom-resample": "npm:^3.0.18" + "@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/math": "npm:^5.11.11" - "@thi.ng/timestep": "npm:^0.5.68" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/timestep": "npm:^0.5.69" + "@thi.ng/vectors": "npm:^7.12.7" 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.9" + "@thi.ng/color": "npm:^5.7.10" "@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.9, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.7.10, @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.7" + "@thi.ng/strings": "npm:^3.8.8" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.30, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.31, @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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.92, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.93, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.139" + "@thi.ng/transducers-binary": "npm:^2.1.140" 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.7" - "@thi.ng/transducers-binary": "npm:^2.1.139" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/transducers-binary": "npm:^2.1.140" "@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.15" - "@thi.ng/hiccup-svg": "npm:^5.4.5" + "@thi.ng/hiccup": "npm:^5.2.16" + "@thi.ng/hiccup-svg": "npm:^5.4.6" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.7" - "@thi.ng/text-canvas": "npm:^3.0.42" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/text-canvas": "npm:^3.0.43" 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.11, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^4.1.12, @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.92" + "@thi.ng/distance": "npm:^2.4.93" "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" - "@thi.ng/geom-isec": "npm:^4.0.18" + "@thi.ng/geom-isec": "npm:^4.0.19" "@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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.151, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.152, @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.18" + "@thi.ng/geom-resample": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.99" + "@thi.ng/axidraw": "npm:^1.1.100" "@thi.ng/compare": "npm:^2.4.3" "@thi.ng/defmulti": "npm:^3.0.49" - "@thi.ng/geom": "npm:^8.1.14" - "@thi.ng/geom-accel": "npm:^4.1.11" - "@thi.ng/geom-clip-line": "npm:^2.3.108" - "@thi.ng/geom-isec": "npm:^4.0.18" + "@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/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.108, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.109, @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.18" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/vectors": "npm:^7.12.7" 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.150, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.151, @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.18" - "@thi.ng/geom-poly-utils": "npm:^3.0.18" + "@thi.ng/geom-isec": "npm:^4.0.19" + "@thi.ng/geom-poly-utils": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.146, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@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": 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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.9" - "@thi.ng/geom": "npm:^8.1.14" - "@thi.ng/geom-clip-line": "npm:^2.3.108" - "@thi.ng/geom-resample": "npm:^3.0.18" - "@thi.ng/grid-iterators": "npm:^4.0.93" + "@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/object-utils": "npm:^1.1.4" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.146, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.147, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^4.0.19, @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.146" + "@thi.ng/geom-closest-point": "npm:^2.1.147" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.146, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.147, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^3.0.19, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^3.0.19, @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.146" - "@thi.ng/geom-isec": "npm:^4.0.18" + "@thi.ng/geom-closest-point": "npm:^2.1.147" + "@thi.ng/geom-isec": "npm:^4.0.19" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.14" - "@thi.ng/geom-isoline": "npm:^2.1.146" - "@thi.ng/geom-poly-utils": "npm:^3.0.18" - "@thi.ng/geom-resample": "npm:^3.0.18" + "@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/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.3.19, @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.151" - "@thi.ng/geom-resample": "npm:^3.0.18" + "@thi.ng/geom-arc": "npm:^2.1.152" + "@thi.ng/geom-resample": "npm:^3.0.19" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^3.0.19, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.18, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^3.0.19, @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.11" - "@thi.ng/geom-isec": "npm:^4.0.18" - "@thi.ng/geom-poly-utils": "npm:^3.0.18" + "@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/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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.93" - "@thi.ng/matrices": "npm:^2.4.18" + "@thi.ng/grid-iterators": "npm:^4.0.94" + "@thi.ng/matrices": "npm:^2.4.19" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.53" + "@thi.ng/bitfield": "npm:^2.3.54" "@thi.ng/checks": "npm:^3.6.13" - "@thi.ng/geom-clip-line": "npm:^2.3.108" - "@thi.ng/geom-clip-poly": "npm:^2.1.150" - "@thi.ng/geom-isec": "npm:^4.0.18" - "@thi.ng/geom-poly-utils": "npm:^3.0.18" + "@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/math": "npm:^5.11.11" "@thi.ng/quad-edge": "npm:^3.1.75" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.14" + "@thi.ng/geom": "npm:^8.1.15" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vector-pools": "npm:^3.2.18" - "@thi.ng/vectors": "npm:^7.12.6" - "@thi.ng/webgl": "npm:^6.9.22" + "@thi.ng/vector-pools": "npm:^3.2.19" + "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/webgl": "npm:^6.9.23" 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.14, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^8.1.15, @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.13" + "@thi.ng/adjacency": "npm:^3.0.14" "@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.151" - "@thi.ng/geom-clip-line": "npm:^2.3.108" - "@thi.ng/geom-clip-poly": "npm:^2.1.150" - "@thi.ng/geom-closest-point": "npm:^2.1.146" - "@thi.ng/geom-hull": "npm:^2.1.146" - "@thi.ng/geom-isec": "npm:^4.0.18" - "@thi.ng/geom-poly-utils": "npm:^3.0.18" - "@thi.ng/geom-resample": "npm:^3.0.18" - "@thi.ng/geom-splines": "npm:^2.3.18" - "@thi.ng/geom-subdiv-curve": "npm:^3.0.18" - "@thi.ng/geom-tessellate": "npm:^3.0.18" - "@thi.ng/hiccup": "npm:^5.2.15" - "@thi.ng/hiccup-svg": "npm:^5.4.5" + "@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/math": "npm:^5.11.11" - "@thi.ng/matrices": "npm:^2.4.18" + "@thi.ng/matrices": "npm:^2.4.19" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.93, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.94, @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.53" + "@thi.ng/bitfield": "npm:^2.3.54" "@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.15" + "@thi.ng/hiccup": "npm:^5.2.16" "@thi.ng/hiccup-css": "npm:^2.7.27" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.48" - "@thi.ng/hiccup-canvas": "npm:^3.1.23" + "@thi.ng/hdom": "npm:^9.4.49" + "@thi.ng/hiccup-canvas": "npm:^3.1.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -5242,7 +5242,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/transducers-stats": "npm:^2.1.136" + "@thi.ng/transducers-stats": "npm:^2.2.0" 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.48" + "@thi.ng/hdom": "npm:^9.4.49" 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.48, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.49, @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.15" + "@thi.ng/hiccup": "npm:^5.2.16" "@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.23, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^3.1.24, @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.9" - "@thi.ng/geom-arc": "npm:^2.1.151" + "@thi.ng/color": "npm:^5.7.10" + "@thi.ng/geom-arc": "npm:^2.1.152" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/pixel": "npm:^7.3.6" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.56" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/parse": "npm:^2.4.57" + "@thi.ng/strings": "npm:^3.8.8" 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.15" + "@thi.ng/hiccup": "npm:^5.2.16" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/parse": "npm:^2.4.56" - "@thi.ng/strings": "npm:^3.8.7" - "@thi.ng/text-canvas": "npm:^3.0.42" + "@thi.ng/parse": "npm:^2.4.57" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/text-canvas": "npm:^3.0.43" 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.5, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.4.6, @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.9" + "@thi.ng/color": "npm:^5.7.10" "@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.15, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.2.14, @thi.ng/hiccup@npm:^5.2.16, @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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.7" + "@thi.ng/strings": "npm:^3.8.8" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.30" + "@thi.ng/date": "npm:^2.7.31" "@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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.14" - "@thi.ng/geom-isec": "npm:^4.0.18" + "@thi.ng/geom": "npm:^8.1.15" + "@thi.ng/geom-isec": "npm:^4.0.19" "@thi.ng/layout": "npm:^3.1.5" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/ramp": "npm:^3.3.6" + "@thi.ng/ramp": "npm:^3.3.7" "@thi.ng/transducers": "npm:^9.2.7" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.13, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.7.14, @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.92" + "@thi.ng/distance": "npm:^2.4.93" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.139" + "@thi.ng/transducers-binary": "npm:^2.1.140" 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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.18, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.4.19, @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,14 +5695,14 @@ __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.6" + "@thi.ng/vectors": "npm:^7.12.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/memoize@npm:^4.0.0, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": +"@thi.ng/memoize@npm:^4.0.1, @thi.ng/memoize@workspace:^, @thi.ng/memoize@workspace:packages/memoize": version: 0.0.0-use.local resolution: "@thi.ng/memoize@workspace:packages/memoize" dependencies: @@ -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.45" + "@thi.ng/args": "npm:^2.3.46" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" @@ -5728,10 +5728,10 @@ __metadata: "@thi.ng/file-io": "npm:^2.1.15" "@thi.ng/hiccup-css": "npm:^2.7.27" "@thi.ng/logger": "npm:^3.0.21" - "@thi.ng/memoize": "npm:^4.0.0" + "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.7" - "@thi.ng/text-format": "npm:^2.2.15" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/text-format": "npm:^2.2.16" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.56, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.57, @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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.13" + "@thi.ng/k-means": "npm:^0.7.14" "@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.45" + "@thi.ng/args": "npm:^2.3.46" "@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.11" + "@thi.ng/geom-accel": "npm:^4.1.12" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.56" + "@thi.ng/parse": "npm:^2.4.57" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" 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.6, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.7, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.93" + "@thi.ng/grid-iterators": "npm:^4.0.94" "@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.23" + "@thi.ng/hiccup-canvas": "npm:^3.1.24" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/rdom": "npm:^1.7.9" + "@thi.ng/rdom": "npm:^1.7.10" "@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.9" + "@thi.ng/rdom": "npm:^1.7.10" "@thi.ng/rstream": "npm:^9.0.7" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.9" + "@thi.ng/rdom": "npm:^1.7.10" "@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.9, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.7.10, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -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.15" + "@thi.ng/hiccup": "npm:^5.2.16" "@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.7" + "@thi.ng/strings": "npm:^3.8.8" 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.98, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.99, @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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.98" + "@thi.ng/rstream-dot": "npm:^3.0.99" "@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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.18" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/vectors": "npm:^7.12.7" 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.18" + "@thi.ng/matrices": "npm:^2.4.19" "@thi.ng/pixel": "npm:^7.3.6" "@thi.ng/shader-ast": "npm:^0.15.34" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.139" + "@thi.ng/transducers-binary": "npm:^2.1.140" 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.139" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/transducers-binary": "npm:^2.1.140" + "@thi.ng/vectors": "npm:^7.12.7" 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.7, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.8.8, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: @@ -6600,7 +6600,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/memoize": "npm:^4.0.0" + "@thi.ng/memoize": "npm:^4.0.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -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.45" + "@thi.ng/args": "npm:^2.3.46" "@thi.ng/checks": "npm:^3.6.13" "@thi.ng/compare": "npm:^2.4.3" - "@thi.ng/date": "npm:^2.7.30" + "@thi.ng/date": "npm:^2.7.31" "@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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.42, @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.43, @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,10 +6653,10 @@ __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.108" + "@thi.ng/geom-clip-line": "npm:^2.3.109" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/strings": "npm:^3.8.7" - "@thi.ng/text-format": "npm:^2.2.15" + "@thi.ng/strings": "npm:^3.8.8" + "@thi.ng/text-format": "npm:^2.2.16" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" tslib: "npm:^2.7.0" @@ -6665,28 +6665,28 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-format@npm:^2.2.15, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": +"@thi.ng/text-format@npm:^2.2.16, @thi.ng/text-format@workspace:^, @thi.ng/text-format@workspace:packages/text-format": version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/hex": "npm:^2.3.55" - "@thi.ng/memoize": "npm:^4.0.0" + "@thi.ng/memoize": "npm:^4.0.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.68, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.69, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.139, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.140, @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.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.48" - "@thi.ng/hiccup": "npm:^5.2.15" + "@thi.ng/hdom": "npm:^9.4.49" + "@thi.ng/hiccup": "npm:^5.2.16" "@thi.ng/transducers": "npm:^9.2.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -6788,7 +6788,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.1.136, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.2.0, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: @@ -6886,7 +6886,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.2.18, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.2.19, @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.6" + "@thi.ng/vectors": "npm:^7.12.7" 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.6, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.12.5, @thi.ng/vectors@npm:^7.12.7, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6916,9 +6916,9 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.67" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/math": "npm:^5.11.11" - "@thi.ng/memoize": "npm:^4.0.0" + "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/random": "npm:^4.1.2" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.30" + "@thi.ng/date": "npm:^2.7.31" "@thi.ng/math": "npm:^5.11.11" "@thi.ng/object-utils": "npm:^1.1.4" - "@thi.ng/strings": "npm:^3.8.7" + "@thi.ng/strings": "npm:^3.8.8" "@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.6, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@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": 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.45" + "@thi.ng/args": "npm:^2.3.46" "@thi.ng/arrays": "npm:^2.10.4" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/checks": "npm:^3.6.13" @@ -6961,7 +6961,7 @@ __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.7" + "@thi.ng/strings": "npm:^3.8.8" "@thi.ng/wasm-api": "npm:^2.0.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -7025,9 +7025,9 @@ __metadata: "@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.6" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.7" "@thi.ng/wasm-api-dom": "npm:^1.0.6" - "@thi.ng/webgl": "npm:^6.9.22" + "@thi.ng/webgl": "npm:^6.9.23" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -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.18" - "@thi.ng/vectors": "npm:^7.12.6" - "@thi.ng/webgl": "npm:^6.9.22" + "@thi.ng/vector-pools": "npm:^3.2.19" + "@thi.ng/vectors": "npm:^7.12.7" + "@thi.ng/webgl": "npm:^6.9.23" 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.22" + "@thi.ng/webgl": "npm:^6.9.23" 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.22, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.9.23, @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,16 +7095,16 @@ __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.18" - "@thi.ng/memoize": "npm:^4.0.0" + "@thi.ng/matrices": "npm:^2.4.19" + "@thi.ng/memoize": "npm:^4.0.1" "@thi.ng/object-utils": "npm:^1.1.4" "@thi.ng/pixel": "npm:^7.3.6" "@thi.ng/shader-ast": "npm:^0.15.34" "@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.18" - "@thi.ng/vectors": "npm:^7.12.6" + "@thi.ng/vector-pools": "npm:^3.2.19" + "@thi.ng/vectors": "npm:^7.12.7" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2"