@xyo-network/crypto-market-plugins 2.72.8 → 2.72.9

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.
Files changed (2) hide show
  1. package/dist/docs.json +8 -8
  2. package/package.json +5 -5
package/dist/docs.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
17
17
  "line": 13,
18
18
  "character": 0,
19
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7dd5ad12b4447/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L13"
19
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L13"
20
20
  }
21
21
  ],
22
22
  "target": 1
@@ -5356,7 +5356,7 @@
5356
5356
  "sources": [
5357
5357
  {
5358
5358
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5359
- "line": 38,
5359
+ "line": 37,
5360
5360
  "character": 8
5361
5361
  }
5362
5362
  ],
@@ -5369,7 +5369,7 @@
5369
5369
  "sources": [
5370
5370
  {
5371
5371
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
5372
- "line": 38,
5372
+ "line": 37,
5373
5373
  "character": 4
5374
5374
  }
5375
5375
  ],
@@ -22743,7 +22743,7 @@
22743
22743
  "sources": [
22744
22744
  {
22745
22745
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22746
- "line": 38,
22746
+ "line": 37,
22747
22747
  "character": 8
22748
22748
  }
22749
22749
  ],
@@ -22756,7 +22756,7 @@
22756
22756
  "sources": [
22757
22757
  {
22758
22758
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
22759
- "line": 38,
22759
+ "line": 37,
22760
22760
  "character": 4
22761
22761
  }
22762
22762
  ],
@@ -41889,7 +41889,7 @@
41889
41889
  "sources": [
41890
41890
  {
41891
41891
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
41892
- "line": 38,
41892
+ "line": 37,
41893
41893
  "character": 8
41894
41894
  }
41895
41895
  ],
@@ -41902,7 +41902,7 @@
41902
41902
  "sources": [
41903
41903
  {
41904
41904
  "fileName": "modules/packages/module/packages/abstract/dist/types/AbstractModule.d.ts",
41905
- "line": 38,
41905
+ "line": 37,
41906
41906
  "character": 4
41907
41907
  }
41908
41908
  ],
@@ -55051,7 +55051,7 @@
55051
55051
  "fileName": "plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts",
55052
55052
  "line": 10,
55053
55053
  "character": 13,
55054
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/7dd5ad12b4447/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L10"
55054
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/a30e48b7307fe/packages/plugins/packages/payloadset/packages/crypto/packages/market/src/index.ts#L10"
55055
55055
  }
55056
55056
  ],
55057
55057
  "type": {
package/package.json CHANGED
@@ -18,10 +18,10 @@
18
18
  "@uniswap/sdk": "^3.0.3",
19
19
  "@uniswap/sdk-core": "^4.0.6",
20
20
  "@uniswap/v3-sdk": "^3.10.0",
21
- "@xyo-network/coingecko-crypto-market-plugin": "~2.72.8",
22
- "@xyo-network/crypto-asset-plugin": "~2.72.8",
23
- "@xyo-network/payloadset-plugin": "~2.72.8",
24
- "@xyo-network/uniswap-crypto-market-plugin": "~2.72.8"
21
+ "@xyo-network/coingecko-crypto-market-plugin": "~2.72.9",
22
+ "@xyo-network/crypto-asset-plugin": "~2.72.9",
23
+ "@xyo-network/payloadset-plugin": "~2.72.9",
24
+ "@xyo-network/uniswap-crypto-market-plugin": "~2.72.9"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@xylabs/ts-scripts-yarn3": "^2.19.3",
@@ -61,5 +61,5 @@
61
61
  },
62
62
  "sideEffects": false,
63
63
  "types": "dist/types/index.d.ts",
64
- "version": "2.72.8"
64
+ "version": "2.72.9"
65
65
  }