@uppy/core
Advanced tools
Comparing version 4.0.0-beta.7 to 4.0.0-beta.8
# @uppy/core | ||
## 4.0.0-beta.8 | ||
Released: 2024-05-22 | ||
Included in: Uppy v4.0.0-beta.8 | ||
- @uppy/core: resolve some (breaking) TODOs (Antoine du Hamel / #4824) | ||
## 4.0.0-beta.7 | ||
@@ -4,0 +11,0 @@ |
@@ -297,3 +297,3 @@ /// <reference types="lodash" /> | ||
logout(): void; | ||
calculateProgress: import("lodash").DebouncedFunc<(file: any, data: any) => void>; | ||
calculateProgress: import("lodash").DebouncedFuncLeading<(file: any, data: any) => void>; | ||
calculateTotalProgress(): void; | ||
@@ -300,0 +300,0 @@ updateOnlineStatus(): void; |
@@ -24,3 +24,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; } | ||
const packageJson = { | ||
"version": "4.0.0-beta.7" | ||
"version": "4.0.0-beta.8" | ||
}; | ||
@@ -405,3 +405,3 @@ import locale from "./locale.js"; | ||
percentage: 0, | ||
bytesUploaded: 0, | ||
bytesUploaded: false, | ||
uploadComplete: false, | ||
@@ -1327,3 +1327,3 @@ uploadStarted: null | ||
percentage: 0, | ||
bytesUploaded: 0, | ||
bytesUploaded: false, | ||
bytesTotal: size, | ||
@@ -1336,5 +1336,3 @@ uploadComplete: false, | ||
isRemote: file.isRemote || false, | ||
// TODO: this should not be a string | ||
// @ts-expect-error wrong | ||
remote: file.remote || '', | ||
remote: file.remote, | ||
preview: file.preview | ||
@@ -1341,0 +1339,0 @@ }; |
{ | ||
"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": "4.0.0-beta.7", | ||
"version": "4.0.0-beta.8", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"@uppy/store-default": "^4.0.0-beta.2", | ||
"@uppy/utils": "^6.0.0-beta.6", | ||
"@uppy/utils": "^6.0.0-beta.7", | ||
"lodash": "^4.17.21", | ||
@@ -31,0 +31,0 @@ "mime-match": "^1.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
511291
8312
Updated@uppy/utils@^6.0.0-beta.7