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