@uppy/file-input
Advanced tools
Comparing version 3.1.0 to 3.1.1
# @uppy/file-input | ||
## 3.1.1 | ||
Released: 2024-04-10 | ||
Included in: Uppy v3.24.1 | ||
- @uppy/file-input: add missing export (Antoine du Hamel / #5045) | ||
## 3.1.0 | ||
@@ -4,0 +11,0 @@ |
@@ -7,3 +7,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "3.1.0" | ||
"version": "3.1.1" | ||
}; | ||
@@ -10,0 +10,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/file-input", | ||
"description": "Simple UI of a file input button that works with Uppy right out of the box", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -26,8 +26,8 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.4", | ||
"@uppy/utils": "^5.7.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.9.3" | ||
"@uppy/core": "^3.10.0" | ||
} | ||
} |
export { default } from './FileInput.tsx' | ||
export type { FileInputOptions } from './FileInput.tsx' |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23253
277
0
Updated@uppy/utils@^5.7.5