diff --git a/examples/adaptive-threshold/package.json b/examples/adaptive-threshold/package.json index 95c2cf1da9..25bc07fda3 100644 --- a/examples/adaptive-threshold/package.json +++ b/examples/adaptive-threshold/package.json @@ -34,7 +34,7 @@ "screenshot": "examples/adaptive-threshold.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/async-effect/package.json b/examples/async-effect/package.json index 3c1f120c71..f054bd769c 100644 --- a/examples/async-effect/package.json +++ b/examples/async-effect/package.json @@ -28,7 +28,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/big-font/package.json b/examples/big-font/package.json index 6b8e8aba61..078b83bbe6 100644 --- a/examples/big-font/package.json +++ b/examples/big-font/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/bitmap-font/package.json b/examples/bitmap-font/package.json index daa64f9f9e..522f1fc7d5 100644 --- a/examples/bitmap-font/package.json +++ b/examples/bitmap-font/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/bitmap-font.gif" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/canvas-dial/package.json b/examples/canvas-dial/package.json index 8434b99910..b836a0706e 100644 --- a/examples/canvas-dial/package.json +++ b/examples/canvas-dial/package.json @@ -40,7 +40,7 @@ "screenshot": "examples/canvas-dial.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/cellular-automata/package.json b/examples/cellular-automata/package.json index 4376637f89..e5e3c13eb9 100644 --- a/examples/cellular-automata/package.json +++ b/examples/cellular-automata/package.json @@ -32,7 +32,7 @@ "screenshot": "examples/cellular-automata.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/color-themes/package.json b/examples/color-themes/package.json index 2ca31ec696..1085fff0b4 100644 --- a/examples/color-themes/package.json +++ b/examples/color-themes/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/commit-heatmap/package.json b/examples/commit-heatmap/package.json index 2e32fb9a85..74a52dfc33 100644 --- a/examples/commit-heatmap/package.json +++ b/examples/commit-heatmap/package.json @@ -41,6 +41,6 @@ }, "devDependencies": { "tools": "workspace:^", - "typescript": "^5.0.4" + "typescript": "^5.1.3" } } diff --git a/examples/commit-table-ssr/package.json b/examples/commit-table-ssr/package.json index 0e6e4c0e8e..59f3fc794f 100644 --- a/examples/commit-table-ssr/package.json +++ b/examples/commit-table-ssr/package.json @@ -13,10 +13,10 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "@types/node": "^20.1.0", + "@types/node": "^20.3.1", "ts-node": "^10.9.1", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/crypto-chart/package.json b/examples/crypto-chart/package.json index 84c2537c38..640249751e 100644 --- a/examples/crypto-chart/package.json +++ b/examples/crypto-chart/package.json @@ -43,7 +43,7 @@ "screenshot": "examples/crypto-chart.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/devcards/package.json b/examples/devcards/package.json index 60a28fb507..5a280d8836 100644 --- a/examples/devcards/package.json +++ b/examples/devcards/package.json @@ -28,7 +28,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/dominant-colors/package.json b/examples/dominant-colors/package.json index a2ebfc293d..59d4afce93 100644 --- a/examples/dominant-colors/package.json +++ b/examples/dominant-colors/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/ellipse-proximity/package.json b/examples/ellipse-proximity/package.json index 1f797ac68b..c7be2eacff 100644 --- a/examples/ellipse-proximity/package.json +++ b/examples/ellipse-proximity/package.json @@ -37,7 +37,7 @@ "screenshot": "examples/ellipse-proximity.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/fft-synth/package.json b/examples/fft-synth/package.json index 86db1b7956..9fe8540d9c 100644 --- a/examples/fft-synth/package.json +++ b/examples/fft-synth/package.json @@ -47,7 +47,7 @@ "screenshot": "examples/fft-synth.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-convex-hull/package.json b/examples/geom-convex-hull/package.json index 0ea92fb5af..8d634608d6 100644 --- a/examples/geom-convex-hull/package.json +++ b/examples/geom-convex-hull/package.json @@ -31,7 +31,7 @@ "screenshot": "examples/geom-convex-hull.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-fuzz-basics/package.json b/examples/geom-fuzz-basics/package.json index 93ce5fad7a..14cea0be1f 100644 --- a/examples/geom-fuzz-basics/package.json +++ b/examples/geom-fuzz-basics/package.json @@ -32,7 +32,7 @@ "screenshot": "geom/geom-fuzz.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-knn-hash/package.json b/examples/geom-knn-hash/package.json index 4297d40054..e32dd5c7fe 100644 --- a/examples/geom-knn-hash/package.json +++ b/examples/geom-knn-hash/package.json @@ -43,7 +43,7 @@ "screenshot": "examples/geom-knn-hash.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-knn/package.json b/examples/geom-knn/package.json index cfc56c09fa..ef65435fac 100644 --- a/examples/geom-knn/package.json +++ b/examples/geom-knn/package.json @@ -38,7 +38,7 @@ "screenshot": "examples/geom-knn.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-tessel/package.json b/examples/geom-tessel/package.json index d6f06b4864..55bc6f93a7 100644 --- a/examples/geom-tessel/package.json +++ b/examples/geom-tessel/package.json @@ -35,7 +35,7 @@ "screenshot": "geom/tessel.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/geom-voronoi-mst/package.json b/examples/geom-voronoi-mst/package.json index 737a2ee5a9..887fcf8537 100644 --- a/examples/geom-voronoi-mst/package.json +++ b/examples/geom-voronoi-mst/package.json @@ -42,7 +42,7 @@ "screenshot": "examples/geom-voronoi-mst.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/gesture-analysis/package.json b/examples/gesture-analysis/package.json index 7fd7f92ec4..b3f6601a2c 100644 --- a/examples/gesture-analysis/package.json +++ b/examples/gesture-analysis/package.json @@ -37,7 +37,7 @@ "screenshot": "examples/gesture-analysis.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/grid-iterators/package.json b/examples/grid-iterators/package.json index 6ccdc990b6..d4f393e36b 100644 --- a/examples/grid-iterators/package.json +++ b/examples/grid-iterators/package.json @@ -31,7 +31,7 @@ "screenshot": "examples/grid-iterators.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-basics/package.json b/examples/hdom-basics/package.json index 60442b82f9..52d8cf8a78 100644 --- a/examples/hdom-basics/package.json +++ b/examples/hdom-basics/package.json @@ -20,7 +20,7 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-benchmark/package.json b/examples/hdom-benchmark/package.json index 3e076d1d29..31eadaab5d 100644 --- a/examples/hdom-benchmark/package.json +++ b/examples/hdom-benchmark/package.json @@ -27,7 +27,7 @@ "screenshot": "examples/hdom-benchmark.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-benchmark2/package.json b/examples/hdom-benchmark2/package.json index 42fbfde32b..e5f638d7e2 100644 --- a/examples/hdom-benchmark2/package.json +++ b/examples/hdom-benchmark2/package.json @@ -35,7 +35,7 @@ "screenshot": "examples/hdom-benchmark2.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-canvas-clock/package.json b/examples/hdom-canvas-clock/package.json index 846cd51ac5..b0a662fd78 100644 --- a/examples/hdom-canvas-clock/package.json +++ b/examples/hdom-canvas-clock/package.json @@ -35,7 +35,7 @@ "screenshot": "examples/hdom-canvas-clock.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-canvas-draw/package.json b/examples/hdom-canvas-draw/package.json index 84368b6931..8eb8dcf492 100644 --- a/examples/hdom-canvas-draw/package.json +++ b/examples/hdom-canvas-draw/package.json @@ -38,7 +38,7 @@ "screenshot": "examples/hdom-canvas-draw.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-canvas-particles/package.json b/examples/hdom-canvas-particles/package.json index 2f9a2d7b7b..0016f7d2ec 100644 --- a/examples/hdom-canvas-particles/package.json +++ b/examples/hdom-canvas-particles/package.json @@ -39,7 +39,7 @@ "screenshot": "examples/hdom-canvas-particles.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-canvas-shapes/package.json b/examples/hdom-canvas-shapes/package.json index dde42231d4..76f424f5ec 100644 --- a/examples/hdom-canvas-shapes/package.json +++ b/examples/hdom-canvas-shapes/package.json @@ -50,7 +50,7 @@ "screenshot": "hdom-canvas/hdom-canvas-shapes-results.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-dropdown-fuzzy/package.json b/examples/hdom-dropdown-fuzzy/package.json index 705e406b5a..a72b579e8e 100644 --- a/examples/hdom-dropdown-fuzzy/package.json +++ b/examples/hdom-dropdown-fuzzy/package.json @@ -36,7 +36,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-dropdown/package.json b/examples/hdom-dropdown/package.json index c0d0354bb6..08417c5299 100644 --- a/examples/hdom-dropdown/package.json +++ b/examples/hdom-dropdown/package.json @@ -25,8 +25,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-dyn-context/package.json b/examples/hdom-dyn-context/package.json index 70f389f161..a268907104 100644 --- a/examples/hdom-dyn-context/package.json +++ b/examples/hdom-dyn-context/package.json @@ -21,8 +21,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-elm/package.json b/examples/hdom-elm/package.json index 7d0e4f5355..41e6847507 100644 --- a/examples/hdom-elm/package.json +++ b/examples/hdom-elm/package.json @@ -30,7 +30,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-inner-html/package.json b/examples/hdom-inner-html/package.json index d3f3bc0dd1..719cd8c222 100644 --- a/examples/hdom-inner-html/package.json +++ b/examples/hdom-inner-html/package.json @@ -20,8 +20,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-local-render/package.json b/examples/hdom-local-render/package.json index ab9e115857..cf7729b524 100644 --- a/examples/hdom-local-render/package.json +++ b/examples/hdom-local-render/package.json @@ -24,8 +24,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-localstate/package.json b/examples/hdom-localstate/package.json index 71ac4d651a..0b9243c811 100644 --- a/examples/hdom-localstate/package.json +++ b/examples/hdom-localstate/package.json @@ -21,8 +21,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-skip-nested/package.json b/examples/hdom-skip-nested/package.json index 23c555a158..233005bb3d 100644 --- a/examples/hdom-skip-nested/package.json +++ b/examples/hdom-skip-nested/package.json @@ -20,8 +20,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": true diff --git a/examples/hdom-skip/package.json b/examples/hdom-skip/package.json index e7901a401d..411cd8489e 100644 --- a/examples/hdom-skip/package.json +++ b/examples/hdom-skip/package.json @@ -20,8 +20,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": true diff --git a/examples/hdom-theme-adr-0003/package.json b/examples/hdom-theme-adr-0003/package.json index 78e787d051..54dfeedb79 100644 --- a/examples/hdom-theme-adr-0003/package.json +++ b/examples/hdom-theme-adr-0003/package.json @@ -22,8 +22,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": [ diff --git a/examples/hdom-toggle/package.json b/examples/hdom-toggle/package.json index 212fc931e6..370eb40547 100644 --- a/examples/hdom-toggle/package.json +++ b/examples/hdom-toggle/package.json @@ -25,7 +25,7 @@ "screenshot": "examples/hdom-toggle.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hdom-vscroller/package.json b/examples/hdom-vscroller/package.json index edd083c04a..69930b2ced 100644 --- a/examples/hdom-vscroller/package.json +++ b/examples/hdom-vscroller/package.json @@ -22,7 +22,7 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hiccup-canvas-arcs/package.json b/examples/hiccup-canvas-arcs/package.json index 790f36e737..be4a756159 100644 --- a/examples/hiccup-canvas-arcs/package.json +++ b/examples/hiccup-canvas-arcs/package.json @@ -34,7 +34,7 @@ "screenshot": "examples/hiccup-canvas-arcs.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/hydrate-basics/package.json b/examples/hydrate-basics/package.json index 13192f6574..741145da78 100644 --- a/examples/hydrate-basics/package.json +++ b/examples/hydrate-basics/package.json @@ -31,7 +31,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/imgui-basics/package.json b/examples/imgui-basics/package.json index 92fd11ff3f..b19cfc663d 100644 --- a/examples/imgui-basics/package.json +++ b/examples/imgui-basics/package.json @@ -34,7 +34,7 @@ "screenshot": "examples/imgui-basics.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/imgui/package.json b/examples/imgui/package.json index 7ddcf90d3e..670df0c7d4 100644 --- a/examples/imgui/package.json +++ b/examples/imgui/package.json @@ -52,7 +52,7 @@ "screenshot": "imgui/imgui-all.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/interceptor-basics/package.json b/examples/interceptor-basics/package.json index b9098afbfb..23189706b5 100644 --- a/examples/interceptor-basics/package.json +++ b/examples/interceptor-basics/package.json @@ -28,7 +28,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/interceptor-basics2/package.json b/examples/interceptor-basics2/package.json index 97badca749..4743b42dd0 100644 --- a/examples/interceptor-basics2/package.json +++ b/examples/interceptor-basics2/package.json @@ -30,7 +30,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/iso-plasma/package.json b/examples/iso-plasma/package.json index 0df263496f..812b489783 100644 --- a/examples/iso-plasma/package.json +++ b/examples/iso-plasma/package.json @@ -39,7 +39,7 @@ "screenshot": "geom/geom-isoline.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/json-components/package.json b/examples/json-components/package.json index ea51e6a446..690cda7da8 100644 --- a/examples/json-components/package.json +++ b/examples/json-components/package.json @@ -25,7 +25,7 @@ "screenshot": "examples/json-components.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/kmeans-viz/package.json b/examples/kmeans-viz/package.json index 1d1207d826..8fe563ec46 100644 --- a/examples/kmeans-viz/package.json +++ b/examples/kmeans-viz/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/arrays": "workspace:^", diff --git a/examples/login-form/package.json b/examples/login-form/package.json index 85ce4b2242..c29fbb9b8e 100644 --- a/examples/login-form/package.json +++ b/examples/login-form/package.json @@ -31,7 +31,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/mandelbrot/package.json b/examples/mandelbrot/package.json index a3e0a0c7c8..b5dcec102f 100644 --- a/examples/mandelbrot/package.json +++ b/examples/mandelbrot/package.json @@ -41,7 +41,7 @@ "screenshot": "examples/mandelbrot.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/markdown/package.json b/examples/markdown/package.json index 89c25629f1..16b0c39908 100644 --- a/examples/markdown/package.json +++ b/examples/markdown/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/markdown-parser.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/multitouch/package.json b/examples/multitouch/package.json index 9aa54e1e45..d0722c2146 100644 --- a/examples/multitouch/package.json +++ b/examples/multitouch/package.json @@ -34,7 +34,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/package-stats/package.json b/examples/package-stats/package.json index 6cf8a53cbc..be3c1eee84 100644 --- a/examples/package-stats/package.json +++ b/examples/package-stats/package.json @@ -12,7 +12,7 @@ }, "devDependencies": { "tools": "workspace:^", - "typescript": "^5.0.4" + "typescript": "^5.1.3" }, "dependencies": { "@thi.ng/checks": "workspace:^", diff --git a/examples/parse-playground/package.json b/examples/parse-playground/package.json index 453bbf52d8..ce8dddd0ec 100644 --- a/examples/parse-playground/package.json +++ b/examples/parse-playground/package.json @@ -47,7 +47,7 @@ "screenshot": "examples/parse-playground.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/pixel-basics/package.json b/examples/pixel-basics/package.json index 2686eedb5d..59496de769 100644 --- a/examples/pixel-basics/package.json +++ b/examples/pixel-basics/package.json @@ -25,7 +25,7 @@ "screenshot": "pixel/pixel-basics.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/pixel-dither/package.json b/examples/pixel-dither/package.json index 45404e463b..dabe3c4034 100644 --- a/examples/pixel-dither/package.json +++ b/examples/pixel-dither/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/pixel-indexed/package.json b/examples/pixel-indexed/package.json index 84cbecf0c6..02fb2f5829 100644 --- a/examples/pixel-indexed/package.json +++ b/examples/pixel-indexed/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/color-palettes": "workspace:^", diff --git a/examples/pixel-normal-map/package.json b/examples/pixel-normal-map/package.json index 66334628b3..f94b096ed4 100644 --- a/examples/pixel-normal-map/package.json +++ b/examples/pixel-normal-map/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/pixel": "workspace:^" diff --git a/examples/pixel-sorting/package.json b/examples/pixel-sorting/package.json index 9a50a30c01..a75e8cc353 100644 --- a/examples/pixel-sorting/package.json +++ b/examples/pixel-sorting/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/bench": "workspace:^", diff --git a/examples/pointfree-svg/package.json b/examples/pointfree-svg/package.json index 88c9f931eb..5c9daf3efe 100644 --- a/examples/pointfree-svg/package.json +++ b/examples/pointfree-svg/package.json @@ -18,7 +18,7 @@ }, "devDependencies": { "tools": "workspace:^", - "typescript": "^5.0.4" + "typescript": "^5.1.3" }, "thi.ng": { "online": false, diff --git a/examples/poisson-circles/package.json b/examples/poisson-circles/package.json index 479827571c..1db72cc718 100644 --- a/examples/poisson-circles/package.json +++ b/examples/poisson-circles/package.json @@ -32,7 +32,7 @@ "screenshot": "poisson/poisson.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/poly-spline/package.json b/examples/poly-spline/package.json index 9b20a07dd8..96eb3b5552 100644 --- a/examples/poly-spline/package.json +++ b/examples/poly-spline/package.json @@ -35,7 +35,7 @@ "screenshot": "examples/poly-spline.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/porter-duff/package.json b/examples/porter-duff/package.json index e7d503b21d..2e4444af78 100644 --- a/examples/porter-duff/package.json +++ b/examples/porter-duff/package.json @@ -25,7 +25,7 @@ "screenshot": "porter-duff/porter-duff2.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/ramp-synth/package.json b/examples/ramp-synth/package.json index ff38bff26b..a5067d7d42 100644 --- a/examples/ramp-synth/package.json +++ b/examples/ramp-synth/package.json @@ -37,7 +37,7 @@ "screenshot": "examples/ramp-synth.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rasterize-blend/package.json b/examples/rasterize-blend/package.json index 9e3d620dbf..784fa746c1 100644 --- a/examples/rasterize-blend/package.json +++ b/examples/rasterize-blend/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/adapt-dpi": "workspace:^", diff --git a/examples/rdom-basics/package.json b/examples/rdom-basics/package.json index 1ef0a62981..b5d3a6bea4 100644 --- a/examples/rdom-basics/package.json +++ b/examples/rdom-basics/package.json @@ -31,7 +31,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rdom-canvas-basics/package.json b/examples/rdom-canvas-basics/package.json index 244e33edc9..ed7233e4d0 100644 --- a/examples/rdom-canvas-basics/package.json +++ b/examples/rdom-canvas-basics/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/geom": "workspace:^", diff --git a/examples/rdom-delayed-update/package.json b/examples/rdom-delayed-update/package.json index b08ed6a10e..a78839cfe3 100644 --- a/examples/rdom-delayed-update/package.json +++ b/examples/rdom-delayed-update/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/compose": "workspace:^", diff --git a/examples/rdom-dnd/package.json b/examples/rdom-dnd/package.json index 4160c8b754..f9bf0f7992 100644 --- a/examples/rdom-dnd/package.json +++ b/examples/rdom-dnd/package.json @@ -32,7 +32,7 @@ "screenshot": "examples/rdom-dnd.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rdom-lissajous/package.json b/examples/rdom-lissajous/package.json index f2420a6943..4cbddabeed 100644 --- a/examples/rdom-lissajous/package.json +++ b/examples/rdom-lissajous/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/rdom-lissajous.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rdom-search-docs/package.json b/examples/rdom-search-docs/package.json index 4091d34431..ecbd6c8e7d 100644 --- a/examples/rdom-search-docs/package.json +++ b/examples/rdom-search-docs/package.json @@ -39,7 +39,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rdom-svg-nodes/package.json b/examples/rdom-svg-nodes/package.json index d35badb08e..4234cefeeb 100644 --- a/examples/rdom-svg-nodes/package.json +++ b/examples/rdom-svg-nodes/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/rdom-svg-nodes.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rotating-voronoi/package.json b/examples/rotating-voronoi/package.json index 8ed54397c7..4e584061a8 100644 --- a/examples/rotating-voronoi/package.json +++ b/examples/rotating-voronoi/package.json @@ -53,7 +53,7 @@ "screenshot": "examples/rotating-voronoi.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/router-basics/package.json b/examples/router-basics/package.json index dc4d6a3982..a3bfd1d464 100644 --- a/examples/router-basics/package.json +++ b/examples/router-basics/package.json @@ -34,7 +34,7 @@ "screenshot": "examples/router-basics.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rstream-dataflow/package.json b/examples/rstream-dataflow/package.json index dbd900aafb..022ad77dbd 100644 --- a/examples/rstream-dataflow/package.json +++ b/examples/rstream-dataflow/package.json @@ -38,7 +38,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rstream-event-loop/package.json b/examples/rstream-event-loop/package.json index 5bc528b8f2..f3cc4468f5 100644 --- a/examples/rstream-event-loop/package.json +++ b/examples/rstream-event-loop/package.json @@ -34,7 +34,7 @@ "screenshot": "examples/rstream-event-loop.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rstream-grid/package.json b/examples/rstream-grid/package.json index bbd51ad36a..72d85dae71 100644 --- a/examples/rstream-grid/package.json +++ b/examples/rstream-grid/package.json @@ -47,7 +47,7 @@ "screenshot": "examples/rstream-grid.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rstream-hdom/package.json b/examples/rstream-hdom/package.json index e72944fc58..7fae112915 100644 --- a/examples/rstream-hdom/package.json +++ b/examples/rstream-hdom/package.json @@ -22,8 +22,8 @@ "util": false }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "thi.ng": { "readme": true diff --git a/examples/rstream-spreadsheet/package.json b/examples/rstream-spreadsheet/package.json index 886e7c940f..1900480870 100644 --- a/examples/rstream-spreadsheet/package.json +++ b/examples/rstream-spreadsheet/package.json @@ -50,7 +50,7 @@ "screenshot": "examples/rstream-spreadsheet.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/rstream-sync/package.json b/examples/rstream-sync/package.json index 1e45be2ce9..4715e6c942 100644 --- a/examples/rstream-sync/package.json +++ b/examples/rstream-sync/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/rdom": "workspace:^", diff --git a/examples/scenegraph-image/package.json b/examples/scenegraph-image/package.json index 7c507b0aab..4ced45919f 100644 --- a/examples/scenegraph-image/package.json +++ b/examples/scenegraph-image/package.json @@ -41,7 +41,7 @@ "screenshot": "examples/scenegraph-image.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/scenegraph/package.json b/examples/scenegraph/package.json index cb11ca8ae1..fa4e5789da 100644 --- a/examples/scenegraph/package.json +++ b/examples/scenegraph/package.json @@ -40,7 +40,7 @@ "screenshot": "examples/scenegraph.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-canvas2d/package.json b/examples/shader-ast-canvas2d/package.json index 0588f7a7f6..954caada51 100644 --- a/examples/shader-ast-canvas2d/package.json +++ b/examples/shader-ast-canvas2d/package.json @@ -27,7 +27,7 @@ "screenshot": "shader-ast/shader-ast-01.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-evo/package.json b/examples/shader-ast-evo/package.json index d9cd721fd5..774ff61d0e 100644 --- a/examples/shader-ast-evo/package.json +++ b/examples/shader-ast-evo/package.json @@ -39,7 +39,7 @@ "screenshot": "examples/shader-ast-evo.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-noise/package.json b/examples/shader-ast-noise/package.json index a8cca91aaf..eafbacea3f 100644 --- a/examples/shader-ast-noise/package.json +++ b/examples/shader-ast-noise/package.json @@ -28,7 +28,7 @@ "screenshot": "examples/shader-ast-noise.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-raymarch/package.json b/examples/shader-ast-raymarch/package.json index 457acd3d4c..fb34e16944 100644 --- a/examples/shader-ast-raymarch/package.json +++ b/examples/shader-ast-raymarch/package.json @@ -28,7 +28,7 @@ "screenshot": "shader-ast/shader-ast-raymarch.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-sdf2d/package.json b/examples/shader-ast-sdf2d/package.json index dd6e7eae08..41b28e3ef8 100644 --- a/examples/shader-ast-sdf2d/package.json +++ b/examples/shader-ast-sdf2d/package.json @@ -28,7 +28,7 @@ "screenshot": "examples/shader-ast-sdf2d.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-tunnel/package.json b/examples/shader-ast-tunnel/package.json index 8f937117a0..74136f0512 100644 --- a/examples/shader-ast-tunnel/package.json +++ b/examples/shader-ast-tunnel/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/shader-ast-tunnel.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-ast-workers/package.json b/examples/shader-ast-workers/package.json index e96696463a..0dcd25059f 100644 --- a/examples/shader-ast-workers/package.json +++ b/examples/shader-ast-workers/package.json @@ -45,8 +45,8 @@ "screenshot": "examples/shader-ast-workers.jpg" }, "devDependencies": { - "esbuild": "^0.17.18", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "esbuild": "^0.18.2", + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/shader-graph/package.json b/examples/shader-graph/package.json index dcd0b8fcb7..74caa01cb7 100644 --- a/examples/shader-graph/package.json +++ b/examples/shader-graph/package.json @@ -42,7 +42,7 @@ "screenshot": "examples/shader-graph.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/soa-ecs/package.json b/examples/soa-ecs/package.json index adb792c601..38fb39017f 100644 --- a/examples/soa-ecs/package.json +++ b/examples/soa-ecs/package.json @@ -42,7 +42,7 @@ "screenshot": "examples/soa-ecs-100k.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/spline-tangent/package.json b/examples/spline-tangent/package.json index 77b47aae84..51878592ec 100644 --- a/examples/spline-tangent/package.json +++ b/examples/spline-tangent/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/stratified-grid/package.json b/examples/stratified-grid/package.json index c087cdf557..665b0fd4c0 100644 --- a/examples/stratified-grid/package.json +++ b/examples/stratified-grid/package.json @@ -29,7 +29,7 @@ "screenshot": "poisson/stratified-grid.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/svg-barchart/package.json b/examples/svg-barchart/package.json index d6c7b64ad2..9412c890ee 100644 --- a/examples/svg-barchart/package.json +++ b/examples/svg-barchart/package.json @@ -26,7 +26,7 @@ "screenshot": "examples/svg-barchart.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/svg-particles/package.json b/examples/svg-particles/package.json index d42a08614e..70ac159764 100644 --- a/examples/svg-particles/package.json +++ b/examples/svg-particles/package.json @@ -24,7 +24,7 @@ }, "thi.ng": {}, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/svg-resample/package.json b/examples/svg-resample/package.json index 76b53bc007..3e5a99fced 100644 --- a/examples/svg-resample/package.json +++ b/examples/svg-resample/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/geom": "workspace:^", diff --git a/examples/svg-waveform/package.json b/examples/svg-waveform/package.json index cc6d880ffc..0324a334e7 100644 --- a/examples/svg-waveform/package.json +++ b/examples/svg-waveform/package.json @@ -37,7 +37,7 @@ "screenshot": "examples/svg-waveform.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/talk-slides/package.json b/examples/talk-slides/package.json index 447a9c2a2f..66b0e15247 100644 --- a/examples/talk-slides/package.json +++ b/examples/talk-slides/package.json @@ -35,7 +35,7 @@ "screenshot": "examples/talk-slides.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/text-canvas-image/package.json b/examples/text-canvas-image/package.json index 4add56b924..adb3094809 100644 --- a/examples/text-canvas-image/package.json +++ b/examples/text-canvas-image/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/pixel": "workspace:^", diff --git a/examples/text-canvas/package.json b/examples/text-canvas/package.json index 5ba7978a8e..ad0941aa00 100644 --- a/examples/text-canvas/package.json +++ b/examples/text-canvas/package.json @@ -35,7 +35,7 @@ "screenshot": "examples/text-canvas.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/todo-list/package.json b/examples/todo-list/package.json index df4727d5ae..e0e093c51f 100644 --- a/examples/todo-list/package.json +++ b/examples/todo-list/package.json @@ -31,7 +31,7 @@ "screenshot": "examples/todo-list.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/trace-bitmap/package.json b/examples/trace-bitmap/package.json index f9d9a88431..c484eba659 100644 --- a/examples/trace-bitmap/package.json +++ b/examples/trace-bitmap/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/transducers-hdom/package.json b/examples/transducers-hdom/package.json index 56d873f9fa..70f571ba4a 100644 --- a/examples/transducers-hdom/package.json +++ b/examples/transducers-hdom/package.json @@ -28,7 +28,7 @@ ] }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/triple-query/package.json b/examples/triple-query/package.json index 17847dc588..6f2484ea21 100644 --- a/examples/triple-query/package.json +++ b/examples/triple-query/package.json @@ -43,7 +43,7 @@ "screenshot": "examples/triple-query.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/unbiased-normals/package.json b/examples/unbiased-normals/package.json index 8fa293c794..b74a12ce77 100644 --- a/examples/unbiased-normals/package.json +++ b/examples/unbiased-normals/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/dsp": "workspace:^", diff --git a/examples/webgl-channel-mixer/package.json b/examples/webgl-channel-mixer/package.json index a89d940357..57620145c0 100644 --- a/examples/webgl-channel-mixer/package.json +++ b/examples/webgl-channel-mixer/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/dl-asset": "workspace:^", diff --git a/examples/webgl-cube/package.json b/examples/webgl-cube/package.json index 5c8e3e3d9a..200fe8e83d 100644 --- a/examples/webgl-cube/package.json +++ b/examples/webgl-cube/package.json @@ -36,7 +36,7 @@ "screenshot": "examples/webgl-cube.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-cubemap/package.json b/examples/webgl-cubemap/package.json index e2d265dbc0..ae17f40c9f 100644 --- a/examples/webgl-cubemap/package.json +++ b/examples/webgl-cubemap/package.json @@ -39,7 +39,7 @@ "screenshot": "examples/webgl-cubemap.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-float-fbo/package.json b/examples/webgl-float-fbo/package.json index a13cc8d906..477685164a 100644 --- a/examples/webgl-float-fbo/package.json +++ b/examples/webgl-float-fbo/package.json @@ -12,8 +12,8 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/colored-noise": "workspace:^", diff --git a/examples/webgl-grid/package.json b/examples/webgl-grid/package.json index 4f8bfcc1a5..17a0ed3bda 100644 --- a/examples/webgl-grid/package.json +++ b/examples/webgl-grid/package.json @@ -38,7 +38,7 @@ "screenshot": "examples/webgl-grid.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-msdf/package.json b/examples/webgl-msdf/package.json index 2d6ca49f1e..323e1f4354 100644 --- a/examples/webgl-msdf/package.json +++ b/examples/webgl-msdf/package.json @@ -45,7 +45,7 @@ "screenshot": "examples/webgl-msdf.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-multipass/package.json b/examples/webgl-multipass/package.json index 77d497f55d..bb85f1bf2e 100644 --- a/examples/webgl-multipass/package.json +++ b/examples/webgl-multipass/package.json @@ -26,7 +26,7 @@ "readme": true }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-shadertoy/package.json b/examples/webgl-shadertoy/package.json index 15518ac304..0b4a704ebc 100644 --- a/examples/webgl-shadertoy/package.json +++ b/examples/webgl-shadertoy/package.json @@ -27,7 +27,7 @@ "screenshot": "examples/webgl-shadertoy.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/webgl-ssao/package.json b/examples/webgl-ssao/package.json index 35c85d6e18..e74704a569 100644 --- a/examples/webgl-ssao/package.json +++ b/examples/webgl-ssao/package.json @@ -40,7 +40,7 @@ "screenshot": "examples/webgl-ssao.jpg" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/wolfram/package.json b/examples/wolfram/package.json index 0cd44a55b5..95e96157f7 100644 --- a/examples/wolfram/package.json +++ b/examples/wolfram/package.json @@ -33,7 +33,7 @@ "screenshot": "examples/wolfram.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/xml-converter/package.json b/examples/xml-converter/package.json index a347b7c2b4..929e7fb17a 100644 --- a/examples/xml-converter/package.json +++ b/examples/xml-converter/package.json @@ -39,7 +39,7 @@ "screenshot": "examples/xml-converter.png" }, "devDependencies": { - "typescript": "^5.0.4", - "vite": "^4.3.5" + "typescript": "^5.1.3", + "vite": "^4.3.9" } } diff --git a/examples/zig-canvas/package.json b/examples/zig-canvas/package.json index ec442dec48..c7663e1cae 100644 --- a/examples/zig-canvas/package.json +++ b/examples/zig-canvas/package.json @@ -15,9 +15,9 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "rimraf": "^5.0.0", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "rimraf": "^5.0.1", + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/zig-cellular/package.json b/examples/zig-cellular/package.json index 0c4375f275..7f6a756509 100644 --- a/examples/zig-cellular/package.json +++ b/examples/zig-cellular/package.json @@ -15,9 +15,9 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "rimraf": "^5.0.0", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "rimraf": "^5.0.1", + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/zig-counter/package.json b/examples/zig-counter/package.json index 9edf17a39c..6c32b5bf95 100644 --- a/examples/zig-counter/package.json +++ b/examples/zig-counter/package.json @@ -15,9 +15,9 @@ "preview": "vite preview --host --open" }, "devDependencies": { - "rimraf": "^5.0.0", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "rimraf": "^5.0.1", + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/examples/zig-todo-list/package.json b/examples/zig-todo-list/package.json index 7e27476e10..b9362f8b47 100644 --- a/examples/zig-todo-list/package.json +++ b/examples/zig-todo-list/package.json @@ -17,9 +17,9 @@ }, "devDependencies": { "@thi.ng/wasm-api-bindgen": "workspace:^", - "rimraf": "^5.0.0", - "typescript": "^5.0.4", - "vite": "^4.3.5" + "rimraf": "^5.0.1", + "typescript": "^5.1.3", + "vite": "^4.3.9" }, "dependencies": { "@thi.ng/api": "workspace:^", diff --git a/package.json b/package.json index 97bcb8f632..29704ce6d1 100644 --- a/package.json +++ b/package.json @@ -7,16 +7,16 @@ "tools" ], "devDependencies": { - "@microsoft/api-documenter": "^7.22.4", - "@microsoft/api-extractor": "^7.34.8", - "@types/node": "^20.1.0", - "esbuild": "^0.17.18", + "@microsoft/api-documenter": "^7.22.18", + "@microsoft/api-extractor": "^7.35.3", + "@types/node": "^20.3.1", + "esbuild": "^0.18.2", "html-minifier-terser": "^7.2.0", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", "ts-node": "^10.9.1", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "dependencies": { "@ygoe/msgpack": "^1.0.3" diff --git a/packages/adapt-dpi/package.json b/packages/adapt-dpi/package.json index 12d0554c63..b0c52ab861 100644 --- a/packages/adapt-dpi/package.json +++ b/packages/adapt-dpi/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/adjacency/package.json b/packages/adjacency/package.json index 34fb07047b..d98f900d81 100644 --- a/packages/adjacency/package.json +++ b/packages/adjacency/package.json @@ -42,13 +42,13 @@ "@thi.ng/sparse": "^0.3.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "@thi.ng/vectors": "^7.6.14", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "adjacency", diff --git a/packages/api/package.json b/packages/api/package.json index 9437411e72..c3ad18ea84 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -37,12 +37,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "assert", diff --git a/packages/args/package.json b/packages/args/package.json index 5a2af63884..6927e0650e 100644 --- a/packages/args/package.json +++ b/packages/args/package.json @@ -40,12 +40,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "argument", diff --git a/packages/arrays/package.json b/packages/arrays/package.json index 41c5adf5ac..2791d2662d 100644 --- a/packages/arrays/package.json +++ b/packages/arrays/package.json @@ -42,12 +42,12 @@ "@thi.ng/random": "^3.4.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "aos", diff --git a/packages/associative/package.json b/packages/associative/package.json index 0e24322992..9d64bf89a8 100644 --- a/packages/associative/package.json +++ b/packages/associative/package.json @@ -44,15 +44,15 @@ "@thi.ng/errors": "^2.2.16", "@thi.ng/random": "^3.4.1", "@thi.ng/transducers": "^8.4.5", - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "cache", diff --git a/packages/atom/package.json b/packages/atom/package.json index f21cd6a08b..0d90f3e8b2 100644 --- a/packages/atom/package.json +++ b/packages/atom/package.json @@ -38,15 +38,15 @@ "@thi.ng/equiv": "^2.1.23", "@thi.ng/errors": "^2.2.16", "@thi.ng/paths": "^5.1.37", - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "clojure", diff --git a/packages/axidraw/package.json b/packages/axidraw/package.json index 5b68422279..18f5eab3a0 100644 --- a/packages/axidraw/package.json +++ b/packages/axidraw/package.json @@ -47,12 +47,12 @@ "serialport": "^11.0.0" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/base-n/package.json b/packages/base-n/package.json index 6c1ec8d232..7ca1329227 100644 --- a/packages/base-n/package.json +++ b/packages/base-n/package.json @@ -37,12 +37,12 @@ "@thi.ng/hex": "^2.3.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/bench/package.json b/packages/bench/package.json index 60777ee155..d110f74f6c 100644 --- a/packages/bench/package.json +++ b/packages/bench/package.json @@ -37,13 +37,13 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "benchmark", diff --git a/packages/bencode/package.json b/packages/bencode/package.json index 99c34eff94..879b7700c7 100644 --- a/packages/bencode/package.json +++ b/packages/bencode/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers-binary": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/binary/package.json b/packages/binary/package.json index 0499e3fa4d..f28bee10f0 100644 --- a/packages/binary/package.json +++ b/packages/binary/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "align", diff --git a/packages/bitfield/package.json b/packages/bitfield/package.json index f668091907..04c568fd24 100644 --- a/packages/bitfield/package.json +++ b/packages/bitfield/package.json @@ -40,12 +40,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/bitstream/package.json b/packages/bitstream/package.json index 0349620780..6fef4018ec 100644 --- a/packages/bitstream/package.json +++ b/packages/bitstream/package.json @@ -37,12 +37,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "binary", diff --git a/packages/cache/package.json b/packages/cache/package.json index fe924d81f9..fa0bb09f27 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -39,12 +39,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/cellular/package.json b/packages/cellular/package.json index 880bad4bd9..180f548df3 100644 --- a/packages/cellular/package.json +++ b/packages/cellular/package.json @@ -41,12 +41,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/checks/package.json b/packages/checks/package.json index f3e70849d2..f01a61082c 100644 --- a/packages/checks/package.json +++ b/packages/checks/package.json @@ -38,16 +38,16 @@ "test": "testament test" }, "dependencies": { - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "detect", diff --git a/packages/color-palettes/package.json b/packages/color-palettes/package.json index 9fa23877aa..5b70c8c330 100644 --- a/packages/color-palettes/package.json +++ b/packages/color-palettes/package.json @@ -44,12 +44,12 @@ "@thi.ng/hex": "^2.3.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "css", diff --git a/packages/color/package.json b/packages/color/package.json index adb1638368..8e915b4823 100644 --- a/packages/color/package.json +++ b/packages/color/package.json @@ -53,12 +53,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "color", diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index e806bc21c7..7c724db75c 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -38,7 +38,7 @@ "@thi.ng/random": "^3.4.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/api": "^8.8.1", "@thi.ng/dsp": "^4.3.14", "@thi.ng/dsp-io-wav": "^2.1.49", @@ -46,10 +46,10 @@ "@thi.ng/text-canvas": "^2.4.44", "@thi.ng/transducers": "^8.4.5", "@thi.ng/vectors": "^7.6.14", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/compare/package.json b/packages/compare/package.json index 2394d7be04..bbfe542f62 100644 --- a/packages/compare/package.json +++ b/packages/compare/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "comparator", diff --git a/packages/complex/package.json b/packages/complex/package.json index 3f686d0512..558a2eedef 100644 --- a/packages/complex/package.json +++ b/packages/complex/package.json @@ -40,12 +40,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "algebra", diff --git a/packages/compose/package.json b/packages/compose/package.json index 8abde68079..48390fbd49 100644 --- a/packages/compose/package.json +++ b/packages/compose/package.json @@ -38,12 +38,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/csp/package.json b/packages/csp/package.json index edc378c6a6..70445ab002 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -46,12 +46,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/csv/package.json b/packages/csv/package.json index b8b2e630a2..b0d81c02ea 100644 --- a/packages/csv/package.json +++ b/packages/csv/package.json @@ -40,12 +40,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "csv", diff --git a/packages/date/package.json b/packages/date/package.json index 800baa4fd8..308875784f 100644 --- a/packages/date/package.json +++ b/packages/date/package.json @@ -39,12 +39,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "datastructure", diff --git a/packages/dcons/package.json b/packages/dcons/package.json index d4f9238f25..31829d444e 100644 --- a/packages/dcons/package.json +++ b/packages/dcons/package.json @@ -43,12 +43,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/defmulti/package.json b/packages/defmulti/package.json index 9da1095768..9a4cb8531b 100644 --- a/packages/defmulti/package.json +++ b/packages/defmulti/package.json @@ -39,12 +39,12 @@ "@thi.ng/logger": "^1.4.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "agent", diff --git a/packages/dgraph-dot/package.json b/packages/dgraph-dot/package.json index 810064c5fb..7b8c48e046 100644 --- a/packages/dgraph-dot/package.json +++ b/packages/dgraph-dot/package.json @@ -39,12 +39,12 @@ "@thi.ng/dot": "^2.1.35" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/dgraph/package.json b/packages/dgraph/package.json index 92fbcdfd9d..f5cbbd9f7d 100644 --- a/packages/dgraph/package.json +++ b/packages/dgraph/package.json @@ -41,12 +41,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "adjacency", diff --git a/packages/diff/package.json b/packages/diff/package.json index 11d03dc567..dc431c54db 100644 --- a/packages/diff/package.json +++ b/packages/diff/package.json @@ -38,12 +38,12 @@ "@thi.ng/equiv": "^2.1.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/distance-transform/package.json b/packages/distance-transform/package.json index 18638b1918..3343d68dcf 100644 --- a/packages/distance-transform/package.json +++ b/packages/distance-transform/package.json @@ -37,13 +37,13 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/pixel": "^4.2.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "typescript" diff --git a/packages/distance/package.json b/packages/distance/package.json index becfffa885..4426100ff6 100644 --- a/packages/distance/package.json +++ b/packages/distance/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "distance", diff --git a/packages/dl-asset/package.json b/packages/dl-asset/package.json index fa7dc4738c..12ccd63a47 100644 --- a/packages/dl-asset/package.json +++ b/packages/dl-asset/package.json @@ -39,12 +39,12 @@ "@thi.ng/mime": "^2.2.18" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/dlogic/package.json b/packages/dlogic/package.json index 7d7cdb2548..f17e7bdef3 100644 --- a/packages/dlogic/package.json +++ b/packages/dlogic/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "boolean", diff --git a/packages/dot/package.json b/packages/dot/package.json index 15db7490da..16d40692c0 100644 --- a/packages/dot/package.json +++ b/packages/dot/package.json @@ -38,12 +38,12 @@ "@thi.ng/checks": "^3.3.13" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/dsp-io-wav/package.json b/packages/dsp-io-wav/package.json index 8d1a2a9440..57a184a4c4 100644 --- a/packages/dsp-io-wav/package.json +++ b/packages/dsp-io-wav/package.json @@ -41,12 +41,12 @@ "@thi.ng/transducers-binary": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "8bit", diff --git a/packages/dsp/package.json b/packages/dsp/package.json index fc7c0f1e33..6ae9ffa80d 100644 --- a/packages/dsp/package.json +++ b/packages/dsp/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "allpass", diff --git a/packages/dual-algebra/package.json b/packages/dual-algebra/package.json index 19c544ec25..abd6b890e7 100644 --- a/packages/dual-algebra/package.json +++ b/packages/dual-algebra/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "algebra", diff --git a/packages/dynvar/package.json b/packages/dynvar/package.json index cc72205f27..97d0ced039 100644 --- a/packages/dynvar/package.json +++ b/packages/dynvar/package.json @@ -38,12 +38,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "clojure", diff --git a/packages/ecs/package.json b/packages/ecs/package.json index 9ff12dbf69..7cd306bc30 100644 --- a/packages/ecs/package.json +++ b/packages/ecs/package.json @@ -44,16 +44,16 @@ "@thi.ng/logger": "^1.4.14", "@thi.ng/malloc": "^6.1.37", "@thi.ng/transducers": "^8.4.5", - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/equiv": "^2.1.23", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/egf/package.json b/packages/egf/package.json index 412b7b1603..d89a58a569 100644 --- a/packages/egf/package.json +++ b/packages/egf/package.json @@ -40,13 +40,13 @@ "@thi.ng/transducers-binary": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/equiv": "^2.1.23", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "conversion", diff --git a/packages/emoji/package.json b/packages/emoji/package.json index 6e7d386630..2aaef13114 100644 --- a/packages/emoji/package.json +++ b/packages/emoji/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "bidirectional", diff --git a/packages/equiv/package.json b/packages/equiv/package.json index 9d3becf6f1..96fd3a54d4 100644 --- a/packages/equiv/package.json +++ b/packages/equiv/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/errors/package.json b/packages/errors/package.json index 20e37537ee..d26900d310 100644 --- a/packages/errors/package.json +++ b/packages/errors/package.json @@ -34,13 +34,13 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "assert", diff --git a/packages/expose/package.json b/packages/expose/package.json index 05e4c7ebd8..edcf78025c 100644 --- a/packages/expose/package.json +++ b/packages/expose/package.json @@ -34,13 +34,13 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "global", diff --git a/packages/file-io/package.json b/packages/file-io/package.json index b0508515bd..37a6075de0 100644 --- a/packages/file-io/package.json +++ b/packages/file-io/package.json @@ -41,12 +41,12 @@ "@thi.ng/random": "^3.4.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "file", diff --git a/packages/fsm/package.json b/packages/fsm/package.json index 7436b219b7..c3f77b2b57 100644 --- a/packages/fsm/package.json +++ b/packages/fsm/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "composition", diff --git a/packages/fuzzy-viz/package.json b/packages/fuzzy-viz/package.json index 964a05261d..0b36d49cb3 100644 --- a/packages/fuzzy-viz/package.json +++ b/packages/fuzzy-viz/package.json @@ -43,12 +43,12 @@ "@thi.ng/text-canvas": "^2.4.44" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "area plot", diff --git a/packages/fuzzy/package.json b/packages/fuzzy/package.json index db74ffac99..d3e82b9fb4 100644 --- a/packages/fuzzy/package.json +++ b/packages/fuzzy/package.json @@ -38,12 +38,12 @@ "@thi.ng/math": "^5.4.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "agent", diff --git a/packages/geom-accel/package.json b/packages/geom-accel/package.json index 54810094f2..deb49488a3 100644 --- a/packages/geom-accel/package.json +++ b/packages/geom-accel/package.json @@ -49,12 +49,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-api/package.json b/packages/geom-api/package.json index ad314dce4e..f56232c34d 100644 --- a/packages/geom-api/package.json +++ b/packages/geom-api/package.json @@ -38,12 +38,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "geometry", diff --git a/packages/geom-arc/package.json b/packages/geom-arc/package.json index f1024b9c25..00fcb2cfd7 100644 --- a/packages/geom-arc/package.json +++ b/packages/geom-arc/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-axidraw/package.json b/packages/geom-axidraw/package.json index 911881cb79..c8effa9336 100644 --- a/packages/geom-axidraw/package.json +++ b/packages/geom-axidraw/package.json @@ -48,12 +48,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-clip-line/package.json b/packages/geom-clip-line/package.json index 09567d4ab3..a37bc1a84b 100644 --- a/packages/geom-clip-line/package.json +++ b/packages/geom-clip-line/package.json @@ -39,12 +39,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-clip-poly/package.json b/packages/geom-clip-poly/package.json index 1f41fa26ad..be1deff4ca 100644 --- a/packages/geom-clip-poly/package.json +++ b/packages/geom-clip-poly/package.json @@ -40,12 +40,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-closest-point/package.json b/packages/geom-closest-point/package.json index df1b59f245..e7b816c601 100644 --- a/packages/geom-closest-point/package.json +++ b/packages/geom-closest-point/package.json @@ -39,12 +39,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-fuzz/package.json b/packages/geom-fuzz/package.json index e9516a89fd..05730160da 100644 --- a/packages/geom-fuzz/package.json +++ b/packages/geom-fuzz/package.json @@ -46,12 +46,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-hull/package.json b/packages/geom-hull/package.json index 740d1dd78e..6039edf34e 100644 --- a/packages/geom-hull/package.json +++ b/packages/geom-hull/package.json @@ -38,12 +38,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-io-obj/package.json b/packages/geom-io-obj/package.json index 1da873e265..0ba76fbcaf 100644 --- a/packages/geom-io-obj/package.json +++ b/packages/geom-io-obj/package.json @@ -39,12 +39,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "3d", diff --git a/packages/geom-isec/package.json b/packages/geom-isec/package.json index eb196ab3e0..7204058b87 100644 --- a/packages/geom-isec/package.json +++ b/packages/geom-isec/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-isoline/package.json b/packages/geom-isoline/package.json index d342975171..f4e5b8aa61 100644 --- a/packages/geom-isoline/package.json +++ b/packages/geom-isoline/package.json @@ -39,12 +39,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-poly-utils/package.json b/packages/geom-poly-utils/package.json index 668a7cf7de..89a9af50c9 100644 --- a/packages/geom-poly-utils/package.json +++ b/packages/geom-poly-utils/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-resample/package.json b/packages/geom-resample/package.json index 79125edc81..79ba8b5117 100644 --- a/packages/geom-resample/package.json +++ b/packages/geom-resample/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-sdf/package.json b/packages/geom-sdf/package.json index 41ffaeb804..05aaf956fd 100644 --- a/packages/geom-sdf/package.json +++ b/packages/geom-sdf/package.json @@ -48,12 +48,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-splines/package.json b/packages/geom-splines/package.json index efc924583f..c4dee1216b 100644 --- a/packages/geom-splines/package.json +++ b/packages/geom-splines/package.json @@ -43,12 +43,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-subdiv-curve/package.json b/packages/geom-subdiv-curve/package.json index 8fa8406abf..4d4fb261fc 100644 --- a/packages/geom-subdiv-curve/package.json +++ b/packages/geom-subdiv-curve/package.json @@ -40,12 +40,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-tessellate/package.json b/packages/geom-tessellate/package.json index 394057780d..74d38df2f4 100644 --- a/packages/geom-tessellate/package.json +++ b/packages/geom-tessellate/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom-trace-bitmap/package.json b/packages/geom-trace-bitmap/package.json index 2bdb73ad4d..8eb6659247 100644 --- a/packages/geom-trace-bitmap/package.json +++ b/packages/geom-trace-bitmap/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "bitmap", diff --git a/packages/geom-voronoi/package.json b/packages/geom-voronoi/package.json index 07a0359c60..673cc604c4 100644 --- a/packages/geom-voronoi/package.json +++ b/packages/geom-voronoi/package.json @@ -46,12 +46,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/geom/package.json b/packages/geom/package.json index 7acaada6c5..f6f4c0c478 100644 --- a/packages/geom/package.json +++ b/packages/geom/package.json @@ -64,12 +64,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/gp/package.json b/packages/gp/package.json index 68daaf587d..217c38777e 100644 --- a/packages/gp/package.json +++ b/packages/gp/package.json @@ -42,12 +42,12 @@ "@thi.ng/zipper": "^2.1.42" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "agent", diff --git a/packages/grid-iterators/package.json b/packages/grid-iterators/package.json index 3efb2e0352..85856b8c6a 100644 --- a/packages/grid-iterators/package.json +++ b/packages/grid-iterators/package.json @@ -46,12 +46,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/hdiff/package.json b/packages/hdiff/package.json index e7f0df604f..6a1606eaa6 100644 --- a/packages/hdiff/package.json +++ b/packages/hdiff/package.json @@ -42,13 +42,13 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "cli", diff --git a/packages/hdom-canvas/package.json b/packages/hdom-canvas/package.json index 12e41341d3..cd5382576e 100644 --- a/packages/hdom-canvas/package.json +++ b/packages/hdom-canvas/package.json @@ -45,12 +45,12 @@ "@thi.ng/hiccup-canvas": "^2.3.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 4984230ca0..d9ca8dcf1a 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers-stats": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/hdom-mock/package.json b/packages/hdom-mock/package.json index e0849059eb..efdc3f1694 100644 --- a/packages/hdom-mock/package.json +++ b/packages/hdom-mock/package.json @@ -39,12 +39,12 @@ "@thi.ng/hdom": "^9.3.9" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "datastructure", diff --git a/packages/hdom/package.json b/packages/hdom/package.json index 29f7feb7e6..3e81ac2f02 100644 --- a/packages/hdom/package.json +++ b/packages/hdom/package.json @@ -47,13 +47,13 @@ "@thi.ng/prefixes": "^2.1.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/atom": "^5.2.2", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/heaps/package.json b/packages/heaps/package.json index 82dc560349..dbd13171ca 100644 --- a/packages/heaps/package.json +++ b/packages/heaps/package.json @@ -40,12 +40,12 @@ "@thi.ng/equiv": "^2.1.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/hex/package.json b/packages/hex/package.json index c189e5907b..230db7d82f 100644 --- a/packages/hex/package.json +++ b/packages/hex/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "binary", diff --git a/packages/hiccup-canvas/package.json b/packages/hiccup-canvas/package.json index aceeb70803..8c14e12556 100644 --- a/packages/hiccup-canvas/package.json +++ b/packages/hiccup-canvas/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/hiccup-carbon-icons/package.json b/packages/hiccup-carbon-icons/package.json index b56af9f719..6b93a15ef1 100644 --- a/packages/hiccup-carbon-icons/package.json +++ b/packages/hiccup-carbon-icons/package.json @@ -36,13 +36,13 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/hiccup": "^4.2.41", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "graphics", diff --git a/packages/hiccup-css/package.json b/packages/hiccup-css/package.json index 7bf9fd62e8..d854e9f740 100644 --- a/packages/hiccup-css/package.json +++ b/packages/hiccup-css/package.json @@ -40,12 +40,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/hiccup-html/package.json b/packages/hiccup-html/package.json index 6a54ddbe5f..9efd0f14e7 100644 --- a/packages/hiccup-html/package.json +++ b/packages/hiccup-html/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/hiccup-markdown/package.json b/packages/hiccup-markdown/package.json index 24e3077c61..bca7be2bb0 100644 --- a/packages/hiccup-markdown/package.json +++ b/packages/hiccup-markdown/package.json @@ -47,12 +47,12 @@ "@thi.ng/text-canvas": "^2.4.44" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/hiccup-svg/package.json b/packages/hiccup-svg/package.json index c4c9df11b3..a8a073ebc6 100644 --- a/packages/hiccup-svg/package.json +++ b/packages/hiccup-svg/package.json @@ -39,12 +39,12 @@ "@thi.ng/prefixes": "^2.1.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "arc", diff --git a/packages/hiccup/package.json b/packages/hiccup/package.json index f3f5ca7df1..2c88fc7291 100644 --- a/packages/hiccup/package.json +++ b/packages/hiccup/package.json @@ -40,13 +40,13 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/atom": "^5.2.2", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/idgen/package.json b/packages/idgen/package.json index 51d3de8568..53650e9351 100644 --- a/packages/idgen/package.json +++ b/packages/idgen/package.json @@ -36,15 +36,15 @@ "dependencies": { "@thi.ng/api": "^8.8.1", "@thi.ng/errors": "^2.2.16", - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "binary", diff --git a/packages/iges/package.json b/packages/iges/package.json index 7240a2e042..0de1d03db9 100644 --- a/packages/iges/package.json +++ b/packages/iges/package.json @@ -42,12 +42,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index efbe5021ae..fc5c47a9b4 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -46,12 +46,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/interceptors/package.json b/packages/interceptors/package.json index e7ca432504..e261fa27ab 100644 --- a/packages/interceptors/package.json +++ b/packages/interceptors/package.json @@ -45,12 +45,12 @@ "@thi.ng/paths": "^5.1.37" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/intervals/package.json b/packages/intervals/package.json index 856d1ac4c2..55ebef001b 100644 --- a/packages/intervals/package.json +++ b/packages/intervals/package.json @@ -43,12 +43,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/iterators/package.json b/packages/iterators/package.json index c290e76ca4..78d13bf7b4 100644 --- a/packages/iterators/package.json +++ b/packages/iterators/package.json @@ -39,12 +39,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "clojure", diff --git a/packages/k-means/package.json b/packages/k-means/package.json index b555ca47cc..dee17340dd 100644 --- a/packages/k-means/package.json +++ b/packages/k-means/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "cluster", diff --git a/packages/ksuid/package.json b/packages/ksuid/package.json index a4a2c19ad2..04e98265ce 100644 --- a/packages/ksuid/package.json +++ b/packages/ksuid/package.json @@ -42,12 +42,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "32bit", diff --git a/packages/layout/package.json b/packages/layout/package.json index 4cbe66a46e..82e8ea5353 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -37,12 +37,12 @@ "@thi.ng/checks": "^3.3.13" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/leb128/package.json b/packages/leb128/package.json index 58ebef0ded..17bb037cc6 100644 --- a/packages/leb128/package.json +++ b/packages/leb128/package.json @@ -40,12 +40,12 @@ "@thi.ng/transducers-binary": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "64bit", diff --git a/packages/logger/package.json b/packages/logger/package.json index 5b9a608e47..1ceb9b68eb 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -34,11 +34,11 @@ "test": "tools:node-esm test/index.ts" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", - "rimraf": "^5.0.0", + "@microsoft/api-extractor": "^7.35.3", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "console", diff --git a/packages/lowdisc/package.json b/packages/lowdisc/package.json index 0d8804d79d..2cc8a0682f 100644 --- a/packages/lowdisc/package.json +++ b/packages/lowdisc/package.json @@ -37,12 +37,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "discrepancy", diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 045b69e2e6..c9b8689835 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -43,12 +43,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/malloc/package.json b/packages/malloc/package.json index 0d77338f5f..44d7bf94b2 100644 --- a/packages/malloc/package.json +++ b/packages/malloc/package.json @@ -43,12 +43,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/markdown-table/package.json b/packages/markdown-table/package.json index f182eca7dc..6731d52d8e 100644 --- a/packages/markdown-table/package.json +++ b/packages/markdown-table/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "align", diff --git a/packages/math/package.json b/packages/math/package.json index c0f3071699..4d70dc9ac3 100644 --- a/packages/math/package.json +++ b/packages/math/package.json @@ -40,12 +40,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "animation", diff --git a/packages/matrices/package.json b/packages/matrices/package.json index 2372e721f0..7f658fbbee 100644 --- a/packages/matrices/package.json +++ b/packages/matrices/package.json @@ -40,12 +40,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 13a7d68395..3871c5be74 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "cache", diff --git a/packages/mime/package.json b/packages/mime/package.json index 574346c650..a451664e81 100644 --- a/packages/mime/package.json +++ b/packages/mime/package.json @@ -35,13 +35,13 @@ "tool:convert": "tools:node-esm tools/convert.ts" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/api": "^8.8.1", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "database", diff --git a/packages/morton/package.json b/packages/morton/package.json index a4bc7d6ae9..5ff871edd4 100644 --- a/packages/morton/package.json +++ b/packages/morton/package.json @@ -40,12 +40,12 @@ "@thi.ng/math": "^5.4.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/oquery/package.json b/packages/oquery/package.json index 9a5c693e25..6ef2e60d70 100644 --- a/packages/oquery/package.json +++ b/packages/oquery/package.json @@ -40,12 +40,12 @@ "@thi.ng/equiv": "^2.1.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/parse/package.json b/packages/parse/package.json index 6fcf8ee410..f7c44ac2d8 100644 --- a/packages/parse/package.json +++ b/packages/parse/package.json @@ -41,12 +41,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/paths/package.json b/packages/paths/package.json index b94735121a..26f20c1f22 100644 --- a/packages/paths/package.json +++ b/packages/paths/package.json @@ -39,12 +39,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/pixel-dither/package.json b/packages/pixel-dither/package.json index 5f105f65be..e3e2081cd5 100644 --- a/packages/pixel-dither/package.json +++ b/packages/pixel-dither/package.json @@ -39,12 +39,12 @@ "@thi.ng/pixel": "^4.2.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "typescript" diff --git a/packages/pixel-io-geotiff/package.json b/packages/pixel-io-geotiff/package.json index 00a4f36c7e..1839f6344a 100644 --- a/packages/pixel-io-geotiff/package.json +++ b/packages/pixel-io-geotiff/package.json @@ -39,12 +39,12 @@ "geotiff": "^2.0.7" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "conversion", diff --git a/packages/pixel-io-netpbm/package.json b/packages/pixel-io-netpbm/package.json index 62773a9746..ef9dc4bac8 100644 --- a/packages/pixel-io-netpbm/package.json +++ b/packages/pixel-io-netpbm/package.json @@ -39,12 +39,12 @@ "@thi.ng/pixel": "^4.2.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1bit", diff --git a/packages/pixel/package.json b/packages/pixel/package.json index 9ab9a2e241..f9d9627e85 100644 --- a/packages/pixel/package.json +++ b/packages/pixel/package.json @@ -44,13 +44,13 @@ "@thi.ng/porter-duff": "^2.1.33" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "tslib": "^2.5.0", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "tslib": "^2.5.3", + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "8bit", diff --git a/packages/pointfree-lang/package.json b/packages/pointfree-lang/package.json index 11d96a929f..cbf75fdeb8 100644 --- a/packages/pointfree-lang/package.json +++ b/packages/pointfree-lang/package.json @@ -46,13 +46,13 @@ "@thi.ng/pointfree": "^3.1.36" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "pegjs": "0.11.0-master.b7b87ea", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/pointfree/package.json b/packages/pointfree/package.json index 73353d1974..dfae560bc9 100644 --- a/packages/pointfree/package.json +++ b/packages/pointfree/package.json @@ -41,12 +41,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "binary", diff --git a/packages/poisson/package.json b/packages/poisson/package.json index 8d5f9c1b12..ac7c03f366 100644 --- a/packages/poisson/package.json +++ b/packages/poisson/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/porter-duff/package.json b/packages/porter-duff/package.json index b62c7bb578..0b5fe53916 100644 --- a/packages/porter-duff/package.json +++ b/packages/porter-duff/package.json @@ -38,12 +38,12 @@ "@thi.ng/math": "^5.4.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "alpha", diff --git a/packages/prefixes/package.json b/packages/prefixes/package.json index e96d5541fd..eb0ced7644 100644 --- a/packages/prefixes/package.json +++ b/packages/prefixes/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "linkeddata", diff --git a/packages/quad-edge/package.json b/packages/quad-edge/package.json index ee6ee9fced..8706c2ba00 100644 --- a/packages/quad-edge/package.json +++ b/packages/quad-edge/package.json @@ -37,12 +37,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/ramp/package.json b/packages/ramp/package.json index dff2151909..2d02953dc6 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "1d", diff --git a/packages/random-fxhash/package.json b/packages/random-fxhash/package.json index ebc68e2b9d..d6b6589d61 100644 --- a/packages/random-fxhash/package.json +++ b/packages/random-fxhash/package.json @@ -39,12 +39,12 @@ "@thi.ng/random": "^3.4.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "fxhash", diff --git a/packages/random/package.json b/packages/random/package.json index ddbed27747..1d6a949f48 100644 --- a/packages/random/package.json +++ b/packages/random/package.json @@ -40,12 +40,12 @@ "@thi.ng/hex": "^2.3.10" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "binary", diff --git a/packages/range-coder/package.json b/packages/range-coder/package.json index 96d43c6b22..8ac6970785 100644 --- a/packages/range-coder/package.json +++ b/packages/range-coder/package.json @@ -37,13 +37,13 @@ "@thi.ng/bitstream": "^2.2.21" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "@thi.ng/transducers": "^8.4.5", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/rasterize/package.json b/packages/rasterize/package.json index 2908f598ca..83f769ee06 100644 --- a/packages/rasterize/package.json +++ b/packages/rasterize/package.json @@ -43,12 +43,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/rdom-canvas/package.json b/packages/rdom-canvas/package.json index fecf047dc6..b8ac9b2755 100644 --- a/packages/rdom-canvas/package.json +++ b/packages/rdom-canvas/package.json @@ -43,12 +43,12 @@ "@thi.ng/rstream": "^8.0.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "animation", diff --git a/packages/rdom-components/package.json b/packages/rdom-components/package.json index 4540a62830..cc44e45c66 100644 --- a/packages/rdom-components/package.json +++ b/packages/rdom-components/package.json @@ -43,12 +43,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/rdom/package.json b/packages/rdom/package.json index a678ad7e2d..4349556fb5 100644 --- a/packages/rdom/package.json +++ b/packages/rdom/package.json @@ -45,12 +45,12 @@ "@thi.ng/strings": "^3.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/resolve-map/package.json b/packages/resolve-map/package.json index ef365c69af..b090d4d946 100644 --- a/packages/resolve-map/package.json +++ b/packages/resolve-map/package.json @@ -40,12 +40,12 @@ "@thi.ng/paths": "^5.1.37" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "configuration", diff --git a/packages/rle-pack/package.json b/packages/rle-pack/package.json index f992f58515..508875cb73 100644 --- a/packages/rle-pack/package.json +++ b/packages/rle-pack/package.json @@ -38,12 +38,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/router/package.json b/packages/router/package.json index e4d0967aee..eea582aa40 100644 --- a/packages/router/package.json +++ b/packages/router/package.json @@ -38,15 +38,15 @@ "@thi.ng/checks": "^3.3.13", "@thi.ng/equiv": "^2.1.23", "@thi.ng/errors": "^2.2.16", - "tslib": "^2.5.0" + "tslib": "^2.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 06d85f9ae0..1364627d8e 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -38,12 +38,12 @@ "@thi.ng/rstream": "^8.0.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/rstream-dot/package.json b/packages/rstream-dot/package.json index 0a05d7108a..ab28b280f2 100644 --- a/packages/rstream-dot/package.json +++ b/packages/rstream-dot/package.json @@ -39,12 +39,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "conversion", diff --git a/packages/rstream-gestures/package.json b/packages/rstream-gestures/package.json index 71cc1942e2..e4a528aa01 100644 --- a/packages/rstream-gestures/package.json +++ b/packages/rstream-gestures/package.json @@ -45,12 +45,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "animation", diff --git a/packages/rstream-graph/package.json b/packages/rstream-graph/package.json index 14ffc32a87..7d4915f8d0 100644 --- a/packages/rstream-graph/package.json +++ b/packages/rstream-graph/package.json @@ -44,12 +44,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "animation", diff --git a/packages/rstream-log-file/package.json b/packages/rstream-log-file/package.json index af27d6aec4..82ea6ced0d 100644 --- a/packages/rstream-log-file/package.json +++ b/packages/rstream-log-file/package.json @@ -37,13 +37,13 @@ "@thi.ng/rstream": "^8.0.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "file", diff --git a/packages/rstream-log/package.json b/packages/rstream-log/package.json index 85a2224997..f4eb6f3fe8 100644 --- a/packages/rstream-log/package.json +++ b/packages/rstream-log/package.json @@ -43,12 +43,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "datastructure", diff --git a/packages/rstream-query/package.json b/packages/rstream-query/package.json index 41971e41f2..865bb20956 100644 --- a/packages/rstream-query/package.json +++ b/packages/rstream-query/package.json @@ -46,12 +46,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "database", diff --git a/packages/rstream/package.json b/packages/rstream/package.json index d7df885019..24bccfdf63 100644 --- a/packages/rstream/package.json +++ b/packages/rstream/package.json @@ -48,12 +48,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/sax/package.json b/packages/sax/package.json index 67efa7e309..4dc9476cb9 100644 --- a/packages/sax/package.json +++ b/packages/sax/package.json @@ -40,12 +40,12 @@ "@thi.ng/transducers-fsm": "^2.2.18" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/scenegraph/package.json b/packages/scenegraph/package.json index 395d6b2b54..0ec751cece 100644 --- a/packages/scenegraph/package.json +++ b/packages/scenegraph/package.json @@ -41,12 +41,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/seq/package.json b/packages/seq/package.json index d193383c48..0f754bf850 100644 --- a/packages/seq/package.json +++ b/packages/seq/package.json @@ -38,12 +38,12 @@ "@thi.ng/checks": "^3.3.13" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "clojure", diff --git a/packages/sexpr/package.json b/packages/sexpr/package.json index 8aceec3226..61420f4734 100644 --- a/packages/sexpr/package.json +++ b/packages/sexpr/package.json @@ -39,12 +39,12 @@ "@thi.ng/defmulti": "^2.1.37" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/shader-ast-glsl/package.json b/packages/shader-ast-glsl/package.json index db1061cc42..b5685861e6 100644 --- a/packages/shader-ast-glsl/package.json +++ b/packages/shader-ast-glsl/package.json @@ -40,12 +40,12 @@ "@thi.ng/shader-ast": "^0.12.52" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/shader-ast-js/package.json b/packages/shader-ast-js/package.json index 13ead1ca90..5715c4b4bb 100644 --- a/packages/shader-ast-js/package.json +++ b/packages/shader-ast-js/package.json @@ -44,12 +44,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/shader-ast-optimize/package.json b/packages/shader-ast-optimize/package.json index 5b039a6823..9d0462eebf 100644 --- a/packages/shader-ast-optimize/package.json +++ b/packages/shader-ast-optimize/package.json @@ -41,12 +41,12 @@ "@thi.ng/shader-ast": "^0.12.52" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "typescript" diff --git a/packages/shader-ast-stdlib/package.json b/packages/shader-ast-stdlib/package.json index 7fdcaf2e8b..0a8b819351 100644 --- a/packages/shader-ast-stdlib/package.json +++ b/packages/shader-ast-stdlib/package.json @@ -38,12 +38,12 @@ "@thi.ng/shader-ast": "^0.12.52" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/shader-ast/package.json b/packages/shader-ast/package.json index 632b0404bb..218420d963 100644 --- a/packages/shader-ast/package.json +++ b/packages/shader-ast/package.json @@ -45,12 +45,12 @@ "@thi.ng/logger": "^1.4.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ast", diff --git a/packages/simd/package.json b/packages/simd/package.json index 05043fb005..59a79e8a90 100644 --- a/packages/simd/package.json +++ b/packages/simd/package.json @@ -38,13 +38,13 @@ "@thi.ng/transducers-binary": "^2.1.49" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "assemblyscript": "0.27.5", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/soa/package.json b/packages/soa/package.json index 3661d57e15..2b7b648c7a 100644 --- a/packages/soa/package.json +++ b/packages/soa/package.json @@ -41,13 +41,13 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/equiv": "^2.1.23", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/sparse/package.json b/packages/sparse/package.json index 049b032e53..7fbdbe76b7 100644 --- a/packages/sparse/package.json +++ b/packages/sparse/package.json @@ -38,12 +38,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "adjacency", diff --git a/packages/strings/package.json b/packages/strings/package.json index 36b91ee7cf..c9ccf207af 100644 --- a/packages/strings/package.json +++ b/packages/strings/package.json @@ -40,12 +40,12 @@ "@thi.ng/memoize": "^3.1.31" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "ansi", diff --git a/packages/system/package.json b/packages/system/package.json index 39d636c2d0..f851fbb4e7 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -42,12 +42,12 @@ "@thi.ng/logger": "^1.4.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "clojure", diff --git a/packages/tangle/package.json b/packages/tangle/package.json index bcf25be44b..8255eef37d 100644 --- a/packages/tangle/package.json +++ b/packages/tangle/package.json @@ -47,12 +47,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "codegen", diff --git a/packages/testament/package.json b/packages/testament/package.json index 0952c9d07a..42f2f3c823 100644 --- a/packages/testament/package.json +++ b/packages/testament/package.json @@ -39,11 +39,11 @@ "chokidar": "^3.5.3" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", - "rimraf": "^5.0.0", + "@microsoft/api-extractor": "^7.35.3", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "async", diff --git a/packages/text-canvas/package.json b/packages/text-canvas/package.json index 73eff2aa42..be3c85d46a 100644 --- a/packages/text-canvas/package.json +++ b/packages/text-canvas/package.json @@ -45,13 +45,13 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "tslib": "^2.5.0", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "tslib": "^2.5.3", + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "4bit", diff --git a/packages/text-format/package.json b/packages/text-format/package.json index 05281ca75c..eac101969c 100644 --- a/packages/text-format/package.json +++ b/packages/text-format/package.json @@ -39,12 +39,12 @@ "@thi.ng/memoize": "^3.1.31" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "4bit", diff --git a/packages/timestep/package.json b/packages/timestep/package.json index 41b67f83fa..1cab77c2fd 100644 --- a/packages/timestep/package.json +++ b/packages/timestep/package.json @@ -39,12 +39,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "deterministic", diff --git a/packages/transclude/package.json b/packages/transclude/package.json index 8ccf891f0d..11a4d63e72 100644 --- a/packages/transclude/package.json +++ b/packages/transclude/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "engine", diff --git a/packages/transducers-binary/package.json b/packages/transducers-binary/package.json index 27330c394a..1ba0336a85 100644 --- a/packages/transducers-binary/package.json +++ b/packages/transducers-binary/package.json @@ -42,12 +42,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/transducers-fsm/package.json b/packages/transducers-fsm/package.json index 5cfbad2bbf..2cba2f7728 100644 --- a/packages/transducers-fsm/package.json +++ b/packages/transducers-fsm/package.json @@ -38,12 +38,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "fsm", diff --git a/packages/transducers-hdom/package.json b/packages/transducers-hdom/package.json index 577d6b249d..8cf2730f38 100644 --- a/packages/transducers-hdom/package.json +++ b/packages/transducers-hdom/package.json @@ -39,12 +39,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "diff", diff --git a/packages/transducers-patch/package.json b/packages/transducers-patch/package.json index 93b2f11e0f..aeb2ddbb0f 100644 --- a/packages/transducers-patch/package.json +++ b/packages/transducers-patch/package.json @@ -41,12 +41,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "array", diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 8380cce141..da03609f65 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -40,12 +40,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "analysis", diff --git a/packages/transducers/package.json b/packages/transducers/package.json index b3df079da2..045a3ac45b 100644 --- a/packages/transducers/package.json +++ b/packages/transducers/package.json @@ -48,12 +48,12 @@ "@thi.ng/random": "^3.4.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/unionstruct/package.json b/packages/unionstruct/package.json index 12451e03bf..bfc1d1d3b2 100644 --- a/packages/unionstruct/package.json +++ b/packages/unionstruct/package.json @@ -34,12 +34,12 @@ "test": "testament test" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "align", diff --git a/packages/units/package.json b/packages/units/package.json index 49c6a0560b..fcf7e55816 100644 --- a/packages/units/package.json +++ b/packages/units/package.json @@ -40,12 +40,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "acceleration", diff --git a/packages/vclock/package.json b/packages/vclock/package.json index 610f26588c..c77a1e3fe0 100644 --- a/packages/vclock/package.json +++ b/packages/vclock/package.json @@ -37,12 +37,12 @@ "@thi.ng/api": "^8.8.1" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "compare", diff --git a/packages/vector-pools/package.json b/packages/vector-pools/package.json index 7150d2bdd6..8fa112878c 100644 --- a/packages/vector-pools/package.json +++ b/packages/vector-pools/package.json @@ -44,12 +44,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "align", diff --git a/packages/vectors/package.json b/packages/vectors/package.json index 6690ef31aa..af093bd97f 100644 --- a/packages/vectors/package.json +++ b/packages/vectors/package.json @@ -46,12 +46,12 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/viz/package.json b/packages/viz/package.json index 9fcfaa0355..5984128972 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -49,13 +49,13 @@ "@thi.ng/transducers": "^8.4.5" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/date": "^2.4.13", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 28cd177079..0937091a46 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -51,12 +51,12 @@ "@thi.ng/wasm-api": "^1.4.8" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "bindings", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 9e345a8121..3bf45f2d8f 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -40,13 +40,13 @@ "@thi.ng/wasm-api-dom": "^0.11.23" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "@thi.ng/wasm-api-bindgen": "^0.4.3", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "canvas", diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index e716b16bca..6f3142e119 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -45,13 +45,13 @@ "@thi.ng/wasm-api": "^1.4.8" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "@thi.ng/wasm-api-bindgen": "^0.4.3", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "api", diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 756b785c50..d58d64325d 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -39,13 +39,13 @@ "@thi.ng/wasm-api": "^1.4.8" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", "@thi.ng/wasm-api-bindgen": "^0.4.3", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 9c7e3782cb..1121574eb7 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -44,12 +44,12 @@ "@thi.ng/logger": "^1.4.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "allocator", diff --git a/packages/webgl-msdf/package.json b/packages/webgl-msdf/package.json index bfb75e739a..b2ba7c63c9 100644 --- a/packages/webgl-msdf/package.json +++ b/packages/webgl-msdf/package.json @@ -42,13 +42,13 @@ "@thi.ng/webgl": "^6.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "browser", diff --git a/packages/webgl-shadertoy/package.json b/packages/webgl-shadertoy/package.json index 1afdf83fc6..9d5930ec8b 100644 --- a/packages/webgl-shadertoy/package.json +++ b/packages/webgl-shadertoy/package.json @@ -40,13 +40,13 @@ "@thi.ng/webgl": "^6.4.6" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "@types/node": "^20.1.0", - "rimraf": "^5.0.0", + "@types/node": "^20.3.1", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "animation", diff --git a/packages/webgl/package.json b/packages/webgl/package.json index 4398c0f045..6088b74402 100644 --- a/packages/webgl/package.json +++ b/packages/webgl/package.json @@ -56,12 +56,12 @@ "@thi.ng/vectors": "^7.6.14" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "2d", diff --git a/packages/zipper/package.json b/packages/zipper/package.json index c91e7a9e37..ac99fda812 100644 --- a/packages/zipper/package.json +++ b/packages/zipper/package.json @@ -40,12 +40,12 @@ "@thi.ng/errors": "^2.2.16" }, "devDependencies": { - "@microsoft/api-extractor": "^7.34.8", + "@microsoft/api-extractor": "^7.35.3", "@thi.ng/testament": "^0.3.16", - "rimraf": "^5.0.0", + "rimraf": "^5.0.1", "tools": "workspace:^", - "typedoc": "^0.24.6", - "typescript": "^5.0.4" + "typedoc": "^0.24.8", + "typescript": "^5.1.3" }, "keywords": [ "adjacency", diff --git a/yarn.lock b/yarn.lock index 53e46ea9ff..a831e4a81b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -21,9 +21,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/android-arm64@npm:0.17.18" +"@esbuild/android-arm64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/android-arm64@npm:0.18.2" conditions: os=android & cpu=arm64 languageName: node linkType: hard @@ -35,9 +35,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-arm@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/android-arm@npm:0.17.18" +"@esbuild/android-arm@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/android-arm@npm:0.18.2" conditions: os=android & cpu=arm languageName: node linkType: hard @@ -49,9 +49,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/android-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/android-x64@npm:0.17.18" +"@esbuild/android-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/android-x64@npm:0.18.2" conditions: os=android & cpu=x64 languageName: node linkType: hard @@ -63,9 +63,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-arm64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/darwin-arm64@npm:0.17.18" +"@esbuild/darwin-arm64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/darwin-arm64@npm:0.18.2" conditions: os=darwin & cpu=arm64 languageName: node linkType: hard @@ -77,9 +77,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/darwin-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/darwin-x64@npm:0.17.18" +"@esbuild/darwin-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/darwin-x64@npm:0.18.2" conditions: os=darwin & cpu=x64 languageName: node linkType: hard @@ -91,9 +91,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-arm64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/freebsd-arm64@npm:0.17.18" +"@esbuild/freebsd-arm64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/freebsd-arm64@npm:0.18.2" conditions: os=freebsd & cpu=arm64 languageName: node linkType: hard @@ -105,9 +105,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/freebsd-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/freebsd-x64@npm:0.17.18" +"@esbuild/freebsd-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/freebsd-x64@npm:0.18.2" conditions: os=freebsd & cpu=x64 languageName: node linkType: hard @@ -119,9 +119,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-arm64@npm:0.17.18" +"@esbuild/linux-arm64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-arm64@npm:0.18.2" conditions: os=linux & cpu=arm64 languageName: node linkType: hard @@ -133,9 +133,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-arm@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-arm@npm:0.17.18" +"@esbuild/linux-arm@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-arm@npm:0.18.2" conditions: os=linux & cpu=arm languageName: node linkType: hard @@ -147,9 +147,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ia32@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-ia32@npm:0.17.18" +"@esbuild/linux-ia32@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-ia32@npm:0.18.2" conditions: os=linux & cpu=ia32 languageName: node linkType: hard @@ -161,9 +161,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-loong64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-loong64@npm:0.17.18" +"@esbuild/linux-loong64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-loong64@npm:0.18.2" conditions: os=linux & cpu=loong64 languageName: node linkType: hard @@ -175,9 +175,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-mips64el@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-mips64el@npm:0.17.18" +"@esbuild/linux-mips64el@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-mips64el@npm:0.18.2" conditions: os=linux & cpu=mips64el languageName: node linkType: hard @@ -189,9 +189,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-ppc64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-ppc64@npm:0.17.18" +"@esbuild/linux-ppc64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-ppc64@npm:0.18.2" conditions: os=linux & cpu=ppc64 languageName: node linkType: hard @@ -203,9 +203,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-riscv64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-riscv64@npm:0.17.18" +"@esbuild/linux-riscv64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-riscv64@npm:0.18.2" conditions: os=linux & cpu=riscv64 languageName: node linkType: hard @@ -217,9 +217,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-s390x@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-s390x@npm:0.17.18" +"@esbuild/linux-s390x@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-s390x@npm:0.18.2" conditions: os=linux & cpu=s390x languageName: node linkType: hard @@ -231,9 +231,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/linux-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/linux-x64@npm:0.17.18" +"@esbuild/linux-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/linux-x64@npm:0.18.2" conditions: os=linux & cpu=x64 languageName: node linkType: hard @@ -245,9 +245,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/netbsd-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/netbsd-x64@npm:0.17.18" +"@esbuild/netbsd-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/netbsd-x64@npm:0.18.2" conditions: os=netbsd & cpu=x64 languageName: node linkType: hard @@ -259,9 +259,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/openbsd-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/openbsd-x64@npm:0.17.18" +"@esbuild/openbsd-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/openbsd-x64@npm:0.18.2" conditions: os=openbsd & cpu=x64 languageName: node linkType: hard @@ -273,9 +273,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/sunos-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/sunos-x64@npm:0.17.18" +"@esbuild/sunos-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/sunos-x64@npm:0.18.2" conditions: os=sunos & cpu=x64 languageName: node linkType: hard @@ -287,9 +287,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-arm64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/win32-arm64@npm:0.17.18" +"@esbuild/win32-arm64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/win32-arm64@npm:0.18.2" conditions: os=win32 & cpu=arm64 languageName: node linkType: hard @@ -301,9 +301,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-ia32@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/win32-ia32@npm:0.17.18" +"@esbuild/win32-ia32@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/win32-ia32@npm:0.18.2" conditions: os=win32 & cpu=ia32 languageName: node linkType: hard @@ -315,9 +315,9 @@ __metadata: languageName: node linkType: hard -"@esbuild/win32-x64@npm:0.17.18": - version: 0.17.18 - resolution: "@esbuild/win32-x64@npm:0.17.18" +"@esbuild/win32-x64@npm:0.18.2": + version: 0.18.2 + resolution: "@esbuild/win32-x64@npm:0.18.2" conditions: os=win32 & cpu=x64 languageName: node linkType: hard @@ -332,8 +332,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -344,8 +344,8 @@ __metadata: "@thi.ng/api": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/interceptors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -361,8 +361,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -377,8 +377,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-binary": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -397,8 +397,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -410,8 +410,8 @@ __metadata: "@thi.ng/hdom-components": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-binary": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -431,8 +431,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/rstream-dot": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -450,7 +450,7 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" tools: "workspace:^" - typescript: ^5.0.4 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -467,11 +467,11 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@types/express": ^4.17.17 - "@types/node": ^20.1.0 + "@types/node": ^20.3.1 express: ^4.18.2 ts-node: ^10.9.1 - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -489,8 +489,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/transducers-stats": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -501,8 +501,8 @@ __metadata: "@thi.ng/api": "workspace:^" "@thi.ng/atom": "workspace:^" "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -524,8 +524,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -540,8 +540,8 @@ __metadata: "@thi.ng/rstream-gestures": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -562,8 +562,8 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -575,8 +575,8 @@ __metadata: "@thi.ng/geom-api": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/hdom-canvas": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -589,8 +589,8 @@ __metadata: "@thi.ng/geom-fuzz": "workspace:^" "@thi.ng/hiccup-canvas": "workspace:^" "@thi.ng/rstream": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -609,8 +609,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -626,8 +626,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -644,8 +644,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -664,8 +664,8 @@ __metadata: "@thi.ng/poisson": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -680,8 +680,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -693,8 +693,8 @@ __metadata: "@thi.ng/grid-iterators": "workspace:^" "@thi.ng/pixel": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -703,8 +703,8 @@ __metadata: resolution: "@example/hdom-basics@workspace:examples/hdom-basics" dependencies: "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -718,8 +718,8 @@ __metadata: "@thi.ng/hiccup-css": "workspace:^" "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -732,8 +732,8 @@ __metadata: "@thi.ng/hex": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -747,8 +747,8 @@ __metadata: "@thi.ng/math": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -763,8 +763,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -780,8 +780,8 @@ __metadata: "@thi.ng/random": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -802,8 +802,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -819,8 +819,8 @@ __metadata: "@thi.ng/interceptors": "workspace:^" "@thi.ng/paths": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -834,8 +834,8 @@ __metadata: "@thi.ng/hdom-components": "workspace:^" "@thi.ng/interceptors": "workspace:^" "@thi.ng/paths": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -845,8 +845,8 @@ __metadata: dependencies: "@thi.ng/atom": "workspace:^" "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -859,8 +859,8 @@ __metadata: "@thi.ng/hiccup": "workspace:^" "@thi.ng/paths": "workspace:^" "@thi.ng/strings": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -869,8 +869,8 @@ __metadata: resolution: "@example/hdom-inner-html@workspace:examples/hdom-inner-html" dependencies: "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -883,8 +883,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -894,8 +894,8 @@ __metadata: dependencies: "@thi.ng/hdom": "workspace:^" "@thi.ng/paths": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -904,8 +904,8 @@ __metadata: resolution: "@example/hdom-skip-nested@workspace:examples/hdom-skip-nested" dependencies: "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -914,8 +914,8 @@ __metadata: resolution: "@example/hdom-skip@workspace:examples/hdom-skip" dependencies: "@thi.ng/hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -926,8 +926,8 @@ __metadata: "@thi.ng/api": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/paths": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -937,8 +937,8 @@ __metadata: dependencies: "@thi.ng/hdom": "workspace:^" "@thi.ng/hdom-components": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -949,8 +949,8 @@ __metadata: "@thi.ng/api": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -966,8 +966,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -980,8 +980,8 @@ __metadata: "@thi.ng/hdom": "workspace:^" "@thi.ng/hdom-components": "workspace:^" "@thi.ng/hiccup": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -995,8 +995,8 @@ __metadata: "@thi.ng/layout": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/rstream-gestures": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1020,8 +1020,8 @@ __metadata: "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/transducers-stats": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1033,8 +1033,8 @@ __metadata: "@thi.ng/atom": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/interceptors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1046,8 +1046,8 @@ __metadata: "@thi.ng/hdom": "workspace:^" "@thi.ng/interceptors": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1063,8 +1063,8 @@ __metadata: "@thi.ng/math": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1074,8 +1074,8 @@ __metadata: dependencies: "@thi.ng/hdom": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1090,8 +1090,8 @@ __metadata: "@thi.ng/random": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1104,8 +1104,8 @@ __metadata: "@thi.ng/expose": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/strings": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1123,8 +1123,8 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1138,8 +1138,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1153,8 +1153,8 @@ __metadata: "@thi.ng/rstream-gestures": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1171,7 +1171,7 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" tools: "workspace:^" - typescript: ^5.0.4 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -1192,8 +1192,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-binary": "workspace:^" "@ygoe/msgpack": ^1.0.3 - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1203,8 +1203,8 @@ __metadata: dependencies: "@thi.ng/pixel": "workspace:^" "@thi.ng/porter-duff": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1215,8 +1215,8 @@ __metadata: "@thi.ng/api": "workspace:^" "@thi.ng/pixel": "workspace:^" "@thi.ng/pixel-dither": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1227,8 +1227,8 @@ __metadata: "@thi.ng/color-palettes": "workspace:^" "@thi.ng/pixel": "workspace:^" "@thi.ng/pixel-dither": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1237,8 +1237,8 @@ __metadata: resolution: "@example/pixel-normal-map@workspace:examples/pixel-normal-map" dependencies: "@thi.ng/pixel": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1255,8 +1255,8 @@ __metadata: "@thi.ng/rdom": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1269,7 +1269,7 @@ __metadata: "@thi.ng/pointfree": "workspace:^" "@thi.ng/pointfree-lang": "workspace:^" tools: "workspace:^" - typescript: ^5.0.4 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -1282,8 +1282,8 @@ __metadata: "@thi.ng/math": "workspace:^" "@thi.ng/poisson": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1296,8 +1296,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1307,8 +1307,8 @@ __metadata: dependencies: "@thi.ng/pixel": "workspace:^" "@thi.ng/porter-duff": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1323,8 +1323,8 @@ __metadata: "@thi.ng/ramp": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1338,8 +1338,8 @@ __metadata: "@thi.ng/pixel": "workspace:^" "@thi.ng/rasterize": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1352,8 +1352,8 @@ __metadata: "@thi.ng/rdom": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1365,8 +1365,8 @@ __metadata: "@thi.ng/rdom-canvas": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1380,8 +1380,8 @@ __metadata: "@thi.ng/rdom": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1394,8 +1394,8 @@ __metadata: "@thi.ng/hiccup-html": "workspace:^" "@thi.ng/rdom": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1410,8 +1410,8 @@ __metadata: "@thi.ng/rdom-canvas": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1429,8 +1429,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@ygoe/msgpack": ^1.0.3 - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1445,8 +1445,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1465,8 +1465,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1480,8 +1480,8 @@ __metadata: "@thi.ng/hdom": "workspace:^" "@thi.ng/interceptors": "workspace:^" "@thi.ng/router": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1498,8 +1498,8 @@ __metadata: "@thi.ng/rstream-gestures": "workspace:^" "@thi.ng/rstream-graph": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1512,8 +1512,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1534,8 +1534,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/rstream-graph": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1546,8 +1546,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1571,8 +1571,8 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1583,8 +1583,8 @@ __metadata: "@thi.ng/rdom": "workspace:^" "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1601,8 +1601,8 @@ __metadata: "@thi.ng/scenegraph": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1618,8 +1618,8 @@ __metadata: "@thi.ng/scenegraph": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1631,8 +1631,8 @@ __metadata: "@thi.ng/shader-ast-glsl": "workspace:^" "@thi.ng/shader-ast-js": "workspace:^" "@thi.ng/shader-ast-stdlib": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1648,8 +1648,8 @@ __metadata: "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" "@thi.ng/webgl-shadertoy": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1662,8 +1662,8 @@ __metadata: "@thi.ng/shader-ast-js": "workspace:^" "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1676,8 +1676,8 @@ __metadata: "@thi.ng/shader-ast-js": "workspace:^" "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1690,8 +1690,8 @@ __metadata: "@thi.ng/shader-ast-js": "workspace:^" "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1705,8 +1705,8 @@ __metadata: "@thi.ng/shader-ast-glsl": "workspace:^" "@thi.ng/shader-ast-js": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1725,9 +1725,9 @@ __metadata: "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-stats": "workspace:^" - esbuild: ^0.17.18 - typescript: ^5.0.4 - vite: ^4.3.5 + esbuild: ^0.18.2 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1746,8 +1746,8 @@ __metadata: "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1764,8 +1764,8 @@ __metadata: "@thi.ng/shader-ast": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1779,8 +1779,8 @@ __metadata: "@thi.ng/math": "workspace:^" "@thi.ng/strings": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1791,8 +1791,8 @@ __metadata: "@thi.ng/geom": "workspace:^" "@thi.ng/poisson": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1803,8 +1803,8 @@ __metadata: "@thi.ng/hdom": "workspace:^" "@thi.ng/math": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1816,8 +1816,8 @@ __metadata: "@thi.ng/random": "workspace:^" "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1833,8 +1833,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/sax": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1850,8 +1850,8 @@ __metadata: "@thi.ng/hiccup-svg": "workspace:^" "@thi.ng/interceptors": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1865,8 +1865,8 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1877,8 +1877,8 @@ __metadata: "@thi.ng/pixel": "workspace:^" "@thi.ng/text-canvas": "workspace:^" "@thi.ng/text-format": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1892,8 +1892,8 @@ __metadata: "@thi.ng/text-canvas": "workspace:^" "@thi.ng/text-format": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1905,8 +1905,8 @@ __metadata: "@thi.ng/atom": "workspace:^" "@thi.ng/hdom": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1941,8 +1941,8 @@ __metadata: "@thi.ng/rstream-gestures": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1953,8 +1953,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1973,8 +1973,8 @@ __metadata: "@thi.ng/paths": "workspace:^" "@thi.ng/rstream-query": "workspace:^" "@thi.ng/transducers": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -1987,8 +1987,8 @@ __metadata: "@thi.ng/pixel": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2005,8 +2005,8 @@ __metadata: "@thi.ng/rstream-gestures": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2021,8 +2021,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2038,8 +2038,8 @@ __metadata: "@thi.ng/rstream": "workspace:^" "@thi.ng/shader-ast": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2052,8 +2052,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2069,8 +2069,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2091,8 +2091,8 @@ __metadata: "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" "@thi.ng/webgl-msdf": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2104,8 +2104,8 @@ __metadata: "@thi.ng/shader-ast": "workspace:^" "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2117,8 +2117,8 @@ __metadata: "@thi.ng/shader-ast-stdlib": "workspace:^" "@thi.ng/webgl": "workspace:^" "@thi.ng/webgl-shadertoy": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2138,8 +2138,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/vectors": "workspace:^" "@thi.ng/webgl": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2153,8 +2153,8 @@ __metadata: "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-binary": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2171,8 +2171,8 @@ __metadata: "@thi.ng/strings": "workspace:^" "@thi.ng/transducers": "workspace:^" "@thi.ng/transducers-hdom": "workspace:^" - typescript: ^5.0.4 - vite: ^4.3.5 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2186,9 +2186,9 @@ __metadata: "@thi.ng/random": "workspace:^" "@thi.ng/wasm-api": "workspace:^" "@thi.ng/wasm-api-dom": "workspace:^" - rimraf: ^5.0.0 - typescript: ^5.0.4 - vite: ^4.3.5 + rimraf: ^5.0.1 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2200,9 +2200,9 @@ __metadata: "@thi.ng/wasm-api": "workspace:^" "@thi.ng/wasm-api-canvas": "workspace:^" "@thi.ng/wasm-api-dom": "workspace:^" - rimraf: ^5.0.0 - typescript: ^5.0.4 - vite: ^4.3.5 + rimraf: ^5.0.1 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2214,9 +2214,9 @@ __metadata: "@thi.ng/wasm-api": "workspace:^" "@thi.ng/wasm-api-dom": "workspace:^" "@thi.ng/wasm-api-schedule": "workspace:^" - rimraf: ^5.0.0 - typescript: ^5.0.4 - vite: ^4.3.5 + rimraf: ^5.0.1 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2230,9 +2230,9 @@ __metadata: "@thi.ng/wasm-api-bindgen": "workspace:^" "@thi.ng/wasm-api-dom": "workspace:^" "@thi.ng/wasm-api-schedule": "workspace:^" - rimraf: ^5.0.0 - typescript: ^5.0.4 - vite: ^4.3.5 + rimraf: ^5.0.1 + typescript: ^5.1.3 + vite: ^4.3.9 languageName: unknown linkType: soft @@ -2319,53 +2319,53 @@ __metadata: languageName: node linkType: hard -"@microsoft/api-documenter@npm:^7.22.4": - version: 7.22.4 - resolution: "@microsoft/api-documenter@npm:7.22.4" +"@microsoft/api-documenter@npm:^7.22.18": + version: 7.22.18 + resolution: "@microsoft/api-documenter@npm:7.22.18" dependencies: - "@microsoft/api-extractor-model": 7.26.8 + "@microsoft/api-extractor-model": 7.27.2 "@microsoft/tsdoc": 0.14.2 - "@rushstack/node-core-library": 3.58.0 - "@rushstack/ts-command-line": 4.13.2 + "@rushstack/node-core-library": 3.59.3 + "@rushstack/ts-command-line": 4.15.0 colors: ~1.2.1 js-yaml: ~3.13.1 resolve: ~1.22.1 bin: api-documenter: bin/api-documenter - checksum: 71ad31e738f4743498b886c99c0d3bde7f78c808989389daaf750587f9feb4ffa4b30ca86b44f9945cda94a792cc3dee8190212e0c3cf42fbef20d6d7a84075c + checksum: a0c2c309a8954f14bc46f87804904c88f224ebce65d595628dedd0dc35a6bca5bf728411a8f8a7f5c61dd56b13cd47521ff63fb4a9cdd5e69b45a6d072fff9fe languageName: node linkType: hard -"@microsoft/api-extractor-model@npm:7.26.8": - version: 7.26.8 - resolution: "@microsoft/api-extractor-model@npm:7.26.8" +"@microsoft/api-extractor-model@npm:7.27.2": + version: 7.27.2 + resolution: "@microsoft/api-extractor-model@npm:7.27.2" dependencies: "@microsoft/tsdoc": 0.14.2 "@microsoft/tsdoc-config": ~0.16.1 - "@rushstack/node-core-library": 3.58.0 - checksum: ce1bafefbfad59d16a7d4bbc24702cae42910f286c45d50a60758f4318db594c3e6c8cf5fd2145668cd14f1364f84927781788d1fd45840e443156dde15d0553 + "@rushstack/node-core-library": 3.59.3 + checksum: 8348cbd7443effeef2a02794d232e5bc97d5a0afb0897b155749836194492b9511c903e1c025d50bf3e4320d0a0add86554ea9d8502e616c8f9dcab00bb81688 languageName: node linkType: hard -"@microsoft/api-extractor@npm:^7.34.8": - version: 7.34.8 - resolution: "@microsoft/api-extractor@npm:7.34.8" +"@microsoft/api-extractor@npm:^7.35.3": + version: 7.35.3 + resolution: "@microsoft/api-extractor@npm:7.35.3" dependencies: - "@microsoft/api-extractor-model": 7.26.8 + "@microsoft/api-extractor-model": 7.27.2 "@microsoft/tsdoc": 0.14.2 "@microsoft/tsdoc-config": ~0.16.1 - "@rushstack/node-core-library": 3.58.0 - "@rushstack/rig-package": 0.3.18 - "@rushstack/ts-command-line": 4.13.2 + "@rushstack/node-core-library": 3.59.3 + "@rushstack/rig-package": 0.3.20 + "@rushstack/ts-command-line": 4.15.0 colors: ~1.2.1 lodash: ~4.17.15 resolve: ~1.22.1 semver: ~7.3.0 source-map: ~0.6.1 - typescript: ~4.8.4 + typescript: ~5.0.4 bin: api-extractor: bin/api-extractor - checksum: 2757a080032788642c9659e7fffc0d0dda7fd29d023ce548760a08fc0569f025f22b84e38061cf61e3570c5ab5298d4178e9d36b78cd8fc75ffd2893485b32f7 + checksum: 378f4ff7416ed5e6ecc59afeab04c04aeb68b7ace36c0947cd50300cf285efec5b7676663ce6e80e543f84a80f50acdb0f8492e50d5a298b0ccff5b036da3c68 languageName: node linkType: hard @@ -2422,9 +2422,9 @@ __metadata: languageName: node linkType: hard -"@rushstack/node-core-library@npm:3.58.0": - version: 3.58.0 - resolution: "@rushstack/node-core-library@npm:3.58.0" +"@rushstack/node-core-library@npm:3.59.3": + version: 3.59.3 + resolution: "@rushstack/node-core-library@npm:3.59.3" dependencies: colors: ~1.2.1 fs-extra: ~7.0.1 @@ -2438,29 +2438,29 @@ __metadata: peerDependenciesMeta: "@types/node": optional: true - checksum: b116ae3830e93c7391a65eea88d2b323dbf4ddb9d88363b8a77e85bf8baf67c26fa4bcd9608d07b858910af2cce95b10b68468e5c6d7b1b5fef70474c92de3e5 + checksum: 78463efbd5e9bc002b41bbdf6a2ce4aad783350bead33d7ba714db74703605fd8ebb269b757446006fd5926f6e52f74dd27c4c0883f5c2e271eaba516502de99 languageName: node linkType: hard -"@rushstack/rig-package@npm:0.3.18": - version: 0.3.18 - resolution: "@rushstack/rig-package@npm:0.3.18" +"@rushstack/rig-package@npm:0.3.20": + version: 0.3.20 + resolution: "@rushstack/rig-package@npm:0.3.20" dependencies: resolve: ~1.22.1 strip-json-comments: ~3.1.1 - checksum: 41e719fb14d99e0f79093523fede051dba2be5f53d63d5ae45c2ea1b8448e298e0303d8453be3f9ac5e8bb99e3dcf3ddbe4cc59d9be5eddb914286acbdd0a2f3 + checksum: 91a902e89c14faed173a2d58a50458155748e3e679c98392cd17acddf54a225b863ba0f2939d270ea24701bc4d16b54c0429269580629d4a508381040cc72ff8 languageName: node linkType: hard -"@rushstack/ts-command-line@npm:4.13.2": - version: 4.13.2 - resolution: "@rushstack/ts-command-line@npm:4.13.2" +"@rushstack/ts-command-line@npm:4.15.0": + version: 4.15.0 + resolution: "@rushstack/ts-command-line@npm:4.15.0" dependencies: "@types/argparse": 1.0.38 argparse: ~1.0.9 colors: ~1.2.1 string-argv: ~0.3.1 - checksum: 3938e533e08d5cf4007a651d1aab658a7a60d6136a56414e2370b64434657a5d5a9eff442da4ddc260d5e6dc90f82428de64dbcfa1285e9ae176629f7fcd821d + checksum: e0113516e04900a71311211a2f4f376f514698c96dca94ffebf2080913b601ca54a1a99556a56d149d3378afa2433c895517e3d12f76cc870bce60b7fac21d9a languageName: node linkType: hard @@ -2597,12 +2597,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/adapt-dpi@workspace:packages/adapt-dpi" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2610,7 +2610,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/adjacency@workspace:packages/adjacency" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/bitfield": ^2.2.28 @@ -2619,10 +2619,10 @@ __metadata: "@thi.ng/sparse": ^0.3.49 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2630,12 +2630,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/api@workspace:packages/api" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2643,16 +2643,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/args@workspace:packages/args" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2660,7 +2660,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/arrays@workspace:packages/arrays" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/compare": ^2.1.31 @@ -2668,10 +2668,10 @@ __metadata: "@thi.ng/errors": ^2.2.16 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2679,7 +2679,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/associative@workspace:packages/associative" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/binary": ^3.3.25 @@ -2691,11 +2691,11 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2703,17 +2703,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/atom@workspace:packages/atom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/equiv": ^2.1.23 "@thi.ng/errors": ^2.2.16 "@thi.ng/paths": ^5.1.37 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2721,7 +2721,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/axidraw@workspace:packages/axidraw" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/compose": ^2.1.33 @@ -2733,11 +2733,11 @@ __metadata: "@thi.ng/transducers": ^8.4.5 "@thi.ng/units": ^0.4.4 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 serialport: ^11.0.0 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2745,13 +2745,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/base-n@workspace:packages/base-n" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/hex": ^2.3.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2759,14 +2759,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/bench@workspace:packages/bench" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2774,7 +2774,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/bencode@workspace:packages/bencode" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 @@ -2782,10 +2782,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/transducers-binary": ^2.1.49 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2793,13 +2793,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/binary@workspace:packages/binary" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2807,16 +2807,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/bitfield@workspace:packages/bitfield" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/errors": ^2.2.16 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2824,13 +2824,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/bitstream@workspace:packages/bitstream" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2838,15 +2838,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/cache@workspace:packages/cache" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/dcons": ^3.2.44 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2854,17 +2854,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/cellular@workspace:packages/cellular" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2872,14 +2872,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/checks@workspace:packages/checks" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2887,7 +2887,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/color-palettes@workspace:packages/color-palettes" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/base-n": ^2.5.4 "@thi.ng/checks": ^3.3.13 @@ -2895,10 +2895,10 @@ __metadata: "@thi.ng/errors": ^2.2.16 "@thi.ng/hex": ^2.3.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2906,7 +2906,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/color@workspace:packages/color" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/binary": ^3.3.25 @@ -2921,10 +2921,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2932,7 +2932,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/colored-noise@workspace:packages/colored-noise" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/dsp": ^4.3.14 @@ -2942,10 +2942,10 @@ __metadata: "@thi.ng/text-canvas": ^2.4.44 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2953,13 +2953,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/compare@workspace:packages/compare" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2967,16 +2967,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/complex@workspace:packages/complex" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2984,14 +2984,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/compose@workspace:packages/compose" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -2999,7 +2999,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -3007,10 +3007,10 @@ __metadata: "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3018,16 +3018,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/csv@workspace:packages/csv" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3035,15 +3035,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/date@workspace:packages/date" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3051,7 +3051,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dcons@workspace:packages/dcons" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/compare": ^2.1.31 @@ -3060,10 +3060,10 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3071,15 +3071,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/defmulti@workspace:packages/defmulti" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/logger": ^1.4.14 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3087,15 +3087,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dgraph-dot@workspace:packages/dgraph-dot" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/dgraph": ^2.1.49 "@thi.ng/dot": ^2.1.35 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3103,17 +3103,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dgraph@workspace:packages/dgraph" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/equiv": ^2.1.23 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3121,14 +3121,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/diff@workspace:packages/diff" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/equiv": ^2.1.23 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3136,14 +3136,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/distance-transform@workspace:packages/distance-transform" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/pixel": ^4.2.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3151,7 +3151,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/distance@workspace:packages/distance" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 @@ -3159,10 +3159,10 @@ __metadata: "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3170,15 +3170,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dl-asset@workspace:packages/dl-asset" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/mime": ^2.2.18 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3186,13 +3186,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dlogic@workspace:packages/dlogic" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3200,14 +3200,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dot@workspace:packages/dot" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3215,17 +3215,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dsp-io-wav@workspace:packages/dsp-io-wav" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/transducers-binary": ^2.1.49 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3233,7 +3233,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dsp@workspace:packages/dsp" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 @@ -3241,10 +3241,10 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3252,13 +3252,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dual-algebra@workspace:packages/dual-algebra" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3266,14 +3266,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/dynvar@workspace:packages/dynvar" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3281,7 +3281,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/ecs@workspace:packages/ecs" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/binary": ^3.3.25 @@ -3294,11 +3294,11 @@ __metadata: "@thi.ng/malloc": ^6.1.37 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3306,7 +3306,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/egf@workspace:packages/egf" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/checks": ^3.3.13 @@ -3318,10 +3318,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers-binary": ^2.1.49 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3329,12 +3329,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/emoji@workspace:packages/emoji" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3342,12 +3342,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/equiv@workspace:packages/equiv" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3355,13 +3355,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/errors@workspace:packages/errors" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3369,13 +3369,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/expose@workspace:packages/expose" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3383,17 +3383,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/file-io@workspace:packages/file-io" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/hex": ^2.3.10 "@thi.ng/logger": ^1.4.14 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3401,7 +3401,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/fsm@workspace:packages/fsm" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/equiv": ^2.1.23 @@ -3409,10 +3409,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3420,7 +3420,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/fuzzy-viz@workspace:packages/fuzzy-viz" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/fuzzy": ^2.1.34 "@thi.ng/hiccup": ^4.2.41 @@ -3429,10 +3429,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/text-canvas": ^2.4.44 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3440,14 +3440,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/fuzzy@workspace:packages/fuzzy" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3455,7 +3455,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-accel@workspace:packages/geom-accel" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -3469,10 +3469,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3480,14 +3480,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-api@workspace:packages/geom-api" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3495,17 +3495,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-arc@workspace:packages/geom-arc" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/geom-resample": ^2.2.16 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3513,7 +3513,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-axidraw@workspace:packages/geom-axidraw" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/axidraw": ^1.1.5 @@ -3527,10 +3527,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3538,15 +3538,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-line@workspace:packages/geom-clip-line" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/geom-isec": ^2.1.58 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3554,16 +3554,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-clip-poly@workspace:packages/geom-clip-poly" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/geom-isec": ^2.1.58 "@thi.ng/geom-poly-utils": ^2.3.42 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3571,15 +3571,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-closest-point@workspace:packages/geom-closest-point" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3587,7 +3587,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-fuzz@workspace:packages/geom-fuzz" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/color": ^5.5.2 @@ -3599,10 +3599,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3610,14 +3610,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-hull@workspace:packages/geom-hull" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3625,15 +3625,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-io-obj@workspace:packages/geom-io-obj" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3641,17 +3641,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-isec@workspace:packages/geom-isec" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/geom-closest-point": ^2.1.54 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3659,15 +3659,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-isoline@workspace:packages/geom-isoline" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3675,17 +3675,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-poly-utils@workspace:packages/geom-poly-utils" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3693,7 +3693,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-resample@workspace:packages/geom-resample" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/geom-closest-point": ^2.1.54 @@ -3701,10 +3701,10 @@ __metadata: "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3712,7 +3712,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-sdf@workspace:packages/geom-sdf" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 @@ -3726,10 +3726,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3737,7 +3737,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-splines@workspace:packages/geom-splines" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom-api": ^3.4.16 @@ -3746,10 +3746,10 @@ __metadata: "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3757,16 +3757,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-subdiv-curve@workspace:packages/geom-subdiv-curve" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3774,7 +3774,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-tessellate@workspace:packages/geom-tessellate" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/geom-isec": ^2.1.58 @@ -3782,10 +3782,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3793,7 +3793,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-trace-bitmap@workspace:packages/geom-trace-bitmap" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/grid-iterators": ^4.0.3 @@ -3801,10 +3801,10 @@ __metadata: "@thi.ng/pixel": ^4.2.5 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3812,7 +3812,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom-voronoi@workspace:packages/geom-voronoi" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/bitfield": ^2.2.28 "@thi.ng/checks": ^3.3.13 @@ -3824,10 +3824,10 @@ __metadata: "@thi.ng/quad-edge": ^3.1.28 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3835,7 +3835,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/geom@workspace:packages/geom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/associative": ^6.2.37 @@ -3864,10 +3864,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3875,7 +3875,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/gp@workspace:packages/gp" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/math": ^5.4.10 @@ -3883,10 +3883,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/zipper": ^2.1.42 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3894,7 +3894,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/grid-iterators@workspace:packages/grid-iterators" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/binary": ^3.3.25 @@ -3904,10 +3904,10 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3915,18 +3915,18 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hdiff@workspace:packages/hdiff" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/diff": ^5.1.31 "@thi.ng/hiccup": ^4.2.41 "@thi.ng/hiccup-css": ^2.1.50 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: hdiff: bin/hdiff languageName: unknown @@ -3936,7 +3936,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hdom-canvas@workspace:packages/hdom-canvas" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/diff": ^5.1.31 @@ -3944,10 +3944,10 @@ __metadata: "@thi.ng/hdom": ^9.3.9 "@thi.ng/hiccup-canvas": ^2.3.5 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3955,7 +3955,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hdom-components@workspace:packages/hdom-components" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/adapt-dpi": ^2.2.12 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 @@ -3963,10 +3963,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/transducers-stats": ^2.1.49 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3974,15 +3974,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hdom-mock@workspace:packages/hdom-mock" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/hdom": ^9.3.9 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -3990,7 +3990,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hdom@workspace:packages/hdom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/atom": ^5.2.2 "@thi.ng/checks": ^3.3.13 @@ -4001,10 +4001,10 @@ __metadata: "@thi.ng/logger": ^1.4.14 "@thi.ng/prefixes": ^2.1.23 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4012,15 +4012,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/heaps@workspace:packages/heaps" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/compare": ^2.1.31 "@thi.ng/equiv": ^2.1.23 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4028,12 +4028,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hex@workspace:packages/hex" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4041,7 +4041,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-canvas@workspace:packages/hiccup-canvas" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/color": ^5.5.2 @@ -4049,10 +4049,10 @@ __metadata: "@thi.ng/pixel": ^4.2.5 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4060,13 +4060,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-carbon-icons@workspace:packages/hiccup-carbon-icons" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/hiccup": ^4.2.41 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4074,16 +4074,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-css@workspace:packages/hiccup-css" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4091,13 +4091,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-html@workspace:packages/hiccup-html" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4105,7 +4105,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-markdown@workspace:packages/hiccup-markdown" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -4118,10 +4118,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/text-canvas": ^2.4.44 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4129,15 +4129,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup-svg@workspace:packages/hiccup-svg" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/color": ^5.5.2 "@thi.ng/prefixes": ^2.1.23 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4145,17 +4145,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/hiccup@workspace:packages/hiccup" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/atom": ^5.2.2 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4163,15 +4163,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/idgen@workspace:packages/idgen" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4179,7 +4179,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/iges@workspace:packages/iges" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 @@ -4187,10 +4187,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4198,7 +4198,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/imgui@workspace:packages/imgui" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom": ^5.0.3 @@ -4210,10 +4210,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4221,7 +4221,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/interceptors@workspace:packages/interceptors" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/atom": ^5.2.2 "@thi.ng/checks": ^3.3.13 @@ -4229,10 +4229,10 @@ __metadata: "@thi.ng/logger": ^1.4.14 "@thi.ng/paths": ^5.1.37 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4240,16 +4240,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/intervals@workspace:packages/intervals" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/dlogic": ^2.1.31 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4257,15 +4257,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/iterators@workspace:packages/iterators" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/dcons": ^3.2.44 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4273,17 +4273,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/k-means@workspace:packages/k-means" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/distance": ^2.4.0 "@thi.ng/errors": ^2.2.16 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4291,16 +4291,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/ksuid@workspace:packages/ksuid" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/base-n": ^2.5.4 "@thi.ng/errors": ^2.2.16 "@thi.ng/random": ^3.4.1 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: ksuid: bin/ksuid languageName: unknown @@ -4310,13 +4310,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/layout@workspace:packages/layout" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4324,15 +4324,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/leb128@workspace:packages/leb128" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers-binary": ^2.1.49 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4340,11 +4340,11 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/logger@workspace:packages/logger" dependencies: - "@microsoft/api-extractor": ^7.34.8 - rimraf: ^5.0.0 + "@microsoft/api-extractor": ^7.35.3 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4352,13 +4352,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/lowdisc@workspace:packages/lowdisc" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4366,7 +4366,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/lsys@workspace:packages/lsys" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/compose": ^2.1.33 "@thi.ng/errors": ^2.2.16 @@ -4375,10 +4375,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4386,16 +4386,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/malloc@workspace:packages/malloc" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4403,7 +4403,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/markdown-table@workspace:packages/markdown-table" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/compose": ^2.1.33 @@ -4411,10 +4411,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4422,13 +4422,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/math@workspace:packages/math" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4436,16 +4436,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/matrices@workspace:packages/matrices" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4453,13 +4453,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/memoize@workspace:packages/memoize" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4467,13 +4467,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/mime@workspace:packages/mime" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4481,16 +4481,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/morton@workspace:packages/morton" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/errors": ^2.2.16 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4498,16 +4498,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/oquery@workspace:packages/oquery" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 "@thi.ng/equiv": ^2.1.23 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4515,17 +4515,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/parse@workspace:packages/parse" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 "@thi.ng/errors": ^2.2.16 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4533,15 +4533,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/paths@workspace:packages/paths" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4549,15 +4549,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pixel-dither@workspace:packages/pixel-dither" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/math": ^5.4.10 "@thi.ng/pixel": ^4.2.5 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4565,15 +4565,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pixel-io-geotiff@workspace:packages/pixel-io-geotiff" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/pixel": ^4.2.5 "@thi.ng/testament": ^0.3.16 geotiff: ^2.0.7 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4581,15 +4581,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pixel-io-netpbm@workspace:packages/pixel-io-netpbm" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/pixel": ^4.2.5 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4597,7 +4597,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pixel@workspace:packages/pixel" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/checks": ^3.3.13 @@ -4607,11 +4607,11 @@ __metadata: "@thi.ng/math": ^5.4.10 "@thi.ng/porter-duff": ^2.1.33 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4619,7 +4619,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pointfree-lang@workspace:packages/pointfree-lang" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/args": ^2.2.26 "@thi.ng/bench": ^3.3.0 @@ -4628,10 +4628,10 @@ __metadata: "@thi.ng/pointfree": ^3.1.36 "@thi.ng/testament": ^0.3.16 pegjs: 0.11.0-master.b7b87ea - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: pointfree: bin/pointfree languageName: unknown @@ -4641,17 +4641,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/pointfree@workspace:packages/pointfree" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/compose": ^2.1.33 "@thi.ng/equiv": ^2.1.23 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4659,17 +4659,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/poisson@workspace:packages/poisson" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/geom-api": ^3.4.16 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4677,14 +4677,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/porter-duff@workspace:packages/porter-duff" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4692,12 +4692,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/prefixes@workspace:packages/prefixes" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4705,13 +4705,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/quad-edge@workspace:packages/quad-edge" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4719,17 +4719,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/arrays": ^2.5.12 "@thi.ng/compare": ^2.1.31 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4737,15 +4737,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/random-fxhash@workspace:packages/random-fxhash" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/base-n": ^2.5.4 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4753,16 +4753,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/random@workspace:packages/random" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/hex": ^2.3.10 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4770,14 +4770,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/range-coder@workspace:packages/range-coder" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/bitstream": ^2.2.21 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4785,7 +4785,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rasterize@workspace:packages/rasterize" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/equiv": ^2.1.23 @@ -4794,10 +4794,10 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4805,7 +4805,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rdom-canvas@workspace:packages/rdom-canvas" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/adapt-dpi": ^2.2.12 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 @@ -4814,10 +4814,10 @@ __metadata: "@thi.ng/rdom": ^0.11.3 "@thi.ng/rstream": ^8.0.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4825,7 +4825,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rdom-components@workspace:packages/rdom-components" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/hiccup-html": ^2.2.15 @@ -4834,10 +4834,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4845,7 +4845,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rdom@workspace:packages/rdom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 @@ -4855,10 +4855,10 @@ __metadata: "@thi.ng/rstream": ^8.0.3 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4866,16 +4866,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/resolve-map@workspace:packages/resolve-map" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/paths": ^5.1.37 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4883,14 +4883,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rle-pack@workspace:packages/rle-pack" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/bitstream": ^2.2.21 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4898,17 +4898,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/router@workspace:packages/router" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/equiv": ^2.1.23 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4916,14 +4916,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/csp": ^2.1.49 "@thi.ng/rstream": ^8.0.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4931,15 +4931,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-dot@workspace:packages/rstream-dot" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/rstream": ^8.0.3 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4947,17 +4947,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-gestures@workspace:packages/rstream-gestures" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/math": ^5.4.10 "@thi.ng/rstream": ^8.0.3 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4965,7 +4965,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-graph@workspace:packages/rstream-graph" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/atom": ^5.2.2 "@thi.ng/checks": ^3.3.13 @@ -4975,10 +4975,10 @@ __metadata: "@thi.ng/rstream": ^8.0.3 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -4986,14 +4986,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-log-file@workspace:packages/rstream-log-file" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/rstream": ^8.0.3 "@thi.ng/testament": ^0.3.16 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5001,7 +5001,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-log@workspace:packages/rstream-log" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 @@ -5010,10 +5010,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5021,7 +5021,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream-query@workspace:packages/rstream-query" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 "@thi.ng/checks": ^3.3.13 @@ -5033,10 +5033,10 @@ __metadata: "@thi.ng/rstream-dot": ^3.0.3 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5044,7 +5044,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/rstream@workspace:packages/rstream" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/associative": ^6.2.37 @@ -5054,10 +5054,10 @@ __metadata: "@thi.ng/logger": ^1.4.14 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5065,16 +5065,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/sax@workspace:packages/sax" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/transducers-fsm": ^2.2.18 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5082,17 +5082,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/scenegraph@workspace:packages/scenegraph" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/matrices": ^2.1.55 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5100,14 +5100,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/seq@workspace:packages/seq" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5115,15 +5115,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/sexpr@workspace:packages/sexpr" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5131,16 +5131,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-glsl@workspace:packages/shader-ast-glsl" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5148,7 +5148,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-js@workspace:packages/shader-ast-js" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 @@ -5158,10 +5158,10 @@ __metadata: "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5169,17 +5169,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-optimize@workspace:packages/shader-ast-optimize" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/defmulti": ^2.1.37 "@thi.ng/logger": ^1.4.14 "@thi.ng/math": ^5.4.10 "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5187,14 +5187,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/shader-ast-stdlib@workspace:packages/shader-ast-stdlib" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5202,7 +5202,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/shader-ast@workspace:packages/shader-ast" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/defmulti": ^2.1.37 @@ -5210,10 +5210,10 @@ __metadata: "@thi.ng/errors": ^2.2.16 "@thi.ng/logger": ^1.4.14 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5221,14 +5221,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/simd@workspace:packages/simd" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers-binary": ^2.1.49 assemblyscript: 0.27.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5236,7 +5236,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/soa@workspace:packages/soa" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/equiv": ^2.1.23 @@ -5244,10 +5244,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers-binary": ^2.1.49 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5255,15 +5255,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/sparse@workspace:packages/sparse" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5271,16 +5271,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/strings@workspace:packages/strings" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 "@thi.ng/hex": ^2.3.10 "@thi.ng/memoize": ^3.1.31 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5288,15 +5288,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/system@workspace:packages/system" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/dgraph": ^2.1.49 "@thi.ng/logger": ^1.4.14 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5304,7 +5304,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/tangle@workspace:packages/tangle" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/args": ^2.2.26 "@thi.ng/checks": ^3.3.13 @@ -5316,10 +5316,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: tangle: bin/tangle languageName: unknown @@ -5329,13 +5329,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/testament@workspace:packages/testament" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/logger": ^1.4.14 chokidar: ^3.5.3 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: testament: bin/testament.mjs languageName: unknown @@ -5345,7 +5345,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/text-canvas@workspace:packages/text-canvas" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -5356,11 +5356,11 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/text-format": ^1.4.5 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - tslib: ^2.5.0 - typedoc: ^0.24.6 - typescript: ^5.0.4 + tslib: ^2.5.3 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5368,15 +5368,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/text-format@workspace:packages/text-format" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/hex": ^2.3.10 "@thi.ng/memoize": ^3.1.31 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5384,15 +5384,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/timestep@workspace:packages/timestep" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/math": ^5.4.10 "@thi.ng/testament": ^0.3.16 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5400,7 +5400,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transclude@workspace:packages/transclude" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/file-io": ^0.5.10 @@ -5408,10 +5408,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5419,7 +5419,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers-binary@workspace:packages/transducers-binary" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/binary": ^3.3.25 "@thi.ng/compose": ^2.1.33 "@thi.ng/errors": ^2.2.16 @@ -5427,10 +5427,10 @@ __metadata: "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5438,14 +5438,14 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers-fsm@workspace:packages/transducers-fsm" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5453,15 +5453,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers-hdom@workspace:packages/transducers-hdom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/hdom": ^9.3.9 "@thi.ng/hiccup": ^4.2.41 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5469,17 +5469,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers-patch@workspace:packages/transducers-patch" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/paths": ^5.1.37 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5487,16 +5487,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/checks": ^3.3.13 "@thi.ng/dcons": ^3.2.44 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5504,7 +5504,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/transducers@workspace:packages/transducers" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -5514,10 +5514,10 @@ __metadata: "@thi.ng/math": ^5.4.10 "@thi.ng/random": ^3.4.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5525,12 +5525,12 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/unionstruct@workspace:packages/unionstruct" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5538,16 +5538,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/units@workspace:packages/units" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/checks": ^3.3.13 "@thi.ng/equiv": ^2.1.23 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5555,13 +5555,13 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/vclock@workspace:packages/vclock" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5569,7 +5569,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/vector-pools@workspace:packages/vector-pools" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/checks": ^3.3.13 @@ -5579,10 +5579,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5590,7 +5590,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/vectors@workspace:packages/vectors" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/binary": ^3.3.25 "@thi.ng/checks": ^3.3.13 @@ -5602,10 +5602,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5613,7 +5613,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/viz@workspace:packages/viz" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/associative": ^6.2.37 @@ -5623,10 +5623,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/transducers": ^8.4.5 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5634,7 +5634,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/args": ^2.2.26 "@thi.ng/arrays": ^2.5.12 @@ -5649,10 +5649,10 @@ __metadata: "@thi.ng/strings": ^3.4.6 "@thi.ng/testament": ^0.3.16 "@thi.ng/wasm-api": ^1.4.8 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 bin: wasm-api-bindgen: bin/wasm-api-bindgen languageName: unknown @@ -5662,16 +5662,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-canvas@workspace:packages/wasm-api-canvas" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/binary": ^3.3.25 "@thi.ng/testament": ^0.3.16 "@thi.ng/wasm-api": ^1.4.8 "@thi.ng/wasm-api-bindgen": ^0.4.3 "@thi.ng/wasm-api-dom": ^0.11.23 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5679,7 +5679,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/adapt-dpi": ^2.2.12 "@thi.ng/api": ^8.8.1 "@thi.ng/errors": ^2.2.16 @@ -5687,10 +5687,10 @@ __metadata: "@thi.ng/testament": ^0.3.16 "@thi.ng/wasm-api": ^1.4.8 "@thi.ng/wasm-api-bindgen": ^0.4.3 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5698,15 +5698,15 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-schedule@workspace:packages/wasm-api-schedule" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/testament": ^0.3.16 "@thi.ng/wasm-api": ^1.4.8 "@thi.ng/wasm-api-bindgen": ^0.4.3 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5714,7 +5714,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 @@ -5723,10 +5723,10 @@ __metadata: "@thi.ng/idgen": ^2.1.33 "@thi.ng/logger": ^1.4.14 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5734,7 +5734,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/webgl-msdf@workspace:packages/webgl-msdf" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/testament": ^0.3.16 @@ -5742,11 +5742,11 @@ __metadata: "@thi.ng/vector-pools": ^3.1.56 "@thi.ng/vectors": ^7.6.14 "@thi.ng/webgl": ^6.4.6 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5754,17 +5754,17 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/webgl-shadertoy@workspace:packages/webgl-shadertoy" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/shader-ast": ^0.12.52 "@thi.ng/shader-ast-glsl": ^0.4.52 "@thi.ng/testament": ^0.3.16 "@thi.ng/webgl": ^6.4.6 - "@types/node": ^20.1.0 - rimraf: ^5.0.0 + "@types/node": ^20.3.1 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5772,7 +5772,7 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/webgl@workspace:packages/webgl" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/adapt-dpi": ^2.2.12 "@thi.ng/api": ^8.8.1 "@thi.ng/associative": ^6.2.37 @@ -5790,10 +5790,10 @@ __metadata: "@thi.ng/transducers": ^8.4.5 "@thi.ng/vector-pools": ^3.1.56 "@thi.ng/vectors": ^7.6.14 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5801,16 +5801,16 @@ __metadata: version: 0.0.0-use.local resolution: "@thi.ng/zipper@workspace:packages/zipper" dependencies: - "@microsoft/api-extractor": ^7.34.8 + "@microsoft/api-extractor": ^7.35.3 "@thi.ng/api": ^8.8.1 "@thi.ng/arrays": ^2.5.12 "@thi.ng/checks": ^3.3.13 "@thi.ng/errors": ^2.2.16 "@thi.ng/testament": ^0.3.16 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -5912,10 +5912,10 @@ __metadata: languageName: node linkType: hard -"@types/node@npm:^20.1.0": - version: 20.1.0 - resolution: "@types/node@npm:20.1.0" - checksum: c6d9afa9aa78b4b4348c69ece94975be70346b144c278f1395694a10ef919d7db300018101b6f9245e6bdd76674a5327d2d14829092f3d5295e858cff5f22a66 +"@types/node@npm:^20.3.1": + version: 20.3.1 + resolution: "@types/node@npm:20.3.1" + checksum: 63a393ab6d947be17320817b35d7277ef03728e231558166ed07ee30b09fd7c08861be4d746f10fdc63ca7912e8cd023939d4eab887ff6580ff704ff24ed810c languageName: node linkType: hard @@ -6538,32 +6538,32 @@ __metadata: languageName: node linkType: hard -"esbuild@npm:^0.17.18": - version: 0.17.18 - resolution: "esbuild@npm:0.17.18" - dependencies: - "@esbuild/android-arm": 0.17.18 - "@esbuild/android-arm64": 0.17.18 - "@esbuild/android-x64": 0.17.18 - "@esbuild/darwin-arm64": 0.17.18 - "@esbuild/darwin-x64": 0.17.18 - "@esbuild/freebsd-arm64": 0.17.18 - "@esbuild/freebsd-x64": 0.17.18 - "@esbuild/linux-arm": 0.17.18 - "@esbuild/linux-arm64": 0.17.18 - "@esbuild/linux-ia32": 0.17.18 - "@esbuild/linux-loong64": 0.17.18 - "@esbuild/linux-mips64el": 0.17.18 - "@esbuild/linux-ppc64": 0.17.18 - "@esbuild/linux-riscv64": 0.17.18 - "@esbuild/linux-s390x": 0.17.18 - "@esbuild/linux-x64": 0.17.18 - "@esbuild/netbsd-x64": 0.17.18 - "@esbuild/openbsd-x64": 0.17.18 - "@esbuild/sunos-x64": 0.17.18 - "@esbuild/win32-arm64": 0.17.18 - "@esbuild/win32-ia32": 0.17.18 - "@esbuild/win32-x64": 0.17.18 +"esbuild@npm:^0.17.5": + version: 0.17.13 + resolution: "esbuild@npm:0.17.13" + dependencies: + "@esbuild/android-arm": 0.17.13 + "@esbuild/android-arm64": 0.17.13 + "@esbuild/android-x64": 0.17.13 + "@esbuild/darwin-arm64": 0.17.13 + "@esbuild/darwin-x64": 0.17.13 + "@esbuild/freebsd-arm64": 0.17.13 + "@esbuild/freebsd-x64": 0.17.13 + "@esbuild/linux-arm": 0.17.13 + "@esbuild/linux-arm64": 0.17.13 + "@esbuild/linux-ia32": 0.17.13 + "@esbuild/linux-loong64": 0.17.13 + "@esbuild/linux-mips64el": 0.17.13 + "@esbuild/linux-ppc64": 0.17.13 + "@esbuild/linux-riscv64": 0.17.13 + "@esbuild/linux-s390x": 0.17.13 + "@esbuild/linux-x64": 0.17.13 + "@esbuild/netbsd-x64": 0.17.13 + "@esbuild/openbsd-x64": 0.17.13 + "@esbuild/sunos-x64": 0.17.13 + "@esbuild/win32-arm64": 0.17.13 + "@esbuild/win32-ia32": 0.17.13 + "@esbuild/win32-x64": 0.17.13 dependenciesMeta: "@esbuild/android-arm": optional: true @@ -6611,36 +6611,36 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: 900b333f649fd89804216fb61fb5a0ffadc6dc37a2ec3b5981b588f72821676ea649a7c0ec785f0dbe6e774080b084c8af5f6ee7adbc1b138faf2a8c35e2c69c + checksum: c3be8d41a36504fbfee7ad1206df5cf3464dc9a057a417b66dbf1cdf9a180d299df8eee5d2ffa428ad0303f5f4e3ea238bd50087876daa28f709722035165c8c languageName: node linkType: hard -"esbuild@npm:^0.17.5": - version: 0.17.13 - resolution: "esbuild@npm:0.17.13" - dependencies: - "@esbuild/android-arm": 0.17.13 - "@esbuild/android-arm64": 0.17.13 - "@esbuild/android-x64": 0.17.13 - "@esbuild/darwin-arm64": 0.17.13 - "@esbuild/darwin-x64": 0.17.13 - "@esbuild/freebsd-arm64": 0.17.13 - "@esbuild/freebsd-x64": 0.17.13 - "@esbuild/linux-arm": 0.17.13 - "@esbuild/linux-arm64": 0.17.13 - "@esbuild/linux-ia32": 0.17.13 - "@esbuild/linux-loong64": 0.17.13 - "@esbuild/linux-mips64el": 0.17.13 - "@esbuild/linux-ppc64": 0.17.13 - "@esbuild/linux-riscv64": 0.17.13 - "@esbuild/linux-s390x": 0.17.13 - "@esbuild/linux-x64": 0.17.13 - "@esbuild/netbsd-x64": 0.17.13 - "@esbuild/openbsd-x64": 0.17.13 - "@esbuild/sunos-x64": 0.17.13 - "@esbuild/win32-arm64": 0.17.13 - "@esbuild/win32-ia32": 0.17.13 - "@esbuild/win32-x64": 0.17.13 +"esbuild@npm:^0.18.2": + version: 0.18.2 + resolution: "esbuild@npm:0.18.2" + dependencies: + "@esbuild/android-arm": 0.18.2 + "@esbuild/android-arm64": 0.18.2 + "@esbuild/android-x64": 0.18.2 + "@esbuild/darwin-arm64": 0.18.2 + "@esbuild/darwin-x64": 0.18.2 + "@esbuild/freebsd-arm64": 0.18.2 + "@esbuild/freebsd-x64": 0.18.2 + "@esbuild/linux-arm": 0.18.2 + "@esbuild/linux-arm64": 0.18.2 + "@esbuild/linux-ia32": 0.18.2 + "@esbuild/linux-loong64": 0.18.2 + "@esbuild/linux-mips64el": 0.18.2 + "@esbuild/linux-ppc64": 0.18.2 + "@esbuild/linux-riscv64": 0.18.2 + "@esbuild/linux-s390x": 0.18.2 + "@esbuild/linux-x64": 0.18.2 + "@esbuild/netbsd-x64": 0.18.2 + "@esbuild/openbsd-x64": 0.18.2 + "@esbuild/sunos-x64": 0.18.2 + "@esbuild/win32-arm64": 0.18.2 + "@esbuild/win32-ia32": 0.18.2 + "@esbuild/win32-x64": 0.18.2 dependenciesMeta: "@esbuild/android-arm": optional: true @@ -6688,7 +6688,7 @@ __metadata: optional: true bin: esbuild: bin/esbuild - checksum: c3be8d41a36504fbfee7ad1206df5cf3464dc9a057a417b66dbf1cdf9a180d299df8eee5d2ffa428ad0303f5f4e3ea238bd50087876daa28f709722035165c8c + checksum: 64d82cc5fa1280f1730f96fdb9a74a23effb01de63d020c99f9090ea792fe78199daf083e842eccd3a55ccbad3d1bafb2f4b86280b6c8ce203fa309f06312597 languageName: node linkType: hard @@ -6921,18 +6921,18 @@ __metadata: languageName: node linkType: hard -"glob@npm:^10.0.0": - version: 10.2.2 - resolution: "glob@npm:10.2.2" +"glob@npm:^10.2.5": + version: 10.2.7 + resolution: "glob@npm:10.2.7" dependencies: foreground-child: ^3.1.0 jackspeak: ^2.0.3 - minimatch: ^9.0.0 - minipass: ^5.0.0 + minimatch: ^9.0.1 + minipass: ^5.0.0 || ^6.0.2 path-scurry: ^1.7.0 bin: glob: dist/cjs/src/bin.js - checksum: 33cbbbea74deb605107715f2ee51937953271ff2f6ce712b57d95a714e2f1bf272fa2c2b0c5101097bf98d3e5d40856941af498b05bce07567aca1a6e3cc7ae9 + checksum: 555205a74607d6f8d9874ba888924b305b5ea1abfaa2e9ccb11ac713d040aac7edbf7d8702a2f4a1cd81b2d7666412170ce7ef061d33cddde189dae8c1a1a054 languageName: node linkType: hard @@ -7444,6 +7444,15 @@ __metadata: languageName: node linkType: hard +"minimatch@npm:^9.0.1": + version: 9.0.1 + resolution: "minimatch@npm:9.0.1" + dependencies: + brace-expansion: ^2.0.1 + checksum: 97f5f5284bb57dc65b9415dec7f17a0f6531a33572193991c60ff18450dcfad5c2dad24ffeaf60b5261dccd63aae58cc3306e2209d57e7f88c51295a532d8ec3 + languageName: node + linkType: hard + "minipass-collect@npm:^1.0.2": version: 1.0.2 resolution: "minipass-collect@npm:1.0.2" @@ -7511,6 +7520,13 @@ __metadata: languageName: node linkType: hard +"minipass@npm:^5.0.0 || ^6.0.2": + version: 6.0.2 + resolution: "minipass@npm:6.0.2" + checksum: d140b91f4ab2e5ce5a9b6c468c0e82223504acc89114c1a120d4495188b81fedf8cade72a9f4793642b4e66672f990f1e0d902dd858485216a07cd3c8a62fac9 + languageName: node + linkType: hard + "minizlib@npm:^2.1.1, minizlib@npm:^2.1.2": version: 2.1.2 resolution: "minizlib@npm:2.1.2" @@ -7954,14 +7970,14 @@ __metadata: languageName: node linkType: hard -"rimraf@npm:^5.0.0": - version: 5.0.0 - resolution: "rimraf@npm:5.0.0" +"rimraf@npm:^5.0.1": + version: 5.0.1 + resolution: "rimraf@npm:5.0.1" dependencies: - glob: ^10.0.0 + glob: ^10.2.5 bin: rimraf: dist/cjs/src/bin.js - checksum: 60c5a7f152014d4f6bbf23f48e6badd145960a9be1115b719a07ba688c760b1bb8270abd6650bbd184ae2011843d8e9c775409652c89ff97550418aa5d581b27 + checksum: bafce85391349a2d960847980bf9b5caa2a8887f481af630f1ea27e08288217293cec72d75e9a2ba35495c212789f66a7f3d23366ba6197026ab71c535126857 languageName: node linkType: hard @@ -7983,17 +7999,17 @@ __metadata: version: 0.0.0-use.local resolution: "root-workspace-0b6124@workspace:." dependencies: - "@microsoft/api-documenter": ^7.22.4 - "@microsoft/api-extractor": ^7.34.8 - "@types/node": ^20.1.0 + "@microsoft/api-documenter": ^7.22.18 + "@microsoft/api-extractor": ^7.35.3 + "@types/node": ^20.3.1 "@ygoe/msgpack": ^1.0.3 - esbuild: ^0.17.18 + esbuild: ^0.18.2 html-minifier-terser: ^7.2.0 - rimraf: ^5.0.0 + rimraf: ^5.0.1 tools: "workspace:^" ts-node: ^10.9.1 - typedoc: ^0.24.6 - typescript: ^5.0.4 + typedoc: ^0.24.8 + typescript: ^5.1.3 languageName: unknown linkType: soft @@ -8388,10 +8404,10 @@ __metadata: languageName: node linkType: hard -"tslib@npm:^2.5.0": - version: 2.5.0 - resolution: "tslib@npm:2.5.0" - checksum: ae3ed5f9ce29932d049908ebfdf21b3a003a85653a9a140d614da6b767a93ef94f460e52c3d787f0e4f383546981713f165037dc2274df212ea9f8a4541004e1 +"tslib@npm:^2.5.3": + version: 2.5.3 + resolution: "tslib@npm:2.5.3" + checksum: 88902b309afaf83259131c1e13da1dceb0ad1682a213143a1346a649143924d78cf3760c448b84d796938fd76127183894f8d85cbb3bf9c4fddbfcc140c0003c languageName: node linkType: hard @@ -8405,59 +8421,59 @@ __metadata: languageName: node linkType: hard -"typedoc@npm:^0.24.6": - version: 0.24.6 - resolution: "typedoc@npm:0.24.6" +"typedoc@npm:^0.24.8": + version: 0.24.8 + resolution: "typedoc@npm:0.24.8" dependencies: lunr: ^2.3.9 marked: ^4.3.0 minimatch: ^9.0.0 shiki: ^0.14.1 peerDependencies: - typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x + typescript: 4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x bin: typedoc: bin/typedoc - checksum: 3911ef6a7736ce6655a4b22fabc5be6df8812412e209d730fd168bfa7797847897f05fed797bc16558f11ce647b20746453748ff8afe85b1375c3efe2d7b57df + checksum: a46a14497f789fb3594e6c3af2e45276934ac46df40b7ed15a504ee51dc7a8013a2ffb3a54fd73abca6a2b71f97d3ec9ad356fa9aa81d29743e4645a965a2ae0 languageName: node linkType: hard -"typescript@npm:^5.0.4": - version: 5.0.4 - resolution: "typescript@npm:5.0.4" +"typescript@npm:^5.1.3": + version: 5.1.3 + resolution: "typescript@npm:5.1.3" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172 + checksum: d9d51862d98efa46534f2800a1071a613751b1585dc78884807d0c179bcd93d6e9d4012a508e276742f5f33c480adefc52ffcafaf9e0e00ab641a14cde9a31c7 languageName: node linkType: hard -"typescript@npm:~4.8.4": - version: 4.8.4 - resolution: "typescript@npm:4.8.4" +"typescript@npm:~5.0.4": + version: 5.0.4 + resolution: "typescript@npm:5.0.4" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 3e4f061658e0c8f36c820802fa809e0fd812b85687a9a2f5430bc3d0368e37d1c9605c3ce9b39df9a05af2ece67b1d844f9f6ea8ff42819f13bcb80f85629af0 + checksum: 82b94da3f4604a8946da585f7d6c3025fff8410779e5bde2855ab130d05e4fd08938b9e593b6ebed165bda6ad9292b230984f10952cf82f0a0ca07bbeaa08172 languageName: node linkType: hard -"typescript@patch:typescript@^5.0.4#~builtin": - version: 5.0.4 - resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin::version=5.0.4&hash=7ad353" +"typescript@patch:typescript@^5.1.3#~builtin": + version: 5.1.3 + resolution: "typescript@patch:typescript@npm%3A5.1.3#~builtin::version=5.1.3&hash=7ad353" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 6a1fe9a77bb9c5176ead919cc4a1499ee63e46b4e05bf667079f11bf3a8f7887f135aa72460a4c3b016e6e6bb65a822cb8689a6d86cbfe92d22cc9f501f09213 + checksum: 32a25b2e128a4616f999d4ee502aabb1525d5647bc8955e6edf05d7fbc53af8aa98252e2f6ba80bcedfc0260c982b885f3c09cfac8bb65d2924f3133ad1e1e62 languageName: node linkType: hard -"typescript@patch:typescript@~4.8.4#~builtin": - version: 4.8.4 - resolution: "typescript@patch:typescript@npm%3A4.8.4#~builtin::version=4.8.4&hash=7ad353" +"typescript@patch:typescript@~5.0.4#~builtin": + version: 5.0.4 + resolution: "typescript@patch:typescript@npm%3A5.0.4#~builtin::version=5.0.4&hash=7ad353" bin: tsc: bin/tsc tsserver: bin/tsserver - checksum: 563a0ef47abae6df27a9a3ab38f75fc681f633ccf1a3502b1108e252e187787893de689220f4544aaf95a371a4eb3141e4a337deb9895de5ac3c1ca76430e5f0 + checksum: 6a1fe9a77bb9c5176ead919cc4a1499ee63e46b4e05bf667079f11bf3a8f7887f135aa72460a4c3b016e6e6bb65a822cb8689a6d86cbfe92d22cc9f501f09213 languageName: node linkType: hard @@ -8537,9 +8553,9 @@ __metadata: languageName: node linkType: hard -"vite@npm:^4.3.5": - version: 4.3.5 - resolution: "vite@npm:4.3.5" +"vite@npm:^4.3.9": + version: 4.3.9 + resolution: "vite@npm:4.3.9" dependencies: esbuild: ^0.17.5 fsevents: ~2.3.2 @@ -8570,7 +8586,7 @@ __metadata: optional: true bin: vite: bin/vite.js - checksum: 6b7f2189f097110846e49a3f1d463bd620dfe9e4f433b1967e5b99f0789610ff4475e85e3e71476e6fa40be25449bb6f1c45edb95c79deba6f3f173699bff948 + checksum: 8c45a516278d1e0425fac00c0877336790f71484a851a318346a70e0d2aef9f3b9651deb2f9f002c791ceb920eda7d6a3cda753bdefd657321c99f448b02dd25 languageName: node linkType: hard