From 49023d7517c20e18bc0612051059f9f971372b4c Mon Sep 17 00:00:00 2001 From: Karsten Schmidt Date: Sun, 10 Nov 2024 19:20:51 +0100 Subject: [PATCH] Publish --- 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 | 9 +++++++- packages/wasm-api/package.json | 2 +- yarn.lock | 28 ++++++++++++------------- 8 files changed, 39 insertions(+), 32 deletions(-) diff --git a/packages/wasm-api-bindgen/package.json b/packages/wasm-api-bindgen/package.json index b316aff61a..a916c892e5 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.0", + "version": "0.8.1", "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.22", "@thi.ng/paths": "^5.1.92", "@thi.ng/strings": "^3.8.10", - "@thi.ng/wasm-api": "^2.2.0" + "@thi.ng/wasm-api": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", diff --git a/packages/wasm-api-canvas/package.json b/packages/wasm-api-canvas/package.json index 6737aa7347..2981cd15f4 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.10", + "version": "1.0.11", "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.35", - "@thi.ng/wasm-api": "^2.2.0", - "@thi.ng/wasm-api-dom": "^1.0.9" + "@thi.ng/wasm-api": "^2.2.1", + "@thi.ng/wasm-api-dom": "^1.0.10" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.8.0", + "@thi.ng/wasm-api-bindgen": "^0.8.1", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-dom/package.json b/packages/wasm-api-dom/package.json index 9fa89d6dad..92da80aae9 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.9", + "version": "1.0.10", "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.5", "@thi.ng/errors": "^2.5.18", "@thi.ng/prefixes": "^2.3.29", - "@thi.ng/wasm-api": "^2.2.0" + "@thi.ng/wasm-api": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.8.0", + "@thi.ng/wasm-api-bindgen": "^0.8.1", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-schedule/package.json b/packages/wasm-api-schedule/package.json index 4917498b00..0acee2d074 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.9", + "version": "1.0.10", "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.12", - "@thi.ng/wasm-api": "^2.2.0" + "@thi.ng/wasm-api": "^2.2.1" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.8.0", + "@thi.ng/wasm-api-bindgen": "^0.8.1", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api-webgl/package.json b/packages/wasm-api-webgl/package.json index 6f0d1373ae..94f721cb71 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.16", + "version": "0.1.17", "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.12", "@thi.ng/errors": "^2.5.18", - "@thi.ng/wasm-api": "^2.2.0", - "@thi.ng/wasm-api-dom": "^1.0.9", + "@thi.ng/wasm-api": "^2.2.1", + "@thi.ng/wasm-api-dom": "^1.0.10", "@thi.ng/webgl": "^6.9.25" }, "devDependencies": { "@microsoft/api-extractor": "^7.47.9", - "@thi.ng/wasm-api-bindgen": "^0.8.0", + "@thi.ng/wasm-api-bindgen": "^0.8.1", "esbuild": "^0.24.0", "typedoc": "^0.26.7", "typescript": "^5.6.2" diff --git a/packages/wasm-api/CHANGELOG.md b/packages/wasm-api/CHANGELOG.md index 4bdd1c0b4d..35d9c009ba 100644 --- a/packages/wasm-api/CHANGELOG.md +++ b/packages/wasm-api/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -- **Last updated**: 2024-11-10T17:11:51Z +- **Last updated**: 2024-11-10T18:20:49Z - **Generator**: [thi.ng/monopub](https://thi.ng/monopub) All notable changes to this project will be documented in this file. @@ -9,6 +9,13 @@ 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.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.2.1) (2024-11-10) + +#### 🩹 Bug fixes + +- fix defType() property handling ([37bebee](https://github.com/thi-ng/umbrella/commit/37bebee)) + - inject `__base` and `__bytes` getters using `Object.defineProperties()` + ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/wasm-api@2.2.0) (2024-11-10) #### 🚀 Features diff --git a/packages/wasm-api/package.json b/packages/wasm-api/package.json index 6a5a9c2252..66f97f7f7f 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.0", + "version": "2.2.1", "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 daf35a9865..6e7e4348dd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6945,7 +6945,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api-bindgen@npm:^0.8.0, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen": +"@thi.ng/wasm-api-bindgen@npm:^0.8.1, @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: @@ -6962,7 +6962,7 @@ __metadata: "@thi.ng/logger": "npm:^3.0.22" "@thi.ng/paths": "npm:^5.1.92" "@thi.ng/strings": "npm:^3.8.10" - "@thi.ng/wasm-api": "npm:^2.2.0" + "@thi.ng/wasm-api": "npm:^2.2.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -6977,16 +6977,16 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/binary": "npm:^3.4.35" - "@thi.ng/wasm-api": "npm:^2.2.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" - "@thi.ng/wasm-api-dom": "npm:^1.0.9" + "@thi.ng/wasm-api": "npm:^2.2.1" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.1" + "@thi.ng/wasm-api-dom": "npm:^1.0.10" 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.9, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom": +"@thi.ng/wasm-api-dom@npm:^1.0.10, @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: @@ -6995,8 +6995,8 @@ __metadata: "@thi.ng/canvas": "npm:^0.5.5" "@thi.ng/errors": "npm:^2.5.18" "@thi.ng/prefixes": "npm:^2.3.29" - "@thi.ng/wasm-api": "npm:^2.2.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" + "@thi.ng/wasm-api": "npm:^2.2.1" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7009,8 +7009,8 @@ __metadata: dependencies: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.12" - "@thi.ng/wasm-api": "npm:^2.2.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" + "@thi.ng/wasm-api": "npm:^2.2.1" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.1" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" typescript: "npm:^5.6.2" @@ -7024,9 +7024,9 @@ __metadata: "@microsoft/api-extractor": "npm:^7.47.9" "@thi.ng/api": "npm:^8.11.12" "@thi.ng/errors": "npm:^2.5.18" - "@thi.ng/wasm-api": "npm:^2.2.0" - "@thi.ng/wasm-api-bindgen": "npm:^0.8.0" - "@thi.ng/wasm-api-dom": "npm:^1.0.9" + "@thi.ng/wasm-api": "npm:^2.2.1" + "@thi.ng/wasm-api-bindgen": "npm:^0.8.1" + "@thi.ng/wasm-api-dom": "npm:^1.0.10" "@thi.ng/webgl": "npm:^6.9.25" esbuild: "npm:^0.24.0" typedoc: "npm:^0.26.7" @@ -7034,7 +7034,7 @@ __metadata: languageName: unknown linkType: soft -"@thi.ng/wasm-api@npm:^2.2.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api": +"@thi.ng/wasm-api@npm:^2.2.1, @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: