@miden-sdk/miden-sdk 0.14.0-alpha.2 → 0.14.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miden-sdk/miden-sdk",
3
- "version": "0.14.0-alpha.2",
3
+ "version": "0.14.1",
4
4
  "description": "Miden Wasm SDK",
5
5
  "collaborators": [
6
6
  "Miden"
@@ -21,13 +21,17 @@
21
21
  "build": "rimraf dist && npm run build-rust-client-js && cross-env RUSTFLAGS=\"--cfg getrandom_backend=\\\"wasm_js\\\"\" rollup -c rollup.config.js && cpr js/types dist && node clean.js",
22
22
  "build-dev": "npm install && MIDEN_WEB_DEV=true npm run build",
23
23
  "check:wasm-types": "node ./scripts/check-bindgen-types.js",
24
+ "check:method-classification": "node ./scripts/check-method-classification.js",
24
25
  "test": "yarn playwright install --with-deps && yarn playwright test",
26
+ "test:ci": "yarn playwright install --with-deps chromium && yarn playwright test",
27
+ "test:ci:remote_prover": "yarn playwright install --with-deps && cross-env TEST_MIDEN_PROVER_URL=localhost yarn playwright test -g 'with remote prover'",
25
28
  "test:devnet": "cross-env TEST_MIDEN_NETWORK=devnet yarn test",
26
29
  "test:testnet": "cross-env TEST_MIDEN_NETWORK=testnet yarn test",
27
- "test:remote_prover": "yarn install && yarn playwright install --with-deps && cross-env MIDEN_WEB_DEV=true yarn run build && cross-env REMOTE_PROVER=true yarn playwright test -g 'with remote prover' ",
28
- "test:remote_prover:devnet": "cross-env TEST_MIDEN_NETWORK=devnet yarn run test:remote_prover",
29
- "test:remote_prover:testnet": "cross-env TEST_MIDEN_NETWORK=testnet yarn run test:remote_prover",
30
+ "test:remote_prover": "yarn install && yarn playwright install --with-deps && cross-env MIDEN_WEB_DEV=true yarn run build && cross-env TEST_MIDEN_PROVER_URL=localhost yarn playwright test -g 'with remote prover' ",
31
+ "test:remote_prover:devnet": "cross-env TEST_MIDEN_NETWORK=devnet TEST_MIDEN_PROVER_URL=devnet yarn run test:remote_prover",
32
+ "test:remote_prover:testnet": "cross-env TEST_MIDEN_NETWORK=testnet TEST_MIDEN_PROVER_URL=testnet yarn run test:remote_prover",
30
33
  "test:clean": "yarn install && yarn playwright install --with-deps && MIDEN_WEB_DEV=true yarn run build && yarn playwright test ",
34
+ "test:clean:opt": "yarn install && yarn playwright install --with-deps && yarn run build && yarn playwright test ",
31
35
  "typedoc": "typedoc"
32
36
  },
33
37
  "devDependencies": {
@@ -36,6 +40,7 @@
36
40
  "@rollup/plugin-node-resolve": "^15.2.3",
37
41
  "@types/node": "^24.9.2",
38
42
  "@wasm-tool/rollup-plugin-rust": "^3.0.3",
43
+ "binaryen": "^129.0.0",
39
44
  "chai": "^5.1.1",
40
45
  "cpr": "^3.0.1",
41
46
  "cross-env": "^7.0.3",