@xyo-network/crypto-market-plugins 2.61.0 → 2.62.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/esm/index.js CHANGED
@@ -1,14 +1,10 @@
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 { XyoCoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin';
5
- import { XyoCryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin';
6
- import { XyoUniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin';
7
- export const XyoCryptoMarketPlugins = [
8
- XyoCoingeckoCryptoMarketPlugin,
9
- XyoUniswapCryptoMarketPlugin,
10
- XyoCryptoMarketAssetPlugin,
11
- ];
4
+ import { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin';
5
+ import { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin';
6
+ import { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin';
7
+ export const CryptoMarketPlugins = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin];
12
8
  // eslint-disable-next-line import/no-default-export
13
- export default XyoCryptoMarketPlugins;
9
+ export default CryptoMarketPlugins;
14
10
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAEzD,OAAO,EAAE,8BAA8B,EAAE,MAAM,6CAA6C,CAAA;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAA;AAE7E,OAAO,EAAE,4BAA4B,EAAE,MAAM,2CAA2C,CAAA;AAExF,MAAM,CAAC,MAAM,sBAAsB,GAA2B;IAC5D,8BAA8B;IAC9B,4BAA4B;IAC5B,0BAA0B;CAC3B,CAAA;AAED,oDAAoD;AACpD,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAEzD,OAAO,EAAE,2BAA2B,EAAE,MAAM,6CAA6C,CAAA;AACzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,kCAAkC,CAAA;AAE1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,2CAA2C,CAAA;AAErF,MAAM,CAAC,MAAM,mBAAmB,GAA2B,CAAC,2BAA2B,EAAE,yBAAyB,EAAE,uBAAuB,CAAC,CAAA;AAE5I,oDAAoD;AACpD,eAAe,mBAAmB,CAAA"}
@@ -2,6 +2,6 @@ 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
4
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
5
- export declare const XyoCryptoMarketPlugins: PayloadSetPluginFunc[];
6
- export default XyoCryptoMarketPlugins;
5
+ export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
6
+ export default CryptoMarketPlugins;
7
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,sBAAsB,EAAE,oBAAoB,EAIxD,CAAA;AAGD,eAAe,sBAAsB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6CAA6C,CAAA;AAC3D,cAAc,kCAAkC,CAAA;AAChD,cAAc,2CAA2C,CAAA;AAIzD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAGrE,eAAO,MAAM,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAG5I,eAAe,mBAAmB,CAAA"}
package/package.json CHANGED
@@ -18,10 +18,10 @@
18
18
  "@uniswap/sdk": "^3.0.3",
19
19
  "@uniswap/sdk-core": "^3.2.3",
20
20
  "@uniswap/v3-sdk": "^3.9.0",
21
- "@xyo-network/coingecko-crypto-market-plugin": "^2.61.0",
22
- "@xyo-network/crypto-asset-plugin": "^2.61.0",
23
- "@xyo-network/payloadset-plugin": "^2.61.0",
24
- "@xyo-network/uniswap-crypto-market-plugin": "^2.61.0"
21
+ "@xyo-network/coingecko-crypto-market-plugin": "^2.62.0",
22
+ "@xyo-network/crypto-asset-plugin": "^2.62.0",
23
+ "@xyo-network/payloadset-plugin": "^2.62.0",
24
+ "@xyo-network/uniswap-crypto-market-plugin": "^2.62.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@xylabs/ts-scripts-yarn3": "^2.17.13",
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/types/index.d.ts",
64
- "version": "2.61.0"
64
+ "version": "2.62.0"
65
65
  }
package/src/index.ts CHANGED
@@ -2,16 +2,12 @@ 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
4
 
5
- import { XyoCoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'
6
- import { XyoCryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'
5
+ import { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'
6
+ import { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'
7
7
  import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
8
- import { XyoUniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'
8
+ import { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'
9
9
 
10
- export const XyoCryptoMarketPlugins: PayloadSetPluginFunc[] = [
11
- XyoCoingeckoCryptoMarketPlugin,
12
- XyoUniswapCryptoMarketPlugin,
13
- XyoCryptoMarketAssetPlugin,
14
- ]
10
+ export const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]
15
11
 
16
12
  // eslint-disable-next-line import/no-default-export
17
- export default XyoCryptoMarketPlugins
13
+ export default CryptoMarketPlugins