diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 0516bba6a4..e1387fe43b 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/adjacency", - "version": "2.5.41", + "version": "2.5.42", "description": "Sparse & bitwise adjacency matrices, lists and selected traversal algorithms for directed & undirected graphs", "type": "module", "module": "./index.js", @@ -41,14 +41,14 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/arrays": "^2.8.11", - "@thi.ng/bitfield": "^2.3.34", + "@thi.ng/bitfield": "^2.3.35", "@thi.ng/dcons": "^3.2.104", "@thi.ng/errors": "^2.5.1", "@thi.ng/sparse": "^0.3.109" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/vectors": "^7.10.21", + "@thi.ng/vectors": "^7.10.22", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/args/package.json b/packages/args/package.json index 347fae758a..ead734adc0 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/args", - "version": "2.3.26", + "version": "2.3.27", "description": "Declarative, functional & typechecked CLI argument/options parser, value coercions etc.", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", "@thi.ng/logger": "^3.0.6", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/text-format": "^2.1.8" }, "devDependencies": { diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 9b9f16f080..7c8a7a2f7f 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/axidraw", - "version": "1.1.69", + "version": "1.1.70", "description": "Minimal AxiDraw plotter/drawing machine controller for Node.js", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/compose": "^2.1.70", - "@thi.ng/date": "^2.7.10", + "@thi.ng/date": "^2.7.11", "@thi.ng/errors": "^2.5.1", "@thi.ng/logger": "^3.0.6", "@thi.ng/math": "^5.10.7", "@thi.ng/transducers": "^8.9.15", "@thi.ng/units": "^0.4.40", - "@thi.ng/vectors": "^7.10.21", + "@thi.ng/vectors": "^7.10.22", "serialport": "^12.0.0" }, "devDependencies": { diff --git a/packages/bencode/package.json b/packages/bencode/package.json index a5bbae895c..a501bf2cf4 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bencode", - "version": "2.1.112", + "version": "2.1.113", "description": "Bencode binary encoder / decoder with optional UTF8 encoding & floating point support", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/defmulti": "^3.0.33", "@thi.ng/errors": "^2.5.1", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/transducers-binary": "^2.1.110" + "@thi.ng/transducers-binary": "^2.1.111" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index 1cb504fe13..82df88db59 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/bitfield", - "version": "2.3.34", + "version": "2.3.35", "description": "1D / 2D bit field implementations", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/binary": "^3.4.19", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/boids/package.json b/packages/boids/package.json index e4a4746138..71da4a9755 100644 --- a/packages/boids/package.json +++ b/packages/boids/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/boids", - "version": "1.0.23", + "version": "1.0.24", "description": "n-dimensional boids simulation with modular behavior system", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/distance": "^2.4.63", - "@thi.ng/geom-closest-point": "^2.1.117", - "@thi.ng/geom-resample": "^2.3.43", + "@thi.ng/distance": "^2.4.64", + "@thi.ng/geom-closest-point": "^2.1.118", + "@thi.ng/geom-resample": "^2.3.44", "@thi.ng/math": "^5.10.7", - "@thi.ng/timestep": "^0.5.39", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/timestep": "^0.5.40", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 2c75fdbc09..dee87483ab 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color-palettes", - "version": "1.2.48", + "version": "1.2.49", "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.9.30", "@thi.ng/base-n": "^2.7.8", "@thi.ng/checks": "^3.5.4", - "@thi.ng/color": "^5.6.35", + "@thi.ng/color": "^5.6.36", "@thi.ng/errors": "^2.5.1", "@thi.ng/hex": "^2.3.40" }, diff --git a/packages/color/package.json b/packages/color/package.json index 2d1d47a93e..5adaa4e68f 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/color", - "version": "5.6.35", + "version": "5.6.36", "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.1", "@thi.ng/math": "^5.10.7", "@thi.ng/random": "^3.7.0", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/complex/package.json b/packages/complex/package.json index 87da7abc9c..3abc737f6d 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/complex", - "version": "0.2.51", + "version": "0.2.52", "description": "Array-based complex number algebra", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/csv/package.json b/packages/csv/package.json index 9ed5e96ef2..c06ed6fcb9 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csv", - "version": "2.3.76", + "version": "2.3.77", "description": "Customizable, transducer-based CSV parser/object mapper and transformer", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/date/package.json b/packages/date/package.json index 18a52e0248..21a008bc89 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/date", - "version": "2.7.10", + "version": "2.7.11", "description": "Datetime types, relative dates, math, iterators, composable formatters, locales", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/distance/package.json b/packages/distance/package.json index bda946d064..01c0908d39 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/distance", - "version": "2.4.63", + "version": "2.4.64", "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.1", "@thi.ng/heaps": "^2.1.67", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 4ed0105e07..9fee0fbd82 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.110", + "version": "2.1.111", "description": "WAV file format generation", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/binary": "^3.4.19", "@thi.ng/errors": "^2.5.1", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/transducers-binary": "^2.1.110" + "@thi.ng/transducers-binary": "^2.1.111" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/egf/package.json b/packages/egf/package.json index 0b7dd75ef1..4b52405bcd 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/egf", - "version": "0.6.117", + "version": "0.6.118", "description": "Extensible Graph Format", "type": "module", "module": "./index.js", @@ -38,8 +38,8 @@ "@thi.ng/errors": "^2.5.1", "@thi.ng/logger": "^3.0.6", "@thi.ng/prefixes": "^2.3.13", - "@thi.ng/strings": "^3.7.26", - "@thi.ng/transducers-binary": "^2.1.110" + "@thi.ng/strings": "^3.7.27", + "@thi.ng/transducers-binary": "^2.1.111" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index d2039b9f83..d80ab62b72 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fsm", - "version": "3.1.112", + "version": "3.1.113", "description": "Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/arrays": "^2.8.11", "@thi.ng/equiv": "^2.1.52", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index b257b5c793..aa616205a8 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.135", + "version": "2.1.136", "description": "Visualization, instrumentation & introspection utils for @thi.ng/fuzzy", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/fuzzy": "^2.1.75", - "@thi.ng/hiccup": "^5.1.24", - "@thi.ng/hiccup-svg": "^5.2.27", + "@thi.ng/hiccup": "^5.1.25", + "@thi.ng/hiccup-svg": "^5.2.28", "@thi.ng/math": "^5.10.7", - "@thi.ng/strings": "^3.7.26", - "@thi.ng/text-canvas": "^3.0.13" + "@thi.ng/strings": "^3.7.27", + "@thi.ng/text-canvas": "^3.0.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index f44b6dfb0d..fad9bcd363 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-accel", - "version": "3.5.63", + "version": "3.5.64", "description": "n-D spatial indexing data structures with a shared ES6 Map/Set-like API", "type": "module", "module": "./index.js", @@ -40,15 +40,15 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/arrays": "^2.8.11", "@thi.ng/checks": "^3.5.4", - "@thi.ng/distance": "^2.4.63", + "@thi.ng/distance": "^2.4.64", "@thi.ng/equiv": "^2.1.52", "@thi.ng/errors": "^2.5.1", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-isec": "^3.0.0", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-isec": "^3.0.1", "@thi.ng/heaps": "^2.1.67", "@thi.ng/math": "^5.10.7", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index d2196885c2..036e9af079 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-api", - "version": "4.0.0", + "version": "4.0.1", "description": "Shared type & interface declarations for @thi.ng/geom packages", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index 589cf64dcd..68879bbe53 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.122", + "version": "2.1.123", "description": "2D circular / elliptic arc operations", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-resample": "^2.3.43", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-resample": "^2.3.44", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 168e500b18..4c01451eec 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-axidraw", - "version": "0.5.80", + "version": "0.5.81", "description": "Conversion and preparation of thi.ng/geom shapes & shape groups to/from AxiDraw pen plotter draw commands", "type": "module", "module": "./index.js", @@ -38,16 +38,16 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/arrays": "^2.8.11", - "@thi.ng/axidraw": "^1.1.69", + "@thi.ng/axidraw": "^1.1.70", "@thi.ng/compare": "^2.2.26", "@thi.ng/defmulti": "^3.0.33", - "@thi.ng/geom": "^6.1.0", - "@thi.ng/geom-accel": "^3.5.63", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-clip-line": "^2.3.79", - "@thi.ng/geom-isec": "^3.0.0", + "@thi.ng/geom": "^6.1.1", + "@thi.ng/geom-accel": "^3.5.64", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-clip-line": "^2.3.80", + "@thi.ng/geom-isec": "^3.0.1", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index eb1a1f8d08..0d9de6182d 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.79", + "version": "2.3.80", "description": "2D line clipping (Liang-Barsky)", "type": "module", "module": "./index.js", @@ -37,8 +37,8 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/geom-isec": "^3.0.0", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 84aa9619e1..939902ae56 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.121", + "version": "2.1.122", "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": "^3.0.0", - "@thi.ng/geom-poly-utils": "^2.3.105", + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/geom-poly-utils": "^2.3.106", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index 500e3896f3..6b7c6fc86b 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.117", + "version": "2.1.118", "description": "2D / 3D closest point / proximity helpers", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index 9b7690e2f0..2c56739b03 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-fuzz", - "version": "2.2.94", + "version": "2.2.95", "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/associative": "^6.3.51", - "@thi.ng/color": "^5.6.35", - "@thi.ng/geom": "^6.1.0", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-clip-line": "^2.3.79", - "@thi.ng/geom-resample": "^2.3.43", - "@thi.ng/grid-iterators": "^4.0.64", + "@thi.ng/color": "^5.6.36", + "@thi.ng/geom": "^6.1.1", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-clip-line": "^2.3.80", + "@thi.ng/geom-resample": "^2.3.44", + "@thi.ng/grid-iterators": "^4.0.65", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index d96c32217f..8bcea5beb4 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.117", + "version": "2.1.118", "description": "Fast 2D convex hull (Graham Scan)", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 3697236aae..3af47ccda8 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.117", + "version": "0.3.118", "description": "Wavefront OBJ parser (& exporter soon)", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/errors": "^2.5.1", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index 1a2716f14a..239adc620c 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-isec", - "version": "3.0.0", + "version": "3.0.1", "description": "2D/3D shape intersection checks", "type": "module", "module": "./index.js", @@ -37,10 +37,10 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-closest-point": "^2.1.117", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-closest-point": "^2.1.118", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index acae1f86e9..925372d630 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.117", + "version": "2.1.118", "description": "Fast 2D contour line extraction / generation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index b09ccf5165..9599d0c3e0 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-poly-utils", - "version": "2.3.105", + "version": "2.3.106", "description": "2D polygon/polyline analysis & processing utilities", "type": "module", "module": "./index.js", @@ -38,9 +38,9 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/errors": "^2.5.1", - "@thi.ng/geom-api": "^4.0.0", + "@thi.ng/geom-api": "^4.0.1", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index cf78f34f21..a45f39a197 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-resample", - "version": "2.3.43", + "version": "2.3.44", "description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-closest-point": "^2.1.117", - "@thi.ng/geom-isec": "^3.0.0", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-closest-point": "^2.1.118", + "@thi.ng/geom-isec": "^3.0.1", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 70775e8426..9919fd5cdb 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-sdf", - "version": "0.3.24", + "version": "0.3.25", "description": "2D Signed Distance Field creation from @thi.ng/geom shapes, conversions, sampling, combinators", "type": "module", "module": "./index.js", @@ -40,14 +40,14 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/defmulti": "^3.0.33", "@thi.ng/errors": "^2.5.1", - "@thi.ng/geom": "^6.1.0", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-isoline": "^2.1.117", - "@thi.ng/geom-poly-utils": "^2.3.105", - "@thi.ng/geom-resample": "^2.3.43", + "@thi.ng/geom": "^6.1.1", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-isoline": "^2.1.118", + "@thi.ng/geom-poly-utils": "^2.3.106", + "@thi.ng/geom-resample": "^2.3.44", "@thi.ng/math": "^5.10.7", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index b63319fb47..57568f3696 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-splines", - "version": "2.2.96", + "version": "2.2.97", "description": "nD cubic & quadratic curve analysis, conversion, interpolation, splitting", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-arc": "^2.1.122", - "@thi.ng/geom-resample": "^2.3.43", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-arc": "^2.1.123", + "@thi.ng/geom-resample": "^2.3.44", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 62fd82e39c..294fe49e3b 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-subdiv-curve", - "version": "2.1.121", + "version": "2.1.122", "description": "Freely customizable, iterative nD subdivision curves for open / closed geometries", "type": "module", "module": "./index.js", @@ -37,9 +37,9 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/geom-api": "^4.0.0", + "@thi.ng/geom-api": "^4.0.1", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index cba83ebf6b..e28b3fb50a 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom-tessellate", - "version": "2.1.122", + "version": "2.1.123", "description": "2D/3D convex polygon tessellators", "type": "module", "module": "./index.js", @@ -37,11 +37,11 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-isec": "^3.0.0", - "@thi.ng/geom-poly-utils": "^2.3.105", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/geom-poly-utils": "^2.3.106", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 86a84fefd6..47eaa6a68a 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.72", + "version": "0.3.73", "description": "Bitmap image to hairline vector and point cloud conversions", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/errors": "^2.5.1", - "@thi.ng/grid-iterators": "^4.0.64", - "@thi.ng/matrices": "^2.3.27", - "@thi.ng/pixel": "^6.1.22", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/grid-iterators": "^4.0.65", + "@thi.ng/matrices": "^2.3.28", + "@thi.ng/pixel": "^6.1.23", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 8803671eab..d53814ccd3 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.64", + "version": "2.3.65", "description": "Fast, incremental 2D Delaunay & Voronoi mesh implementation", "type": "module", "module": "./index.js", @@ -37,15 +37,15 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/bitfield": "^2.3.34", + "@thi.ng/bitfield": "^2.3.35", "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-clip-line": "^2.3.79", - "@thi.ng/geom-clip-poly": "^2.1.121", - "@thi.ng/geom-isec": "^3.0.0", - "@thi.ng/geom-poly-utils": "^2.3.105", + "@thi.ng/geom-clip-line": "^2.3.80", + "@thi.ng/geom-clip-poly": "^2.1.122", + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/geom-poly-utils": "^2.3.106", "@thi.ng/math": "^5.10.7", "@thi.ng/quad-edge": "^3.1.59", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/geom/package.json b/packages/geom/package.json index f2cf5a5288..d6fcdfdeb8 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/geom", - "version": "6.1.0", + "version": "6.1.1", "description": "Functional, polymorphic API for 2D geometry types & SVG generation", "type": "module", "module": "./index.js", @@ -44,26 +44,26 @@ "@thi.ng/defmulti": "^3.0.33", "@thi.ng/equiv": "^2.1.52", "@thi.ng/errors": "^2.5.1", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-arc": "^2.1.122", - "@thi.ng/geom-clip-line": "^2.3.79", - "@thi.ng/geom-clip-poly": "^2.1.121", - "@thi.ng/geom-closest-point": "^2.1.117", - "@thi.ng/geom-hull": "^2.1.117", - "@thi.ng/geom-isec": "^3.0.0", - "@thi.ng/geom-poly-utils": "^2.3.105", - "@thi.ng/geom-resample": "^2.3.43", - "@thi.ng/geom-splines": "^2.2.96", - "@thi.ng/geom-subdiv-curve": "^2.1.121", - "@thi.ng/geom-tessellate": "^2.1.122", - "@thi.ng/hiccup": "^5.1.24", - "@thi.ng/hiccup-svg": "^5.2.27", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-arc": "^2.1.123", + "@thi.ng/geom-clip-line": "^2.3.80", + "@thi.ng/geom-clip-poly": "^2.1.122", + "@thi.ng/geom-closest-point": "^2.1.118", + "@thi.ng/geom-hull": "^2.1.118", + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/geom-poly-utils": "^2.3.106", + "@thi.ng/geom-resample": "^2.3.44", + "@thi.ng/geom-splines": "^2.2.97", + "@thi.ng/geom-subdiv-curve": "^2.1.122", + "@thi.ng/geom-tessellate": "^2.1.123", + "@thi.ng/hiccup": "^5.1.25", + "@thi.ng/hiccup-svg": "^5.2.28", "@thi.ng/math": "^5.10.7", - "@thi.ng/matrices": "^2.3.27", + "@thi.ng/matrices": "^2.3.28", "@thi.ng/random": "^3.7.0", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 11b5849d2e..0fee486487 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.64", + "version": "4.0.65", "description": "2D grid and shape iterators w/ multiple orderings", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/arrays": "^2.8.11", "@thi.ng/binary": "^3.4.19", - "@thi.ng/bitfield": "^2.3.34", + "@thi.ng/bitfield": "^2.3.35", "@thi.ng/errors": "^2.5.1", "@thi.ng/morton": "^3.1.80", "@thi.ng/random": "^3.7.0", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index aa4c2d75b3..5760bb5bfe 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdiff", - "version": "0.3.118", + "version": "0.3.119", "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.9.30", "@thi.ng/diff": "^5.1.63", - "@thi.ng/hiccup": "^5.1.24", + "@thi.ng/hiccup": "^5.1.25", "@thi.ng/hiccup-css": "^2.7.0", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index af61ef627a..b0c5167ec8 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.130", + "version": "4.1.131", "description": "@thi.ng/hdom component wrapper for declarative canvas scenegraphs", "type": "module", "module": "./index.js", @@ -43,8 +43,8 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/diff": "^5.1.63", "@thi.ng/errors": "^2.5.1", - "@thi.ng/hdom": "^9.4.26", - "@thi.ng/hiccup-canvas": "^2.5.29" + "@thi.ng/hdom": "^9.4.27", + "@thi.ng/hiccup-canvas": "^2.5.30" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index ee5503ee9e..dc151bb65b 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.93", + "version": "2.1.94", "description": "Mock base implementation for @thi.ng/hdom API", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/hdom": "^9.4.26" + "@thi.ng/hdom": "^9.4.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 7b0d5a4417..28b92f859f 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom", - "version": "9.4.26", + "version": "9.4.27", "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.63", "@thi.ng/equiv": "^2.1.52", "@thi.ng/errors": "^2.5.1", - "@thi.ng/hiccup": "^5.1.24", + "@thi.ng/hiccup": "^5.1.25", "@thi.ng/logger": "^3.0.6", "@thi.ng/prefixes": "^2.3.13" }, diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index ec8d16afb2..92815dc202 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-canvas", - "version": "2.5.29", + "version": "2.5.30", "description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts", "type": "module", "module": "./index.js", @@ -38,10 +38,10 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/color": "^5.6.35", + "@thi.ng/color": "^5.6.36", "@thi.ng/math": "^5.10.7", - "@thi.ng/pixel": "^6.1.22", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/pixel": "^6.1.23", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-html-parse/package.json b/packages/hiccup-html-parse/package.json index 3449e8a6b9..85502e5def 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.35", + "version": "0.3.36", "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.9.30", "@thi.ng/defmulti": "^3.0.33", - "@thi.ng/parse": "^2.4.35", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/parse": "^2.4.36", + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 59a711e821..8ca1aec75b 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.77", + "version": "3.2.78", "description": "Markdown parser & serializer from/to Hiccup format", "type": "module", "module": "./index.js", @@ -42,11 +42,11 @@ "@thi.ng/defmulti": "^3.0.33", "@thi.ng/emoji": "^0.1.33", "@thi.ng/errors": "^2.5.1", - "@thi.ng/hiccup": "^5.1.24", + "@thi.ng/hiccup": "^5.1.25", "@thi.ng/logger": "^3.0.6", - "@thi.ng/parse": "^2.4.35", - "@thi.ng/strings": "^3.7.26", - "@thi.ng/text-canvas": "^3.0.13" + "@thi.ng/parse": "^2.4.36", + "@thi.ng/strings": "^3.7.27", + "@thi.ng/text-canvas": "^3.0.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index e93c8746a1..22fb103b13 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup-svg", - "version": "5.2.27", + "version": "5.2.28", "description": "SVG element functions for @thi.ng/hiccup & related tooling", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/checks": "^3.5.4", - "@thi.ng/color": "^5.6.35", + "@thi.ng/color": "^5.6.36", "@thi.ng/prefixes": "^2.3.13" }, "devDependencies": { diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index b02e3bf9ba..eb6dea2f62 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hiccup", - "version": "5.1.24", + "version": "5.1.25", "description": "HTML/SVG/XML serialization of nested data structures, iterables & closures", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/iges/package.json b/packages/iges/package.json index 751461c1ef..d436a7aebf 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/iges", - "version": "2.1.119", + "version": "2.1.120", "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.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/defmulti": "^3.0.33", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/imago/package.json b/packages/imago/package.json index 0c65a0bd30..bb7db89892 100644 --- a/packages/imago/package.json +++ b/packages/imago/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imago", - "version": "0.6.7", + "version": "0.6.8", "description": "JSON & API-based declarative and extensible image processing trees/pipelines", "type": "module", "module": "./index.js", @@ -40,19 +40,19 @@ "@thi.ng/associative": "^6.3.51", "@thi.ng/blurhash": "^0.1.18", "@thi.ng/checks": "^3.5.4", - "@thi.ng/date": "^2.7.10", + "@thi.ng/date": "^2.7.11", "@thi.ng/defmulti": "^3.0.33", "@thi.ng/errors": "^2.5.1", "@thi.ng/file-io": "^1.3.11", "@thi.ng/logger": "^3.0.6", - "@thi.ng/pixel": "^6.1.22", - "@thi.ng/pixel-dither": "^1.1.120", + "@thi.ng/pixel": "^6.1.23", + "@thi.ng/pixel-dither": "^1.1.121", "@thi.ng/prefixes": "^2.3.13", "sharp": "^0.33.2" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/vectors": "^7.10.21", + "@thi.ng/vectors": "^7.10.22", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 0025ca55d8..9ee11dc696 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "2.2.48", + "version": "2.2.49", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -38,14 +38,14 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom": "^6.1.0", - "@thi.ng/geom-api": "^4.0.0", - "@thi.ng/geom-isec": "^3.0.0", - "@thi.ng/geom-tessellate": "^2.1.122", + "@thi.ng/geom": "^6.1.1", + "@thi.ng/geom-api": "^4.0.1", + "@thi.ng/geom-isec": "^3.0.1", + "@thi.ng/geom-tessellate": "^2.1.123", "@thi.ng/layout": "^3.0.31", "@thi.ng/math": "^5.10.7", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index c251c7fb96..990b1b8aa3 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/k-means", - "version": "0.6.78", + "version": "0.6.79", "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.9.30", - "@thi.ng/distance": "^2.4.63", + "@thi.ng/distance": "^2.4.64", "@thi.ng/errors": "^2.5.1", "@thi.ng/random": "^3.7.0", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index eb75d7d1da..2866752e9b 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ksuid", - "version": "3.2.45", + "version": "3.2.46", "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.8", "@thi.ng/errors": "^2.5.1", "@thi.ng/random": "^3.7.0", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 0feb968533..96c54c1895 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/leb128", - "version": "3.0.81", + "version": "3.0.82", "description": "WASM based LEB128 encoder / decoder (signed & unsigned)", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/transducers-binary": "^2.1.110" + "@thi.ng/transducers-binary": "^2.1.111" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 01b662d795..cc8fd210c8 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.117", + "version": "2.1.118", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/math": "^5.10.7", "@thi.ng/random": "^3.7.0", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index c26b69304d..62653fb033 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.112", + "version": "0.3.113", "description": "Markdown table formatter/generator with support for column alignments", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/compose": "^2.1.70", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 625f00896f..833fcf66c1 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/matrices", - "version": "2.3.27", + "version": "2.3.28", "description": "Matrix & quaternion operations for 2D/3D geometry processing", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index 62654c0576..3e82c43ad8 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.9.0", + "version": "0.9.1", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/args": "^2.3.26", + "@thi.ng/args": "^2.3.27", "@thi.ng/arrays": "^2.8.11", "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", @@ -48,7 +48,7 @@ "@thi.ng/hiccup-css": "^2.7.0", "@thi.ng/logger": "^3.0.6", "@thi.ng/rstream": "^8.3.16", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/text-format": "^2.1.8", "@thi.ng/transducers": "^8.9.15" }, diff --git a/packages/msgpack/package.json b/packages/msgpack/package.json index 63017e0267..4d76a4b483 100644 --- a/packages/msgpack/package.json +++ b/packages/msgpack/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/msgpack", - "version": "0.1.28", + "version": "0.1.29", "description": "Small & fast msgpack serialization & deserialization", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/parse/package.json b/packages/parse/package.json index df22fa90e0..0fc02a2a8b 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/parse", - "version": "2.4.35", + "version": "2.4.36", "description": "Purely functional parser combinators & AST generation for generic inputs", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/defmulti": "^3.0.33", "@thi.ng/errors": "^2.5.1", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index eca30bd81f..18b1846072 100644 --- a/packages/pixel-dither/package.json +++ b/packages/pixel-dither/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-dither", - "version": "1.1.120", + "version": "1.1.121", "description": "Extensible image dithering w/ various algorithm presets", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/checks": "^3.5.4", "@thi.ng/math": "^5.10.7", - "@thi.ng/pixel": "^6.1.22" + "@thi.ng/pixel": "^6.1.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index c45b553573..dbf98ccc0e 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-geotiff", - "version": "0.1.81", + "version": "0.1.82", "description": "GeoTIFF reader support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/pixel": "^6.1.22", + "@thi.ng/pixel": "^6.1.23", "geotiff": "2.1.3" }, "devDependencies": { diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 2e16684c4e..9268fe7e1b 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-netpbm", - "version": "2.1.120", + "version": "2.1.121", "description": "Multi-format NetPBM reader & writer support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/errors": "^2.5.1", - "@thi.ng/pixel": "^6.1.22" + "@thi.ng/pixel": "^6.1.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel-io-pfm/package.json b/packages/pixel-io-pfm/package.json index 7ffb51e14b..97553d87d6 100644 --- a/packages/pixel-io-pfm/package.json +++ b/packages/pixel-io-pfm/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel-io-pfm", - "version": "0.1.61", + "version": "0.1.62", "description": "Portable FloatMap image format support for @thi.ng/pixel", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/errors": "^2.5.1", - "@thi.ng/pixel": "^6.1.22" + "@thi.ng/pixel": "^6.1.23" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 62bddd9e01..2a2436f5b6 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/pixel", - "version": "6.1.22", + "version": "6.1.23", "description": "Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/binary": "^3.4.19", "@thi.ng/canvas": "^0.2.13", "@thi.ng/checks": "^3.5.4", - "@thi.ng/distance": "^2.4.63", + "@thi.ng/distance": "^2.4.64", "@thi.ng/errors": "^2.5.1", - "@thi.ng/k-means": "^0.6.78", + "@thi.ng/k-means": "^0.6.79", "@thi.ng/math": "^5.10.7", "@thi.ng/porter-duff": "^2.1.73" }, diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 5aa3b7c464..3c63c9d536 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.28", + "version": "2.2.29", "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.9.30", - "@thi.ng/args": "^2.3.26", + "@thi.ng/args": "^2.3.27", "@thi.ng/bench": "^3.5.0", "@thi.ng/errors": "^2.5.1", "@thi.ng/file-io": "^1.3.11", diff --git a/packages/poisson/package.json b/packages/poisson/package.json index aeaa4c953d..7abebe93e9 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/poisson", - "version": "3.1.78", + "version": "3.1.79", "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.9.30", "@thi.ng/checks": "^3.5.4", - "@thi.ng/geom-api": "^4.0.0", + "@thi.ng/geom-api": "^4.0.1", "@thi.ng/random": "^3.7.0", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index 3a82310fbf..b51cd6f716 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.1.13", + "version": "3.1.14", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/errors": "^2.5.1", "@thi.ng/math": "^5.10.7", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index ab3ad6f6f7..7b0d89fd6e 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rasterize", - "version": "1.0.92", + "version": "1.0.93", "description": "2D shape drawing & rasterization", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/equiv": "^2.1.52", - "@thi.ng/grid-iterators": "^4.0.64", + "@thi.ng/grid-iterators": "^4.0.65", "@thi.ng/porter-duff": "^2.1.73", "@thi.ng/random": "^3.7.0", "@thi.ng/transducers": "^8.9.15" diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index dddb9e5558..0ea1ea1b18 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.77", + "version": "0.5.78", "description": "@thi.ng/rdom component wrapper for @thi.ng/hiccup-canvas and declarative canvas drawing", "type": "module", "module": "./index.js", @@ -40,8 +40,8 @@ "@thi.ng/associative": "^6.3.51", "@thi.ng/canvas": "^0.2.13", "@thi.ng/checks": "^3.5.4", - "@thi.ng/hiccup-canvas": "^2.5.29", - "@thi.ng/rdom": "^1.1.17", + "@thi.ng/hiccup-canvas": "^2.5.30", + "@thi.ng/rdom": "^1.1.18", "@thi.ng/rstream": "^8.3.16" }, "devDependencies": { diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 5bb12793ed..f1677acab0 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-components", - "version": "0.6.70", + "version": "0.6.71", "description": "Collection of unstyled, customizable components for @thi.ng/rdom", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/associative": "^6.3.51", "@thi.ng/hiccup-html": "^2.4.15", - "@thi.ng/rdom": "^1.1.17", + "@thi.ng/rdom": "^1.1.18", "@thi.ng/rstream": "^8.3.16", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/rdom-forms/package.json b/packages/rdom-forms/package.json index 37c18a60e1..bc3d2fb11f 100644 --- a/packages/rdom-forms/package.json +++ b/packages/rdom-forms/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom-forms", - "version": "0.2.32", + "version": "0.2.33", "description": "Data-driven declarative & extensible HTML form generation", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/defmulti": "^3.0.33", "@thi.ng/hiccup-html": "^2.4.15", - "@thi.ng/rdom": "^1.1.17", + "@thi.ng/rdom": "^1.1.18", "@thi.ng/rstream": "^8.3.16" }, "devDependencies": { diff --git a/packages/rdom/package.json b/packages/rdom/package.json index 9b8bc41949..9b5151b793 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rdom", - "version": "1.1.17", + "version": "1.1.18", "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.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/hiccup": "^5.1.24", + "@thi.ng/hiccup": "^5.1.25", "@thi.ng/paths": "^5.1.75", "@thi.ng/prefixes": "^2.3.13", "@thi.ng/rstream": "^8.3.16", - "@thi.ng/strings": "^3.7.26" + "@thi.ng/strings": "^3.7.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index cbb8541281..5d558364d5 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.66", + "version": "3.0.67", "description": "Graphviz DOT conversion of @thi.ng/rstream dataflow graph topologies", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/rstream": "^8.3.16", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 5ebf722cd6..b11d5219c9 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.8", + "version": "5.1.9", "description": "Structured, multilevel & hierarchical loggers based on @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -40,7 +40,7 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/logger": "^3.0.6", "@thi.ng/rstream": "^8.3.16", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 9bbe3090f0..b861fb9371 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.116", + "version": "2.1.117", "description": "@thi.ng/rstream based triple store & reactive query engine", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/logger": "^3.0.6", "@thi.ng/math": "^5.10.7", "@thi.ng/rstream": "^8.3.16", - "@thi.ng/rstream-dot": "^3.0.66", + "@thi.ng/rstream-dot": "^3.0.67", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/sax/package.json b/packages/sax/package.json index 9c4f530fbe..88086080d1 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/sax", - "version": "2.1.112", + "version": "2.1.113", "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.9.30", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15", "@thi.ng/transducers-fsm": "^2.2.78" }, diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 1251ec1566..7c91959808 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/scenegraph", - "version": "1.0.34", + "version": "1.0.35", "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.9.30", "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/matrices": "^2.3.27", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/matrices": "^2.3.28", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 78dcdb8157..946f09f920 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.25", + "version": "1.1.26", "description": "Customizable JS codegen, compiler & runtime for @thi.ng/shader-ast", "type": "module", "module": "./index.js", @@ -40,10 +40,10 @@ "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", "@thi.ng/math": "^5.10.7", - "@thi.ng/matrices": "^2.3.27", - "@thi.ng/pixel": "^6.1.22", + "@thi.ng/matrices": "^2.3.28", + "@thi.ng/pixel": "^6.1.23", "@thi.ng/shader-ast": "^0.15.6", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/simd/package.json b/packages/simd/package.json index 8cba9acce7..f36c941786 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/simd", - "version": "0.6.110", + "version": "0.6.111", "description": "WASM based SIMD vector operations for batch processing", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/transducers-binary": "^2.1.110" + "@thi.ng/transducers-binary": "^2.1.111" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/soa/package.json b/packages/soa/package.json index 2476f73783..bde99793e0 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/soa", - "version": "0.4.117", + "version": "0.4.118", "description": "SOA & AOS memory mapped structured views with optional & extensible serialization", "type": "module", "module": "./index.js", @@ -39,8 +39,8 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/binary": "^3.4.19", "@thi.ng/errors": "^2.5.1", - "@thi.ng/transducers-binary": "^2.1.110", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/transducers-binary": "^2.1.111", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/strings/CHANGELOG.md b/packages/strings/CHANGELOG.md index 9c5f037040..2582a68f74 100644 --- a/packages/strings/CHANGELOG.md +++ b/packages/strings/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-03-21T16:11:49Z +- **Last updated**: 2024-03-22T17:13:08Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [3.7.27](https://github.com/thi-ng/umbrella/tree/@thi.ng/strings@3.7.27) (2024-03-22) + +#### 🩹 Bug fixes + +- fix unintentional, IDE-induced Unicode encoding issue ([a54a69b](https://github.com/thi-ng/umbrella/commit/a54a69b)) + - use unicode Kelvin sign as `\u212a` to avoid/fix bug in `encodeEntitiesNum()` + - potential culprits for this issue: VSCode or Prettier + - add tests + ### [3.7.25](https://github.com/thi-ng/umbrella/tree/@thi.ng/strings@3.7.25) (2024-03-18) #### ♻️ Refactoring diff --git a/packages/strings/package.json b/packages/strings/package.json index d2e328a010..92187ca3a9 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/strings", - "version": "3.7.26", + "version": "3.7.27", "description": "Various string formatting & utility functions", "type": "module", "module": "./index.js", diff --git a/packages/tangle/package.json b/packages/tangle/package.json index c3384b1ef8..17491b879b 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/tangle", - "version": "0.2.5", + "version": "0.2.6", "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.9.30", - "@thi.ng/args": "^2.3.26", + "@thi.ng/args": "^2.3.27", "@thi.ng/checks": "^3.5.4", "@thi.ng/compare": "^2.2.26", - "@thi.ng/date": "^2.7.10", + "@thi.ng/date": "^2.7.11", "@thi.ng/errors": "^2.5.1", "@thi.ng/file-io": "^1.3.11", "@thi.ng/logger": "^3.0.6", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 19f8bbded8..e49e639b3e 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.13", + "version": "3.0.14", "description": "Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)", "type": "module", "module": "./index.js", @@ -40,9 +40,9 @@ "@thi.ng/arrays": "^2.8.11", "@thi.ng/checks": "^3.5.4", "@thi.ng/errors": "^2.5.1", - "@thi.ng/geom-clip-line": "^2.3.79", + "@thi.ng/geom-clip-line": "^2.3.80", "@thi.ng/math": "^5.10.7", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/text-format": "^2.1.8", "@thi.ng/transducers": "^8.9.15" }, diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 9bd7ebc28e..83cfa6be01 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/timestep", - "version": "0.5.39", + "version": "0.5.40", "description": "Deterministic fixed timestep simulation updates with state interpolation", "type": "module", "module": "./index.js", @@ -38,7 +38,7 @@ "dependencies": { "@thi.ng/api": "^8.9.30", "@thi.ng/math": "^5.10.7", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index f052a86b6c..cb1937940c 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transclude", - "version": "0.1.80", + "version": "0.1.81", "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.5.4", "@thi.ng/file-io": "^1.3.11", "@thi.ng/logger": "^3.0.6", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 68c9afc95c..aa033d62b3 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.110", + "version": "2.1.111", "description": "Binary data related transducers & reducers", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/errors": "^2.5.1", "@thi.ng/hex": "^2.3.40", "@thi.ng/random": "^3.7.0", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index a9593dca47..fb763d5669 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.118", + "version": "3.1.119", "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.26", - "@thi.ng/hiccup": "^5.1.24", + "@thi.ng/hdom": "^9.4.27", + "@thi.ng/hiccup": "^5.1.25", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 0b7d076be6..b60839eeb1 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vector-pools", - "version": "3.1.119", + "version": "3.1.120", "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.6", "@thi.ng/malloc": "^6.1.76", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index c6610c3e21..4147f7180a 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/vectors", - "version": "7.10.21", + "version": "7.10.22", "description": "Optimized 2d/3d/4d and arbitrary length vector operations, support for memory mapping/layouts", "type": "module", "module": "./index.js", @@ -44,7 +44,7 @@ "@thi.ng/math": "^5.10.7", "@thi.ng/memoize": "^3.1.65", "@thi.ng/random": "^3.7.0", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { diff --git a/packages/viz/package.json b/packages/viz/package.json index 8ff4781e97..46550cd1d3 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/viz", - "version": "0.6.44", + "version": "0.6.45", "description": "Declarative, functional & multi-format data visualization toolkit based around @thi.ng/hiccup", "type": "module", "module": "./index.js", @@ -47,12 +47,12 @@ "@thi.ng/associative": "^6.3.51", "@thi.ng/checks": "^3.5.4", "@thi.ng/math": "^5.10.7", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/transducers": "^8.9.15" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", - "@thi.ng/date": "^2.7.10", + "@thi.ng/date": "^2.7.11", "esbuild": "^0.20.1", "rimraf": "^5.0.5", "typedoc": "^0.25.12", diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 64f8623090..0cb3d06e43 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.4.62", + "version": "0.4.63", "description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ }, "dependencies": { "@thi.ng/api": "^8.9.30", - "@thi.ng/args": "^2.3.26", + "@thi.ng/args": "^2.3.27", "@thi.ng/arrays": "^2.8.11", "@thi.ng/binary": "^3.4.19", "@thi.ng/checks": "^3.5.4", @@ -49,7 +49,7 @@ "@thi.ng/file-io": "^1.3.11", "@thi.ng/logger": "^3.0.6", "@thi.ng/paths": "^5.1.75", - "@thi.ng/strings": "^3.7.26", + "@thi.ng/strings": "^3.7.27", "@thi.ng/wasm-api": "^1.4.63" }, "devDependencies": { diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index a62bdcef49..77414a49e2 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.133", + "version": "2.1.134", "description": "Multi-channel SDF font rendering & basic text layout for WebGL", "type": "module", "module": "./index.js", @@ -39,9 +39,9 @@ "@thi.ng/api": "^8.9.30", "@thi.ng/shader-ast": "^0.15.6", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vector-pools": "^3.1.119", - "@thi.ng/vectors": "^7.10.21", - "@thi.ng/webgl": "^6.8.5" + "@thi.ng/vector-pools": "^3.1.120", + "@thi.ng/vectors": "^7.10.22", + "@thi.ng/webgl": "^6.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 34dfbd9555..129a676d5f 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.133", + "version": "0.4.134", "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.9.30", "@thi.ng/shader-ast": "^0.15.6", "@thi.ng/shader-ast-glsl": "^0.4.114", - "@thi.ng/webgl": "^6.8.5" + "@thi.ng/webgl": "^6.8.6" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index ade67dfe3c..ed78b171a6 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/webgl", - "version": "6.8.5", + "version": "6.8.6", "description": "WebGL & GLSL abstraction layer", "type": "module", "module": "./index.js", @@ -47,15 +47,15 @@ "@thi.ng/equiv": "^2.1.52", "@thi.ng/errors": "^2.5.1", "@thi.ng/logger": "^3.0.6", - "@thi.ng/matrices": "^2.3.27", + "@thi.ng/matrices": "^2.3.28", "@thi.ng/memoize": "^3.1.65", - "@thi.ng/pixel": "^6.1.22", + "@thi.ng/pixel": "^6.1.23", "@thi.ng/shader-ast": "^0.15.6", "@thi.ng/shader-ast-glsl": "^0.4.114", "@thi.ng/shader-ast-stdlib": "^0.18.6", "@thi.ng/transducers": "^8.9.15", - "@thi.ng/vector-pools": "^3.1.119", - "@thi.ng/vectors": "^7.10.21" + "@thi.ng/vector-pools": "^3.1.120", + "@thi.ng/vectors": "^7.10.22" }, "devDependencies": { "@microsoft/api-extractor": "^7.42.3", diff --git a/yarn.lock b/yarn.lock index bf77180de3..dcbb88696d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3510,11 +3510,11 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/arrays": "npm:^2.8.11" - "@thi.ng/bitfield": "npm:^2.3.34" + "@thi.ng/bitfield": "npm:^2.3.35" "@thi.ng/dcons": "npm:^3.2.104" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/sparse": "npm:^0.3.109" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3534,7 +3534,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/args@npm:^2.3.26, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": +"@thi.ng/args@npm:^2.3.27, @thi.ng/args@workspace:^, @thi.ng/args@workspace:packages/args": version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: @@ -3543,7 +3543,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/text-format": "npm:^2.1.8" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -3610,7 +3610,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/axidraw@npm:^1.1.69, @thi.ng/axidraw@workspace:packages/axidraw": +"@thi.ng/axidraw@npm:^1.1.70, @thi.ng/axidraw@workspace:packages/axidraw": version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: @@ -3618,13 +3618,13 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/compose": "npm:^2.1.70" - "@thi.ng/date": "npm:^2.7.10" + "@thi.ng/date": "npm:^2.7.11" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/transducers": "npm:^8.9.15" "@thi.ng/units": "npm:^0.4.40" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" serialport: "npm:^12.0.0" @@ -3671,7 +3671,7 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/transducers-binary": "npm:^2.1.110" + "@thi.ng/transducers-binary": "npm:^2.1.111" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3692,7 +3692,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/bitfield@npm:^2.3.34, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": +"@thi.ng/bitfield@npm:^2.3.35, @thi.ng/bitfield@workspace:^, @thi.ng/bitfield@workspace:packages/bitfield": version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: @@ -3700,7 +3700,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/binary": "npm:^3.4.19" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3746,12 +3746,12 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/distance": "npm:^2.4.63" - "@thi.ng/geom-closest-point": "npm:^2.1.117" - "@thi.ng/geom-resample": "npm:^2.3.43" + "@thi.ng/distance": "npm:^2.4.64" + "@thi.ng/geom-closest-point": "npm:^2.1.118" + "@thi.ng/geom-resample": "npm:^2.3.44" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/timestep": "npm:^0.5.39" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/timestep": "npm:^0.5.40" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3827,7 +3827,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/base-n": "npm:^2.7.8" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/color": "npm:^5.6.35" + "@thi.ng/color": "npm:^5.6.36" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/hex": "npm:^2.3.40" esbuild: "npm:^0.20.1" @@ -3837,7 +3837,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/color@npm:^5.6.35, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": +"@thi.ng/color@npm:^5.6.36, @thi.ng/color@workspace:^, @thi.ng/color@workspace:packages/color": version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: @@ -3852,9 +3852,9 @@ __metadata: "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3903,7 +3903,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -3950,7 +3950,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -3959,14 +3959,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/date@npm:^2.7.10, @thi.ng/date@workspace:^, @thi.ng/date@workspace:packages/date": +"@thi.ng/date@npm:^2.7.11, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4067,7 +4067,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/distance@npm:^2.4.63, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": +"@thi.ng/distance@npm:^2.4.64, @thi.ng/distance@workspace:^, @thi.ng/distance@workspace:packages/distance": version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: @@ -4077,7 +4077,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/heaps": "npm:^2.1.67" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4136,7 +4136,7 @@ __metadata: "@thi.ng/binary": "npm:^3.4.19" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/transducers-binary": "npm:^2.1.110" + "@thi.ng/transducers-binary": "npm:^2.1.111" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4226,8 +4226,8 @@ __metadata: "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/prefixes": "npm:^2.3.13" - "@thi.ng/strings": "npm:^3.7.26" - "@thi.ng/transducers-binary": "npm:^2.1.110" + "@thi.ng/strings": "npm:^3.7.27" + "@thi.ng/transducers-binary": "npm:^2.1.111" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4331,7 +4331,7 @@ __metadata: "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -4347,11 +4347,11 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/fuzzy": "npm:^2.1.75" - "@thi.ng/hiccup": "npm:^5.1.24" - "@thi.ng/hiccup-svg": "npm:^5.2.27" + "@thi.ng/hiccup": "npm:^5.1.25" + "@thi.ng/hiccup-svg": "npm:^5.2.28" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/strings": "npm:^3.7.26" - "@thi.ng/text-canvas": "npm:^3.0.13" + "@thi.ng/strings": "npm:^3.7.27" + "@thi.ng/text-canvas": "npm:^3.0.14" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4373,7 +4373,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-accel@npm:^3.5.63, @thi.ng/geom-accel@workspace:^, @thi.ng/geom-accel@workspace:packages/geom-accel": +"@thi.ng/geom-accel@npm:^3.5.64, @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: @@ -4381,15 +4381,15 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/distance": "npm:^2.4.63" + "@thi.ng/distance": "npm:^2.4.64" "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-isec": "npm:^3.0.0" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-isec": "npm:^3.0.1" "@thi.ng/heaps": "npm:^2.1.67" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4397,13 +4397,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-api@npm:^4.0.0, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": +"@thi.ng/geom-api@npm:^4.0.1, @thi.ng/geom-api@workspace:^, @thi.ng/geom-api@workspace:packages/geom-api": version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4411,16 +4411,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-arc@npm:^2.1.122, @thi.ng/geom-arc@workspace:packages/geom-arc": +"@thi.ng/geom-arc@npm:^2.1.123, @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.42.3" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-resample": "npm:^2.3.43" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-resample": "npm:^2.3.44" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4435,16 +4435,16 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/arrays": "npm:^2.8.11" - "@thi.ng/axidraw": "npm:^1.1.69" + "@thi.ng/axidraw": "npm:^1.1.70" "@thi.ng/compare": "npm:^2.2.26" "@thi.ng/defmulti": "npm:^3.0.33" - "@thi.ng/geom": "npm:^6.1.0" - "@thi.ng/geom-accel": "npm:^3.5.63" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-clip-line": "npm:^2.3.79" - "@thi.ng/geom-isec": "npm:^3.0.0" + "@thi.ng/geom": "npm:^6.1.1" + "@thi.ng/geom-accel": "npm:^3.5.64" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-clip-line": "npm:^2.3.80" + "@thi.ng/geom-isec": "npm:^3.0.1" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4452,14 +4452,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-line@npm:^2.3.79, @thi.ng/geom-clip-line@workspace:packages/geom-clip-line": +"@thi.ng/geom-clip-line@npm:^2.3.80, @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.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4467,15 +4467,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-clip-poly@npm:^2.1.121, @thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly": +"@thi.ng/geom-clip-poly@npm:^2.1.122, @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.42.3" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/geom-poly-utils": "npm:^2.3.105" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/geom-poly-utils": "npm:^2.3.106" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4483,14 +4483,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-closest-point@npm:^2.1.117, @thi.ng/geom-closest-point@workspace:^, @thi.ng/geom-closest-point@workspace:packages/geom-closest-point": +"@thi.ng/geom-closest-point@npm:^2.1.118, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4505,14 +4505,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/associative": "npm:^6.3.51" - "@thi.ng/color": "npm:^5.6.35" - "@thi.ng/geom": "npm:^6.1.0" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-clip-line": "npm:^2.3.79" - "@thi.ng/geom-resample": "npm:^2.3.43" - "@thi.ng/grid-iterators": "npm:^4.0.64" + "@thi.ng/color": "npm:^5.6.36" + "@thi.ng/geom": "npm:^6.1.1" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-clip-line": "npm:^2.3.80" + "@thi.ng/geom-resample": "npm:^2.3.44" + "@thi.ng/grid-iterators": "npm:^4.0.65" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4520,13 +4520,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-hull@npm:^2.1.117, @thi.ng/geom-hull@workspace:packages/geom-hull": +"@thi.ng/geom-hull@npm:^2.1.118, @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.42.3" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4541,7 +4541,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4549,16 +4549,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isec@npm:^3.0.0, @thi.ng/geom-isec@workspace:packages/geom-isec": +"@thi.ng/geom-isec@npm:^3.0.1, @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.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-closest-point": "npm:^2.1.117" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-closest-point": "npm:^2.1.118" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4566,14 +4566,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-isoline@npm:^2.1.117, @thi.ng/geom-isoline@workspace:^, @thi.ng/geom-isoline@workspace:packages/geom-isoline": +"@thi.ng/geom-isoline@npm:^2.1.118, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4581,16 +4581,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-poly-utils@npm:^2.3.105, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": +"@thi.ng/geom-poly-utils@npm:^2.3.106, @thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils": version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/geom-api": "npm:^4.0.0" + "@thi.ng/geom-api": "npm:^4.0.1" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4598,17 +4598,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-resample@npm:^2.3.43, @thi.ng/geom-resample@workspace:^, @thi.ng/geom-resample@workspace:packages/geom-resample": +"@thi.ng/geom-resample@npm:^2.3.44, @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.42.3" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-closest-point": "npm:^2.1.117" - "@thi.ng/geom-isec": "npm:^3.0.0" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-closest-point": "npm:^2.1.118" + "@thi.ng/geom-isec": "npm:^3.0.1" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4625,14 +4625,14 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/geom": "npm:^6.1.0" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-isoline": "npm:^2.1.117" - "@thi.ng/geom-poly-utils": "npm:^2.3.105" - "@thi.ng/geom-resample": "npm:^2.3.43" + "@thi.ng/geom": "npm:^6.1.1" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-isoline": "npm:^2.1.118" + "@thi.ng/geom-poly-utils": "npm:^2.3.106" + "@thi.ng/geom-resample": "npm:^2.3.44" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4640,18 +4640,18 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-splines@npm:^2.2.96, @thi.ng/geom-splines@workspace:packages/geom-splines": +"@thi.ng/geom-splines@npm:^2.2.97, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-arc": "npm:^2.1.122" - "@thi.ng/geom-resample": "npm:^2.3.43" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-arc": "npm:^2.1.123" + "@thi.ng/geom-resample": "npm:^2.3.44" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4659,15 +4659,15 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-subdiv-curve@npm:^2.1.121, @thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve": +"@thi.ng/geom-subdiv-curve@npm:^2.1.122, @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.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/geom-api": "npm:^4.0.0" + "@thi.ng/geom-api": "npm:^4.0.1" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4675,17 +4675,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom-tessellate@npm:^2.1.122, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": +"@thi.ng/geom-tessellate@npm:^2.1.123, @thi.ng/geom-tessellate@workspace:^, @thi.ng/geom-tessellate@workspace:packages/geom-tessellate": version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/geom-poly-utils": "npm:^2.3.105" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/geom-poly-utils": "npm:^2.3.106" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4700,10 +4700,10 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/grid-iterators": "npm:^4.0.64" - "@thi.ng/matrices": "npm:^2.3.27" - "@thi.ng/pixel": "npm:^6.1.22" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/grid-iterators": "npm:^4.0.65" + "@thi.ng/matrices": "npm:^2.3.28" + "@thi.ng/pixel": "npm:^6.1.23" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4717,15 +4717,15 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/bitfield": "npm:^2.3.34" + "@thi.ng/bitfield": "npm:^2.3.35" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-clip-line": "npm:^2.3.79" - "@thi.ng/geom-clip-poly": "npm:^2.1.121" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/geom-poly-utils": "npm:^2.3.105" + "@thi.ng/geom-clip-line": "npm:^2.3.80" + "@thi.ng/geom-clip-poly": "npm:^2.1.122" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/geom-poly-utils": "npm:^2.3.106" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/quad-edge": "npm:^3.1.59" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4733,7 +4733,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/geom@npm:^6.1.0, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": +"@thi.ng/geom@npm:^6.1.1, @thi.ng/geom@workspace:^, @thi.ng/geom@workspace:packages/geom": version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: @@ -4745,26 +4745,26 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-arc": "npm:^2.1.122" - "@thi.ng/geom-clip-line": "npm:^2.3.79" - "@thi.ng/geom-clip-poly": "npm:^2.1.121" - "@thi.ng/geom-closest-point": "npm:^2.1.117" - "@thi.ng/geom-hull": "npm:^2.1.117" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/geom-poly-utils": "npm:^2.3.105" - "@thi.ng/geom-resample": "npm:^2.3.43" - "@thi.ng/geom-splines": "npm:^2.2.96" - "@thi.ng/geom-subdiv-curve": "npm:^2.1.121" - "@thi.ng/geom-tessellate": "npm:^2.1.122" - "@thi.ng/hiccup": "npm:^5.1.24" - "@thi.ng/hiccup-svg": "npm:^5.2.27" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-arc": "npm:^2.1.123" + "@thi.ng/geom-clip-line": "npm:^2.3.80" + "@thi.ng/geom-clip-poly": "npm:^2.1.122" + "@thi.ng/geom-closest-point": "npm:^2.1.118" + "@thi.ng/geom-hull": "npm:^2.1.118" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/geom-poly-utils": "npm:^2.3.106" + "@thi.ng/geom-resample": "npm:^2.3.44" + "@thi.ng/geom-splines": "npm:^2.2.97" + "@thi.ng/geom-subdiv-curve": "npm:^2.1.122" + "@thi.ng/geom-tessellate": "npm:^2.1.123" + "@thi.ng/hiccup": "npm:^5.1.25" + "@thi.ng/hiccup-svg": "npm:^5.2.28" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/matrices": "npm:^2.3.27" + "@thi.ng/matrices": "npm:^2.3.28" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4790,7 +4790,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/grid-iterators@npm:^4.0.64, @thi.ng/grid-iterators@workspace:^, @thi.ng/grid-iterators@workspace:packages/grid-iterators": +"@thi.ng/grid-iterators@npm:^4.0.65, @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: @@ -4798,7 +4798,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/binary": "npm:^3.4.19" - "@thi.ng/bitfield": "npm:^2.3.34" + "@thi.ng/bitfield": "npm:^2.3.35" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/morton": "npm:^3.1.80" "@thi.ng/random": "npm:^3.7.0" @@ -4817,9 +4817,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/diff": "npm:^5.1.63" - "@thi.ng/hiccup": "npm:^5.1.24" + "@thi.ng/hiccup": "npm:^5.1.25" "@thi.ng/hiccup-css": "npm:^2.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@types/node": "npm:^20.11.26" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -4839,8 +4839,8 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/diff": "npm:^5.1.63" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/hdom": "npm:^9.4.26" - "@thi.ng/hiccup-canvas": "npm:^2.5.29" + "@thi.ng/hdom": "npm:^9.4.27" + "@thi.ng/hiccup-canvas": "npm:^2.5.30" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4873,7 +4873,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/hdom": "npm:^9.4.26" + "@thi.ng/hdom": "npm:^9.4.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4881,7 +4881,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hdom@npm:^9.4.26, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": +"@thi.ng/hdom@npm:^9.4.27, @thi.ng/hdom@workspace:^, @thi.ng/hdom@workspace:packages/hdom": version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: @@ -4892,7 +4892,7 @@ __metadata: "@thi.ng/diff": "npm:^5.1.63" "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/hiccup": "npm:^5.1.24" + "@thi.ng/hiccup": "npm:^5.1.25" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/prefixes": "npm:^2.3.13" esbuild: "npm:^0.20.1" @@ -4929,17 +4929,17 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-canvas@npm:^2.5.29, @thi.ng/hiccup-canvas@workspace:^, @thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas": +"@thi.ng/hiccup-canvas@npm:^2.5.30, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/color": "npm:^5.6.35" + "@thi.ng/color": "npm:^5.6.36" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/pixel": "npm:^6.1.22" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/pixel": "npm:^6.1.23" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -4983,8 +4983,8 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/defmulti": "npm:^3.0.33" - "@thi.ng/parse": "npm:^2.4.35" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/parse": "npm:^2.4.36" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5016,11 +5016,11 @@ __metadata: "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/emoji": "npm:^0.1.33" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/hiccup": "npm:^5.1.24" + "@thi.ng/hiccup": "npm:^5.1.25" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/parse": "npm:^2.4.35" - "@thi.ng/strings": "npm:^3.7.26" - "@thi.ng/text-canvas": "npm:^3.0.13" + "@thi.ng/parse": "npm:^2.4.36" + "@thi.ng/strings": "npm:^3.7.27" + "@thi.ng/text-canvas": "npm:^3.0.14" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5028,13 +5028,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup-svg@npm:^5.2.27, @thi.ng/hiccup-svg@workspace:^, @thi.ng/hiccup-svg@workspace:packages/hiccup-svg": +"@thi.ng/hiccup-svg@npm:^5.2.28, @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.42.3" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/color": "npm:^5.6.35" + "@thi.ng/color": "npm:^5.6.36" "@thi.ng/prefixes": "npm:^2.3.13" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5043,7 +5043,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/hiccup@npm:^5.1.21, @thi.ng/hiccup@npm:^5.1.24, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": +"@thi.ng/hiccup@npm:^5.1.21, @thi.ng/hiccup@npm:^5.1.25, @thi.ng/hiccup@workspace:^, @thi.ng/hiccup@workspace:packages/hiccup": version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: @@ -5052,7 +5052,7 @@ __metadata: "@thi.ng/atom": "npm:^5.2.40" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5083,9 +5083,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/defmulti": "npm:^3.0.33" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5102,15 +5102,15 @@ __metadata: "@thi.ng/associative": "npm:^6.3.51" "@thi.ng/blurhash": "npm:^0.1.18" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/date": "npm:^2.7.10" + "@thi.ng/date": "npm:^2.7.11" "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/file-io": "npm:^1.3.11" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/pixel": "npm:^6.1.22" - "@thi.ng/pixel-dither": "npm:^1.1.120" + "@thi.ng/pixel": "npm:^6.1.23" + "@thi.ng/pixel-dither": "npm:^1.1.121" "@thi.ng/prefixes": "npm:^2.3.13" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" sharp: "npm:^0.33.2" @@ -5126,14 +5126,14 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom": "npm:^6.1.0" - "@thi.ng/geom-api": "npm:^4.0.0" - "@thi.ng/geom-isec": "npm:^3.0.0" - "@thi.ng/geom-tessellate": "npm:^2.1.122" + "@thi.ng/geom": "npm:^6.1.1" + "@thi.ng/geom-api": "npm:^4.0.1" + "@thi.ng/geom-isec": "npm:^3.0.1" + "@thi.ng/geom-tessellate": "npm:^2.1.123" "@thi.ng/layout": "npm:^3.0.31" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5190,16 +5190,16 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/k-means@npm:^0.6.78, @thi.ng/k-means@workspace:^, @thi.ng/k-means@workspace:packages/k-means": +"@thi.ng/k-means@npm:^0.6.79, @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.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/distance": "npm:^2.4.63" + "@thi.ng/distance": "npm:^2.4.64" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5215,7 +5215,7 @@ __metadata: "@thi.ng/base-n": "npm:^2.7.8" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5246,7 +5246,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/transducers-binary": "npm:^2.1.110" + "@thi.ng/transducers-binary": "npm:^2.1.111" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5290,7 +5290,7 @@ __metadata: "@thi.ng/math": "npm:^5.10.7" "@thi.ng/random": "npm:^3.7.0" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5323,7 +5323,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/compose": "npm:^2.1.70" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5345,7 +5345,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/matrices@npm:^2.3.27, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": +"@thi.ng/matrices@npm:^2.3.28, @thi.ng/matrices@workspace:^, @thi.ng/matrices@workspace:packages/matrices": version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: @@ -5353,7 +5353,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5380,7 +5380,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/args": "npm:^2.3.26" + "@thi.ng/args": "npm:^2.3.27" "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" @@ -5388,7 +5388,7 @@ __metadata: "@thi.ng/hiccup-css": "npm:^2.7.0" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/text-format": "npm:^2.1.8" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" @@ -5436,7 +5436,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5461,7 +5461,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/parse@npm:^2.4.35, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": +"@thi.ng/parse@npm:^2.4.36, @thi.ng/parse@workspace:^, @thi.ng/parse@workspace:packages/parse": version: 0.0.0-use.local resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: @@ -5470,7 +5470,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5493,14 +5493,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel-dither@npm:^1.1.120, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": +"@thi.ng/pixel-dither@npm:^1.1.121, @thi.ng/pixel-dither@workspace:^, @thi.ng/pixel-dither@workspace:packages/pixel-dither": version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/pixel": "npm:^6.1.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5514,7 +5514,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/pixel": "npm:^6.1.23" esbuild: "npm:^0.20.1" geotiff: "npm:2.1.3" rimraf: "npm:^5.0.5" @@ -5530,7 +5530,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/pixel": "npm:^6.1.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5544,7 +5544,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/pixel": "npm:^6.1.23" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5552,7 +5552,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/pixel@npm:^6.1.19, @thi.ng/pixel@npm:^6.1.22, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": +"@thi.ng/pixel@npm:^6.1.19, @thi.ng/pixel@npm:^6.1.23, @thi.ng/pixel@workspace:^, @thi.ng/pixel@workspace:packages/pixel": version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: @@ -5561,9 +5561,9 @@ __metadata: "@thi.ng/binary": "npm:^3.4.19" "@thi.ng/canvas": "npm:^0.2.13" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/distance": "npm:^2.4.63" + "@thi.ng/distance": "npm:^2.4.64" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/k-means": "npm:^0.6.78" + "@thi.ng/k-means": "npm:^0.6.79" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/porter-duff": "npm:^2.1.73" esbuild: "npm:^0.20.1" @@ -5580,7 +5580,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/args": "npm:^2.3.26" + "@thi.ng/args": "npm:^2.3.27" "@thi.ng/bench": "npm:^3.5.0" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/file-io": "npm:^1.3.11" @@ -5620,9 +5620,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/geom-api": "npm:^4.0.0" + "@thi.ng/geom-api": "npm:^4.0.1" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5680,7 +5680,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5741,7 +5741,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/equiv": "npm:^2.1.52" - "@thi.ng/grid-iterators": "npm:^4.0.64" + "@thi.ng/grid-iterators": "npm:^4.0.65" "@thi.ng/porter-duff": "npm:^2.1.73" "@thi.ng/random": "npm:^3.7.0" "@thi.ng/transducers": "npm:^8.9.15" @@ -5761,8 +5761,8 @@ __metadata: "@thi.ng/associative": "npm:^6.3.51" "@thi.ng/canvas": "npm:^0.2.13" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/hiccup-canvas": "npm:^2.5.29" - "@thi.ng/rdom": "npm:^1.1.17" + "@thi.ng/hiccup-canvas": "npm:^2.5.30" + "@thi.ng/rdom": "npm:^1.1.18" "@thi.ng/rstream": "npm:^8.3.16" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5779,9 +5779,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/associative": "npm:^6.3.51" "@thi.ng/hiccup-html": "npm:^2.4.15" - "@thi.ng/rdom": "npm:^1.1.17" + "@thi.ng/rdom": "npm:^1.1.18" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5799,7 +5799,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/defmulti": "npm:^3.0.33" "@thi.ng/hiccup-html": "npm:^2.4.15" - "@thi.ng/rdom": "npm:^1.1.17" + "@thi.ng/rdom": "npm:^1.1.18" "@thi.ng/rstream": "npm:^8.3.16" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5808,7 +5808,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rdom@npm:^1.1.17, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": +"@thi.ng/rdom@npm:^1.1.18, @thi.ng/rdom@workspace:^, @thi.ng/rdom@workspace:packages/rdom": version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: @@ -5816,11 +5816,11 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/hiccup": "npm:^5.1.24" + "@thi.ng/hiccup": "npm:^5.1.25" "@thi.ng/paths": "npm:^5.1.75" "@thi.ng/prefixes": "npm:^2.3.13" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -5889,13 +5889,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/rstream-dot@npm:^3.0.66, @thi.ng/rstream-dot@workspace:^, @thi.ng/rstream-dot@workspace:packages/rstream-dot": +"@thi.ng/rstream-dot@npm:^3.0.67, @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.42.3" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5964,7 +5964,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -5986,7 +5986,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/math": "npm:^5.10.7" "@thi.ng/rstream": "npm:^8.3.16" - "@thi.ng/rstream-dot": "npm:^3.0.66" + "@thi.ng/rstream-dot": "npm:^3.0.67" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6021,7 +6021,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" "@thi.ng/transducers-fsm": "npm:^2.2.78" esbuild: "npm:^0.20.1" @@ -6039,8 +6039,8 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/matrices": "npm:^2.3.27" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/matrices": "npm:^2.3.28" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6102,10 +6102,10 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/matrices": "npm:^2.3.27" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/matrices": "npm:^2.3.28" + "@thi.ng/pixel": "npm:^6.1.23" "@thi.ng/shader-ast": "npm:^0.15.6" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6168,7 +6168,7 @@ __metadata: resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/transducers-binary": "npm:^2.1.110" + "@thi.ng/transducers-binary": "npm:^2.1.111" assemblyscript: "npm:0.27.25" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6186,8 +6186,8 @@ __metadata: "@thi.ng/binary": "npm:^3.4.19" "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/transducers-binary": "npm:^2.1.110" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/transducers-binary": "npm:^2.1.111" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6210,7 +6210,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/strings@npm:^3.7.26, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": +"@thi.ng/strings@npm:^3.7.27, @thi.ng/strings@workspace:^, @thi.ng/strings@workspace:packages/strings": version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: @@ -6247,14 +6247,14 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/args": "npm:^2.3.26" + "@thi.ng/args": "npm:^2.3.27" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/compare": "npm:^2.2.26" - "@thi.ng/date": "npm:^2.7.10" + "@thi.ng/date": "npm:^2.7.11" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/file-io": "npm:^1.3.11" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/testament": "npm:^0.4.23" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" @@ -6282,7 +6282,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/text-canvas@npm:^3.0.13, @thi.ng/text-canvas@workspace:^, @thi.ng/text-canvas@workspace:packages/text-canvas": +"@thi.ng/text-canvas@npm:^3.0.13, @thi.ng/text-canvas@npm:^3.0.14, @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: @@ -6291,9 +6291,9 @@ __metadata: "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/errors": "npm:^2.5.1" - "@thi.ng/geom-clip-line": "npm:^2.3.79" + "@thi.ng/geom-clip-line": "npm:^2.3.80" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/text-format": "npm:^2.1.8" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" @@ -6319,14 +6319,14 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/timestep@npm:^0.5.39, @thi.ng/timestep@workspace:^, @thi.ng/timestep@workspace:packages/timestep": +"@thi.ng/timestep@npm:^0.5.40, @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.42.3" "@thi.ng/api": "npm:^8.9.30" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6343,7 +6343,7 @@ __metadata: "@thi.ng/checks": "npm:^3.5.4" "@thi.ng/file-io": "npm:^1.3.11" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/testament": "npm:^0.4.23" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" @@ -6353,7 +6353,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-binary@npm:^2.1.110, @thi.ng/transducers-binary@workspace:^, @thi.ng/transducers-binary@workspace:packages/transducers-binary": +"@thi.ng/transducers-binary@npm:^2.1.111, @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: @@ -6363,7 +6363,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/hex": "npm:^2.3.40" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6391,8 +6391,8 @@ __metadata: resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: "@microsoft/api-extractor": "npm:^7.42.3" - "@thi.ng/hdom": "npm:^9.4.26" - "@thi.ng/hiccup": "npm:^5.1.24" + "@thi.ng/hdom": "npm:^9.4.27" + "@thi.ng/hiccup": "npm:^5.1.25" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6495,7 +6495,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vector-pools@npm:^3.1.119, @thi.ng/vector-pools@workspace:^, @thi.ng/vector-pools@workspace:packages/vector-pools": +"@thi.ng/vector-pools@npm:^3.1.120, @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: @@ -6507,7 +6507,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/malloc": "npm:^6.1.76" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6515,7 +6515,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/vectors@npm:^7.10.21, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": +"@thi.ng/vectors@npm:^7.10.21, @thi.ng/vectors@npm:^7.10.22, @thi.ng/vectors@workspace:^, @thi.ng/vectors@workspace:packages/vectors": version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: @@ -6528,7 +6528,7 @@ __metadata: "@thi.ng/math": "npm:^5.10.7" "@thi.ng/memoize": "npm:^3.1.65" "@thi.ng/random": "npm:^3.7.0" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6546,9 +6546,9 @@ __metadata: "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/associative": "npm:^6.3.51" "@thi.ng/checks": "npm:^3.5.4" - "@thi.ng/date": "npm:^2.7.10" + "@thi.ng/date": "npm:^2.7.11" "@thi.ng/math": "npm:^5.10.7" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/transducers": "npm:^8.9.15" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6563,7 +6563,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.42.3" "@thi.ng/api": "npm:^8.9.30" - "@thi.ng/args": "npm:^2.3.26" + "@thi.ng/args": "npm:^2.3.27" "@thi.ng/arrays": "npm:^2.8.11" "@thi.ng/binary": "npm:^3.4.19" "@thi.ng/checks": "npm:^3.5.4" @@ -6573,7 +6573,7 @@ __metadata: "@thi.ng/file-io": "npm:^1.3.11" "@thi.ng/logger": "npm:^3.0.6" "@thi.ng/paths": "npm:^5.1.75" - "@thi.ng/strings": "npm:^3.7.26" + "@thi.ng/strings": "npm:^3.7.27" "@thi.ng/wasm-api": "npm:^1.4.63" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" @@ -6660,9 +6660,9 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/shader-ast": "npm:^0.15.6" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vector-pools": "npm:^3.1.119" - "@thi.ng/vectors": "npm:^7.10.21" - "@thi.ng/webgl": "npm:^6.8.5" + "@thi.ng/vector-pools": "npm:^3.1.120" + "@thi.ng/vectors": "npm:^7.10.22" + "@thi.ng/webgl": "npm:^6.8.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6678,7 +6678,7 @@ __metadata: "@thi.ng/api": "npm:^8.9.30" "@thi.ng/shader-ast": "npm:^0.15.6" "@thi.ng/shader-ast-glsl": "npm:^0.4.114" - "@thi.ng/webgl": "npm:^6.8.5" + "@thi.ng/webgl": "npm:^6.8.6" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12" @@ -6686,7 +6686,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/webgl@npm:^6.8.5, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": +"@thi.ng/webgl@npm:^6.8.6, @thi.ng/webgl@workspace:^, @thi.ng/webgl@workspace:packages/webgl": version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: @@ -6698,15 +6698,15 @@ __metadata: "@thi.ng/equiv": "npm:^2.1.52" "@thi.ng/errors": "npm:^2.5.1" "@thi.ng/logger": "npm:^3.0.6" - "@thi.ng/matrices": "npm:^2.3.27" + "@thi.ng/matrices": "npm:^2.3.28" "@thi.ng/memoize": "npm:^3.1.65" - "@thi.ng/pixel": "npm:^6.1.22" + "@thi.ng/pixel": "npm:^6.1.23" "@thi.ng/shader-ast": "npm:^0.15.6" "@thi.ng/shader-ast-glsl": "npm:^0.4.114" "@thi.ng/shader-ast-stdlib": "npm:^0.18.6" "@thi.ng/transducers": "npm:^8.9.15" - "@thi.ng/vector-pools": "npm:^3.1.119" - "@thi.ng/vectors": "npm:^7.10.21" + "@thi.ng/vector-pools": "npm:^3.1.120" + "@thi.ng/vectors": "npm:^7.10.22" esbuild: "npm:^0.20.1" rimraf: "npm:^5.0.5" typedoc: "npm:^0.25.12"