cloudmr-ux 4.1.7 → 4.1.8

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.
@@ -182,7 +182,7 @@ export var uploadJob = createAsyncThunk('UploadJob', function (_a, thunkAPI) {
182
182
  }); }))];
183
183
  case 4:
184
184
  uploadedParts = _c.sent();
185
- return [4 /*yield*/, axios.post(endpoints.JOB_UPLOAD_FINALIZE, {
185
+ return [4 /*yield*/, AuthenticatedHttpClient.post(endpoints.JOB_UPLOAD_FINALIZE, {
186
186
  uploadId: uploadId,
187
187
  parts: uploadedParts,
188
188
  Key: Key
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudmr-ux",
3
- "version": "4.1.7",
3
+ "version": "4.1.8",
4
4
  "author": "erosmontin@gmail.com",
5
5
  "license": "MIT",
6
6
  "repository": "erosmontin/cloudmr-ux",