@xyo-network/crypto-payload-plugins 2.42.13 → 2.42.15
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/docs.json +8 -8
- package/package.json +5 -6
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
|
|
18
18
|
"line": 11,
|
|
19
19
|
"character": 0,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/plugins/packages/payload/packages/crypto/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
},
|
|
258
258
|
"sources": [
|
|
259
259
|
{
|
|
260
|
-
"fileName": "protocol/packages/payload/dist/esm/
|
|
260
|
+
"fileName": "protocol/packages/payload/packages/model/dist/esm/XyoPayload.d.ts",
|
|
261
261
|
"line": 12,
|
|
262
262
|
"character": 4
|
|
263
263
|
}
|
|
@@ -1518,7 +1518,7 @@
|
|
|
1518
1518
|
"fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
|
|
1519
1519
|
"line": 8,
|
|
1520
1520
|
"character": 13,
|
|
1521
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
1521
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/plugins/packages/payload/packages/crypto/src/index.ts#L8"
|
|
1522
1522
|
}
|
|
1523
1523
|
],
|
|
1524
1524
|
"type": {
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
{
|
|
1876
1876
|
"fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/coingecko/dist/esm/Plugin.d.ts",
|
|
1877
1877
|
"line": 1,
|
|
1878
|
-
"character":
|
|
1878
|
+
"character": 223
|
|
1879
1879
|
}
|
|
1880
1880
|
]
|
|
1881
1881
|
}
|
|
@@ -2082,7 +2082,7 @@
|
|
|
2082
2082
|
{
|
|
2083
2083
|
"fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/game/dist/esm/Plugin.d.ts",
|
|
2084
2084
|
"line": 1,
|
|
2085
|
-
"character":
|
|
2085
|
+
"character": 217
|
|
2086
2086
|
}
|
|
2087
2087
|
]
|
|
2088
2088
|
}
|
|
@@ -2213,7 +2213,7 @@
|
|
|
2213
2213
|
{
|
|
2214
2214
|
"fileName": "plugins/packages/payload/packages/crypto/packages/cards/packages/move/dist/esm/Plugin.d.ts",
|
|
2215
2215
|
"line": 1,
|
|
2216
|
-
"character":
|
|
2216
|
+
"character": 217
|
|
2217
2217
|
}
|
|
2218
2218
|
]
|
|
2219
2219
|
}
|
|
@@ -2376,7 +2376,7 @@
|
|
|
2376
2376
|
{
|
|
2377
2377
|
"fileName": "plugins/packages/payload/packages/crypto/packages/market/packages/uniswap/dist/esm/Plugin.d.ts",
|
|
2378
2378
|
"line": 1,
|
|
2379
|
-
"character":
|
|
2379
|
+
"character": 221
|
|
2380
2380
|
}
|
|
2381
2381
|
]
|
|
2382
2382
|
}
|
|
@@ -3259,7 +3259,7 @@
|
|
|
3259
3259
|
"fileName": "plugins/packages/payload/packages/crypto/src/index.ts",
|
|
3260
3260
|
"line": 1,
|
|
3261
3261
|
"character": 0,
|
|
3262
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
3262
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/2671b1f59/packages/plugins/packages/payload/packages/crypto/src/index.ts#L1"
|
|
3263
3263
|
}
|
|
3264
3264
|
]
|
|
3265
3265
|
}
|
package/package.json
CHANGED
|
@@ -10,13 +10,12 @@
|
|
|
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.42.
|
|
14
|
-
"@xyo-network/crypto-market-payload-plugins": "^2.42.
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.42.
|
|
16
|
-
"tslib": "^2.4.1"
|
|
13
|
+
"@xyo-network/crypto-cards-payload-plugins": "^2.42.15",
|
|
14
|
+
"@xyo-network/crypto-market-payload-plugins": "^2.42.15",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.42.15"
|
|
17
16
|
},
|
|
18
17
|
"devDependencies": {
|
|
19
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
18
|
+
"@xylabs/ts-scripts-yarn3": "^2.10.21"
|
|
20
19
|
},
|
|
21
20
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
22
21
|
"browser": "dist/esm/index.js",
|
|
@@ -51,5 +50,5 @@
|
|
|
51
50
|
},
|
|
52
51
|
"sideEffects": false,
|
|
53
52
|
"types": "dist/esm/index.d.ts",
|
|
54
|
-
"version": "2.42.
|
|
53
|
+
"version": "2.42.15"
|
|
55
54
|
}
|