@uppy/provider-views
Advanced tools
Comparing version 3.11.0 to 4.0.0-beta.1
# @uppy/provider-views | ||
## 4.0.0-beta.1 | ||
Released: 2024-03-28 | ||
Included in: Uppy v4.0.0-beta.1 | ||
- @uppy/companion-client,@uppy/provider-views,@uppy/status-bar: fix type imports (Antoine du Hamel / #5038) | ||
- @uppy/provider-views: fix `super.toggleCheckbox` bug (Mikael Finstad / #5004) | ||
- @uppy/core,@uppy/provider-views: Fix breadcrumbs (Evgenia Karunus / #4986) | ||
## 3.11.0 | ||
@@ -4,0 +13,0 @@ |
@@ -16,3 +16,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.11.0" | ||
"version": "4.0.0-beta.1" | ||
}; | ||
@@ -19,0 +19,0 @@ function formatBreadcrumbs(breadcrumbs) { |
@@ -13,3 +13,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.11.0" | ||
"version": "4.0.0-beta.1" | ||
}; | ||
@@ -16,0 +16,0 @@ const defaultState = { |
{ | ||
"name": "@uppy/provider-views", | ||
"description": "View library for Uppy remote provider plugins.", | ||
"version": "3.11.0", | ||
"version": "4.0.0-beta.1", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"style": "dist/style.min.css", | ||
"types": "types/index.d.ts", | ||
"type": "module", | ||
@@ -23,3 +22,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"classnames": "^2.2.6", | ||
@@ -31,4 +30,5 @@ "nanoid": "^4.0.0", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
} | ||
"@uppy/core": "^4.0.0-beta.1" | ||
}, | ||
"stableVersion": "3.11.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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
329963
106
4683
1
+ Added@uppy/core@4.2.3(transitive)
+ Added@uppy/store-default@4.1.1(transitive)
+ Added@uppy/utils@6.0.4(transitive)
+ Addednanoid@5.0.8(transitive)
- Removed@uppy/core@3.13.1(transitive)
- Removed@uppy/store-default@3.2.2(transitive)
- Removed@uppy/utils@5.9.0(transitive)
Updated@uppy/utils@^6.0.0-beta.1