@uppy/core
Advanced tools
Comparing version 3.0.3 to 3.0.4
# @uppy/core | ||
## 3.0.4 | ||
Released: 2022-10-24 | ||
Included in: Uppy v3.2.2 | ||
- @uppy/core: make cancel() and close() arguments optional in types (Merlijn Vos / #4161) | ||
## 3.0.3 | ||
@@ -4,0 +11,0 @@ |
@@ -25,3 +25,3 @@ let _Symbol$for, _Symbol$for2; | ||
const packageJson = { | ||
"version": "3.0.3" | ||
"version": "3.0.4" | ||
}; | ||
@@ -28,0 +28,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.0.3", | ||
"version": "3.0.4", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "lib/index.js", |
@@ -359,3 +359,3 @@ import * as UppyUtils from '@uppy/utils' | ||
cancelAll(options: CancelOptions): void | ||
cancelAll(options?: CancelOptions): void | ||
@@ -379,3 +379,3 @@ retryUpload<TMeta extends IndexedObject<any> = Record<string, unknown>>( | ||
close(options: CancelOptions): void | ||
close(options?: CancelOptions): void | ||
@@ -382,0 +382,0 @@ logout(): void |
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
370140
6419