@xyo-network/crypto-payload-plugins 2.41.12 → 2.42.1
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/cjs/index.d.ts +3 -3
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +1212 -24632
- package/dist/esm/index.d.ts +3 -3
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -4
- package/src/index.ts +5 -5
package/dist/esm/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from '@xyo-network/crypto-cards-payload-plugins';
|
|
2
2
|
export * from '@xyo-network/crypto-market-payload-plugins';
|
|
3
|
-
import {
|
|
4
|
-
export declare const
|
|
5
|
-
export default
|
|
3
|
+
import { XyoPayloadPluginFunc } from '@xyo-network/payload-plugin';
|
|
4
|
+
export declare const CryptoPayloadPlugins: XyoPayloadPluginFunc[];
|
|
5
|
+
export default CryptoPayloadPlugins;
|
|
6
6
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAI1D,OAAO,EAAE,oBAAoB,EAAE,MAAM,6BAA6B,CAAA;AAElE,eAAO,MAAM,oBAAoB,EAAE,oBAAoB,EAAwE,CAAA;AAG/H,eAAe,oBAAoB,CAAA"}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from '@xyo-network/crypto-cards-payload-plugins';
|
|
2
2
|
export * from '@xyo-network/crypto-market-payload-plugins';
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
export const
|
|
3
|
+
import { XyoCryptoCardsPayloadPlugins } from '@xyo-network/crypto-cards-payload-plugins';
|
|
4
|
+
import { XyoCryptoMarketPayloadPlugins } from '@xyo-network/crypto-market-payload-plugins';
|
|
5
|
+
export const CryptoPayloadPlugins = [...XyoCryptoCardsPayloadPlugins, ...XyoCryptoMarketPayloadPlugins];
|
|
6
6
|
// eslint-disable-next-line import/no-default-export
|
|
7
|
-
export default
|
|
7
|
+
export default CryptoPayloadPlugins;
|
|
8
8
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAE1D,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,2CAA2C,CAAA;AACzD,cAAc,4CAA4C,CAAA;AAE1D,OAAO,EAAE,4BAA4B,EAAE,MAAM,2CAA2C,CAAA;AACxF,OAAO,EAAE,6BAA6B,EAAE,MAAM,4CAA4C,CAAA;AAG1F,MAAM,CAAC,MAAM,oBAAoB,GAA2B,CAAC,GAAG,4BAA4B,EAAE,GAAG,6BAA6B,CAAC,CAAA;AAE/H,oDAAoD;AACpD,eAAe,oBAAoB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/crypto-cards-payload-plugins": "^2.
|
|
14
|
-
"@xyo-network/crypto-market-payload-plugins": "^2.
|
|
15
|
-
"@xyo-network/
|
|
13
|
+
"@xyo-network/crypto-cards-payload-plugins": "^2.42.1",
|
|
14
|
+
"@xyo-network/crypto-market-payload-plugins": "^2.42.1",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.42.1",
|
|
16
16
|
"tslib": "^2.4.1"
|
|
17
17
|
},
|
|
18
18
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"types": "dist/esm/index.d.ts",
|
|
51
|
-
"version": "2.
|
|
51
|
+
"version": "2.42.1"
|
|
52
52
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
export * from '@xyo-network/crypto-cards-payload-plugins'
|
|
2
2
|
export * from '@xyo-network/crypto-market-payload-plugins'
|
|
3
3
|
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { XyoCryptoCardsPayloadPlugins } from '@xyo-network/crypto-cards-payload-plugins'
|
|
5
|
+
import { XyoCryptoMarketPayloadPlugins } from '@xyo-network/crypto-market-payload-plugins'
|
|
6
|
+
import { XyoPayloadPluginFunc } from '@xyo-network/payload-plugin'
|
|
7
7
|
|
|
8
|
-
export const
|
|
8
|
+
export const CryptoPayloadPlugins: XyoPayloadPluginFunc[] = [...XyoCryptoCardsPayloadPlugins, ...XyoCryptoMarketPayloadPlugins]
|
|
9
9
|
|
|
10
10
|
// eslint-disable-next-line import/no-default-export
|
|
11
|
-
export default
|
|
11
|
+
export default CryptoPayloadPlugins
|