@rpldy/uploader
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"name": "@rpldy/uploader", | ||
@@ -33,8 +33,8 @@ "description": "the processing and queuing engine for react-uploady", | ||
"dependencies": { | ||
"@rpldy/abort": "^1.3.0", | ||
"@rpldy/life-events": "^1.3.0", | ||
"@rpldy/raw-uploader": "^1.3.0", | ||
"@rpldy/sender": "^1.3.0", | ||
"@rpldy/shared": "^1.3.0", | ||
"@rpldy/simple-state": "^1.3.0" | ||
"@rpldy/abort": "^1.3.1", | ||
"@rpldy/life-events": "^1.3.1", | ||
"@rpldy/raw-uploader": "^1.3.1", | ||
"@rpldy/sender": "^1.3.1", | ||
"@rpldy/shared": "^1.3.1", | ||
"@rpldy/simple-state": "^1.3.1" | ||
}, | ||
@@ -47,3 +47,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4dae9b41f2f7bdf5763f348c99d85385a9443481" | ||
"gitHead": "8a2473ae6d9521c5f16f5ae525466075ac02fd1f" | ||
} |
@@ -181,3 +181,3 @@ <a href="https://badge.fury.io/js/%40rpldy%2Fuploader"> | ||
```javascript | ||
const batchAddHandler = (batch) => {}; | ||
const batchAddHandler = (batch, options) => {}; | ||
@@ -184,0 +184,0 @@ const unregister = uploader.on(UPLOADER_EVENTS.BATCH_ADD, batchAddHandler); |
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
167334
Updated@rpldy/abort@^1.3.1
Updated@rpldy/life-events@^1.3.1
Updated@rpldy/raw-uploader@^1.3.1
Updated@rpldy/sender@^1.3.1
Updated@rpldy/shared@^1.3.1
Updated@rpldy/simple-state@^1.3.1