@rpldy/shared
Advanced tools
Comparing version 0.15.0 to 0.16.0
@@ -38,3 +38,2 @@ "use strict"; | ||
loaded: 0, | ||
aborted: false, | ||
recycled: false, | ||
@@ -41,0 +40,0 @@ previousBatch: null |
@@ -16,3 +16,4 @@ "use strict"; | ||
FINISHED: "finished", | ||
ABORTED: "aborted" | ||
ABORTED: "aborted", | ||
ERROR: "error" | ||
}; | ||
@@ -19,0 +20,0 @@ exports.BATCH_STATES = BATCH_STATES; |
@@ -30,3 +30,2 @@ import { FILE_STATES } from "./consts"; | ||
loaded: 0, | ||
aborted: false, | ||
recycled: false, | ||
@@ -33,0 +32,0 @@ previousBatch: null |
@@ -9,3 +9,4 @@ export const DEBUG_LOG_KEY = "__rpldy-logger-debug__"; | ||
FINISHED: "finished", | ||
ABORTED: "aborted" | ||
ABORTED: "aborted", | ||
ERROR: "error" | ||
}; | ||
@@ -12,0 +13,0 @@ export const FILE_STATES = { |
{ | ||
"version": "0.15.0", | ||
"version": "0.16.0", | ||
"name": "@rpldy/shared", | ||
@@ -30,3 +30,3 @@ "description": "internal set of utils+types for react-uploady", | ||
}, | ||
"gitHead": "7909b3aacc4afd229e4bc6810da8560be19706b2" | ||
"gitHead": "d48d97673222581b5da36fafa1bd859945775c4c" | ||
} |
@@ -47,2 +47,3 @@ export type Destination = { | ||
ABORTED = "aborted", | ||
ERROR = "error", | ||
} | ||
@@ -58,2 +59,3 @@ | ||
orgItemCount: number; | ||
additionalInfo: string | null; | ||
}; | ||
@@ -60,0 +62,0 @@ |
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
40325
1018