@uppy/golden-retriever
Advanced tools
Comparing version 2.0.5 to 2.0.6
@@ -98,5 +98,6 @@ "use strict"; | ||
this.handleComplete = ({ | ||
successful | ||
}) => { | ||
this.handleComplete = _ref => { | ||
let { | ||
successful | ||
} = _ref; | ||
const fileIDs = successful.map(file => file.id); | ||
@@ -397,2 +398,2 @@ this.deleteBlobs(fileIDs).then(() => { | ||
}, _class.VERSION = "2.0.5", _temp); | ||
}, _class.VERSION = "2.0.6", _temp); |
{ | ||
"name": "@uppy/golden-retriever", | ||
"description": "The GoldenRetriever Uppy plugin saves selected files in browser cache to seamlessly resume uploding after browser crash or accidentally closed tab", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
@@ -27,9 +27,8 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "0.0.7", | ||
"@uppy/utils": "^4.0.3", | ||
"@uppy/utils": "^4.0.4", | ||
"lodash.throttle": "^4.1.1" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.0.0" | ||
}, | ||
"gitHead": "b8b4127bd55b8e7395889048407c074fce944295" | ||
} | ||
"@uppy/core": "^2.1.3" | ||
} | ||
} |
@@ -47,3 +47,3 @@ const throttle = require('lodash.throttle') | ||
500, | ||
{ leading: true, trailing: true } | ||
{ leading: true, trailing: true }, | ||
) | ||
@@ -50,0 +50,0 @@ this.restoreState = this.restoreState.bind(this) |
Sorry, the diff of this file is not supported yet
1516
105595
Updated@uppy/utils@^4.0.4