@xyo-network/crypto-market-plugins 4.1.0 → 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.
@@ -1,8 +1,7 @@
1
1
  export * from '@xyo-network/coingecko-crypto-market-plugin';
2
2
  export * from '@xyo-network/crypto-asset-plugin';
3
3
  export * from '@xyo-network/uniswap-crypto-market-plugin';
4
- import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
5
-
6
- declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
7
-
8
- export { CryptoMarketPlugins, CryptoMarketPlugins as default };
4
+ import type { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
5
+ export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
6
+ export default CryptoMarketPlugins;
7
+ //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/crypto-market-plugins",
3
- "version": "4.1.0",
3
+ "version": "4.2.0",
4
4
  "description": "Typescript/Javascript Plugins for XYO Platform",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,15 +29,14 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/neutral/index.d.ts",
31
31
  "dependencies": {
32
- "@xyo-network/coingecko-crypto-market-plugin": "^4.1.0",
33
- "@xyo-network/crypto-asset-plugin": "^4.1.0",
34
- "@xyo-network/payloadset-plugin": "^4.1.1",
35
- "@xyo-network/uniswap-crypto-market-plugin": "^4.1.0"
32
+ "@xyo-network/coingecko-crypto-market-plugin": "^4.2.0",
33
+ "@xyo-network/crypto-asset-plugin": "^4.2.0",
34
+ "@xyo-network/payloadset-plugin": "^4.3.0",
35
+ "@xyo-network/uniswap-crypto-market-plugin": "^4.2.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.24",
39
- "@xylabs/tsconfig": "^7.0.0-rc.24",
40
- "knip": "^5.61.3",
38
+ "@xylabs/ts-scripts-yarn3": "^7.0.1",
39
+ "@xylabs/tsconfig": "^7.0.1",
41
40
  "typescript": "^5.8.3"
42
41
  },
43
42
  "publishConfig": {