zkjson 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
@@ -9,6 +9,7 @@
9
9
  "blake2b": "^2.1.3",
10
10
  "ethers": "^5.5.1",
11
11
  "ffjavascript": "^0.2.45",
12
- "ramda": "^0.29.1"
12
+ "ramda": "^0.29.1",
13
+ "snarkjs": "^0.7.3"
13
14
  }
14
15
  }