@xyo-network/blockchain-plugins 5.4.2 → 5.4.4
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 +34 -34
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/blockchain-plugins",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.4",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -22,40 +22,40 @@
|
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"types": "./dist/neutral/index.d.ts",
|
|
25
|
+
"import": "./dist/neutral/index.mjs",
|
|
25
26
|
"default": "./dist/neutral/index.mjs"
|
|
26
27
|
},
|
|
27
28
|
"./package.json": "./package.json"
|
|
28
29
|
},
|
|
29
|
-
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@xyo-network/ethereum-blockchain-plugins": "~5.4.
|
|
36
|
+
"@xyo-network/ethereum-blockchain-plugins": "~5.4.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@metamask/providers": "^22",
|
|
40
40
|
"@opentelemetry/api": "^1",
|
|
41
|
-
"@types/node": "^25.5.
|
|
42
|
-
"@xylabs/geo": "^5",
|
|
43
|
-
"@xylabs/sdk-js": "^5.0.
|
|
44
|
-
"@xylabs/ts-scripts-common": "~7.
|
|
45
|
-
"@xylabs/ts-scripts-pnpm": "~7.
|
|
46
|
-
"@xylabs/tsconfig": "~7.
|
|
47
|
-
"@xylabs/vitest-extended": "~5.0.
|
|
48
|
-
"@xyo-network/abstract-witness": "~5.3.
|
|
49
|
-
"@xyo-network/diviner-abstract": "~5.3.
|
|
50
|
-
"@xyo-network/diviner-model": "~5.3.
|
|
51
|
-
"@xyo-network/module-model": "~5.3.
|
|
52
|
-
"@xyo-network/payload-model": "~5.3.
|
|
53
|
-
"@xyo-network/payload-plugin": "^5",
|
|
54
|
-
"@xyo-network/payloadset-plugin": "~5.3.
|
|
55
|
-
"@xyo-network/sdk-js": "~5.3.
|
|
56
|
-
"@xyo-network/witness-blockchain-abstract": "~5.3.
|
|
57
|
-
"@xyo-network/witness-model": "~5.3.
|
|
58
|
-
"@xyo-network/witness-timestamp": "~5.3.
|
|
41
|
+
"@types/node": "^25.5.2",
|
|
42
|
+
"@xylabs/geo": "^5.0.94",
|
|
43
|
+
"@xylabs/sdk-js": "^5.0.94",
|
|
44
|
+
"@xylabs/ts-scripts-common": "~7.7.9",
|
|
45
|
+
"@xylabs/ts-scripts-pnpm": "~7.7.9",
|
|
46
|
+
"@xylabs/tsconfig": "~7.7.9",
|
|
47
|
+
"@xylabs/vitest-extended": "~5.0.94",
|
|
48
|
+
"@xyo-network/abstract-witness": "~5.3.26",
|
|
49
|
+
"@xyo-network/diviner-abstract": "~5.3.26",
|
|
50
|
+
"@xyo-network/diviner-model": "~5.3.26",
|
|
51
|
+
"@xyo-network/module-model": "~5.3.26",
|
|
52
|
+
"@xyo-network/payload-model": "~5.3.26",
|
|
53
|
+
"@xyo-network/payload-plugin": "^5.3.26",
|
|
54
|
+
"@xyo-network/payloadset-plugin": "~5.3.26",
|
|
55
|
+
"@xyo-network/sdk-js": "~5.3.26",
|
|
56
|
+
"@xyo-network/witness-blockchain-abstract": "~5.3.26",
|
|
57
|
+
"@xyo-network/witness-model": "~5.3.26",
|
|
58
|
+
"@xyo-network/witness-timestamp": "~5.3.26",
|
|
59
59
|
"acorn": "^6.0.0 || ^7.0.0 || ^8.0.0",
|
|
60
60
|
"ajv": "^8.18.0",
|
|
61
61
|
"axios": "^1",
|
|
@@ -71,19 +71,19 @@
|
|
|
71
71
|
"vitest": "~4.1.2",
|
|
72
72
|
"webextension-polyfill": "^0.10.0 || ^0.11.0 || ^0.12.0",
|
|
73
73
|
"zod": "^4",
|
|
74
|
-
"@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.
|
|
75
|
-
"@xyo-network/blocknative-ethereum-gas-
|
|
76
|
-
"@xyo-network/etherchain-gas-
|
|
77
|
-
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.4.
|
|
78
|
-
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.
|
|
79
|
-
"@xyo-network/etherchain-
|
|
80
|
-
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.
|
|
81
|
-
"@xyo-network/
|
|
82
|
-
"@xyo-network/
|
|
83
|
-
"@xyo-network/
|
|
84
|
-
"@xyo-network/
|
|
85
|
-
"@xyo-network/
|
|
86
|
-
"@xyo-network/gas-price-payload-plugin": "~5.4.
|
|
74
|
+
"@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.4",
|
|
75
|
+
"@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.4",
|
|
76
|
+
"@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.4",
|
|
77
|
+
"@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.4.4",
|
|
78
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.4",
|
|
79
|
+
"@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.4",
|
|
80
|
+
"@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.4",
|
|
81
|
+
"@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.4",
|
|
82
|
+
"@xyo-network/ethers-ethereum-gas-plugin": "~5.4.4",
|
|
83
|
+
"@xyo-network/gas-ethereum-blockchain-plugins": "~5.4.4",
|
|
84
|
+
"@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.4",
|
|
85
|
+
"@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.4",
|
|
86
|
+
"@xyo-network/gas-price-payload-plugin": "~5.4.4"
|
|
87
87
|
},
|
|
88
88
|
"peerDependencies": {
|
|
89
89
|
"@xylabs/sdk-js": "^5",
|