@xyo-network/ethereum-blockchain-payload-plugins 4.1.1 → 4.2.0
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 +4 -5
- package/package.json +5 -6
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
|
|
2
|
-
import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export { EthereumPayloadPlugins, EthereumPayloadPlugins as default };
|
|
2
|
+
import type { PayloadPluginFunc } from '@xyo-network/payload-plugin';
|
|
3
|
+
export declare const EthereumPayloadPlugins: PayloadPluginFunc[];
|
|
4
|
+
export default EthereumPayloadPlugins;
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/ethereum-blockchain-payload-plugins",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,13 +29,12 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/neutral/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xyo-network/gas-ethereum-blockchain-payload-plugins": "^4.
|
|
33
|
-
"@xyo-network/payload-plugin": "^4.
|
|
32
|
+
"@xyo-network/gas-ethereum-blockchain-payload-plugins": "^4.2.0",
|
|
33
|
+
"@xyo-network/payload-plugin": "^4.3.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@xylabs/ts-scripts-yarn3": "^7.0.
|
|
37
|
-
"@xylabs/tsconfig": "^7.0.
|
|
38
|
-
"knip": "^5.62.0",
|
|
36
|
+
"@xylabs/ts-scripts-yarn3": "^7.0.1",
|
|
37
|
+
"@xylabs/tsconfig": "^7.0.1",
|
|
39
38
|
"typescript": "^5.8.3"
|
|
40
39
|
},
|
|
41
40
|
"publishConfig": {
|