@xyo-network/ethereum-blockchain-plugins 7.0.3 → 7.0.4
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.
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export * from '@xyo-network/
|
|
2
|
-
import type { PayloadSetPluginFunc } from '@xyo-network/sdk';
|
|
3
|
-
export declare const EthereumPlugins: PayloadSetPluginFunc[];
|
|
4
|
-
export default EthereumPlugins;
|
|
1
|
+
export * from '@xyo-network/payloadset-plugins/ethereum-blockchain';
|
|
5
2
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AACA,cAAc,qDAAqD,CAAA"}
|
package/dist/neutral/index.mjs
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
export * from "@xyo-network/
|
|
3
|
-
import { EthereumGasPlugins } from "@xyo-network/gas-ethereum-blockchain-plugins";
|
|
4
|
-
var EthereumPlugins = [...EthereumGasPlugins];
|
|
5
|
-
var index_default = EthereumPlugins;
|
|
6
|
-
export {
|
|
7
|
-
EthereumPlugins,
|
|
8
|
-
index_default as default
|
|
9
|
-
};
|
|
2
|
+
export * from "@xyo-network/payloadset-plugins/ethereum-blockchain";
|
|
10
3
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";
|
|
4
|
+
"sourcesContent": ["// Compatibility shim: this package re-exports from @xyo-network/payloadset-plugins/ethereum-blockchain.\nexport * from '@xyo-network/payloadset-plugins/ethereum-blockchain'\n"],
|
|
5
|
+
"mappings": ";AACA,cAAc;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/ethereum-blockchain-plugins",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.4",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -31,11 +31,15 @@
|
|
|
31
31
|
"README.md"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@xyo-network/
|
|
34
|
+
"@xyo-network/payloadset-plugins": "~7.0.4"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@ariestools/
|
|
38
|
-
"@ariestools/
|
|
37
|
+
"@ariestools/crypto": "~8.0.3",
|
|
38
|
+
"@ariestools/eth-address": "~8.0.3",
|
|
39
|
+
"@ariestools/sdk": "~8.0.3",
|
|
40
|
+
"@ariestools/threads": "~8.0.3",
|
|
41
|
+
"@ariestools/toolchain": "~8.6.12",
|
|
42
|
+
"@ariestools/tsconfig": "~8.6.12",
|
|
39
43
|
"@bitauth/libauth": "~3.0.0",
|
|
40
44
|
"@metamask/providers": "~22.1.1",
|
|
41
45
|
"@noble/post-quantum": "~0.6.1",
|
|
@@ -43,27 +47,54 @@
|
|
|
43
47
|
"@opentelemetry/sdk-trace-base": "~2.9.0",
|
|
44
48
|
"@scure/base": "~2.2.0",
|
|
45
49
|
"@scure/bip39": "~2.2.0",
|
|
46
|
-
"@
|
|
47
|
-
"@
|
|
48
|
-
"@xyo-network/
|
|
49
|
-
"@xyo-network/
|
|
50
|
+
"@uniswap/v3-sdk": "~3.31.0",
|
|
51
|
+
"@xyo-network/diviner-hash-lease": "~7.0.11",
|
|
52
|
+
"@xyo-network/diviner-indexing": "~7.0.11",
|
|
53
|
+
"@xyo-network/open-zeppelin-typechain": "~4.1.3",
|
|
54
|
+
"@xyo-network/sdk": "~7.0.11",
|
|
55
|
+
"@xyo-network/sdk-protocol": "~7.0.15",
|
|
56
|
+
"@xyo-network/uniswap-typechain": "~4.1.3",
|
|
57
|
+
"@xyo-network/witness-blockchain-abstract": "~7.0.11",
|
|
58
|
+
"@xyo-network/witness-evm-abstract": "~7.0.11",
|
|
59
|
+
"@xyo-network/witness-timestamp": "~7.0.11",
|
|
50
60
|
"ajv": "~8.20.0",
|
|
51
61
|
"async-mutex": "~0.5.0",
|
|
62
|
+
"base64-js": "~1.5.1",
|
|
63
|
+
"bowser": "~2.14.1",
|
|
64
|
+
"crypto-js": "~4.2.0",
|
|
52
65
|
"debug": "~4.4.3",
|
|
66
|
+
"es6-dynamic-template": "~2.0.0",
|
|
53
67
|
"eslint": "~10.6.0",
|
|
54
68
|
"eslint-import-resolver-typescript": "~4.4.5",
|
|
55
69
|
"ethers": "~6.17.0",
|
|
70
|
+
"file-type": "~22.0.1",
|
|
71
|
+
"fluent-ffmpeg": "~2.1.3",
|
|
72
|
+
"geotiff": "~3.0.5",
|
|
73
|
+
"gm": "~1.25.1",
|
|
74
|
+
"graphql": "~17.0.2",
|
|
75
|
+
"hasbin": "~1.2.3",
|
|
56
76
|
"hash-wasm": "~4.12.0",
|
|
57
77
|
"idb": "~8.0.3",
|
|
58
78
|
"lru-cache": "~11.5.1",
|
|
79
|
+
"node-screenlogic": "~2.1.1",
|
|
59
80
|
"observable-fns": "~0.6.1",
|
|
81
|
+
"parse-data-url": "~6.0.0",
|
|
82
|
+
"prom-client": "~15.1.3",
|
|
83
|
+
"regression": "~2.0.1",
|
|
84
|
+
"sha.js": "~2.4.12",
|
|
85
|
+
"svg-parser": "~2.0.4",
|
|
86
|
+
"systeminformation": "~5.31.14",
|
|
60
87
|
"typescript": "~6.0.3",
|
|
88
|
+
"uuid": "~14.0.1",
|
|
61
89
|
"webextension-polyfill": "~0.12.0",
|
|
90
|
+
"xml2js": "~0.6.2",
|
|
62
91
|
"zod": "~4.4.3"
|
|
63
92
|
},
|
|
64
93
|
"peerDependencies": {
|
|
65
|
-
"@ariestools/
|
|
66
|
-
"@ariestools/
|
|
94
|
+
"@ariestools/crypto": "^8.0.3",
|
|
95
|
+
"@ariestools/eth-address": "^8.0.3",
|
|
96
|
+
"@ariestools/sdk": "^8.0.3",
|
|
97
|
+
"@ariestools/threads": "^8.0.3",
|
|
67
98
|
"@bitauth/libauth": "^3.0.0",
|
|
68
99
|
"@metamask/providers": "^22.1.1",
|
|
69
100
|
"@noble/post-quantum": "^0.6.1",
|
|
@@ -71,17 +102,44 @@
|
|
|
71
102
|
"@opentelemetry/sdk-trace-base": "^2.9.0",
|
|
72
103
|
"@scure/base": "^2.2.0",
|
|
73
104
|
"@scure/bip39": "^2.2.0",
|
|
74
|
-
"@
|
|
75
|
-
"@xyo-network/
|
|
105
|
+
"@uniswap/v3-sdk": "^3.31.0",
|
|
106
|
+
"@xyo-network/diviner-hash-lease": "^7.0.11",
|
|
107
|
+
"@xyo-network/diviner-indexing": "^7.0.11",
|
|
108
|
+
"@xyo-network/open-zeppelin-typechain": "^4.1.3",
|
|
109
|
+
"@xyo-network/sdk": "^7.0.11",
|
|
110
|
+
"@xyo-network/sdk-protocol": "^7.0.15",
|
|
111
|
+
"@xyo-network/uniswap-typechain": "^4.1.3",
|
|
112
|
+
"@xyo-network/witness-blockchain-abstract": "^7.0.11",
|
|
113
|
+
"@xyo-network/witness-evm-abstract": "^7.0.11",
|
|
114
|
+
"@xyo-network/witness-timestamp": "^7.0.11",
|
|
76
115
|
"ajv": "^8.20.0",
|
|
77
116
|
"async-mutex": "^0.5.0",
|
|
117
|
+
"base64-js": "^1.5.1",
|
|
118
|
+
"bowser": "^2.14.1",
|
|
119
|
+
"crypto-js": "^4.2.0",
|
|
78
120
|
"debug": "^4.4.3",
|
|
121
|
+
"es6-dynamic-template": "^2.0.0",
|
|
79
122
|
"ethers": "^6.17.0",
|
|
123
|
+
"file-type": "^22.0.1",
|
|
124
|
+
"fluent-ffmpeg": "^2.1.3",
|
|
125
|
+
"geotiff": "^3.0.5",
|
|
126
|
+
"gm": "^1.25.1",
|
|
127
|
+
"graphql": "^17.0.2",
|
|
128
|
+
"hasbin": "^1.2.3",
|
|
80
129
|
"hash-wasm": "^4.12.0",
|
|
81
130
|
"idb": "^8.0.3",
|
|
82
131
|
"lru-cache": "^11.5.1",
|
|
132
|
+
"node-screenlogic": "^2.1.1",
|
|
83
133
|
"observable-fns": "^0.6.1",
|
|
134
|
+
"parse-data-url": "^6.0.0",
|
|
135
|
+
"prom-client": "^15.1.3",
|
|
136
|
+
"regression": "^2.0.1",
|
|
137
|
+
"sha.js": "^2.4.12",
|
|
138
|
+
"svg-parser": "^2.0.4",
|
|
139
|
+
"systeminformation": "^5.31.14",
|
|
140
|
+
"uuid": "^14.0.1",
|
|
84
141
|
"webextension-polyfill": "^0.12.0",
|
|
142
|
+
"xml2js": "^0.6.2",
|
|
85
143
|
"zod": "^4.4.3"
|
|
86
144
|
},
|
|
87
145
|
"engines": {
|
|
@@ -89,5 +147,6 @@
|
|
|
89
147
|
},
|
|
90
148
|
"publishConfig": {
|
|
91
149
|
"access": "public"
|
|
92
|
-
}
|
|
150
|
+
},
|
|
151
|
+
"deprecated": "Use @xyo-network/payloadset-plugins/ethereum-blockchain instead. Replace @xyo-network/ethereum-blockchain-plugins with @xyo-network/payloadset-plugins/ethereum-blockchain. This package is a compatibility shim only and will not receive further updates."
|
|
93
152
|
}
|