@xyo-network/crypto-plugins 2.74.5 → 2.75.2

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/crypto-cards-plugins';
2
+ export * from '@xyo-network/crypto-market-plugins';
3
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
+ export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
+ export default CryptoPlugins;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/crypto-cards-plugins';
2
+ export * from '@xyo-network/crypto-market-plugins';
3
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
+ export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
+ export default CryptoPlugins;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -0,0 +1,6 @@
1
+ export * from '@xyo-network/crypto-cards-plugins';
2
+ export * from '@xyo-network/crypto-market-plugins';
3
+ import { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin';
4
+ export declare const CryptoPlugins: PayloadSetPluginFunc[];
5
+ export default CryptoPlugins;
6
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAM,gBAAwC,CAAC,GAAG,gDAAoB,GAAG,gDAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}
package/package.json CHANGED
@@ -10,45 +10,48 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-plugins": "~2.74.5",
14
- "@xyo-network/crypto-market-plugins": "~2.74.5",
15
- "@xyo-network/payloadset-plugin": "~2.74.5"
13
+ "@xyo-network/crypto-cards-plugins": "~2.75.2",
14
+ "@xyo-network/crypto-market-plugins": "~2.75.2",
15
+ "@xyo-network/payloadset-plugin": "~2.75.2"
16
16
  },
17
17
  "devDependencies": {
18
- "@xylabs/ts-scripts-yarn3": "^3.0.28",
19
- "@xylabs/tsconfig": "^3.0.28",
18
+ "@xylabs/ts-scripts-yarn3": "^3.0.77",
19
+ "@xylabs/tsconfig": "^3.0.77",
20
20
  "typescript": "^5.2.2"
21
21
  },
22
22
  "description": "Primary SDK for using XYO Protocol 2.0",
23
23
  "docs": "dist/docs.json",
24
- "types": "dist/index.d.ts",
24
+ "types": "dist/node/index.d.ts",
25
25
  "exports": {
26
26
  ".": {
27
- "require": {
28
- "types": "./dist/index.d.ts",
29
- "default": "./dist/index.js"
27
+ "browser": {
28
+ "require": {
29
+ "types": "./dist/browser/index.d.cts",
30
+ "default": "./dist/browser/index.cjs"
31
+ },
32
+ "import": {
33
+ "types": "./dist/browser/index.d.mts",
34
+ "default": "./dist/browser/index.js"
35
+ }
30
36
  },
31
- "import": {
32
- "types": "./dist/index.d.mts",
33
- "default": "./dist/index.mjs"
37
+ "node": {
38
+ "require": {
39
+ "types": "./dist/node/index.d.ts",
40
+ "default": "./dist/node/index.js"
41
+ },
42
+ "import": {
43
+ "types": "./dist/node/index.d.mts",
44
+ "default": "./dist/node/index.mjs"
45
+ }
34
46
  }
35
47
  },
36
- "./dist/docs.json": {
37
- "default": "./dist/docs.json"
38
- },
39
- "./cjs": {
40
- "default": "./dist/index.js"
41
- },
42
48
  "./docs": {
43
49
  "default": "./dist/docs.json"
44
50
  },
45
- "./esm": {
46
- "default": "./dist/index.mjs"
47
- },
48
51
  "./package.json": "./package.json"
49
52
  },
50
- "main": "dist/index.js",
51
- "module": "dist/index.mjs",
53
+ "main": "dist/node/index.js",
54
+ "module": "dist/node/index.mjs",
52
55
  "homepage": "https://xyo.network",
53
56
  "license": "LGPL-3.0",
54
57
  "publishConfig": {
@@ -59,5 +62,5 @@
59
62
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
60
63
  },
61
64
  "sideEffects": false,
62
- "version": "2.74.5"
65
+ "version": "2.75.2"
63
66
  }
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mCAAmC,CAAA;AACjD,cAAc,oCAAoC,CAAA;AAIlD,OAAO,EAAE,oBAAoB,EAAE,MAAM,gCAAgC,CAAA;AAErE,eAAO,MAAM,aAAa,EAAE,oBAAoB,EAAoD,CAAA;AAGpG,eAAe,aAAa,CAAA"}
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAc,8CAAd;AACA,wBAAc,+CADd;AAGA,kCAAmC;AACnC,mCAAoC;AAG7B,IAAM,gBAAwC,CAAC,GAAG,gDAAoB,GAAG,gDAAmB;AAGnG,IAAO,cAAQ;","names":[]}
@@ -1 +0,0 @@
1
- {"version":3,"sources":["../src/index.ts"],"sourcesContent":["export * from '@xyo-network/crypto-cards-plugins'\nexport * from '@xyo-network/crypto-market-plugins'\n\nimport { CryptoCardsPlugins } from '@xyo-network/crypto-cards-plugins'\nimport { CryptoMarketPlugins } from '@xyo-network/crypto-market-plugins'\nimport { PayloadSetPluginFunc } from '@xyo-network/payloadset-plugin'\n\nexport const CryptoPlugins: PayloadSetPluginFunc[] = [...CryptoCardsPlugins, ...CryptoMarketPlugins]\n\n// eslint-disable-next-line import/no-default-export\nexport default CryptoPlugins\n"],"mappings":";AAAA,cAAc;AACd,cAAc;AAEd,SAAS,0BAA0B;AACnC,SAAS,2BAA2B;AAG7B,IAAM,gBAAwC,CAAC,GAAG,oBAAoB,GAAG,mBAAmB;AAGnG,IAAO,cAAQ;","names":[]}
File without changes
File without changes
File without changes
File without changes