@xyo-network/crypto-payload-plugins 2.36.0-rc.2 → 2.36.0
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 +3 -3
- package/package.json +4 -5
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "plugins/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/79890fc/packages/plugins/packages/crypto/src/index.ts#L11"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"target": 1
|
|
@@ -15507,7 +15507,7 @@
|
|
|
15507
15507
|
"fileName": "plugins/packages/crypto/src/index.ts",
|
|
15508
15508
|
"line": 8,
|
|
15509
15509
|
"character": 13,
|
|
15510
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
15510
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/79890fc/packages/plugins/packages/crypto/src/index.ts#L8"
|
|
15511
15511
|
}
|
|
15512
15512
|
],
|
|
15513
15513
|
"type": {
|
|
@@ -19720,7 +19720,7 @@
|
|
|
19720
19720
|
"fileName": "plugins/packages/crypto/src/index.ts",
|
|
19721
19721
|
"line": 1,
|
|
19722
19722
|
"character": 0,
|
|
19723
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/
|
|
19723
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/79890fc/packages/plugins/packages/crypto/src/index.ts#L1"
|
|
19724
19724
|
}
|
|
19725
19725
|
]
|
|
19726
19726
|
}
|
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.36.0
|
|
14
|
-
"@xyo-network/crypto-market-payload-plugins": "^2.36.0
|
|
15
|
-
"@xyo-network/payload-plugin": "^2.36.0
|
|
13
|
+
"@xyo-network/crypto-cards-payload-plugins": "^2.36.0",
|
|
14
|
+
"@xyo-network/crypto-market-payload-plugins": "^2.36.0",
|
|
15
|
+
"@xyo-network/payload-plugin": "^2.36.0",
|
|
16
16
|
"tslib": "^2.4.0"
|
|
17
17
|
},
|
|
18
18
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -48,6 +48,5 @@
|
|
|
48
48
|
},
|
|
49
49
|
"sideEffects": false,
|
|
50
50
|
"types": "dist/esm/index.d.ts",
|
|
51
|
-
"version": "2.36.0
|
|
52
|
-
"stableVersion": "2.35.0"
|
|
51
|
+
"version": "2.36.0"
|
|
53
52
|
}
|