Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Nov 10, 2024
1 parent 37bebee commit 49023d7
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 32 deletions.
4 changes: 2 additions & 2 deletions packages/wasm-api-bindgen/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
6 changes: 3 additions & 3 deletions packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions packages/wasm-api-webgl/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down
9 changes: 8 additions & 1 deletion packages/wasm-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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/[email protected]) (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/[email protected]) (2024-11-10)

#### 🚀 Features
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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"
Expand All @@ -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:
Expand All @@ -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"
Expand All @@ -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"
Expand All @@ -7024,17 +7024,17 @@ __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"
typescript: "npm:^5.6.2"
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:
Expand Down

0 comments on commit 49023d7

Please sign in to comment.