cosmos-cloud-sdk 0.23.1 → 0.23.2-unstable002

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/index.js CHANGED
@@ -1480,7 +1480,7 @@ function createRcloneAPI(apiFetch) {
1480
1480
  "Content-Type": "application/json"
1481
1481
  },
1482
1482
  body: JSON.stringify({
1483
- "fs": remoteName + ":/"
1483
+ "fs": remoteName
1484
1484
  })
1485
1485
  }));
1486
1486
  }
package/dist/index.mjs CHANGED
@@ -1454,7 +1454,7 @@ function createRcloneAPI(apiFetch) {
1454
1454
  "Content-Type": "application/json"
1455
1455
  },
1456
1456
  body: JSON.stringify({
1457
- "fs": remoteName + ":/"
1457
+ "fs": remoteName
1458
1458
  })
1459
1459
  }));
1460
1460
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cosmos-cloud-sdk",
3
- "version": "0.23.1",
3
+ "version": "0.23.2-unstable002",
4
4
  "description": "JavaScript/TypeScript SDK for the Cosmos Server API",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",