@xyo-network/gas-ethereum-blockchain-plugins 6.1.0 → 7.0.1

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.
@@ -1,6 +1,6 @@
1
1
  export * from '@xyo-network/etherchain-gas-ethereum-blockchain-plugins';
2
2
  export * from '@xyo-network/etherscan-ethereum-gas-plugin';
3
- import type { PayloadSetPluginFunc } from '@xyo-network/sdk-js';
3
+ import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
4
4
  export declare const EthereumGasPlugins: PayloadSetPluginFunc[];
5
5
  export default EthereumGasPlugins;
6
6
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAA;AAE/D,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAEvH,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,yDAAyD,CAAA;AACvE,cAAc,4CAA4C,CAAA;AAI1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,kBAAkB,CAAA;AAE5D,eAAO,MAAM,kBAAkB,EAAE,oBAAoB,EAAkE,CAAA;AAEvH,eAAe,kBAAkB,CAAA"}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
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"],
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'\n\nexport const EthereumGasPlugins: PayloadSetPluginFunc[] = [...EthereumGasEtherchainPlugins, EthereumGasEtherscanPlugin]\n\nexport default EthereumGasPlugins\n"],
5
5
  "mappings": ";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,oCAAoC;AAC7C,SAAS,kCAAkC;AAGpC,IAAM,qBAA6C,CAAC,GAAG,8BAA8B,0BAA0B;AAEtH,IAAO,gBAAQ;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "6.1.0",
3
+ "version": "7.0.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,67 +31,64 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherscan-ethereum-gas-plugin": "~6.1.0",
35
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.1.0"
34
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.1",
35
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bitauth/libauth": "~3.0.0",
39
- "@metamask/providers": "^22.1.1",
40
39
  "@noble/post-quantum": "~0.6.1",
41
40
  "@opentelemetry/api": "^1.9.1",
42
- "@opentelemetry/sdk-trace-base": "^2.7.1",
41
+ "@opentelemetry/sdk-trace-base": "^2.8.0",
43
42
  "@scure/base": "^2.2.0",
44
43
  "@scure/bip39": "~2.2.0",
45
- "@xylabs/geo": "^6.1.0",
46
- "@xylabs/sdk-js": "^6.1.0",
47
- "@xylabs/threads": "^6.1.0",
48
- "@xylabs/toolchain": "~8.1.20",
49
- "@xylabs/tsconfig": "~8.1.20",
50
- "@xylabs/vitest-extended": "^6.1.0",
51
- "@xyo-network/payload-model": "^6.1.0",
52
- "@xyo-network/sdk-js": "^6.1.0",
53
- "@xyo-network/sdk-protocol-js": "~6.1",
54
- "@xyo-network/witness-blockchain-abstract": "^6.1.0",
55
- "@xyo-network/witness-timestamp": "^6.1.0",
44
+ "@xylabs/geo": "^7.0.1",
45
+ "@xylabs/sdk": "^7.0.1",
46
+ "@xylabs/threads": "^7.0.1",
47
+ "@xylabs/toolchain": "~8.5.3",
48
+ "@xylabs/tsconfig": "~8.5.3",
49
+ "@xylabs/vitest-extended": "^7.0.1",
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",
56
54
  "ajv": "^8.20.0",
57
55
  "async-mutex": "^0.5.0",
56
+ "browserslist": "4.28.4",
58
57
  "debug": "~4.4.3",
59
- "eslint": "^10.4.1",
60
- "ethers": "^6.16.0",
58
+ "eslint": "^10.6.0",
59
+ "eslint-import-resolver-typescript": "^4.4.5",
60
+ "ethers": "^6.17.0",
61
61
  "hash-wasm": "^4.12.0",
62
62
  "idb": "^8.0.3",
63
63
  "lru-cache": "^11.5.1",
64
64
  "observable-fns": "~0.6.1",
65
65
  "regression": "^2.0.1",
66
66
  "typescript": "~6.0.3",
67
- "vite": "^8.0.16",
68
- "vitest": "^4.1.8",
69
- "webextension-polyfill": "^0.12.0",
67
+ "vite": "^8.1.0",
68
+ "vitest": "^4.1.9",
70
69
  "zod": "^4.4.3",
71
- "@xyo-network/blocknative-ethereum-gas-plugin": "~6.1.0",
72
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.1.0",
73
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.1.0",
74
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.1.0",
75
- "@xyo-network/ethers-ethereum-gas-plugin": "~6.1.0",
76
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.1.0",
77
- "@xyo-network/gas-price-payload-plugin": "~6.1.0",
78
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.1.0",
79
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.1.0",
80
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.1.0"
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"
81
80
  },
82
81
  "peerDependencies": {
83
82
  "@bitauth/libauth": "~3.0",
84
- "@metamask/providers": "^22.1",
85
83
  "@noble/post-quantum": "~0.6.1",
86
84
  "@opentelemetry/api": "^1.9",
87
85
  "@opentelemetry/sdk-trace-base": "^2.7",
88
86
  "@scure/base": "^2.2",
89
87
  "@scure/bip39": "~2.2",
90
- "@xylabs/geo": "^6.0",
91
- "@xylabs/sdk-js": "^6.0",
92
- "@xylabs/threads": "^6.0",
93
- "@xyo-network/sdk-js": "^6.0",
94
- "@xyo-network/sdk-protocol-js": "^6.1",
88
+ "@xylabs/geo": "^7.0",
89
+ "@xylabs/sdk": "^7.0",
90
+ "@xylabs/threads": "^7.0",
91
+ "@xyo-network/sdk": "^7.0",
95
92
  "ajv": "^8.20",
96
93
  "async-mutex": "^0.5",
97
94
  "debug": "~4.4",
@@ -100,7 +97,6 @@
100
97
  "idb": "^8.0",
101
98
  "lru-cache": "^11.3",
102
99
  "observable-fns": "~0.6",
103
- "webextension-polyfill": "^0.12",
104
100
  "zod": "^4.4"
105
101
  },
106
102
  "engines": {