diff --git a/packages/wasm-api-bindgen/CHANGELOG.md b/packages/wasm-api-bindgen/CHANGELOG.md index 6f83361411..642d830b7b 100644 --- a/packages/wasm-api-bindgen/CHANGELOG.md +++ b/packages/wasm-api-bindgen/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T16:30:54Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,15 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies. +### [0.7.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.9) (2024-11-09) + +#### ♻️ Refactoring + +- update TypeScript codegen ([49d1bc5](https://github.com/thi-ng/umbrella/commit/49d1bc5)) + - reduce filesize of generated code by injecting wrapper for string type ctor + if type collection uses strings + - update test snapshots + ## [0.7.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-bindgen@0.7.0) (2024-08-21) #### 🚀 Features diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index 62ccedef7a..92f2afdf53 100644 --- a/packages/wasm-api-bindgen/package.json +++ b/packages/wasm-api-bindgen/package.json @@ -1,6 +1,6 @@ { "name": "@thi.ng/wasm-api-bindgen", - "version": "0.7.8", + "version": "0.7.9", "description": "Polyglot bindings code generators (TS/JS, Zig, C11) for hybrid WebAssembly projects", "type": "module", "module": "./index.js", diff --git a/packages/wasm-api-canvas/CHANGELOG.md b/packages/wasm-api-canvas/CHANGELOG.md index 28cd35040f..46e83a72e1 100644 --- a/packages/wasm-api-canvas/CHANGELOG.md +++ b/packages/wasm-api-canvas/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T16:30:54Z - **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.9](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.9) (2024-11-09) + +#### ♻️ Refactoring + +- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e)) + # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-canvas@1.0.0) (2024-08-18) #### 🛑 Breaking changes diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 11c72c4d8f..beeaaf8e48 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.8", + "version": "1.0.9", "description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -39,11 +39,11 @@ "dependencies": { "@thi.ng/binary": "^3.4.34", "@thi.ng/wasm-api": "^2.1.0", - "@thi.ng/wasm-api-dom": "^1.0.7" + "@thi.ng/wasm-api-dom": "^1.0.8" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.8", + "@thi.ng/wasm-api-bindgen": "^0.7.9", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-dom/CHANGELOG.md b/packages/wasm-api-dom/CHANGELOG.md index b278422f1c..11fd845fa7 100644 --- a/packages/wasm-api-dom/CHANGELOG.md +++ b/packages/wasm-api-dom/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T16:30:54Z - **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.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.8) (2024-11-09) + +#### ♻️ Refactoring + +- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e)) + # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-dom@1.0.0) (2024-08-18) #### 🛑 Breaking changes diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index be14ac163e..41c0b665e2 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.7", + "version": "1.0.8", "description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -48,7 +48,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.8", + "@thi.ng/wasm-api-bindgen": "^0.7.9", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-schedule/CHANGELOG.md b/packages/wasm-api-schedule/CHANGELOG.md index a3cbff77dd..6e211d199e 100644 --- a/packages/wasm-api-schedule/CHANGELOG.md +++ b/packages/wasm-api-schedule/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T16:30:54Z - **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.8](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.8) (2024-11-09) + +#### ♻️ Refactoring + +- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e)) + # [1.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-schedule@1.0.0) (2024-08-18) #### 🛑 Breaking changes diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 965dd64eaa..3f2c11c854 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.7", + "version": "1.0.8", "description": "Delayed & scheduled function execution (via setTimeout() etc.) for hybrid WASM apps", "type": "module", "module": "./index.js", @@ -42,7 +42,7 @@ }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.8", + "@thi.ng/wasm-api-bindgen": "^0.7.9", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-webgl/CHANGELOG.md b/packages/wasm-api-webgl/CHANGELOG.md index 0d2002036d..72e920b884 100644 --- a/packages/wasm-api-webgl/CHANGELOG.md +++ b/packages/wasm-api-webgl/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-10-08T20:41:04Z +- **Last updated**: 2024-11-09T16:30:54Z - **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. +### [0.1.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.15) (2024-11-09) + +#### ♻️ Refactoring + +- regenerate typescript sources ([9055e0e](https://github.com/thi-ng/umbrella/commit/9055e0e)) + ## [0.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api-webgl@0.1.0) (2024-08-18) #### 🚀 Features diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index 8fa1a39cd0..f975eae992 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.14", + "version": "0.1.15", "description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications", "type": "module", "module": "./index.js", @@ -40,12 +40,12 @@ "@thi.ng/api": "^8.11.11", "@thi.ng/errors": "^2.5.17", "@thi.ng/wasm-api": "^2.1.0", - "@thi.ng/wasm-api-dom": "^1.0.7", + "@thi.ng/wasm-api-dom": "^1.0.8", "@thi.ng/webgl": "^6.9.24" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.7.8", + "@thi.ng/wasm-api-bindgen": "^0.7.9", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/yarn.lock b/yarn.lock index 969e769ac8..5393b2b451 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6945,7 +6945,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.7.8, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.7.9, @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: @@ -6978,15 +6978,15 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/binary": "npm:^3.4.34" "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" - "@thi.ng/wasm-api-dom": "npm:^1.0.7" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" + "@thi.ng/wasm-api-dom": "npm:^1.0.8" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" languageName: unknown linkType: soft -"@thi.ng/wasm-api-dom@npm:^1.0.7, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.8, @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: @@ -6996,7 +6996,7 @@ __metadata: "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/prefixes": "npm:^2.3.28" "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7010,7 +7010,7 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.11" "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7025,8 +7025,8 @@ __metadata: "@thi.ng/api": "npm:^8.11.11" "@thi.ng/errors": "npm:^2.5.17" "@thi.ng/wasm-api": "npm:^2.1.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.7.8" - "@thi.ng/wasm-api-dom": "npm:^1.0.7" + "@thi.ng/wasm-api-bindgen": "npm:^0.7.9" + "@thi.ng/wasm-api-dom": "npm:^1.0.8" "@thi.ng/webgl": "npm:^6.9.24" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7"