Comparing version 3.3.4 to 3.4.0
@@ -8,3 +8,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.3.4" | ||
"version": "3.4.0" | ||
}; | ||
@@ -130,6 +130,9 @@ import locale from './locale.js'; | ||
url | ||
}, | ||
providerOptions: this.client.opts | ||
} | ||
} | ||
}; | ||
Object.defineProperty(tagFile.remote, 'requestClient', { | ||
value: this.client, | ||
enumerable: false | ||
}); | ||
this.uppy.log('[Url] Adding remote file'); | ||
@@ -136,0 +139,0 @@ try { |
{ | ||
"name": "@uppy/url", | ||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", | ||
"version": "3.3.4", | ||
"version": "3.4.0", | ||
"license": "MIT", | ||
@@ -26,4 +26,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.5.0", | ||
"@uppy/utils": "^5.5.2", | ||
"@uppy/companion-client": "^3.6.0", | ||
"@uppy/utils": "^5.6.0", | ||
"nanoid": "^4.0.0", | ||
@@ -33,4 +33,4 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^3.6.0" | ||
"@uppy/core": "^3.7.0" | ||
} | ||
} |
@@ -135,5 +135,7 @@ import { h } from 'preact' | ||
}, | ||
providerOptions: this.client.opts, | ||
}, | ||
} | ||
Object.defineProperty(tagFile.remote, 'requestClient', { value: this.client, enumerable: false }) | ||
this.uppy.log('[Url] Adding remote file') | ||
@@ -140,0 +142,0 @@ try { |
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
52989
706
Updated@uppy/utils@^5.6.0