fix: update tus patch to patch lib.es5 as well
This commit is contained in:
parent
0818b8b87d
commit
2a7fa75329
|
@ -1,3 +1,15 @@
|
|||
diff --git a/node_modules/tus-js-client/lib.es5/upload.js b/node_modules/tus-js-client/lib.es5/upload.js
|
||||
index fe647f2..a2fbf56 100644
|
||||
--- a/node_modules/tus-js-client/lib.es5/upload.js
|
||||
+++ b/node_modules/tus-js-client/lib.es5/upload.js
|
||||
@@ -724,7 +724,6 @@ var BaseUpload = /*#__PURE__*/function () {
|
||||
parallelUploads: 1,
|
||||
// Reset this option as we are not doing a parallel upload.
|
||||
parallelUploadBoundaries: null,
|
||||
- metadata: {},
|
||||
// Add the header to indicate the this is a partial upload.
|
||||
headers: _objectSpread(_objectSpread({}, _this3.options.headers), {}, {
|
||||
'Upload-Concat': 'partial'
|
||||
diff --git a/node_modules/tus-js-client/lib.esm/upload.js b/node_modules/tus-js-client/lib.esm/upload.js
|
||||
index 02fde5b..f9e3972 100644
|
||||
--- a/node_modules/tus-js-client/lib.esm/upload.js
|
||||
|
|
Loading…
Reference in New Issue