@uppy/unsplash
Advanced tools
Comparing version 4.0.0-beta.8 to 4.0.0
@@ -6,3 +6,3 @@ import { tokenStorage, type CompanionPluginOptions, SearchProvider } from '@uppy/companion-client'; | ||
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { UnknownSearchProviderPluginState } from '@uppy/core/lib/Uppy'; | ||
import type { UnknownSearchProviderPluginState } from '@uppy/core/lib/Uppy.js'; | ||
export type UnsplashOptions = CompanionPluginOptions; | ||
@@ -9,0 +9,0 @@ export default class Unsplash<M extends Meta, B extends Body> extends UIPlugin<UnsplashOptions, M, B, UnknownSearchProviderPluginState> { |
@@ -9,3 +9,3 @@ import { getAllowedHosts, tokenStorage, SearchProvider } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.8" | ||
"version": "4.0.0" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class Unsplash extends UIPlugin { |
{ | ||
"name": "@uppy/unsplash", | ||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy", | ||
"version": "4.0.0-beta.8", | ||
"version": "4.0.0", | ||
"license": "MIT", | ||
@@ -23,14 +23,13 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.0.0-beta.8", | ||
"@uppy/provider-views": "^4.0.0-beta.10", | ||
"@uppy/utils": "^6.0.0-beta.9", | ||
"@uppy/companion-client": "^4.0.0", | ||
"@uppy/provider-views": "^4.0.0", | ||
"@uppy/utils": "^6.0.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.11" | ||
"@uppy/core": "^4.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"stableVersion": "3.3.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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
19216
Updated@uppy/provider-views@^4.0.0
Updated@uppy/utils@^6.0.0