o1js-pack 0.5.1 → 0.5.3

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 +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "o1js-pack",
3
- "version": "0.5.1",
3
+ "version": "0.5.3",
4
4
  "description": "",
5
5
  "author": "45930",
6
6
  "license": "Apache-2.0",
@@ -40,9 +40,11 @@
40
40
  "husky": "^7.0.1",
41
41
  "jest": "^27.3.1",
42
42
  "lint-staged": "^11.0.1",
43
- "o1js": "^0.16.0",
44
43
  "prettier": "^2.3.2",
45
44
  "ts-jest": "^27.0.7",
46
45
  "typescript": "^4.7.2"
46
+ },
47
+ "peerDependencies": {
48
+ "o1js": "0.16.1"
47
49
  }
48
50
  }