@uppy/redux-dev-tools
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "3.0.0-beta.1" | ||
"version": "3.0.0-beta.2" | ||
}; | ||
@@ -43,3 +43,3 @@ /* eslint-disable max-len */ | ||
case 'RESET': | ||
this.uppy.reset(); | ||
this.uppy.cancelAll(); | ||
return; | ||
@@ -46,0 +46,0 @@ |
{ | ||
"name": "@uppy/redux-dev-tools", | ||
"description": "Redux developer tools plugin for Uppy that simply syncs Uppy’s state with redux-devtools browser or JS extensions, and allows for basic time travel", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -25,5 +25,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.0-beta.1" | ||
}, | ||
"stableVersion": "2.1.0" | ||
"@uppy/core": "^3.0.0-beta.4" | ||
} | ||
} |
@@ -43,3 +43,3 @@ import { UIPlugin } from '@uppy/core' | ||
case 'RESET': | ||
this.uppy.reset() | ||
this.uppy.cancelAll() | ||
return | ||
@@ -46,0 +46,0 @@ case 'IMPORT_STATE': { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14258