@uppy/companion-client
Advanced tools
Comparing version 4.1.0 to 4.1.1
# @uppy/companion-client | ||
## 4.1.1 | ||
Released: 2024-10-31 | ||
Included in: Uppy v4.6.0 | ||
- @uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react-native,@uppy/react,@uppy/redux-dev-tools,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/svelte,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Fix links (Anthony Veaudry / #5492) | ||
## 4.0.0 | ||
@@ -4,0 +11,0 @@ |
@@ -15,3 +15,3 @@ function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; } | ||
const packageJson = { | ||
"version": "4.1.0" | ||
"version": "4.1.1" | ||
}; | ||
@@ -18,0 +18,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": "4.1.0", | ||
"version": "4.1.1", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.2", | ||
"@uppy/utils": "^6.0.4", | ||
"namespace-emitter": "^2.0.1", | ||
@@ -33,4 +33,4 @@ "p-retry": "^6.1.0" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.2.0" | ||
"@uppy/core": "^4.2.3" | ||
} | ||
} |
@@ -6,3 +6,3 @@ # @uppy/companion-client | ||
[![npm version](https://img.shields.io/npm/v/@uppy/companion-client.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/companion-client) | ||
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/Tests/badge.svg) | ||
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/CI/badge.svg) | ||
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg) | ||
@@ -49,7 +49,6 @@ ![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg) | ||
<!-- Undocumented currently | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/DOC_PAGE_HERE). | ||
--> | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/companion). | ||
@@ -56,0 +55,0 @@ ## License |
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
155757
56
Updated@uppy/utils@^6.0.4