@rpldy/raw-uploader
Advanced tools
Comparing version 1.8.1 to 1.8.2
{ | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"name": "@rpldy/raw-uploader", | ||
@@ -32,4 +32,4 @@ "description": "placeholder package for now", | ||
"dependencies": { | ||
"@rpldy/life-events": "^1.8.1", | ||
"@rpldy/shared": "^1.8.1" | ||
"@rpldy/life-events": "^1.8.2", | ||
"@rpldy/shared": "^1.8.2" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "42499e9a3b55c3996dcdf502df093da6b22d9927" | ||
"gitHead": "3704b7109c8492d67ac9aba12e4e7a5060da074f" | ||
} |
@@ -5,5 +5,5 @@ import { Batch, Trigger, UploadInfo, UploadOptions } from "@rpldy/shared"; | ||
export interface RawCreateOptions extends UploadOptions { | ||
enhancer?: RawUploaderEnhancer; | ||
concurrent?: boolean; | ||
maxConcurrent?: number; | ||
enhancer?: RawUploaderEnhancer | undefined; | ||
concurrent?: boolean | undefined; | ||
maxConcurrent?: number | undefined; | ||
} | ||
@@ -10,0 +10,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
4630
Updated@rpldy/life-events@^1.8.2
Updated@rpldy/shared@^1.8.2