@xyo-network/blockchain-plugins 4.0.0 → 4.1.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.
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/ethereum-blockchain-plugins';
2
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
+
4
+ declare const BlockchainPlugins: PayloadSetPluginFunc[];
5
+
6
+ export { BlockchainPlugins, BlockchainPlugins as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/blockchain-plugins",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -21,20 +21,20 @@
21
21
  "type": "module",
22
22
  "exports": {
23
23
  ".": {
24
- "types": "./dist/types/index.d.ts",
24
+ "types": "./dist/neutral/index.d.ts",
25
25
  "default": "./dist/neutral/index.mjs"
26
26
  },
27
27
  "./package.json": "./package.json"
28
28
  },
29
29
  "module": "dist/neutral/index.mjs",
30
- "types": "dist/types/index.d.ts",
30
+ "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/ethereum-blockchain-plugins": "^4.0.0",
33
- "@xyo-network/payloadset-plugin": "^4.0.1"
32
+ "@xyo-network/ethereum-blockchain-plugins": "^4.1.0",
33
+ "@xyo-network/payloadset-plugin": "^4.1.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@xylabs/ts-scripts-yarn3": "^6.5.12",
37
- "@xylabs/tsconfig": "^6.5.12",
36
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
37
+ "@xylabs/tsconfig": "^7.0.0-rc.24",
38
38
  "knip": "^5.61.3",
39
39
  "typescript": "^5.8.3"
40
40
  },
@@ -1,5 +0,0 @@
1
- export * from '@xyo-network/ethereum-blockchain-plugins';
2
- import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
3
- export declare const BlockchainPlugins: PayloadSetPluginFunc[];
4
- export default BlockchainPlugins;
5
- //# sourceMappingURL=index.d.ts.map
File without changes