@xyo-network/gas-ethereum-blockchain-plugins 7.0.1 → 7.0.2
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/package.json +13 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/gas-ethereum-blockchain-plugins",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.2",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,26 +31,23 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
35
|
-
"@xyo-network/
|
|
34
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.2",
|
|
35
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
+
"@ariestools/sdk": "^7.0.5",
|
|
38
39
|
"@bitauth/libauth": "~3.0.0",
|
|
39
40
|
"@noble/post-quantum": "~0.6.1",
|
|
40
41
|
"@opentelemetry/api": "^1.9.1",
|
|
41
42
|
"@opentelemetry/sdk-trace-base": "^2.8.0",
|
|
42
43
|
"@scure/base": "^2.2.0",
|
|
43
44
|
"@scure/bip39": "~2.2.0",
|
|
44
|
-
"@xylabs/geo": "^7.0.
|
|
45
|
-
"@xylabs/
|
|
46
|
-
"@xylabs/
|
|
47
|
-
"@xylabs/
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@xyo-network/sdk": "~7.0.3",
|
|
51
|
-
"@xyo-network/sdk-protocol": "^7.0.4",
|
|
52
|
-
"@xyo-network/witness-blockchain-abstract": "^7.0.3",
|
|
53
|
-
"@xyo-network/witness-timestamp": "^7.0.3",
|
|
45
|
+
"@xylabs/geo": "^7.0.5",
|
|
46
|
+
"@xylabs/threads": "^7.0.5",
|
|
47
|
+
"@xylabs/toolchain": "~8.5.15",
|
|
48
|
+
"@xylabs/tsconfig": "~8.5.15",
|
|
49
|
+
"@xyo-network/sdk": "~7.0.5",
|
|
50
|
+
"@xyo-network/sdk-protocol": "^7.0.8",
|
|
54
51
|
"ajv": "^8.20.0",
|
|
55
52
|
"async-mutex": "^0.5.0",
|
|
56
53
|
"browserslist": "4.28.4",
|
|
@@ -62,23 +59,11 @@
|
|
|
62
59
|
"idb": "^8.0.3",
|
|
63
60
|
"lru-cache": "^11.5.1",
|
|
64
61
|
"observable-fns": "~0.6.1",
|
|
65
|
-
"regression": "^2.0.1",
|
|
66
62
|
"typescript": "~6.0.3",
|
|
67
|
-
"
|
|
68
|
-
"vitest": "^4.1.9",
|
|
69
|
-
"zod": "^4.4.3",
|
|
70
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~7.0.1",
|
|
71
|
-
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~7.0.1",
|
|
72
|
-
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~7.0.1",
|
|
73
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~7.0.1",
|
|
74
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~7.0.1",
|
|
75
|
-
"@xyo-network/ethers-ethereum-gas-plugin": "~7.0.1",
|
|
76
|
-
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~7.0.1",
|
|
77
|
-
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~7.0.1",
|
|
78
|
-
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~7.0.1",
|
|
79
|
-
"@xyo-network/gas-price-payload-plugin": "~7.0.1"
|
|
63
|
+
"zod": "^4.4.3"
|
|
80
64
|
},
|
|
81
65
|
"peerDependencies": {
|
|
66
|
+
"@ariestools/sdk": "^7.0",
|
|
82
67
|
"@bitauth/libauth": "~3.0",
|
|
83
68
|
"@noble/post-quantum": "~0.6.1",
|
|
84
69
|
"@opentelemetry/api": "^1.9",
|
|
@@ -86,9 +71,9 @@
|
|
|
86
71
|
"@scure/base": "^2.2",
|
|
87
72
|
"@scure/bip39": "~2.2",
|
|
88
73
|
"@xylabs/geo": "^7.0",
|
|
89
|
-
"@xylabs/sdk": "^7.0",
|
|
90
74
|
"@xylabs/threads": "^7.0",
|
|
91
75
|
"@xyo-network/sdk": "^7.0",
|
|
76
|
+
"@xyo-network/sdk-protocol": "^7.0",
|
|
92
77
|
"ajv": "^8.20",
|
|
93
78
|
"async-mutex": "^0.5",
|
|
94
79
|
"debug": "~4.4",
|