@xyo-network/gas-ethereum-blockchain-plugins 6.0.0 → 6.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.
Files changed (1) hide show
  1. package/package.json +44 -50
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/gas-ethereum-blockchain-plugins",
3
- "version": "6.0.0",
3
+ "version": "6.0.1",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -31,48 +31,44 @@
31
31
  "README.md"
32
32
  ],
33
33
  "dependencies": {
34
- "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.0",
35
- "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.0"
34
+ "@xyo-network/etherchain-gas-ethereum-blockchain-plugins": "~6.0.1",
35
+ "@xyo-network/etherscan-ethereum-gas-plugin": "~6.0.1"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@bitauth/libauth": "~3.0.0",
39
39
  "@metamask/providers": "^22.1.1",
40
+ "@noble/post-quantum": "~0.6.1",
40
41
  "@opentelemetry/api": "^1.9.1",
41
42
  "@opentelemetry/sdk-trace-base": "^2.7.1",
42
43
  "@scure/base": "^2.2.0",
43
44
  "@scure/bip39": "~2.2.0",
44
- "@xylabs/geo": "~6.0",
45
- "@xylabs/sdk-js": "~6.0",
46
- "@xylabs/threads": "~6.0",
47
- "@xylabs/toolchain": "~8.1.1",
48
- "@xylabs/tsconfig": "~8.1.1",
45
+ "@xylabs/geo": "^6.0.2",
46
+ "@xylabs/sdk-js": "^6.0.2",
47
+ "@xylabs/threads": "^6.0.2",
48
+ "@xylabs/toolchain": "~8.1.4",
49
+ "@xylabs/tsconfig": "~8.1.4",
49
50
  "@xylabs/vitest-extended": "~6.0.2",
50
- "@xyo-network/account": "~6.0",
51
- "@xyo-network/account-model": "~6.0",
52
- "@xyo-network/api": "~6.0",
53
- "@xyo-network/api-models": "~6.0",
54
- "@xyo-network/boundwitness-builder": "~6.0",
55
- "@xyo-network/boundwitness-model": "~6.0",
56
- "@xyo-network/boundwitness-wrapper": "~6.0",
57
- "@xyo-network/config-payload-plugin": "~6.0",
58
- "@xyo-network/diviner-abstract": "^6.0.0",
59
- "@xyo-network/diviner-model": "^6.0.0",
60
- "@xyo-network/huri": "~6.0",
61
- "@xyo-network/manifest-model": "~6.0",
62
- "@xyo-network/module-model": "~6.0",
63
- "@xyo-network/payload-builder": "~6.0",
64
- "@xyo-network/payload-model": "~6.0",
65
- "@xyo-network/payload-plugin": "~6.0",
66
- "@xyo-network/payload-wrapper": "~6.0",
67
- "@xyo-network/query-payload-plugin": "~6.0",
68
- "@xyo-network/sdk-js": "~6.0",
69
- "@xyo-network/sdk-protocol-js": "~6.0",
70
- "@xyo-network/wallet": "~6.0",
71
- "@xyo-network/wallet-model": "~6.0",
72
- "@xyo-network/witness-abstract": "~6.0",
51
+ "@xyo-network/account": "~6.0.4",
52
+ "@xyo-network/account-model": "^6.0.4",
53
+ "@xyo-network/api": "~6.0.4",
54
+ "@xyo-network/api-models": "~6.0.4",
55
+ "@xyo-network/boundwitness-builder": "~6.0.4",
56
+ "@xyo-network/boundwitness-model": "^6.0.4",
57
+ "@xyo-network/boundwitness-wrapper": "~6.0.4",
58
+ "@xyo-network/config-payload-plugin": "~6.0.4",
59
+ "@xyo-network/huri": "~6.0.4",
60
+ "@xyo-network/manifest-model": "~6.0.4",
61
+ "@xyo-network/payload-builder": "~6.0.4",
62
+ "@xyo-network/payload-model": "^6.0.4",
63
+ "@xyo-network/payload-plugin": "~6.0.4",
64
+ "@xyo-network/payload-wrapper": "~6.0.4",
65
+ "@xyo-network/query-payload-plugin": "~6.0.4",
66
+ "@xyo-network/sdk-js": "^6.0.0",
67
+ "@xyo-network/sdk-protocol-js": "~6.0.4",
68
+ "@xyo-network/wallet": "~6.0.4",
69
+ "@xyo-network/wallet-model": "~6.0.4",
73
70
  "@xyo-network/witness-blockchain-abstract": "^6.0.0",
74
- "@xyo-network/witness-model": "~6.0",
75
- "@xyo-network/witness-timestamp": "~6.0",
71
+ "@xyo-network/witness-timestamp": "^6.0.0",
76
72
  "ajv": "^8.20.0",
77
73
  "async-mutex": "^0.5.0",
78
74
  "bn.js": "^5.2.3",
@@ -83,32 +79,33 @@
83
79
  "ethers": "^6.16.0",
84
80
  "hash-wasm": "^4.12.0",
85
81
  "idb": "^8.0.3",
86
- "lru-cache": "^11.5.0",
87
- "mapbox-gl": "~3.24",
82
+ "lru-cache": "^11.3.6",
83
+ "mapbox-gl": "^3.23.1",
88
84
  "observable-fns": "~0.6.1",
89
85
  "pako": "~2.1.0",
90
86
  "regression": "^2.0.1",
91
87
  "store2": "~2.14.4",
92
88
  "typescript": "~6.0.3",
93
- "vite": "^8.0.13",
89
+ "vite": "^8.0.14",
94
90
  "vitest": "^4.1.7",
95
91
  "wasm-feature-detect": "~1.8.0",
96
92
  "webextension-polyfill": "^0.12.0",
97
93
  "zod": "^4.4.3",
98
- "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.0",
99
- "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.0.0",
100
- "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.0",
101
- "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.0",
102
- "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.0",
103
- "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.0",
104
- "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.0",
105
- "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.0",
106
- "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.0",
107
- "@xyo-network/gas-price-payload-plugin": "~6.0.0"
94
+ "@xyo-network/blocknative-ethereum-gas-payload-plugin": "~6.0.1",
95
+ "@xyo-network/blocknative-ethereum-gas-plugin": "~6.0.1",
96
+ "@xyo-network/etherchain-ethereum-gas-v2-plugin": "~6.0.1",
97
+ "@xyo-network/ethers-ethereum-gas-plugin": "~6.0.1",
98
+ "@xyo-network/etherchain-ethereum-gas-v2-payload-plugin": "~6.0.1",
99
+ "@xyo-network/etherchain-gas-ethereum-blockchain-payload-plugins": "~6.0.1",
100
+ "@xyo-network/ethers-ethereum-gas-payload-plugin": "~6.0.1",
101
+ "@xyo-network/etherscan-ethereum-gas-payload-plugin": "~6.0.1",
102
+ "@xyo-network/gas-price-payload-plugin": "~6.0.1",
103
+ "@xyo-network/ethgasstation-ethereum-gas-payload-plugin": "~6.0.1"
108
104
  },
