Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -1,2 +0,2 @@ | ||
var _class; | ||
var _Url; | ||
import { h } from 'preact'; | ||
@@ -12,3 +12,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.1" | ||
"version": "4.0.0-beta.2" | ||
}; | ||
@@ -176,5 +176,5 @@ import locale from "./locale.js"; | ||
// we still want it available on the prototype so the Dashboard can access it. | ||
_class = Url; | ||
_Url = Url; | ||
Url.VERSION = packageJson.version; | ||
Url.requestClientId = _class.name; | ||
Url.requestClientId = _Url.name; | ||
Url.prototype.canHandleRootDrop = canHandleRootDrop; |
{ | ||
"name": "@uppy/url", | ||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -25,4 +25,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.0.0-beta.1", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"@uppy/companion-client": "^4.0.0-beta.2", | ||
"@uppy/utils": "^6.0.0-beta.2", | ||
"nanoid": "^4.0.0", | ||
@@ -32,5 +32,5 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.1" | ||
"@uppy/core": "^4.0.0-beta.2" | ||
}, | ||
"stableVersion": "3.6.0" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
57771
+ Addedpreact@10.24.3(transitive)
- Removedpreact@10.25.0(transitive)
Updated@uppy/utils@^6.0.0-beta.2