@uppy/core
Advanced tools
Comparing version 3.3.0 to 3.3.1
@@ -42,2 +42,3 @@ export default { | ||
loading: 'Loading...', | ||
loadedXFiles: 'Loaded %{numFiles} files', | ||
authenticateWithTitle: 'Please authenticate with %{pluginName} to select files', | ||
@@ -44,0 +45,0 @@ authenticateWith: 'Connect to %{pluginName}', |
@@ -35,3 +35,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
var _err$cause; | ||
if ((err == null ? void 0 : (_err$cause = err.cause) == null ? void 0 : _err$cause.name) === 'AbortError') { | ||
if ((err == null || (_err$cause = err.cause) == null ? void 0 : _err$cause.name) === 'AbortError') { | ||
// The file upload was aborted, it’s not an error | ||
@@ -38,0 +38,0 @@ return undefined; |
@@ -21,3 +21,3 @@ let _Symbol$for, _Symbol$for2; | ||
const packageJson = { | ||
"version": "3.3.0" | ||
"version": "3.3.1" | ||
}; | ||
@@ -24,0 +24,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/core", | ||
"description": "Core module for the extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:", | ||
"version": "3.3.0", | ||
"version": "3.3.1", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"@uppy/store-default": "^3.0.3", | ||
"@uppy/utils": "^5.4.0", | ||
"@uppy/utils": "^5.4.1", | ||
"lodash": "^4.17.21", | ||
@@ -29,0 +29,0 @@ "mime-match": "^1.0.2", |
@@ -45,2 +45,3 @@ export default { | ||
loading: 'Loading...', | ||
loadedXFiles: 'Loaded %{numFiles} files', | ||
authenticateWithTitle: | ||
@@ -47,0 +48,0 @@ 'Please authenticate with %{pluginName} to select files', |
@@ -31,2 +31,3 @@ /* eslint-disable */ | ||
| 'loading' | ||
| 'loadedXFiles' | ||
| 'authenticateWithTitle' | ||
@@ -33,0 +34,0 @@ | 'authenticateWith' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
403664
6809
Updated@uppy/utils@^5.4.1