@xyo-network/ethereum-blockchain-plugins 5.4.10 → 5.5.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.
Files changed (1) hide show
  1. package/package.json +100 -74
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/ethereum-blockchain-plugins",
3
- "version": "5.4.10",
3
+ "version": "5.5.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,64 +31,59 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/gas-ethereum-blockchain-plugins": "~5.4.10"
34
+ "@xyo-network/gas-ethereum-blockchain-plugins": "~5.5.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@bitauth/libauth": "~3.0.0",
38
38
  "@metamask/providers": "^22.1.1",
39
39
  "@opentelemetry/api": "^1.9.1",
40
- "@opentelemetry/sdk-trace-base": "^2.7.0",
40
+ "@opentelemetry/sdk-trace-base": "^2.7.1",
41
41
  "@scure/base": "^2.2.0",
42
42
  "@scure/bip39": "~2.2.0",
43
- "@types/node": "^25.6.0",
44
- "@xylabs/geo": "^5.0.101",
45
- "@xylabs/sdk-js": "^5.0.100",
46
- "@xylabs/threads": "^5.0.100",
47
- "@xylabs/toolchain": "~7.11.12",
48
- "@xylabs/tsconfig": "~7.11.12",
49
- "@xylabs/vitest-extended": "~5.0.100",
50
- "@xylabs/vitest-matchers": "~5.0.100",
51
- "@xyo-network/account": "~5.5.2",
52
- "@xyo-network/account-model": "^5.5.2",
53
- "@xyo-network/api": "~5.5.2",
54
- "@xyo-network/api-models": "~5.5.2",
55
- "@xyo-network/boundwitness-builder": "~5.5.2",
56
- "@xyo-network/boundwitness-model": "^5.5.2",
57
- "@xyo-network/boundwitness-validator": "^5.5.2",
58
- "@xyo-network/boundwitness-wrapper": "~5.5.2",
59
- "@xyo-network/config-payload-plugin": "~5.5.2",
60
- "@xyo-network/diviner-abstract": "^5.5.6",
61
- "@xyo-network/diviner-model": "^5.5.6",
62
- "@xyo-network/huri": "~5.5.2",
63
- "@xyo-network/manifest-model": "~5.5.2",
64
- "@xyo-network/module-model": "^5.5.6",
65
- "@xyo-network/payload-builder": "~5.5.2",
66
- "@xyo-network/payload-model": "^5.5.2",
67
- "@xyo-network/payload-plugin": "~5.5.2",
68
- "@xyo-network/payload-wrapper": "~5.5.2",
69
- "@xyo-network/query-payload-plugin": "~5.5.2",
70
- "@xyo-network/sdk-js": "^5.5.6",
71
- "@xyo-network/sdk-protocol-js": "~5.5.2",
72
- "@xyo-network/wallet": "~5.5.2",
73
- "@xyo-network/wallet-model": "~5.5.2",
74
- "@xyo-network/witness-abstract": "^5.5.6",
75
- "@xyo-network/witness-blockchain-abstract": "^5.5.6",
76
- "@xyo-network/witness-model": "^5.5.6",
77
- "@xyo-network/witness-timestamp": "^5.5.6",
78
- "ajv": "^8.18.0",
43
+ "@xylabs/geo": "^5.1.1",
44
+ "@xylabs/sdk-js": "^5.1.1",
45
+ "@xylabs/threads": "^5.1.1",
46
+ "@xylabs/toolchain": "~7.13.4",
47
+ "@xylabs/tsconfig": "~7.13.4",
48
+ "@xylabs/vitest-extended": "~5.1.1",
49
+ "@xyo-network/account": "~5.6.1",
50
+ "@xyo-network/account-model": "^5.6.2",
51
+ "@xyo-network/api": "~5.6.1",
52
+ "@xyo-network/api-models": "~5.6.2",
53
+ "@xyo-network/boundwitness-builder": "~5.6.1",
54
+ "@xyo-network/boundwitness-model": "^5.6.2",
55
+ "@xyo-network/boundwitness-wrapper": "~5.6.1",
56
+ "@xyo-network/config-payload-plugin": "~5.6.2",
57
+ "@xyo-network/diviner-abstract": "^5.6.3",
58
+ "@xyo-network/diviner-model": "^5.6.3",
59
+ "@xyo-network/huri": "~5.6.1",
60
+ "@xyo-network/manifest-model": "~5.6.2",
61
+ "@xyo-network/module-model": "^5.6.3",
62
+ "@xyo-network/payload-builder": "~5.6.1",
63
+ "@xyo-network/payload-model": "^5.6.2",
64
+ "@xyo-network/payload-plugin": "~5.6.2",
65
+ "@xyo-network/payload-wrapper": "~5.6.1",
66
+ "@xyo-network/query-payload-plugin": "~5.6.2",
67
+ "@xyo-network/sdk-js": "^5.6.3",
68
+ "@xyo-network/sdk-protocol-js": "~5.6.2",
69
+ "@xyo-network/wallet": "~5.6.1",
70
+ "@xyo-network/wallet-model": "~5.6.2",
71
+ "@xyo-network/witness-abstract": "^5.6.3",
72
+ "@xyo-network/witness-blockchain-abstract": "^5.6.3",
73
+ "@xyo-network/witness-model": "^5.6.3",
74
+ "@xyo-network/witness-timestamp": "^5.6.3",
75
+ "ajv": "^8.20.0",
79
76
  "async-mutex": "^0.5.0",
