@xyo-network/gas-ethereum-blockchain-plugins 7.0.1 → 7.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 +42 -56
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "7.0.1",
3
+ "version": "7.0.3",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,73 +31,59 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.1",
35
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.1"
34
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~7.0.3",
35
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~7.0.3"
36
36
  },
37
37
  "devDependencies": {
38
+ "@ariestools/sdk": "~8.0.2",
39
+ "@ariestools/threads": "~8.0.2",
38
40
  "@bitauth/libauth": "~3.0.0",
41
+ "@metamask/providers": "~22.1.1",
39
42
  "@noble/post-quantum": "~0.6.1",
43
+ "@opentelemetry/api": "~1.9.1",
44
+ "@opentelemetry/sdk-trace-base": "~2.9.0",
45
+ "@scure/base": "~2.2.0",
46
+ "@scure/bip39": "~2.2.0",
47
+ "@xylabs/toolchain": "~8.6.5",
48
+ "@xylabs/tsconfig": "~8.6.5",
49
+ "@xyo-network/sdk": "~7.0.9",
50
+ "@xyo-network/sdk-protocol": "~7.0.14",
51
+ "ajv": "~8.20.0",
52
+ "async-mutex": "~0.5.0",
53
+ "debug": "~4.4.3",
54
+ "eslint": "~10.6.0",
55
+ "eslint-import-resolver-typescript": "~4.4.5",
56
+ "ethers": "~6.17.0",
57
+ "hash-wasm": "~4.12.0",
58
+ "idb": "~8.0.3",
59
+ "lru-cache": "~11.5.1",
60
+ "observable-fns": "~0.6.1",
61
+ "typescript": "~6.0.3",
62
+ "webextension-polyfill": "~0.12.0",
63
+ "zod": "~4.4.3"
64
+ },
65
+ "peerDependencies": {
66
+ "@ariestools/sdk": "^8.0.2",
67
+ "@ariestools/threads": "^8.0.2",
68
+ "@bitauth/libauth": "^3.0.0",
69
+ "@metamask/providers": "^22.1.1",
70
+ "@noble/post-quantum": "^0.6.1",
40
71
  "@opentelemetry/api": "^1.9.1",
41
- "@opentelemetry/sdk-trace-base": "^2.8.0",
72
+ "@opentelemetry/sdk-trace-base": "^2.9.0",
42
73
  "@scure/base": "^2.2.0",
43
- "@scure/bip39": "~2.2.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",
74
+ "@scure/bip39": "^2.2.0",
75
+ "@xyo-network/sdk": "^7.0.9",
76
+ "@xyo-network/sdk-protocol": "^7.0.14",
54
77
  "ajv": "^8.20.0",
55
78
  "async-mutex": "^0.5.0",
56
- "browserslist": "4.28.4",
57
- "debug": "~4.4.3",
58
- "eslint": "^10.6.0",
59
- "eslint-import-resolver-typescript": "^4.4.5",
79
+ "debug": "^4.4.3",
60
80
  "ethers": "^6.17.0",
61
81
  "hash-wasm": "^4.12.0",
62
82
  "idb": "^8.0.3",
63
83
  "lru-cache": "^11.5.1",
64
- "observable-fns": "~0.6.1",
65
- "regression": "^2.0.1",
66
- "typescript": "~6.0.3",
67
- "vite": "^8.1.0",
68
- "vitest": "^4.1.9",
69
- "zod": "^4.4.3",
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"
80
- },
81
- "peerDependencies": {
82
- "@bitauth/libauth": "~3.0",
83
- "@noble/post-quantum": "~0.6.1",
84
- "@opentelemetry/api": "^1.9",
85
- "@opentelemetry/sdk-trace-base": "^2.7",
86
- "@scure/base": "^2.2",
87
- "@scure/bip39": "~2.2",
88
- "@xylabs/geo": "^7.0",
89
- "@xylabs/sdk": "^7.0",
90
- "@xylabs/threads": "^7.0",
91
- "@xyo-network/sdk": "^7.0",
92
- "ajv": "^8.20",
93
- "async-mutex": "^0.5",
94
- "debug": "~4.4",
95
- "ethers": "^6.16",
96
- "hash-wasm": "^4.12",
97
- "idb": "^8.0",
98
- "lru-cache": "^11.3",
99
- "observable-fns": "~0.6",
100
- "zod": "^4.4"
84
+ "observable-fns": "^0.6.1",
85
+ "webextension-polyfill": "^0.12.0",
86
+ "zod": "^4.4.3"
101
87
  },
102
88
  "engines": {
103
89
  "node": "^24"