@uppy/core
Advanced tools
Comparing version 1.10.5 to 1.11.0
@@ -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.5"; | ||
Uppy.VERSION = "1.11.0"; | ||
@@ -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.5", | ||
"version": "1.11.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"@uppy/store-default": "^1.2.1", | ||
"@uppy/utils": "^3.0.0", | ||
"@uppy/utils": "^3.1.0", | ||
"cuid": "^2.1.1", | ||
@@ -33,3 +33,3 @@ "lodash.throttle": "^4.1.1", | ||
}, | ||
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61" | ||
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2" | ||
} |
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
211326
5491
Updated@uppy/utils@^3.1.0