80
- "axios": "^1.15.2",
81
77
  "bn.js": "^5.2.3",
82
78
  "buffer": "^6.0.3",
83
79
  "chalk": "^5.6.2",
84
80
  "debug": "~4.4.3",
85
- "esbuild": "~0.28.0",
86
- "eslint": "^10.2.1",
81
+ "eslint": "^10.3.0",
87
82
  "ethers": "^6.16.0",
88
83
  "hash-wasm": "^4.12.0",
89
84
  "idb": "^8.0.3",
90
- "lru-cache": "^11.3.5",
91
- "mapbox-gl": "^3.22.0",
85
+ "lru-cache": "^11.3.6",
86
+ "mapbox-gl": "~3.23.1",
92
87
  "observable-fns": "~0.6.1",
93
88
  "pako": "~2.1.0",
94
89
  "regression": "^2.0.1",
@@ -98,38 +93,69 @@
98
93
  "vitest": "^4.1.5",
99
94
  "wasm-feature-detect": "~1.8.0",
100
95
  "webextension-polyfill": "^0.12.0",
101
- "zod": "^4.3.6",
102
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.4.10",
103
- "@xyo-network/blocknative-ethereum-gas-plugin": "~5.4.10",
104
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.4.10",
105
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.4.10",
106
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.4.10",
107
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.4.10",
108
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.4.10",
109
- "@xyo-network/ethers-ethereum-gas-plugin": "~5.4.10",
110
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.4.10",
111
- "@xyo-network/etherscan-ethereum-gas-plugin": "~5.4.10",
112
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.4.10",
113
- "@xyo-network/gas-price-payload-plugin": "~5.4.10"
96
+ "zod": "^4.4.3",
97
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~5.5.1",
98
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~5.5.1",
99
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~5.5.1",
100
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~5.5.1",
101
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~5.5.1",
102
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~5.5.1",
103
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~5.5.1",
104
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~5.5.1",
105
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~5.5.1",
106
+ "@xyo-network/ethers-ethereum-gas-plugin": "~5.5.1",
107
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~5.5.1",
108
+ "@xyo-network/gas-price-payload-plugin": "~5.5.1"
114
109
  },
