@xyo-network/gas-ethereum-blockchain-plugins 5.5.2 → 6.0.0

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.
@@ -9,4 +9,4 @@ export {
9
9
  EthereumGasPlugins,
10
10
  index_default as default
11
11
  };
12
- //# sourceMappingURL=index.mjs.map
12
+ //# sourceMappingURL=index.mjs.map
@@ -1 +1,7 @@
1
- {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\nexport default EthereumGasPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAEtH,IAAO,gBAAQ;","names":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/index.ts"],
4
+ "sourcesContent": ["export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nexport * from '@xyo-network/etherscan-ethereum-gas-plugin'\n\nimport { EthereumGasEtherchainPlugins } from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins'\nimport { EthereumGasEtherscanPlugin } from '@xyo-network/etherscan-ethereum-gas-plugin'\nimport type { PayloadSetPluginFunc } from '@xyo-network/sdk-js'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\nexport default EthereumGasPlugins\n"],
5
+ "mappings": ";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAEtH,IAAO,gBAAQ;",
6
+ "names": []
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "5.5.2",
3
+ "version": "6.0.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,8 +31,8 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.5.2",
35
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.5.2"
34
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.0",
35
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bitauth/libauth": "~3.0.0",
@@ -41,70 +41,70 @@
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": "^5.1.2",
45
- "@xylabs/sdk-js": "^5.1.2",
46
- "@xylabs/threads": "^5.1.2",
47
- "@xylabs/toolchain": "~7.13.15",
48
- "@xylabs/tsconfig": "~7.13.15",
49
- "@xylabs/vitest-extended": "~5.1.2",
50
- "@xyo-network/account": "~5.6.2",
51
- "@xyo-network/account-model": "^5.6.3",
52
- "@xyo-network/api": "~5.6.2",
53
- "@xyo-network/api-models": "~5.6.3",
54
- "@xyo-network/boundwitness-builder": "~5.6.2",
55
- "@xyo-network/boundwitness-model": "^5.6.3",
56
- "@xyo-network/boundwitness-wrapper": "~5.6.2",
57
- "@xyo-network/config-payload-plugin": "~5.6.3",
58
- "@xyo-network/diviner-abstract": "^5.6.4",
59
- "@xyo-network/diviner-model": "^5.6.4",
60
- "@xyo-network/huri": "~5.6.2",
61
- "@xyo-network/manifest-model": "~5.6.3",
62
- "@xyo-network/module-model": "^5.6.4",
63
- "@xyo-network/payload-builder": "~5.6.2",
64
- "@xyo-network/payload-model": "^5.6.3",
65
- "@xyo-network/payload-plugin": "~5.6.3",
66
- "@xyo-network/payload-wrapper": "~5.6.2",
67
- "@xyo-network/query-payload-plugin": "~5.6.3",
68
- "@xyo-network/sdk-js": "^5.6.4",
69
- "@xyo-network/sdk-protocol-js": "~5.6.3",
70
- "@xyo-network/wallet": "~5.6.2",
71
- "@xyo-network/wallet-model": "~5.6.3",
72
- "@xyo-network/witness-abstract": "^5.6.4",
73
- "@xyo-network/witness-blockchain-abstract": "^5.6.4",
74
- "@xyo-network/witness-model": "^5.6.4",
75
- "@xyo-network/witness-timestamp": "^5.6.4",
44
+ "@xylabs/geo": "~6.0",
45
+ "@xylabs/sdk-js": "~6.0",
46
+ "@xylabs/threads": "~6.0",
47
+ "@xylabs/toolchain": "~8.1.1",
48
+ "@xylabs/tsconfig": "~8.1.1",
49
+ "@xylabs/vitest-extended": "~6.0.2",
50
+ "@xyo-network/account": "~6.0",
51
+ "@xyo-network/account-model": "~6.0",
52
+ "@xyo-network/api": "~6.0",
53
+ "@xyo-network/api-models": "~6.0",
54
+ "@xyo-network/boundwitness-builder": "~6.0",
55
+ "@xyo-network/boundwitness-model": "~6.0",
56
+ "@xyo-network/boundwitness-wrapper": "~6.0",
57
+ "@xyo-network/config-payload-plugin": "~6.0",
58
+ "@xyo-network/diviner-abstract": "^6.0.0",
59
+ "@xyo-network/diviner-model": "^6.0.0",
60
+ "@xyo-network/huri": "~6.0",
61
+ "@xyo-network/manifest-model": "~6.0",
62
+ "@xyo-network/module-model": "~6.0",
63
+ "@xyo-network/payload-builder": "~6.0",
64
+ "@xyo-network/payload-model": "~6.0",
65
+ "@xyo-network/payload-plugin": "~6.0",
66
+ "@xyo-network/payload-wrapper": "~6.0",
67
+ "@xyo-network/query-payload-plugin": "~6.0",
68
+ "@xyo-network/sdk-js": "~6.0",
69
+ "@xyo-network/sdk-protocol-js": "~6.0",
70
+ "@xyo-network/wallet": "~6.0",
71
+ "@xyo-network/wallet-model": "~6.0",
72
+ "@xyo-network/witness-abstract": "~6.0",
73
+ "@xyo-network/witness-blockchain-abstract": "^6.0.0",
74
+ "@xyo-network/witness-model": "~6.0",
75
+ "@xyo-network/witness-timestamp": "~6.0",
76
76
  "ajv": "^8.20.0",
77
77
  "async-mutex": "^0.5.0",
78
78
  "bn.js": "^5.2.3",
