Skip to content

Commit 5a28111

Browse files
authored
deps: Update to weval 0.3.2. (#972)
1 parent e10829d commit 5a28111

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"dependencies": {
5757
"@bytecodealliance/jco": "^1.5.0",
5858
"@bytecodealliance/wizer": "^7.0.5",
59-
"@cfallin/weval": "^0.2.14",
59+
"@bytecodealliance/weval": "^0.3.2",
6060
"acorn": "^8.12.1",
6161
"acorn-walk": "^8.3.3",
6262
"esbuild": "^0.23.1",

runtime/StarlingMonkey

src/compileApplicationToWasm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { rmSync } from 'node:fs';
66
import { isFile } from './isFile.js';
77
import { isFileOrDoesNotExist } from './isFileOrDoesNotExist.js';
88
import wizer from '@bytecodealliance/wizer';
9-
import weval from '@cfallin/weval';
9+
import weval from '@bytecodealliance/weval';
1010
import { precompile } from './precompile.js';
1111
import { bundle } from './bundle.js';
1212

0 commit comments

Comments
 (0)