@uppy/companion-client
Advanced tools
Comparing version 3.8.0 to 4.0.0-beta.1
# @uppy/companion-client | ||
## 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/companion-client: Replace Provider.initPlugin with composition (Merlijn Vos / #4977) | ||
## 3.8.0 | ||
@@ -4,0 +12,0 @@ |
@@ -16,3 +16,3 @@ let _Symbol$for; | ||
const packageJson = { | ||
"version": "3.8.0" | ||
"version": "4.0.0-beta.1" | ||
}; | ||
@@ -19,0 +19,0 @@ // Remove the trailing slash so we can always safely append /xyz. |
{ | ||
"name": "@uppy/companion-client", | ||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.", | ||
"version": "3.8.0", | ||
"version": "4.0.0-beta.1", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "types/index.d.ts", | ||
"type": "module", | ||
@@ -25,3 +24,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"namespace-emitter": "^2.0.1", | ||
@@ -34,4 +33,5 @@ "p-retry": "^6.1.0" | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
} | ||
"@uppy/core": "^4.0.0-beta.1" | ||
}, | ||
"stableVersion": "3.8.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
179418
51
2395
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)
- Removednanoid@4.0.2(transitive)
Updated@uppy/utils@^6.0.0-beta.1