@parity/product-sdk-cloud-storage 0.6.5 → 0.6.6
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/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@parity/product-sdk-cloud-storage",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "TypeScript SDK for uploading and retrieving data from the Cloud (currently through the Polkadot Bulletin Chain)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"@parity/bulletin-sdk": "^0.3.0",
|
|
22
22
|
"multiformats": "^13.3.0",
|
|
23
23
|
"polkadot-api": "^2.1.6",
|
|
24
|
-
"@parity/product-sdk-chain-client": "0.7.
|
|
25
|
-
"@parity/product-sdk-
|
|
26
|
-
"@parity/product-sdk-
|
|
27
|
-
"@parity/product-sdk-tx": "0.2.
|
|
28
|
-
"@parity/product-sdk-
|
|
24
|
+
"@parity/product-sdk-chain-client": "0.7.6",
|
|
25
|
+
"@parity/product-sdk-host": "0.11.0",
|
|
26
|
+
"@parity/product-sdk-logger": "0.1.1",
|
|
27
|
+
"@parity/product-sdk-tx": "0.2.16",
|
|
28
|
+
"@parity/product-sdk-descriptors": "0.6.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"typescript": "^5.7.0",
|