gun-eth 1.4.18 → 1.4.20

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "gun-eth",
3
- "version": "1.4.18",
3
+ "version": "1.4.20",
4
4
  "description": "A GunDB plugin for Ethereum, and Web3",
5
+ "type": "module",
5
6
  "main": "dist/gun-eth.cjs.js",
6
7
  "module": "dist/gun-eth.esm.js",
7
8
  "browser": "dist/gun-eth.min.js",
8
9
  "unpkg": "dist/gun-eth.min.js",
9
- "types": "dist/types/index.d.ts",
10
- "type": "module",
11
10
  "exports": {
12
11
  ".": {
13
12
  "import": "./dist/gun-eth.esm.js",
@@ -81,5 +80,9 @@
81
80
  "files": [
82
81
  "dist",
83
82
  "src"
84
- ]
83
+ ],
84
+ "peerDependencies": {
85
+ "gun": "^0.2020.1239",
86
+ "ethers": "^6.0.0"
87
+ }
85
88
  }