79
79
  "buffer": "^6.0.3",
80
80
  "chalk": "^5.6.2",
81
81
  "debug": "~4.4.3",
82
- "eslint": "^10.3.0",
82
+ "eslint": "^10.4.0",
83
83
  "ethers": "^6.16.0",
84
84
  "hash-wasm": "^4.12.0",
85
85
  "idb": "^8.0.3",
86
- "lru-cache": "^11.3.6",
87
- "mapbox-gl": "~3.23.1",
86
+ "lru-cache": "^11.5.0",
87
+ "mapbox-gl": "~3.24",
88
88
  "observable-fns": "~0.6.1",
89
89
  "pako": "~2.1.0",
90
90
  "regression": "^2.0.1",
91
91
  "store2": "~2.14.4",
92
- "typescript": "~5.9.3",
93
- "vite": "^8.0.10",
94
- "vitest": "^4.1.5",
92
+ "typescript": "~6.0.3",
93
+ "vite": "^8.0.13",
94
+ "vitest": "^4.1.7",
95
95
  "wasm-feature-detect": "~1.8.0",
96
96
  "webextension-polyfill": "^0.12.0",
97
97
  "zod": "^4.4.3",
98
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.5.2",
99
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.5.2",
100
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.5.2",
101
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.5.2",
102
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.5.2",
103
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.5.2",
104
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.5.2",
105
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.5.2",
106
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.5.2",
107
- "@xyo-network/gas-price-payload-plugin": "~5.5.2"
98
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.0",
99
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.0.0",
100
+ "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.0",
101
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.0",
102
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.0",
103
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.0",
104
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.0",
105
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.0",
106
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.0",
107
+ "@xyo-network/gas-price-payload-plugin": "~6.0.0"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@bitauth/libauth": "~3.0",
@@ -113,31 +113,31 @@
113
113
  "@opentelemetry/sdk-trace-base": "^2.7",
114
114
  "@scure/base": "^2.2",
115
115
  "@scure/bip39": "~2.2",
116
- "@xylabs/geo": "^5.1",
117
- "@xylabs/sdk-js": "^5.1",
118
- "@xylabs/threads": "^5.1",
119
- "@xyo-network/account": "~5.6",
120
- "@xyo-network/account-model": "^5.6",
121
- "@xyo-network/api": "~5.6",
122
- "@xyo-network/api-models": "~5.6",
123
- "@xyo-network/boundwitness-builder": "~5.6",
124
- "@xyo-network/boundwitness-model": "^5.6",
125
- "@xyo-network/boundwitness-wrapper": "~5.6",
126
- "@xyo-network/config-payload-plugin": "~5.6",
127
- "@xyo-network/huri": "~5.6",
128
- "@xyo-network/manifest-model": "~5.6",
129
- "@xyo-network/module-model": "^5.6",
130
- "@xyo-network/payload-builder": "~5.6",
131
- "@xyo-network/payload-model": "^5.6",
132
- "@xyo-network/payload-plugin": "~5.6",
133
- "@xyo-network/payload-wrapper": "~5.6",
134
- "@xyo-network/query-payload-plugin": "~5.6",
135
- "@xyo-network/sdk-js": "^5.6",
136
- "@xyo-network/sdk-protocol-js": "~5.6",
137
- "@xyo-network/wallet": "~5.6",
138
- "@xyo-network/wallet-model": "~5.6",
139
- "@xyo-network/witness-abstract": "^5.6",
140
- "@xyo-network/witness-model": "^5.6",
116
+ "@xylabs/geo": "^6.0",
117
+ "@xylabs/sdk-js": "^6.0",
118
+ "@xylabs/threads": "^6.0",
119
+ "@xyo-network/account": "~6.0",
120
+ "@xyo-network/account-model": "^6.0",
121
+ "@xyo-network/api": "~6.0",
122
+ "@xyo-network/api-models": "~6.0",
123
+ "@xyo-network/boundwitness-builder": "~6.0",
124
+ "@xyo-network/boundwitness-model": "^6.0",
125
+ "@xyo-network/boundwitness-wrapper": "~6.0",
126
+ "@xyo-network/config-payload-plugin": "~6.0",
127
+ "@xyo-network/huri": "~6.0",
128
+ "@xyo-network/manifest-model": "~6.0",
129
+ "@xyo-network/module-model": "^6.0",
130
+ "@xyo-network/payload-builder": "~6.0",
131
+ "@xyo-network/payload-model": "^6.0",
132
+ "@xyo-network/payload-plugin": "~6.0",
133
+ "@xyo-network/payload-wrapper": "~6.0",
134
+ "@xyo-network/query-payload-plugin": "~6.0",
135
+ "@xyo-network/sdk-js": "^6.0",
136
+ "@xyo-network/sdk-protocol-js": "~6.0",
137
+ "@xyo-network/wallet": "~6.0",
138
+ "@xyo-network/wallet-model": "~6.0",
139
+ "@xyo-network/witness-abstract": "^6.0",
140
+ "@xyo-network/witness-model": "^6.0",
141
141
  "ajv": "^8.20",
142
142
  "async-mutex": "^0.5",
143
143
  "bn.js": "^5.2",
@@ -148,7 +148,7 @@
148
148
  "hash-wasm": "^4.12",
149
149
  "idb": "^8.0",
150
150
  "lru-cache": "^11.3",
151
- "mapbox-gl": "~3.23",
151
+ "mapbox-gl": "~3.24",
152
152
  "observable-fns": "~0.6",
153
153
  "pako": "~2.1",
154
154
  "store2": "~2.14",