@xyo-network/crypto-market-plugins 3.4.1 → 3.4.3
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 +3 -4
- package/dist/neutral/index.d.ts.map +1 -0
- package/dist/neutral/index.mjs.map +1 -1
- package/package.json +8 -8
- package/src/index.ts +1 -1
- package/xy.config.ts +1 -1
package/dist/neutral/index.d.ts
CHANGED
|
@@ -2,7 +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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
export { CryptoMarketPlugins, CryptoMarketPlugins as default };
|
|
5
|
+
export declare const CryptoMarketPlugins: PayloadSetPluginFunc[];
|
|
6
|
+
export default CryptoMarketPlugins;
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +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,mBAAmB,EAAE,oBAAoB,EAAsF,CAAA;AAE5I,eAAe,mBAAmB,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport
|
|
1
|
+
{"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/coingecko-crypto-market-plugin'\nexport * from '@xyo-network/crypto-asset-plugin'\nexport * from '@xyo-network/uniswap-crypto-market-plugin'\n\nimport { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'\nimport { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\nimport { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'\n\nexport const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]\n\nexport default CryptoMarketPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AACd,cAAc;AAEd,SAAS,mCAAmC;AAC5C,SAAS,+BAA+B;AAExC,SAAS,iCAAiC;AAEnC,IAAM,sBAA8C,CAAC,6BAA6B,2BAA2B,uBAAuB;AAE3I,IAAO,gBAAQ;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/crypto-market-plugins",
|
|
3
|
-
"version": "3.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,15 +29,15 @@
|
|
|
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": "^3.4.
|
|
33
|
-
"@xyo-network/crypto-asset-plugin": "^3.4.
|
|
34
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
35
|
-
"@xyo-network/uniswap-crypto-market-plugin": "^3.4.
|
|
32
|
+
"@xyo-network/coingecko-crypto-market-plugin": "^3.4.3",
|
|
33
|
+
"@xyo-network/crypto-asset-plugin": "^3.4.3",
|
|
34
|
+
"@xyo-network/payloadset-plugin": "^3.9.23",
|
|
35
|
+
"@xyo-network/uniswap-crypto-market-plugin": "^3.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@xylabs/ts-scripts-yarn3": "^5.0.
|
|
39
|
-
"@xylabs/tsconfig": "^5.0.
|
|
40
|
-
"typescript": "^5.
|
|
38
|
+
"@xylabs/ts-scripts-yarn3": "^5.0.39",
|
|
39
|
+
"@xylabs/tsconfig": "^5.0.39",
|
|
40
|
+
"typescript": "^5.8.2"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public"
|
package/src/index.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from '@xyo-network/uniswap-crypto-market-plugin'
|
|
|
4
4
|
|
|
5
5
|
import { CoingeckoCryptoMarketPlugin } from '@xyo-network/coingecko-crypto-market-plugin'
|
|
6
6
|
import { CryptoMarketAssetPlugin } from '@xyo-network/crypto-asset-plugin'
|
|
7
|
-
import
|
|
7
|
+
import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'
|
|
8
8
|
import { UniswapCryptoMarketPlugin } from '@xyo-network/uniswap-crypto-market-plugin'
|
|
9
9
|
|
|
10
10
|
export const CryptoMarketPlugins: PayloadSetPluginFunc[] = [CoingeckoCryptoMarketPlugin, UniswapCryptoMarketPlugin, CryptoMarketAssetPlugin]
|
package/xy.config.ts
CHANGED