zkjson 0.1.1 → 0.1.2

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 +5 -1
package/package.json CHANGED
@@ -1,10 +1,14 @@
1
1
  {
2
2
  "name": "zkjson",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Zero Knowledge Provable JSON",
5
5
  "main": "index.js",
6
6
  "license": "MIT",
7
7
  "dependencies": {
8
+ "blake-hash": "^2.0.0",
9
+ "blake2b": "^2.1.4",
10
+ "ethers": "^6.10.0",
11
+ "ffjavascript": "^0.2.63",
8
12
  "ramda": "^0.29.1"
9
13
  }
10
14
  }