From 113931a9094c28ae069bcea99adcf4222784d64f Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Tue, 24 Dec 2024 15:04:07 +0100 Subject: [PATCH] Publish --- packages/buffers/CHANGELOG.md | 10 ++++- packages/buffers/package.json | 2 +- packages/colored-noise/CHANGELOG.md | 8 +++- packages/colored-noise/package.json | 2 +- packages/csp/package.json | 4 +- packages/fibers/package.json | 4 +- packages/hdom-components/package.json | 4 +- packages/imgui/package.json | 4 +- packages/lsys/CHANGELOG.md | 10 ++++- packages/lsys/package.json | 2 +- packages/meta-css/CHANGELOG.md | 2 +- packages/meta-css/package.json | 2 +- packages/ramp/CHANGELOG.md | 2 +- packages/ramp/package.json | 2 +- packages/rstream-csp/package.json | 4 +- packages/transducers-async/package.json | 4 +- packages/transducers-stats/CHANGELOG.md | 14 ++++++- packages/transducers-stats/package.json | 4 +- packages/wasm-api-bindgen/package.json | 4 +- packages/wasm-api-canvas/package.json | 8 ++-- packages/wasm-api-dom/package.json | 6 +-- packages/wasm-api-schedule/package.json | 6 +-- packages/wasm-api-webgl/package.json | 8 ++-- packages/wasm-api/CHANGELOG.md | 2 +- packages/wasm-api/package.json | 2 +- yarn.lock | 50 ++++++++++++------------- 26 files changed, 102 insertions(+), 68 deletions(-) diff --git a/packages/buffers/CHANGELOG.md b/packages/buffers/CHANGELOG.md index 01ae57f200..491e05bdd1 100644 --- a/packages/buffers/CHANGELOG.md +++ b/packages/buffers/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-12T10:11:58Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [0.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.2.0) (2024-12-24) + +#### 🚀 Features + +- add `IReadBuffer.peek()` ([a4b96c6](https://github.com/thi-ng/umbrella/commit/a4b96c6)) + - update `FIFOBuffer` & `LIFOBuffer` impls + - add tests + ### [0.1.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/buffers@0.1.1) (2024-04-20) #### ♻️ Refactoring diff --git a/packages/buffers/package.json b/packages/buffers/package.json index 57eb4e7a95..16f4bae158 100644 --- a/packages/buffers/package.json +++ b/packages/buffers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/buffers", - "version": "0.1.17", + "version": "0.2.0", "description": "General purpose and generic read/write buffer implementations with different behaviors/orderings", "type": "module", "module": "./index.js", diff --git a/packages/colored-noise/CHANGELOG.md b/packages/colored-noise/CHANGELOG.md index b76e8ac93c..4116fc8d7f 100644 --- a/packages/colored-noise/CHANGELOG.md +++ b/packages/colored-noise/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-12T10:11:58Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [1.0.87](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.87) (2024-12-24) + +#### 🩹 Bug fixes + +- update imports ([5f8f8df](https://github.com/thi-ng/umbrella/commit/5f8f8df)) + ### [1.0.66](https://github.com/thi-ng/umbrella/tree/@thi.ng/colored-noise@1.0.66) (2024-04-08) #### ♻️ Refactoring diff --git a/packages/colored-noise/package.json b/packages/colored-noise/package.json index f23092ccd3..69a4c78a0d 100644 --- a/packages/colored-noise/package.json +++ b/packages/colored-noise/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/colored-noise", - "version": "1.0.86", + "version": "1.0.87", "description": "Customizable O(1) ES6 generators for colored noise", "type": "module", "module": "./index.js", diff --git a/packages/csp/package.json b/packages/csp/package.json index 338163d722..5820bf4132 100644 --- a/packages/csp/package.json +++ b/packages/csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/csp", - "version": "3.2.16", + "version": "3.2.17", "description": "Primitives & operators for Communicating Sequential Processes based on async/await and async iterables", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.14", - "@thi.ng/buffers": "^0.1.17", + "@thi.ng/buffers": "^0.2.0", "@thi.ng/checks": "^3.6.16", "@thi.ng/errors": "^2.5.20" }, diff --git a/packages/fibers/package.json b/packages/fibers/package.json index 5046ddb52d..2bb752d088 100644 --- a/packages/fibers/package.json +++ b/packages/fibers/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/fibers", - "version": "1.0.22", + "version": "1.0.23", "description": "Process hierarchies & operators for cooperative multitasking", "type": "module", "module": "./index.js", @@ -39,7 +39,7 @@ "@thi.ng/api": "^8.11.14", "@thi.ng/arrays": "^2.10.7", "@thi.ng/bench": "^3.6.7", - "@thi.ng/buffers": "^0.1.17", + "@thi.ng/buffers": "^0.2.0", "@thi.ng/checks": "^3.6.16", "@thi.ng/errors": "^2.5.20", "@thi.ng/idgen": "^2.2.54", diff --git a/packages/hdom-components/package.json b/packages/hdom-components/package.json index 5f24d2aef8..bae13ef3d6 100644 --- a/packages/hdom-components/package.json +++ b/packages/hdom-components/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/hdom-components", - "version": "5.1.143", + "version": "5.1.144", "description": "Raw, skinnable UI & SVG components for @thi.ng/hdom", "type": "module", "module": "./index.js", @@ -41,7 +41,7 @@ "@thi.ng/checks": "^3.6.16", "@thi.ng/math": "^5.11.14", "@thi.ng/transducers": "^9.2.10", - "@thi.ng/transducers-stats": "^2.2.3" + "@thi.ng/transducers-stats": "^2.2.4" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", diff --git a/packages/imgui/package.json b/packages/imgui/package.json index 76a82cb4f2..3221d9fef6 100644 --- a/packages/imgui/package.json +++ b/packages/imgui/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/imgui", - "version": "3.1.8", + "version": "3.1.9", "description": "Immediate mode GUI with flexible state handling & data only shape output", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ "@thi.ng/geom-isec": "^4.0.23", "@thi.ng/layout": "^3.1.8", "@thi.ng/math": "^5.11.14", - "@thi.ng/ramp": "^3.3.12", + "@thi.ng/ramp": "^3.3.13", "@thi.ng/transducers": "^9.2.10", "@thi.ng/vectors": "^7.12.11" }, diff --git a/packages/lsys/CHANGELOG.md b/packages/lsys/CHANGELOG.md index 174c8442c3..b539433f95 100644 --- a/packages/lsys/CHANGELOG.md +++ b/packages/lsys/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-12T10:11:58Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,14 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.2.0) (2024-12-24) + +#### 🚀 Features + +- update `rewrite()`, add support for rewrite rule functions ([0b88cfc](https://github.com/thi-ng/umbrella/commit/0b88cfc)) + - add docstrings + - update deps + ### [2.1.106](https://github.com/thi-ng/umbrella/tree/@thi.ng/lsys@2.1.106) (2024-02-22) #### ♻️ Refactoring diff --git a/packages/lsys/package.json b/packages/lsys/package.json index 5bd681c231..5acd13896f 100644 --- a/packages/lsys/package.json +++ b/packages/lsys/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/lsys", - "version": "2.1.151", + "version": "2.2.0", "description": "Functional, extensible L-System architecture w/ support for probabilistic rules", "type": "module", "module": "./index.js", diff --git a/packages/meta-css/CHANGELOG.md b/packages/meta-css/CHANGELOG.md index da5b8f0ff5..3be12c08b1 100644 --- a/packages/meta-css/CHANGELOG.md +++ b/packages/meta-css/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-13T12:48:33Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/meta-css/package.json b/packages/meta-css/package.json index efbdc0a2e9..604f6b8534 100644 --- a/packages/meta-css/package.json +++ b/packages/meta-css/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/meta-css", - "version": "0.17.4", + "version": "0.17.5", "description": "Data-driven CSS framework codegen, transpiler & bundler", "type": "module", "module": "./index.js", diff --git a/packages/ramp/CHANGELOG.md b/packages/ramp/CHANGELOG.md index f0d88cf88d..14ea0feaed 100644 --- a/packages/ramp/CHANGELOG.md +++ b/packages/ramp/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-13T12:48:33Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/ramp/package.json b/packages/ramp/package.json index cbffd45965..8789ccccd3 100644 --- a/packages/ramp/package.json +++ b/packages/ramp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/ramp", - "version": "3.3.12", + "version": "3.3.13", "description": "Extensible keyframe interpolation/tweening of arbitrary, nested types", "type": "module", "module": "./index.js", diff --git a/packages/rstream-csp/package.json b/packages/rstream-csp/package.json index 28d130f014..82d3a1f250 100644 --- a/packages/rstream-csp/package.json +++ b/packages/rstream-csp/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/rstream-csp", - "version": "3.1.151", + "version": "3.1.152", "description": "@thi.ng/csp bridge module for @thi.ng/rstream", "type": "module", "module": "./index.js", @@ -36,7 +36,7 @@ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts" }, "dependencies": { - "@thi.ng/csp": "^3.2.16", + "@thi.ng/csp": "^3.2.17", "@thi.ng/rstream": "^9.2.1" }, "devDependencies": { diff --git a/packages/transducers-async/package.json b/packages/transducers-async/package.json index fdb8c83f76..b4753f0e54 100644 --- a/packages/transducers-async/package.json +++ b/packages/transducers-async/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-async", - "version": "0.3.4", + "version": "0.3.5", "description": "Async versions of various highly composable transducers, reducers and iterators", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.14", - "@thi.ng/buffers": "^0.1.17", + "@thi.ng/buffers": "^0.2.0", "@thi.ng/checks": "^3.6.16", "@thi.ng/compose": "^3.0.17", "@thi.ng/errors": "^2.5.20", diff --git a/packages/transducers-stats/CHANGELOG.md b/packages/transducers-stats/CHANGELOG.md index b12b6c417d..066d6132c4 100644 --- a/packages/transducers-stats/CHANGELOG.md +++ b/packages/transducers-stats/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-12T10:11:58Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,18 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [2.2.4](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.4) (2024-12-24) + +#### ♻️ Refactoring + +- replace [@thi.ng/dcons](https://github.com/thi-ng/umbrella/tree/main/packages/dcons) dependency ([e9940ed](https://github.com/thi-ng/umbrella/commit/e9940ed)) + - switch to use more lightweight & GC-friendly ringbuffer impl from [@thi.ng/buffers](https://github.com/thi-ng/umbrella/tree/main/packages/buffers) + - update the following transducers: + - `momentum()` + - `roc()` + - `sma()` + - add tests + ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/transducers-stats@2.2.0) (2024-11-03) #### 🚀 Features diff --git a/packages/transducers-stats/package.json b/packages/transducers-stats/package.json index 0677e6e68f..1d8dc0fef5 100644 --- a/packages/transducers-stats/package.json +++ b/packages/transducers-stats/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/transducers-stats", - "version": "2.2.3", + "version": "2.2.4", "description": "Transducers for statistical / technical analysis", "type": "module", "module": "./index.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@thi.ng/api": "^8.11.14", - "@thi.ng/buffers": "^0.1.17", + "@thi.ng/buffers": "^0.2.0", "@thi.ng/checks": "^3.6.16", "@thi.ng/errors": "^2.5.20", "@thi.ng/transducers": "^9.2.10" diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 8f4be60bdc..46f183219a 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.8.4", + "version": "0.8.5", "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", "type": "module", "module": "./index.js", @@ -50,7 +50,7 @@ "@thi.ng/logger": "^3.0.24", "@thi.ng/paths": "^5.1.94", "@thi.ng/strings": "^3.8.12", - "@thi.ng/wasm-api": "^2.2.4" + "@thi.ng/wasm-api": "^2.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index b1698f44a1..1179ea4e40 100644 --- a/packages/wasm-api-canvas/package.json +++ b/packages/wasm-api-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-canvas", - "version": "1.0.14", + "version": "1.0.15", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -38,12 +38,12 @@ }, "dependencies": { "@thi.ng/binary": "^3.4.37", - "@thi.ng/wasm-api": "^2.2.4", - "@thi.ng/wasm-api-dom": "^1.0.13" + "@thi.ng/wasm-api": "^2.2.5", + "@thi.ng/wasm-api-dom": "^1.0.14" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", - "@thi.ng/wasm-api-bindgen": "^0.8.4", + "@thi.ng/wasm-api-bindgen": "^0.8.5", "esbuild": "^0.24.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 2275b25860..656dbf7c29 100644 --- a/packages/wasm-api-dom/package.json +++ b/packages/wasm-api-dom/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-dom", - "version": "1.0.13", + "version": "1.0.14", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -44,11 +44,11 @@ "@thi.ng/canvas": "^0.5.7", "@thi.ng/errors": "^2.5.20", "@thi.ng/prefixes": "^2.3.31", - "@thi.ng/wasm-api": "^2.2.4" + "@thi.ng/wasm-api": "^2.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", - "@thi.ng/wasm-api-bindgen": "^0.8.4", + "@thi.ng/wasm-api-bindgen": "^0.8.5", "esbuild": "^0.24.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 907aa7792c..208f501b6f 100644 --- a/packages/wasm-api-schedule/package.json +++ b/packages/wasm-api-schedule/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-schedule", - "version": "1.0.13", + "version": "1.0.14", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -38,11 +38,11 @@ }, "dependencies": { "@thi.ng/api": "^8.11.14", - "@thi.ng/wasm-api": "^2.2.4" + "@thi.ng/wasm-api": "^2.2.5" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", - "@thi.ng/wasm-api-bindgen": "^0.8.4", + "@thi.ng/wasm-api-bindgen": "^0.8.5", "esbuild": "^0.24.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index 0376b4dc67..a45ab9e23d 100644 --- a/packages/wasm-api-webgl/package.json +++ b/packages/wasm-api-webgl/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-webgl", - "version": "0.1.20", + "version": "0.1.21", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -39,13 +39,13 @@ "dependencies": { "@thi.ng/api": "^8.11.14", "@thi.ng/errors": "^2.5.20", - "@thi.ng/wasm-api": "^2.2.4", - "@thi.ng/wasm-api-dom": "^1.0.13", + "@thi.ng/wasm-api": "^2.2.5", + "@thi.ng/wasm-api-dom": "^1.0.14", "@thi.ng/webgl": "^6.9.27" }, "devDependencies": { "@microsoft/api-extractor": "^7.48.0", - "@thi.ng/wasm-api-bindgen": "^0.8.4", + "@thi.ng/wasm-api-bindgen": "^0.8.5", "esbuild": "^0.24.0", "typedoc": "^0.27.4", "typescript": "^5.7.2" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index cafca1dd80..3acbd54138 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-12-12T10:11:58Z +- **Last updated**: 2024-12-24T14:04:06Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 704dfa7695..ccc9d5a236 100644 --- a/packages/wasm-api/package.json +++ b/packages/wasm-api/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api", - "version": "2.2.4", + "version": "2.2.5", "description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects", "type": "module", "module": "./index.js", diff --git a/yarn.lock b/yarn.lock index 6c6db881f7..0916c1c615 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4185,7 +4185,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/buffers@npm:^0.1.17, @thi.ng/buffers@workspace:packages/buffers": +"@thi.ng/buffers@npm:^0.2.0, @thi.ng/buffers@workspace:packages/buffers": version: 0.0.0-use.local resolution: "@thi.ng/buffers@workspace:packages/buffers" dependencies: @@ -4353,13 +4353,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/csp@npm:^3.2.16, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": +"@thi.ng/csp@npm:^3.2.17, @thi.ng/csp@workspace:^, @thi.ng/csp@workspace:packages/csp": version: 0.0.0-use.local resolution: "@thi.ng/csp@workspace:packages/csp" dependencies: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/api": "npm:^8.11.14" - "@thi.ng/buffers": "npm:^0.1.17" + "@thi.ng/buffers": "npm:^0.2.0" "@thi.ng/checks": "npm:^3.6.16" "@thi.ng/errors": "npm:^2.5.20" esbuild: "npm:^0.24.0" @@ -4707,7 +4707,7 @@ __metadata: "@thi.ng/api": "npm:^8.11.14" "@thi.ng/arrays": "npm:^2.10.7" "@thi.ng/bench": "npm:^3.6.7" - "@thi.ng/buffers": "npm:^0.1.17" + "@thi.ng/buffers": "npm:^0.2.0" "@thi.ng/checks": "npm:^3.6.16" "@thi.ng/errors": "npm:^2.5.20" "@thi.ng/idgen": "npm:^2.2.54" @@ -5227,7 +5227,7 @@ __metadata: "@thi.ng/checks": "npm:^3.6.16" "@thi.ng/math": "npm:^5.11.14" "@thi.ng/transducers": "npm:^9.2.10" - "@thi.ng/transducers-stats": "npm:^2.2.3" + "@thi.ng/transducers-stats": "npm:^2.2.4" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" typescript: "npm:^5.7.2" @@ -5485,7 +5485,7 @@ __metadata: "@thi.ng/geom-isec": "npm:^4.0.23" "@thi.ng/layout": "npm:^3.1.8" "@thi.ng/math": "npm:^5.11.14" - "@thi.ng/ramp": "npm:^3.3.12" + "@thi.ng/ramp": "npm:^3.3.13" "@thi.ng/transducers": "npm:^9.2.10" "@thi.ng/vectors": "npm:^7.12.11" esbuild: "npm:^0.24.0" @@ -6038,7 +6038,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/ramp@npm:^3.3.12, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": +"@thi.ng/ramp@npm:^3.3.13, @thi.ng/ramp@workspace:^, @thi.ng/ramp@workspace:packages/ramp": version: 0.0.0-use.local resolution: "@thi.ng/ramp@workspace:packages/ramp" dependencies: @@ -6235,7 +6235,7 @@ __metadata: resolution: "@thi.ng/rstream-csp@workspace:packages/rstream-csp" dependencies: "@microsoft/api-extractor": "npm:^7.48.0" - "@thi.ng/csp": "npm:^3.2.16" + "@thi.ng/csp": "npm:^3.2.17" "@thi.ng/rstream": "npm:^9.2.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" @@ -6702,7 +6702,7 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/api": "npm:^8.11.14" - "@thi.ng/buffers": "npm:^0.1.17" + "@thi.ng/buffers": "npm:^0.2.0" "@thi.ng/checks": "npm:^3.6.16" "@thi.ng/compose": "npm:^3.0.17" "@thi.ng/errors": "npm:^2.5.20" @@ -6774,13 +6774,13 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/transducers-stats@npm:^2.2.3, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": +"@thi.ng/transducers-stats@npm:^2.2.4, @thi.ng/transducers-stats@workspace:^, @thi.ng/transducers-stats@workspace:packages/transducers-stats": version: 0.0.0-use.local resolution: "@thi.ng/transducers-stats@workspace:packages/transducers-stats" dependencies: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/api": "npm:^8.11.14" - "@thi.ng/buffers": "npm:^0.1.17" + "@thi.ng/buffers": "npm:^0.2.0" "@thi.ng/checks": "npm:^3.6.16" "@thi.ng/errors": "npm:^2.5.20" "@thi.ng/transducers": "npm:^9.2.10" @@ -6931,7 +6931,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.8.4, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.8.5, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen" dependencies: @@ -6948,7 +6948,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.24" "@thi.ng/paths": "npm:^5.1.94" "@thi.ng/strings": "npm:^3.8.12" - "@thi.ng/wasm-api": "npm:^2.2.4" + "@thi.ng/wasm-api": "npm:^2.2.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" typescript: "npm:^5.7.2" @@ -6963,16 +6963,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/binary": "npm:^3.4.37" - "@thi.ng/wasm-api": "npm:^2.2.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.4" - "@thi.ng/wasm-api-dom": "npm:^1.0.13" + "@thi.ng/wasm-api": "npm:^2.2.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.5" + "@thi.ng/wasm-api-dom": "npm:^1.0.14" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" typescript: "npm:^5.7.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^1.0.13, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.14, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom" dependencies: @@ -6981,8 +6981,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.7" "@thi.ng/errors": "npm:^2.5.20" "@thi.ng/prefixes": "npm:^2.3.31" - "@thi.ng/wasm-api": "npm:^2.2.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.4" + "@thi.ng/wasm-api": "npm:^2.2.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" typescript: "npm:^5.7.2" @@ -6995,8 +6995,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/api": "npm:^8.11.14" - "@thi.ng/wasm-api": "npm:^2.2.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.4" + "@thi.ng/wasm-api": "npm:^2.2.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.5" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" typescript: "npm:^5.7.2" @@ -7010,9 +7010,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.48.0" "@thi.ng/api": "npm:^8.11.14" "@thi.ng/errors": "npm:^2.5.20" - "@thi.ng/wasm-api": "npm:^2.2.4" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.4" - "@thi.ng/wasm-api-dom": "npm:^1.0.13" + "@thi.ng/wasm-api": "npm:^2.2.5" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.5" + "@thi.ng/wasm-api-dom": "npm:^1.0.14" "@thi.ng/webgl": "npm:^6.9.27" esbuild: "npm:^0.24.0" typedoc: "npm:^0.27.4" @@ -7020,7 +7020,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^2.2.4, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.2.5, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": version: 0.0.0-use.local resolution: "@thi.ng/wasm-api@workspace:packages/wasm-api" dependencies: