@uppy/companion-client
Advanced tools
Comparing version 3.2.1 to 3.2.2
@@ -139,4 +139,4 @@ 'use strict'; | ||
} | ||
async logout() { | ||
const response = await this.get(`${this.id}/logout`); | ||
async logout(options) { | ||
const response = await this.get(`${this.id}/logout`, options); | ||
await _classPrivateFieldLooseBase(this, _removeAuthToken)[_removeAuthToken](); | ||
@@ -143,0 +143,0 @@ return response; |
@@ -11,3 +11,3 @@ 'use strict'; | ||
const packageJson = { | ||
"version": "3.2.1" | ||
"version": "3.2.2" | ||
}; // Remove the trailing slash so we can always safely append /xyz. | ||
@@ -14,0 +14,0 @@ function stripSlash(url) { |
{ | ||
"name": "@uppy/companion-client", | ||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.", | ||
"version": "3.2.1", | ||
"version": "3.2.2", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.4.1", | ||
"@uppy/utils": "^5.4.2", | ||
"namespace-emitter": "^2.0.1" | ||
@@ -28,0 +28,0 @@ }, |
@@ -138,4 +138,4 @@ 'use strict' | ||
async logout () { | ||
const response = await this.get(`${this.id}/logout`) | ||
async logout (options) { | ||
const response = await this.get(`${this.id}/logout`, options) | ||
await this.#removeAuthToken() | ||
@@ -142,0 +142,0 @@ return response |
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
88970
Updated@uppy/utils@^5.4.2