109
105
  "peerDependencies": {
110
106
  "@bitauth/libauth": "~3.0",
111
107
  "@metamask/providers": "^22.1",
108
+ "@noble/post-quantum": "~0.6.1",
112
109
  "@opentelemetry/api": "^1.9",
113
110
  "@opentelemetry/sdk-trace-base": "^2.7",
114
111
  "@scure/base": "^2.2",
@@ -126,7 +123,6 @@
126
123
  "@xyo-network/config-payload-plugin": "~6.0",
127
124
  "@xyo-network/huri": "~6.0",
128
125
  "@xyo-network/manifest-model": "~6.0",
129
- "@xyo-network/module-model": "^6.0",
130
126
  "@xyo-network/payload-builder": "~6.0",
131
127
  "@xyo-network/payload-model": "^6.0",
132
128
  "@xyo-network/payload-plugin": "~6.0",
@@ -136,8 +132,6 @@
136
132
  "@xyo-network/sdk-protocol-js": "~6.0",
137
133
  "@xyo-network/wallet": "~6.0",
138
134
  "@xyo-network/wallet-model": "~6.0",
139
- "@xyo-network/witness-abstract": "^6.0",
140
- "@xyo-network/witness-model": "^6.0",
141
135
  "ajv": "^8.20",
142
136
  "async-mutex": "^0.5",
143
137
  "bn.js": "^5.2",
@@ -148,7 +142,7 @@
148
142
  "hash-wasm": "^4.12",
149
143
  "idb": "^8.0",
150
144
  "lru-cache": "^11.3",
151
- "mapbox-gl": "~3.24",
145
+ "mapbox-gl": "^3.23",
152
146
  "observable-fns": "~0.6",
153
147
  "pako": "~2.1",
154
148
  "store2": "~2.14",