Skip to content

Commit 5c06448

Browse files
author
Guy Bedford
committed
0.12.0
1 parent 75843fe commit 5c06448

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "@bytecodealliance/componentize-js",
3-
"version": "0.11.4",
3+
"version": "0.12.0",
44
"homepage": "https://github.com/bytecodealliance/componentize-js#readme",
55
"type": "module",
66
"exports": "./src/componentize.js",
77
"devDependencies": {
8-
"@bytecodealliance/preview2-shim": "^0.16.5",
8+
"@bytecodealliance/preview2-shim": "^0.16.7",
99
"mocha": "^10.2.0"
1010
},
1111
"dependencies": {
12-
"@bytecodealliance/jco": "1.4.4",
13-
"@bytecodealliance/wizer": "^7.0.4",
12+
"@bytecodealliance/jco": "1.5.0",
13+
"@bytecodealliance/wizer": "^7.0.5",
1414
"@cfallin/weval": "^0.2.14",
1515
"es-module-lexer": "^1.5.4"
1616
},
@@ -20,7 +20,8 @@
2020
"build:weval": "make release-weval",
2121
"build:debug": "make debug",
2222
"test": "mocha -u tdd test/test.js --timeout 120000",
23-
"test:weval": "WEVAL_TEST=1 mocha -u tdd test/test.js --timeout 120000"
23+
"test:weval": "WEVAL_TEST=1 mocha -u tdd test/test.js --timeout 120000",
24+
"prepublishOnly": "npm run build && npm run build:weval"
2425
},
2526
"files": [
2627
"lib/interfaces",

0 commit comments

Comments
 (0)