Skip to content

Commit

Permalink
Upgrade to hyperdrive-wasm@v0.12.0 (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyDelott authored Apr 19, 2024
1 parent bb3c928 commit a218f5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/hyperdrive-js-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@delvtech/hyperdrive-artifacts": "^0.0.3"
},
"dependencies": {
"@delvtech/hyperdrive-wasm": "^0.11.0",
"@delvtech/hyperdrive-wasm": "^0.12.0",
"lodash.groupby": "^4.6.0",
"lodash.mapvalues": "^4.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperdrive-js-core/src/hyperwasm.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// NOTE: Make sure to add the hyperwasm version number to the end of the import. Adding a query parameter to the import path will cause the esm cache to be invalidated and the latest version of the wasm package will be loaded.
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore
import * as hyperwasm from "@delvtech/hyperdrive-wasm?v0.11.0";
import * as hyperwasm from "@delvtech/hyperdrive-wasm?v0.12.0";

hyperwasm.initSync(hyperwasm.wasmBuffer);

Expand Down
2 changes: 1 addition & 1 deletion packages/hyperdrive-js-core/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default defineConfig({
plugins: [tsconfigPaths()],
test: {
alias: {
"@delvtech/hyperdrive-wasm?v0.11.0": "@delvtech/hyperdrive-wasm",
"@delvtech/hyperdrive-wasm?v0.12.0": "@delvtech/hyperdrive-wasm",
},
},
});
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,10 @@
fast-safe-stringify "^2.1.1"
lru-cache "^10.0.1"

"@delvtech/hyperdrive-wasm@^0.11.0":
version "0.11.0"
resolved "https://registry.yarnpkg.com/@delvtech/hyperdrive-wasm/-/hyperdrive-wasm-0.11.0.tgz#9aaff670283a1eb93cf50bf5eca5050db5309e28"
integrity sha512-tYDs2sLpeVFN7Dxg7Dd27xjLsnW8vsj+tlDoYUiOvnizicC8kvjYnZjcE90M+yPcMBjqqu5dtiXxltULj6s/BQ==
"@delvtech/hyperdrive-wasm@^0.12.0":
version "0.12.0"
resolved "https://registry.yarnpkg.com/@delvtech/hyperdrive-wasm/-/hyperdrive-wasm-0.12.0.tgz#1ba563a4de0b7968b216c74946868f1db217b1b9"
integrity sha512-MnPUdhMOoWxFAAiaHtxboSEX9N4SA9Y3Uq22A4tiPoQmWTcH1nAc0GzecFrle0LzQ0Wfi2QZ3BG68FzI8XKUAw==

"@discoveryjs/json-ext@0.5.7":
version "0.5.7"
Expand Down

0 comments on commit a218f5f

Please sign in to comment.