gun-eth 1.4.33 → 1.4.34
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -18
package/package.json
CHANGED
@@ -1,25 +1,9 @@
|
|
1
1
|
{
|
2
2
|
"name": "gun-eth",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.34",
|
4
4
|
"description": "A GunDB plugin for Ethereum, and Web3",
|
5
|
-
"main": "dist/gun-eth.
|
6
|
-
"module": "dist/gun-eth.mjs",
|
7
|
-
"browser": "dist/browser/gun-eth.min.js",
|
5
|
+
"main": "dist/gun-eth.min.js",
|
8
6
|
"type": "module",
|
9
|
-
"exports": {
|
10
|
-
".": {
|
11
|
-
"types": "./dist/types/index.d.ts",
|
12
|
-
"node": {
|
13
|
-
"import": "./dist/gun-eth.mjs",
|
14
|
-
"require": "./dist/gun-eth.cjs.js"
|
15
|
-
},
|
16
|
-
"browser": {
|
17
|
-
"import": "./dist/browser/gun-eth.min.js",
|
18
|
-
"require": "./dist/browser/gun-eth.min.js"
|
19
|
-
},
|
20
|
-
"default": "./dist/gun-eth.mjs"
|
21
|
-
}
|
22
|
-
},
|
23
7
|
"typesVersions": {
|
24
8
|
"*": {
|
25
9
|
"*": [
|