@secrecy/lib 1.55.0 → 1.55.2
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.
|
@@ -202,7 +202,6 @@ export class SecrecyCloudClient {
|
|
|
202
202
|
}
|
|
203
203
|
formData.append('file', new Blob([chunk.data]), `${uploadData.id}-${chunk.order}`);
|
|
204
204
|
await axios.post(part.url, formData, {
|
|
205
|
-
headers: filetype ? { 'content-type': filetype.mime } : undefined,
|
|
206
205
|
onUploadProgress: (progressEvent) => {
|
|
207
206
|
onProgress(part.order, progressEvent);
|
|
208
207
|
},
|
package/package.json
CHANGED