@uppy/unsplash
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -6,3 +6,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.2.2" | ||
"version": "3.2.3" | ||
}; | ||
@@ -9,0 +9,0 @@ /** |
{ | ||
"name": "@uppy/unsplash", | ||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"license": "MIT", | ||
@@ -24,9 +24,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.3.0", | ||
"@uppy/provider-views": "^3.5.0", | ||
"@uppy/utils": "^5.4.3", | ||
"@uppy/companion-client": "^3.5.0", | ||
"@uppy/provider-views": "^3.6.0", | ||
"@uppy/utils": "^5.5.2", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.4.0" | ||
"@uppy/core": "^3.6.0" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
@@ -5,4 +5,4 @@ import type { RequestClientOptions } from '@uppy/companion-client' | ||
interface UnsplashOptions extends UIPluginOptions, RequestClientOptions { | ||
target?: PluginTarget | ||
title?: string | ||
target?: PluginTarget | ||
title?: string | ||
} | ||
@@ -9,0 +9,0 @@ |
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
13691
Updated@uppy/provider-views@^3.6.0
Updated@uppy/utils@^5.5.2