libevm 0.0.29 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/libevm +1 -1
- package/package.json +8 -6
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name":
|
|
3
3
|
"libevm",
|
|
4
4
|
"version":
|
|
5
|
-
"0.0.
|
|
5
|
+
"0.0.31",
|
|
6
6
|
"description":
|
|
7
7
|
"Library providing useful functions to write native applications interacting with EVM-compatible blockchain networks.",
|
|
8
8
|
"funding": {
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"crash-js-webpack":
|
|
62
|
-
"^0.0.
|
|
62
|
+
"^0.0.41",
|
|
63
63
|
"flatted":
|
|
64
64
|
"^3.2.9",
|
|
65
65
|
"eslint":
|
|
@@ -77,19 +77,21 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"crash-js":
|
|
80
|
-
"^0.11.
|
|
80
|
+
"^0.11.111111111111",
|
|
81
81
|
"evm-chains-info":
|
|
82
|
-
"^0.0.
|
|
82
|
+
"^0.0.28",
|
|
83
83
|
"evm-wallet.js":
|
|
84
|
-
"^0.0.
|
|
84
|
+
"^0.0.70",
|
|
85
85
|
"ws":
|
|
86
86
|
"^8.21.0",
|
|
87
87
|
"yargs":
|
|
88
88
|
"18.0.0"
|
|
89
89
|
},
|
|
90
90
|
"overrides": {
|
|
91
|
+
"evm-chains-info":
|
|
92
|
+
"^0.0.28",
|
|
91
93
|
"libevm":
|
|
92
|
-
"
|
|
94
|
+
"./libevm"
|
|
93
95
|
},
|
|
94
96
|
"type":
|
|
95
97
|
"commonjs",
|