@xyo-network/ethereum-blockchain-plugins 6.0.2 → 6.0.3

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.
Files changed (1) hide show
  1. package/package.json +25 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/ethereum-blockchain-plugins",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,7 +31,7 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/gas-ethereum-blockchain-plugins": "~6.0.2"
34
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~6.0.3"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
@@ -41,17 +41,17 @@
41
41
  "@opentelemetry/sdk-trace-base": "^2.7.1",
42
42
  "@scure/base": "^2.2.0",
43
43
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "^6.0.6",
45
- "@xylabs/sdk-js": "^6.0.6",
46
- "@xylabs/threads": "^6.0.6",
47
- "@xylabs/toolchain": "~8.1.11",
48
- "@xylabs/tsconfig": "~8.1.11",
49
- "@xylabs/vitest-extended": "~6.0.6",
50
- "@xyo-network/payload-model": "^6.0.7",
51
- "@xyo-network/sdk-js": "^6.0.2",
52
- "@xyo-network/sdk-protocol-js": "~6.0.7",
53
- "@xyo-network/witness-blockchain-abstract": "^6.0.2",
54
- "@xyo-network/witness-timestamp": "^6.0.2",
44
+ "@xylabs/geo": "^6.0.8",
45
+ "@xylabs/sdk-js": "^6.0.8",
46
+ "@xylabs/threads": "^6.0.8",
47
+ "@xylabs/toolchain": "~8.1.16",
48
+ "@xylabs/tsconfig": "~8.1.16",
49
+ "@xylabs/vitest-extended": "~6.0.8",
50
+ "@xyo-network/payload-model": "^6.0.9",
51
+ "@xyo-network/sdk-js": "^6.0.4",
52
+ "@xyo-network/sdk-protocol-js": "~6.0.9",
53
+ "@xyo-network/witness-blockchain-abstract": "^6.0.4",
54
+ "@xyo-network/witness-timestamp": "^6.0.4",
55
55
  "ajv": "^8.20.0",
56
56
  "async-mutex": "^0.5.0",
57
57
  "bn.js": "^5.2.3",
@@ -63,25 +63,24 @@
63
63
  "idb": "^8.0.3",
64
64
  "lru-cache": "^11.5.1",
65
65
  "observable-fns": "~0.6.1",
66
- "pako": "~2.1.0",
67
66
  "regression": "^2.0.1",
68
67
  "typescript": "~6.0.3",
69
68
  "vite": "^8.0.16",
70
69
  "vitest": "^4.1.8",
71
70
  "webextension-polyfill": "^0.12.0",
72
71
  "zod": "^4.4.3",
73
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.2",
74
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.0.2",
75
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.2",
76
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.2",
77
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.2",
78
- "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.2",
79
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.2",
80
- "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.2",
81
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.2",
82
- "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.2",
83
- "@xyo-network/gas-price-payload-plugin": "~6.0.2",
84
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.2"
72
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.3",
73
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.3",
74
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.3",
75
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.0.3",
76
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.3",
77
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.3",
78
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.3",
79
+ "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.3",
80
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.3",
81
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.3",
82
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.3",
83
+ "@xyo-network/gas-price-payload-plugin": "~6.0.3"
85
84
  },
86
85
  "peerDependencies": {
87
86
  "@bitauth/libauth": "~3.0",
@@ -106,7 +105,6 @@
106
105
  "idb": "^8.0",
107
106
  "lru-cache": "^11.3",
108
107
  "observable-fns": "~0.6",
109
- "pako": "~2.1",
110
108
  "webextension-polyfill": "^0.12",
111
109
  "zod": "^4.4"
112
110
  },