Comparing version 4.1.1 to 4.1.2
# @uppy/url | ||
## 4.1.2 | ||
Released: 2024-12-05 | ||
Included in: Uppy v4.8.0 | ||
- @uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520) | ||
## 4.1.1 | ||
@@ -4,0 +11,0 @@ |
@@ -12,3 +12,3 @@ var _Url; | ||
const packageJson = { | ||
"version": "4.1.1" | ||
"version": "4.1.2" | ||
}; | ||
@@ -15,0 +15,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/url", | ||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"license": "MIT", | ||
@@ -25,4 +25,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.1.1", | ||
"@uppy/utils": "^6.0.4", | ||
"@uppy/companion-client": "^4.2.0", | ||
"@uppy/utils": "^6.0.5", | ||
"nanoid": "^5.0.0", | ||
@@ -32,4 +32,4 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.2.3" | ||
"@uppy/core": "^4.3.0" | ||
} | ||
} |
59176
Updated@uppy/utils@^6.0.5