Skip to content

Commit 0c9644a

Browse files
Publish
1 parent 0907232 commit 0c9644a

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/wasm-api-canvas/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/wasm-api-canvas",
3-
"version": "1.0.65",
3+
"version": "1.0.66",
44
"description": "HTML Canvas2D bridge API for hybrid TypeScript & WASM (Zig) applications",
55
"type": "module",
66
"module": "./index.js",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@thi.ng/binary": "^3.4.68",
4444
"@thi.ng/wasm-api": "^2.4.12",
45-
"@thi.ng/wasm-api-dom": "^2.0.13"
45+
"@thi.ng/wasm-api-dom": "^2.0.14"
4646
},
4747
"devDependencies": {
4848
"@thi.ng/wasm-api-bindgen": "^1.2.57",

packages/wasm-api-dom/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
- **Last updated**: 2025-12-03T22:43:13Z
3+
- **Last updated**: 2025-12-03T23:44:19Z
44
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
55

66
All notable changes to this project will be documented in this file.

packages/wasm-api-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/wasm-api-dom",
3-
"version": "2.0.13",
3+
"version": "2.0.14",
44
"description": "Browser DOM bridge API for hybrid TypeScript & WASM (Zig) applications",
55
"type": "module",
66
"module": "./index.js",

packages/wasm-api-webgl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thi.ng/wasm-api-webgl",
3-
"version": "1.0.15",
3+
"version": "1.0.16",
44
"description": "WebGL bridge API for hybrid TypeScript & WASM (Zig) applications",
55
"type": "module",
66
"module": "./index.js",
@@ -43,7 +43,7 @@
4343
"@thi.ng/api": "^8.12.10",
4444
"@thi.ng/errors": "^2.5.50",
4545
"@thi.ng/wasm-api": "^2.4.12",
46-
"@thi.ng/wasm-api-dom": "^2.0.13",
46+
"@thi.ng/wasm-api-dom": "^2.0.14",
4747
"@thi.ng/webgl": "^6.9.90"
4848
},
4949
"devDependencies": {

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7059,14 +7059,14 @@ __metadata:
70597059
"@thi.ng/binary": "npm:^3.4.68"
70607060
"@thi.ng/wasm-api": "npm:^2.4.12"
70617061
"@thi.ng/wasm-api-bindgen": "npm:^1.2.57"
7062-
"@thi.ng/wasm-api-dom": "npm:^2.0.13"
7062+
"@thi.ng/wasm-api-dom": "npm:^2.0.14"
70637063
esbuild: "npm:^0.27.0"
70647064
typedoc: "npm:^0.28.14"
70657065
typescript: "npm:^5.9.3"
70667066
languageName: unknown
70677067
linkType: soft
70687068

7069-
"@thi.ng/wasm-api-dom@npm:^2.0.13, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
7069+
"@thi.ng/wasm-api-dom@npm:^2.0.14, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
70707070
version: 0.0.0-use.local
70717071
resolution: "@thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom"
70727072
dependencies:
@@ -7103,7 +7103,7 @@ __metadata:
71037103
"@thi.ng/errors": "npm:^2.5.50"
71047104
"@thi.ng/wasm-api": "npm:^2.4.12"
71057105
"@thi.ng/wasm-api-bindgen": "npm:^1.2.57"
7106-
"@thi.ng/wasm-api-dom": "npm:^2.0.13"
7106+
"@thi.ng/wasm-api-dom": "npm:^2.0.14"
71077107
"@thi.ng/webgl": "npm:^6.9.90"
71087108
esbuild: "npm:^0.27.0"
71097109
typedoc: "npm:^0.28.14"

0 commit comments

Comments
 (0)