Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 22, 2024
1 parent 4d96aae commit 7d33393
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 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.5.0",
"version": "0.5.1",
"description": "Polyglot bindings code generators for hybrid JS & WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@thi.ng/logger": "^3.0.10",
"@thi.ng/paths": "^5.1.79",
"@thi.ng/strings": "^3.7.31",
"@thi.ng/wasm-api": "^1.5.0"
"@thi.ng/wasm-api": "^1.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
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": "0.1.81",
"version": "0.1.82",
"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.23",
"@thi.ng/wasm-api": "^1.5.0",
"@thi.ng/wasm-api-dom": "^0.11.89"
"@thi.ng/wasm-api": "^1.5.1",
"@thi.ng/wasm-api-dom": "^0.11.90"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"@thi.ng/wasm-api-bindgen": "^0.5.1",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
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": "0.11.89",
"version": "0.11.90",
"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.2.17",
"@thi.ng/errors": "^2.5.5",
"@thi.ng/prefixes": "^2.3.17",
"@thi.ng/wasm-api": "^1.5.0"
"@thi.ng/wasm-api": "^1.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"@thi.ng/wasm-api-bindgen": "^0.5.1",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
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": "0.3.85",
"version": "0.3.86",
"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.0",
"@thi.ng/wasm-api": "^1.5.0"
"@thi.ng/wasm-api": "^1.5.1"
},
"devDependencies": {
"@microsoft/api-extractor": "^7.43.0",
"@thi.ng/wasm-api-bindgen": "^0.5.0",
"@thi.ng/wasm-api-bindgen": "^0.5.1",
"esbuild": "^0.20.2",
"rimraf": "^5.0.5",
"typedoc": "^0.25.12",
Expand Down
2 changes: 1 addition & 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-04-22T09:56:21Z
- **Last updated**: 2024-04-22T10:34:01Z
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub)

All notable changes to this project will be documented in this file.
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": "1.5.0",
"version": "1.5.1",
"description": "Generic, modular, extensible API bridge and infrastructure for hybrid JS & WebAssembly projects",
"type": "module",
"module": "./index.js",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6633,7 +6633,7 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-bindgen@npm:^0.5.0, @thi.ng/wasm-api-bindgen@workspace:^, @thi.ng/wasm-api-bindgen@workspace:packages/wasm-api-bindgen":
"@thi.ng/wasm-api-bindgen@npm:^0.5.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 @@ -6650,7 +6650,7 @@ __metadata:
"@thi.ng/logger": "npm:^3.0.10"
"@thi.ng/paths": "npm:^5.1.79"
"@thi.ng/strings": "npm:^3.7.31"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api": "npm:^1.5.1"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
Expand All @@ -6666,17 +6666,17 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/binary": "npm:^3.4.23"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
"@thi.ng/wasm-api-dom": "npm:^0.11.89"
"@thi.ng/wasm-api": "npm:^1.5.1"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.1"
"@thi.ng/wasm-api-dom": "npm:^0.11.90"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-dom@npm:^0.11.89, @thi.ng/wasm-api-dom@workspace:^, @thi.ng/wasm-api-dom@workspace:packages/wasm-api-dom":
"@thi.ng/wasm-api-dom@npm:^0.11.90, @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 @@ -6685,8 +6685,8 @@ __metadata:
"@thi.ng/canvas": "npm:^0.2.17"
"@thi.ng/errors": "npm:^2.5.5"
"@thi.ng/prefixes": "npm:^2.3.17"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
"@thi.ng/wasm-api": "npm:^1.5.1"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.1"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
Expand All @@ -6700,16 +6700,16 @@ __metadata:
dependencies:
"@microsoft/api-extractor": "npm:^7.43.0"
"@thi.ng/api": "npm:^8.11.0"
"@thi.ng/wasm-api": "npm:^1.5.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.0"
"@thi.ng/wasm-api": "npm:^1.5.1"
"@thi.ng/wasm-api-bindgen": "npm:^0.5.1"
esbuild: "npm:^0.20.2"
rimraf: "npm:^5.0.5"
typedoc: "npm:^0.25.12"
typescript: "npm:^5.4.3"
languageName: unknown
linkType: soft

"@thi.ng/wasm-api@npm:^1.5.0, @thi.ng/wasm-api@workspace:^, @thi.ng/wasm-api@workspace:packages/wasm-api":
"@thi.ng/wasm-api@npm:^1.5.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 7d33393

Please sign in to comment.