@xyo-network/ethereum-blockchain-payload-plugins 2.73.4 → 2.74.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/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
2
2
  import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
-
4
- declare const EthereumPayloadPlugins: PayloadPluginFunc[];
5
-
6
- export { EthereumPayloadPlugins, EthereumPayloadPlugins as default };
3
+ export declare const EthereumPayloadPlugins: PayloadPluginFunc[];
4
+ export default EthereumPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAGpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,EAAmC,CAAA;AAGzF,eAAe,sBAAsB,CAAA"}
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  export * from '@xyo-network/gas-ethereum-blockchain-payload-plugins';
2
2
  import { PayloadPluginFunc } from '@xyo-network/payload-plugin';
3
-
4
- declare const EthereumPayloadPlugins: PayloadPluginFunc[];
5
-
6
- export { EthereumPayloadPlugins, EthereumPayloadPlugins as default };
3
+ export declare const EthereumPayloadPlugins: PayloadPluginFunc[];
4
+ export default EthereumPayloadPlugins;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sDAAsD,CAAA;AAGpE,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAA;AAE/D,eAAO,MAAM,sBAAsB,EAAE,iBAAiB,EAAmC,CAAA;AAGzF,eAAe,sBAAsB,CAAA"}
package/package.json CHANGED
@@ -10,20 +10,14 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/gas-ethereum-blockchain-payload-plugins": "~2.73.4",
14
- "@xyo-network/payload-plugin": "~2.73.4"
13
+ "@xyo-network/gas-ethereum-blockchain-payload-plugins": "~2.74.0",
14
+ "@xyo-network/payload-plugin": "~2.74.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@xylabs/ts-scripts-yarn3": "^2.19.12",
18
- "@xylabs/tsconfig": "^2.19.12",
19
- "publint": "^0.2.2",
20
- "tsup": "^7.2.0",
17
+ "@xylabs/ts-scripts-yarn3": "^3.0.27",
18
+ "@xylabs/tsconfig": "^3.0.27",
21
19
  "typescript": "^5.2.2"
22
20
  },
23
- "scripts": {
24
- "package-compile": "tsup && publint",
25
- "package-recompile": "tsup && publint"
26
- },
27
21
  "description": "Primary SDK for using XYO Protocol 2.0",
28
22
  "docs": "dist/docs.json",
29
23
  "exports": {
@@ -64,5 +58,5 @@
64
58
  },
65
59
  "sideEffects": false,
66
60
  "types": "dist/index.d.ts",
67
- "version": "2.73.4"
61
+ "version": "2.74.0"
68
62
  }