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