gun-eth 1.4.25 → 1.4.27
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/gun-eth.min.js +9 -1
- package/package.json +3 -5
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "gun-eth",
|
3
|
-
"version": "1.4.
|
3
|
+
"version": "1.4.27",
|
4
4
|
"description": "A GunDB plugin for Ethereum, and Web3",
|
5
5
|
"main": "dist/gun-eth.min.js",
|
6
6
|
"type": "module",
|
@@ -35,6 +35,8 @@
|
|
35
35
|
"@types/mocha": "^10.0.1",
|
36
36
|
"chai": "^4.2.0",
|
37
37
|
"cross-env": "^7.0.3",
|
38
|
+
"ethers": "^6.7.1",
|
39
|
+
"gun": "^0.2020.1239",
|
38
40
|
"hardhat": "^2.17.0",
|
39
41
|
"hardhat-gas-reporter": "^1.0.8",
|
40
42
|
"rollup": "^3.0.0",
|
@@ -43,10 +45,6 @@
|
|
43
45
|
"typechain": "^8.2.0",
|
44
46
|
"typescript": "^5.0.0"
|
45
47
|
},
|
46
|
-
"peerDependencies": {
|
47
|
-
"ethers": "^6.0.0",
|
48
|
-
"gun": "^0.2020.1239"
|
49
|
-
},
|
50
48
|
"author": "scobru",
|
51
49
|
"repository": {
|
52
50
|
"type": "git",
|