@uppy/core
Advanced tools
Comparing version 1.13.1 to 1.13.2
@@ -1799,3 +1799,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.13.1"; | ||
Uppy.VERSION = "1.13.2"; | ||
@@ -1802,0 +1802,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.13.1", | ||
"version": "1.13.2", | ||
"license": "MIT", | ||
@@ -24,4 +24,4 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
"@uppy/store-default": "^1.2.3", | ||
"@uppy/utils": "^3.2.2", | ||
"@uppy/store-default": "^1.2.4", | ||
"@uppy/utils": "^3.2.3", | ||
"cuid": "^2.1.1", | ||
@@ -33,3 +33,3 @@ "lodash.throttle": "^4.1.1", | ||
}, | ||
"gitHead": "32e5445facad7257d32d83b7c915a80bf2c7b65a" | ||
"gitHead": "7bf5ca55a74eed7a7fcc71285dfb98350ac2e08e" | ||
} |
@@ -30,3 +30,3 @@ # @uppy/core | ||
```bash | ||
$ npm install @uppy/core --save | ||
$ npm install @uppy/core | ||
``` | ||
@@ -33,0 +33,0 @@ |
324994
Updated@uppy/store-default@^1.2.4
Updated@uppy/utils@^3.2.3