Comparing version 0.27.2 to 0.27.3
@@ -51,3 +51,3 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; | ||
enterUrlToImport: 'Enter URL to import a file', | ||
failedToFetch: 'Uppy Server failed to fetch this URL, please make sure it’s correct', | ||
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct', | ||
enterCorrectUrl: 'Incorrect URL: Please make sure you are entering a direct link to a file' | ||
@@ -72,3 +72,3 @@ } | ||
if (!_this.hostname) { | ||
throw new Error('Uppy Server hostname is required, please consult https://uppy.io/docs/server'); | ||
throw new Error('Companion hostname is required, please consult https://uppy.io/docs/companion'); | ||
} | ||
@@ -75,0 +75,0 @@ |
{ | ||
"name": "@uppy/url", | ||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", | ||
"version": "0.27.2", | ||
"version": "0.27.3", | ||
"license": "MIT", | ||
@@ -26,13 +26,12 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "0.27.1", | ||
"@uppy/utils": "0.27.0", | ||
"@uppy/companion-client": "0.27.2", | ||
"@uppy/utils": "0.27.1", | ||
"preact": "^8.2.9" | ||
}, | ||
"devDependencies": { | ||
"@uppy/core": "0.27.0" | ||
"@uppy/core": "0.27.1" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^0.27.0" | ||
}, | ||
"gitHead": "bd6c2c36aebd705bdf1f9cee973487b50a4bdf10" | ||
} | ||
} |
@@ -10,3 +10,3 @@ # @uppy/url | ||
An Uppy Companion instance is required for the Url plugin to work. Uppy Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions. | ||
A Companion instance is required for the Url plugin to work. Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions. | ||
@@ -13,0 +13,0 @@ Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. |
@@ -27,3 +27,3 @@ const { Plugin } = require('@uppy/core') | ||
enterUrlToImport: 'Enter URL to import a file', | ||
failedToFetch: 'Uppy Server failed to fetch this URL, please make sure it’s correct', | ||
failedToFetch: 'Companion failed to fetch this URL, please make sure it’s correct', | ||
enterCorrectUrl: 'Incorrect URL: Please make sure you are entering a direct link to a file' | ||
@@ -48,3 +48,3 @@ } | ||
if (!this.hostname) { | ||
throw new Error('Uppy Server hostname is required, please consult https://uppy.io/docs/server') | ||
throw new Error('Companion hostname is required, please consult https://uppy.io/docs/companion') | ||
} | ||
@@ -51,0 +51,0 @@ |
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
37807
+ Added@uppy/companion-client@0.27.2(transitive)
- Removed@uppy/companion-client@0.27.1(transitive)
- Removed@uppy/utils@0.27.0(transitive)
Updated@uppy/utils@0.27.1