@uppy/file-input
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
# @uppy/file-input | ||
## 4.0.0-beta.4 | ||
Released: 2024-04-29 | ||
Included in: Uppy v4.0.0-beta.4 | ||
- @uppy/companion,@uppy/file-input: Release: uppy@3.24.1 (github-actions[bot] / #5069) | ||
- @uppy/file-input: add missing export (Antoine du Hamel / #5045) | ||
## 3.1.1 | ||
@@ -4,0 +12,0 @@ |
@@ -7,3 +7,3 @@ import { h } from 'preact'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.3" | ||
"version": "4.0.0-beta.4" | ||
}; | ||
@@ -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": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"license": "MIT", | ||
@@ -25,9 +25,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.3", | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.3" | ||
"@uppy/core": "^4.0.0-beta.4" | ||
}, | ||
"stableVersion": "3.1.0" | ||
} |
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
25385
Updated@uppy/utils@^6.0.0-beta.4