@uppy/core
Advanced tools
Comparing version 3.0.4 to 3.0.5
# @uppy/core | ||
## 3.0.5 | ||
Released: 2023-01-26 | ||
Included in: Uppy v3.4.0 | ||
- @uppy/core: fix metafields validation when used as function (Merlijn Vos / #4276) | ||
- @uppy/core: fix typo in Uppy.test.js (Ikko Ashimine / #4235) | ||
## 3.0.4 | ||
@@ -4,0 +12,0 @@ |
@@ -25,3 +25,3 @@ let _Symbol$for, _Symbol$for2; | ||
const packageJson = { | ||
"version": "3.0.4" | ||
"version": "3.0.5" | ||
}; | ||
@@ -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.4", | ||
"version": "3.0.5", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"@uppy/store-default": "^3.0.2", | ||
"@uppy/utils": "^5.0.2", | ||
"@uppy/utils": "^5.1.2", | ||
"lodash.throttle": "^4.1.1", | ||
@@ -29,0 +29,0 @@ "mime-match": "^1.0.2", |
Sorry, the diff of this file is too big to display
370345
Updated@uppy/utils@^5.1.2