@uppy/tus
Advanced tools
Comparing version 0.27.2 to 0.27.3
@@ -124,3 +124,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
* Clean up all references for a file's upload: the tus.Upload instance, | ||
* any events related to the file, and the uppy-server WebSocket connection. | ||
* any events related to the file, and the Companion WebSocket connection. | ||
*/ | ||
@@ -342,3 +342,3 @@ | ||
// If the remote retry optimisation should not be used, | ||
// close the socket—this will tell uppy-server to clear state and delete the file. | ||
// close the socket—this will tell companion to clear state and delete the file. | ||
if (!_this4.opts.useFastRemoteRetry) { | ||
@@ -345,0 +345,0 @@ _this4.resetUploaderReferences(file.id); |
{ | ||
"name": "@uppy/tus", | ||
"description": "Resumable uploads for Uppy using Tus.io", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"license": "MIT", | ||
@@ -26,13 +26,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "0.27.1", | ||
"@uppy/utils": "0.27.0", | ||
"@uppy/companion-client": "0.27.2", | ||
"@uppy/utils": "0.27.1", | ||
"tus-js-client": "^1.5.1" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "0.27.0" | ||
"@uppy/core": "0.27.1" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^0.27.0" | ||
}, | ||
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10" | ||
} | ||
} |
@@ -100,3 +100,3 @@ const { Plugin } = require('@uppy/core') | ||
* Clean up all references for a file's upload: the tus.Upload instance, | ||
* any events related to the file, and the uppy-server WebSocket connection. | ||
* any events related to the file, and the Companion WebSocket connection. | ||
*/ | ||
@@ -317,3 +317,3 @@ resetUploaderReferences (fileID) { | ||
// If the remote retry optimisation should not be used, | ||
// close the socket—this will tell uppy-server to clear state and delete the file. | ||
// close the socket—this will tell companion to clear state and delete the file. | ||
if (!this.opts.useFastRemoteRetry) { | ||
@@ -320,0 +320,0 @@ this.resetUploaderReferences(file.id) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33220
+ Added@uppy/companion-client@0.27.2(transitive)
- Removed@uppy/companion-client@0.27.1(transitive)
- Removed@uppy/utils@0.27.0(transitive)
Updated@uppy/utils@0.27.1