@rpldy/shared
Advanced tools
Comparing version 1.4.2-alpha.0 to 1.5.0-rc.0
@@ -36,2 +36,3 @@ "use strict"; | ||
uploadStatus: 0, | ||
total: 0, | ||
completed: 0, | ||
@@ -38,0 +39,0 @@ loaded: 0, |
@@ -29,2 +29,3 @@ import { FILE_STATES } from "./consts"; | ||
uploadStatus: 0, | ||
total: 0, | ||
completed: 0, | ||
@@ -31,0 +32,0 @@ loaded: 0, |
{ | ||
"version": "1.4.2-alpha.0", | ||
"version": "1.5.0-rc.0", | ||
"name": "@rpldy/shared", | ||
@@ -26,3 +26,3 @@ "description": "internal set of utils+types for react-uploady", | ||
"devDependencies": { | ||
"flow-bin": "^0.199.1" | ||
"flow-bin": "^0.215.1" | ||
}, | ||
@@ -36,3 +36,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "c64513941649481b03d4a80630af1badf216320a" | ||
"gitHead": "bcc4338f1e1e16bd0b79e1ebfaa97e49d0f6aa51" | ||
} |
@@ -41,2 +41,3 @@ export type Destination = { | ||
fastAbortThreshold?: number; | ||
userData?: any; | ||
} | ||
@@ -62,2 +63,3 @@ | ||
loaded: number; | ||
total: number; | ||
orgItemCount: number; | ||
@@ -85,2 +87,3 @@ additionalInfo: string | null; | ||
loaded: number; | ||
total: number; | ||
recycled: boolean; | ||
@@ -87,0 +90,0 @@ previousBatch?: string; |
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
48384
1184