Skip to content

Commit

Permalink
build(wasm-api): update deps (bindgen)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 29, 2024
1 parent c94b5cf commit add818d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 29 deletions.
2 changes: 1 addition & 1 deletion packages/wasm-api-canvas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/wasm-api-bindgen": "^0.6.0",
"@thi.ng/wasm-api-bindgen": "^0.7.0",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/wasm-api-bindgen": "^0.6.0",
"@thi.ng/wasm-api-bindgen": "^0.7.0",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/wasm-api-schedule/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.5",
"@thi.ng/wasm-api-bindgen": "^0.6.0",
"@thi.ng/wasm-api-bindgen": "^0.7.0",
"esbuild": "^0.23.0",
"typedoc": "^0.26.5",
"typescript": "^5.5.4"
Expand Down
29 changes: 3 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6869,29 +6869,6 @@ __metadata:
languageName: unknown
linkType: soft

"@thi.ng/wasm-api-bindgen@npm:^0.6.0":
version: 0.6.0
resolution: "@thi.ng/wasm-api-bindgen@npm:0.6.0"
dependencies:
"@thi.ng/api": "npm:^8.11.9"
"@thi.ng/args": "npm:^2.3.42"
"@thi.ng/arrays": "npm:^2.10.0"
"@thi.ng/binary": "npm:^3.4.32"
"@thi.ng/checks": "npm:^3.6.11"
"@thi.ng/compare": "npm:^2.4.1"
"@thi.ng/defmulti": "npm:^3.0.47"
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/file-io": "npm:^2.1.11"
"@thi.ng/logger": "npm:^3.0.19"
"@thi.ng/paths": "npm:^5.1.89"
"@thi.ng/strings": "npm:^3.8.4"
"@thi.ng/wasm-api": "npm:^2.0.0"
bin:
wasm-api-bindgen: bin/wasm-api-bindgen
checksum: 10/ecc66bab9f01fd0b4579064c8e7606bbd089b91d3969e89d98d325bdb170277d14a67b6ebd4f8ab34a59f8f801141dd4507bda693d8310e6312043f7d3c4232a
languageName: node
linkType: hard

"@thi.ng/wasm-api-bindgen@npm:^0.7.0, @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"
Expand Down Expand Up @@ -6925,7 +6902,7 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.5"
"@thi.ng/binary": "npm:^3.4.32"
"@thi.ng/wasm-api": "npm:^2.0.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.6.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.0"
"@thi.ng/wasm-api-dom": "npm:^1.0.0"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
Expand All @@ -6943,7 +6920,7 @@ __metadata:
"@thi.ng/errors": "npm:^2.5.15"
"@thi.ng/prefixes": "npm:^2.3.26"
"@thi.ng/wasm-api": "npm:^2.0.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.6.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.0"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
typescript: "npm:^5.5.4"
Expand All @@ -6957,7 +6934,7 @@ __metadata:
"@microsoft/api-extractor": "npm:^7.47.5"
"@thi.ng/api": "npm:^8.11.9"
"@thi.ng/wasm-api": "npm:^2.0.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.6.0"
"@thi.ng/wasm-api-bindgen": "npm:^0.7.0"
esbuild: "npm:^0.23.0"
typedoc: "npm:^0.26.5"
typescript: "npm:^5.5.4"
Expand Down

0 comments on commit add818d

Please sign in to comment.