@noir-lang/noir_wasm 0.16.0-20a160c → 0.16.0-660af10.aztec

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.
Binary file
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "collaborators": [
4
4
  "The Noir Team <team@noir-lang.org>"
5
5
  ],
6
- "version": "0.16.0-20a160c",
6
+ "version": "0.16.0-660af10.aztec",
7
7
  "license": "(MIT OR Apache-2.0)",
8
8
  "main": "./nodejs/noir_wasm.js",
9
9
  "types": "./web/noir_wasm.d.ts",
@@ -24,12 +24,14 @@
24
24
  "test:node": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha",
25
25
  "test:browser": "web-test-runner",
26
26
  "clean": "chmod u+w web nodejs || true && rm -rf ./nodejs ./web ./target ./result",
27
- "nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
27
+ "nightly:version": "jq --arg new_version \"-$(git rev-parse --short HEAD)$1\" '.version = .version + $new_version' package.json > package-tmp.json && mv package-tmp.json package.json",
28
28
  "publish": "echo 📡 publishing `$npm_package_name` && yarn npm publish",
29
- "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0"
29
+ "lint": "NODE_NO_WARNINGS=1 eslint . --ext .ts --ignore-path ./.eslintignore --max-warnings 0",
30
+ "build:nix": "nix build -L .#noir_wasm",
31
+ "install:from:nix": "yarn clean && yarn build:nix && cp -rL ./result/noir_wasm/nodejs ./ && cp -rL ./result/noir_wasm/web ./"
30
32
  },
31
33
  "peerDependencies": {
32
- "@noir-lang/source-resolver": "0.16.0-20a160c"
34
+ "@noir-lang/source-resolver": "0.16.0-660af10.aztec"
33
35
  },
34
36
  "devDependencies": {
35
37
  "@esm-bundle/chai": "^4.3.4-fix.0",
Binary file