gun-eth 1.4.19 → 1.4.21

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.4.19",
3
+ "version": "1.4.21",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -68,5 +68,9 @@
68
68
  "files": [
69
69
  "dist",
70
70
  "src"
71
- ]
71
+ ],
72
+ "peerDependencies": {
73
+ "gun": "^0.2020.1239",
74
+ "ethers": "^6.0.0"
75
+ }
72
76
  }