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