@uppy/xhr-upload
Advanced tools
Comparing version 3.0.0-beta.1 to 3.0.0-beta.2
# @uppy/xhr-upload | ||
## 3.0.0-beta.2 | ||
Released: 2022-07-27 | ||
Included in: Uppy v3.0.0-beta.3 | ||
- @uppy/aws-s3,@uppy/core,@uppy/dashboard,@uppy/store-redux,@uppy/xhr-upload: upgrade `nanoid` to v4 (Antoine du Hamel / #3904) | ||
## 2.1.2 | ||
@@ -4,0 +11,0 @@ |
@@ -13,3 +13,3 @@ import BasePlugin from '@uppy/core/lib/BasePlugin'; | ||
const packageJson = { | ||
"version": "3.0.0-beta.1" | ||
"version": "3.0.0-beta.2" | ||
}; | ||
@@ -16,0 +16,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/xhr-upload", | ||
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", | ||
"version": "3.0.0-beta.1", | ||
"version": "3.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -30,3 +30,3 @@ "main": "lib/index.js", | ||
"@uppy/utils": "^5.0.0-beta", | ||
"nanoid": "^3.1.25" | ||
"nanoid": "^4.0.0" | ||
}, | ||
@@ -38,5 +38,5 @@ "devDependencies": { | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.0-beta.1" | ||
"@uppy/core": "^3.0.0-beta.2" | ||
}, | ||
"stableVersion": "2.1.1" | ||
} |
93979
- Removednanoid@3.3.8(transitive)
Updatednanoid@^4.0.0