@uppy/golden-retriever
Advanced tools
Comparing version
@@ -39,3 +39,3 @@ import BasePlugin from '@uppy/core/lib/BasePlugin.js'; | ||
IndexedDBStore: IndexedDBStore; | ||
savedPluginData: Record<string, unknown>; | ||
savedPluginData?: Record<string, unknown>; | ||
constructor(uppy: Uppy<M, B>, opts?: GoldenRetrieverOptions); | ||
@@ -42,0 +42,0 @@ restoreState(): void; |
@@ -10,3 +10,3 @@ import throttle from 'lodash/throttle.js'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.5" | ||
"version": "4.0.0-beta.6" | ||
}; | ||
@@ -13,0 +13,0 @@ const defaultOptions = { |
{ | ||
"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": "4.0.0-beta.5", | ||
"version": "4.0.0-beta.6", | ||
"license": "MIT", | ||
@@ -26,9 +26,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.8", | ||
"@uppy/utils": "^6.0.0-beta.9", | ||
"lodash": "^4.17.21" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.9" | ||
"@uppy/core": "^4.0.0-beta.11" | ||
}, | ||
"stableVersion": "3.2.0" | ||
} |
@@ -63,3 +63,3 @@ import throttle from 'lodash/throttle.js' | ||
savedPluginData: Record<string, unknown> | ||
savedPluginData?: Record<string, unknown> | ||
@@ -66,0 +66,0 @@ constructor(uppy: Uppy<M, B>, opts?: GoldenRetrieverOptions) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
129106
0.01%Updated