@uppy/core
Advanced tools
Comparing version 1.10.3 to 1.10.4
@@ -1776,3 +1776,3 @@ function _extends() { _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; }; return _extends.apply(this, arguments); } | ||
Uppy.VERSION = "1.10.3"; | ||
Uppy.VERSION = "1.10.4"; | ||
@@ -1779,0 +1779,0 @@ module.exports = function (opts) { |
{ | ||
"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": "1.10.3", | ||
"version": "1.10.4", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"@uppy/store-default": "^1.2.1", | ||
"@uppy/utils": "^2.4.3", | ||
"@uppy/utils": "^2.4.4", | ||
"cuid": "^2.1.1", | ||
@@ -32,3 +32,3 @@ "lodash.throttle": "^4.1.1", | ||
}, | ||
"gitHead": "6e2dfd7c0f54f38672894eac2333310dcd276c03" | ||
"gitHead": "5528c6f6eae8873a363be5a45862459f168a7c90" | ||
} |
Updated@uppy/utils@^2.4.4