hyli-noir 0.4.1 → 0.4.2

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -21,7 +21,7 @@ npm install hyli-noir
21
21
  This library requires the following peer dependencies:
22
22
 
23
23
  ```bash
24
- npm install @aztec/bb.js@0.82.2 @noir-lang/noir_js@1.0.0-beta.2 @noir-lang/noir_wasm@1.0.0-beta.2
24
+ npm install @aztec/bb.js@0.82.2 @noir-lang/noir_js@1.0.0-beta.18 @noir-lang/noir_wasm@1.0.0-beta.18
25
25
  ```
26
26
 
27
27
  ## Quick Start
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  },
11
11
  "author": "Hyli",
12
12
  "license": "MIT",
13
- "version": "0.4.1",
13
+ "version": "0.4.2",
14
14
  "type": "module",
15
15
  "main": "dist/hyli-noir.cjs.js",
16
16
  "module": "dist/hyli-noir.es.js",
@@ -36,8 +36,8 @@
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@aztec/bb.js": "2.0.3",
39
- "@noir-lang/noir_js": "1.0.0-beta.18",
40
- "@noir-lang/noir_wasm": "1.0.0-beta.18"
39
+ "@noir-lang/noir_js": "1.0.0-beta.14",
40
+ "@noir-lang/noir_wasm": "1.0.0-beta.14"
41
41
  },
42
42
  "dependencies": {
43
43
  "hyli": "^0.4.1",