Skip to content

Commit

Permalink
Rebuild wasm binary (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: wasilibs[bot] <173422847+wasilibs[bot]@users.noreply.github.com>
  • Loading branch information
wasilibs[bot] authored Feb 7, 2025
1 parent 3c16253 commit 0b366cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions buildtools/wasm/bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"": {
"name": "wasm",
"dependencies": {
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
"@connectrpc/protoc-gen-connect-query": "2.0.0",
"@bufbuild/protobuf": "latest",
"@bufbuild/protoplugin": "latest",
"@connectrpc/protoc-gen-connect-query": "latest",
},
"devDependencies": {
"@types/node": "^22.13.1",
"@types/node": "latest",
"@types/quickjs": "github:Gottox/quickjs-dts",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"prettier": "latest",
"typescript": "latest",
},
},
},
Expand All @@ -21,7 +21,7 @@

"@bufbuild/protoplugin": ["@bufbuild/protoplugin@2.2.3", "", { "dependencies": { "@bufbuild/protobuf": "2.2.3", "@typescript/vfs": "^1.5.2", "typescript": "5.4.5" } }, "sha512-UsV7mj6NJTZrqIYJK+jNFnnj5tOS7wgNXKyMjebFEpf+OX6pfXE+nx+QPjumOfu4GxdVPfEDnKuwISgqlXSQqw=="],

"@connectrpc/protoc-gen-connect-query": ["@connectrpc/protoc-gen-connect-query@2.0.0", "", { "dependencies": { "@bufbuild/protobuf": "^2.2.1", "@bufbuild/protoplugin": "^2.2.1" }, "peerDependencies": { "@bufbuild/protoc-gen-es": "2.x" }, "optionalPeers": ["@bufbuild/protoc-gen-es"], "bin": { "protoc-gen-connect-query": "bin/protoc-gen-connect-query" } }, "sha512-19L2C+E2JKmt+ZRXj0L2B/htCAJGLPDkg8p9zm0BNgAFaXRmAFiPE1yoozvX6QUVo4JvbEeHWBgoB566/ryN+w=="],
"@connectrpc/protoc-gen-connect-query": ["@connectrpc/protoc-gen-connect-query@2.0.1", "", { "dependencies": { "@bufbuild/protobuf": "^2.2.1", "@bufbuild/protoplugin": "^2.2.1" }, "peerDependencies": { "@bufbuild/protoc-gen-es": "2.x" }, "optionalPeers": ["@bufbuild/protoc-gen-es"], "bin": { "protoc-gen-connect-query": "bin/protoc-gen-connect-query" } }, "sha512-vbqr11Vg4gV5W5WUoC1/ZGIPU+iMWj8sR/WO6cBFV1bKLluWv4s7UWmbpEYDSUap3RVklRMcr+HZSDqbPgV0Hg=="],

"@types/node": ["@types/node@22.13.1", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew=="],

Expand Down
4 changes: 2 additions & 2 deletions buildtools/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"dependencies": {
"@bufbuild/protobuf": "2.2.3",
"@bufbuild/protoplugin": "2.2.3",
"@connectrpc/protoc-gen-connect-query": "2.0.0"
"@connectrpc/protoc-gen-connect-query": "2.0.1"
},
"devDependencies": {
"@types/quickjs": "github:Gottox/quickjs-dts",
"@types/node": "^22.13.1",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
"typescript": "^5.7.3"
}
}
Binary file modified internal/wasm/protoc-gen-connect-query.wasm
Binary file not shown.

0 comments on commit 0b366cb

Please sign in to comment.