115
110
  "peerDependencies": {
116
- "@xylabs/sdk-js": ">=5.0.100 <6",
117
- "@xyo-network/account": ">=5.5.2 <6",
118
- "@xyo-network/account-model": ">=5.5.2 <6",
119
- "@xyo-network/api-models": ">=5.5.2 <6",
120
- "@xyo-network/boundwitness-builder": ">=5.5.2 <6",
121
- "@xyo-network/boundwitness-validator": ">=5.5.2 <6",
122
- "@xyo-network/config-payload-plugin": ">=5.5.2 <6",
123
- "@xyo-network/huri": ">=5.5.2 <6",
124
- "@xyo-network/manifest-model": ">=5.5.2 <6",
125
- "@xyo-network/module-model": ">=5.5.6 <6",
126
- "@xyo-network/payload-builder": ">=5.5.2 <6",
127
- "@xyo-network/payload-model": ">=5.5.2 <6",
128
- "@xyo-network/sdk-js": ">=5.5.6 <6",
129
- "@xyo-network/wallet-model": ">=5.5.2 <6",
130
- "@xyo-network/witness-abstract": ">=5.5.6 <6",
131
- "@xyo-network/witness-model": ">=5.5.6 <6",
132
- "zod": ">=4.3.6 <5"
111
+ "@bitauth/libauth": ">=3.0.0 <3.1",
112
+ "@metamask/providers": ">=22.1.1 <23",
113
+ "@opentelemetry/api": ">=1.9.1 <2",
114
+ "@opentelemetry/sdk-trace-base": ">=2.7.1 <3",
115
+ "@scure/base": ">=2.2.0 <3",
116
+ "@scure/bip39": ">=2.2.0 <2.3",
117
+ "@xylabs/geo": ">=5.1.1 <6",
118
+ "@xylabs/sdk-js": ">=5.1.1 <6",
119
+ "@xylabs/threads": ">=5.1.1 <6",
120
+ "@xyo-network/account": ">=5.6.1 <5.7",
121
+ "@xyo-network/account-model": ">=5.6.2 <6",
122
+ "@xyo-network/api": ">=5.6.1 <5.7",
123
+ "@xyo-network/api-models": ">=5.6.2 <5.7",
124
+ "@xyo-network/boundwitness-builder": ">=5.6.1 <5.7",
125
+ "@xyo-network/boundwitness-model": ">=5.6.2 <6",
126
+ "@xyo-network/boundwitness-wrapper": ">=5.6.1 <5.7",
127
+ "@xyo-network/config-payload-plugin": ">=5.6.2 <5.7",
128
+ "@xyo-network/huri": ">=5.6.1 <5.7",
129
+ "@xyo-network/manifest-model": ">=5.6.2 <5.7",
130
+ "@xyo-network/module-model": ">=5.6.3 <6",
131
+ "@xyo-network/payload-builder": ">=5.6.1 <5.7",
132
+ "@xyo-network/payload-model": ">=5.6.2 <6",
133
+ "@xyo-network/payload-plugin": ">=5.6.2 <5.7",
134
+ "@xyo-network/payload-wrapper": ">=5.6.1 <5.7",
135
+ "@xyo-network/query-payload-plugin": ">=5.6.2 <5.7",
136
+ "@xyo-network/sdk-js": ">=5.6.3 <6",
137
+ "@xyo-network/sdk-protocol-js": ">=5.6.2 <5.7",
138
+ "@xyo-network/wallet": ">=5.6.1 <5.7",
139
+ "@xyo-network/wallet-model": ">=5.6.2 <5.7",
140
+ "@xyo-network/witness-abstract": ">=5.6.3 <6",
141
+ "@xyo-network/witness-model": ">=5.6.3 <6",
142
+ "ajv": ">=8.20.0 <9",
143
+ "async-mutex": ">=0.5.0 <1",
144
+ "bn.js": ">=5.2.3 <6",
145
+ "buffer": ">=6.0.3 <7",
146
+ "chalk": ">=5.6.2 <6",
147
+ "debug": ">=4.4.3 <4.5",
148
+ "ethers": ">=6.16.0 <7",
149
+ "hash-wasm": ">=4.12.0 <5",
150
+ "idb": ">=8.0.3 <9",
151
+ "lru-cache": ">=11.3.6 <12",
152
+ "mapbox-gl": ">=3.23.1 <3.24",
153
+ "observable-fns": ">=0.6.1 <0.7",
154
+ "pako": ">=2.1.0 <2.2",
155
+ "store2": ">=2.14.4 <2.15",
156
+ "wasm-feature-detect": ">=1.8.0 <1.9",
157
+ "webextension-polyfill": ">=0.12.0 <1",
158
+ "zod": ">=4.4.3 <5"
133
159
  },
134
160
  "publishConfig": {
135
161
  "access": "public"