@uppy/status-bar
Advanced tools
Comparing version 3.2.6 to 3.2.7
# @uppy/status-bar | ||
## 3.2.7 | ||
Released: 2024-02-20 | ||
Included in: Uppy v3.22.1 | ||
- @uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/status-bar: bump `@transloadit/prettier-bytes` (Antoine du Hamel / #4933) | ||
## 3.2.6 | ||
@@ -4,0 +11,0 @@ |
@@ -12,3 +12,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "3.2.6" | ||
"version": "3.2.7" | ||
}; | ||
@@ -15,0 +15,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/status-bar", | ||
"description": "A progress bar for Uppy, with many bells and whistles.", | ||
"version": "3.2.6", | ||
"version": "3.2.7", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@transloadit/prettier-bytes": "^0.2.0", | ||
"@uppy/utils": "^5.7.1", | ||
"@transloadit/prettier-bytes": "^0.3.0", | ||
"@uppy/utils": "^5.7.2", | ||
"classnames": "^2.2.6", | ||
@@ -37,4 +37,4 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^3.9.0" | ||
"@uppy/core": "^3.9.1" | ||
} | ||
} |
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
182141
- Removed@transloadit/prettier-bytes@0.2.0(transitive)
Updated@uppy/utils@^5.7.2