@uppy/companion-client
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
import type { UIPluginOptions } from '@uppy/core'; | ||
import type { tokenStorage } from '.'; | ||
import type { tokenStorage } from './index.js'; | ||
export interface CompanionPluginOptions extends UIPluginOptions { | ||
@@ -4,0 +4,0 @@ title?: string; |
@@ -6,3 +6,3 @@ import type { Uppy } from '@uppy/core'; | ||
import RequestClient from './RequestClient.ts'; | ||
import type { CompanionPluginOptions } from '.'; | ||
import type { CompanionPluginOptions } from './index.js'; | ||
export interface Opts extends PluginOpts, CompanionPluginOptions { | ||
@@ -9,0 +9,0 @@ /** @deprecated */ |
@@ -15,3 +15,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": "4.0.0-beta.3" | ||
"version": "4.0.0-beta.4" | ||
}; | ||
@@ -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.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.3", | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"namespace-emitter": "^2.0.1", | ||
@@ -33,5 +33,5 @@ "p-retry": "^6.1.0" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.3" | ||
"@uppy/core": "^4.0.0-beta.4" | ||
}, | ||
"stableVersion": "3.8.0" | ||
} |
import type { UIPluginOptions } from '@uppy/core' | ||
import type { tokenStorage } from '.' | ||
import type { tokenStorage } from './index.js' | ||
@@ -4,0 +4,0 @@ export interface CompanionPluginOptions extends UIPluginOptions { |
@@ -10,3 +10,3 @@ import type { Uppy } from '@uppy/core' | ||
import RequestClient, { authErrorStatusCode } from './RequestClient.ts' | ||
import type { CompanionPluginOptions } from '.' | ||
import type { CompanionPluginOptions } from './index.js' | ||
@@ -13,0 +13,0 @@ // TODO: remove deprecated options in next major release |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
179369
Updated@uppy/utils@^6.0.0-beta.4