@uppy/companion-client
Advanced tools
Comparing version 4.0.1 to 4.1.0
@@ -7,3 +7,6 @@ import type { UIPluginOptions } from '@uppy/core'; | ||
companionHeaders?: Record<string, string>; | ||
companionKeysParams?: Record<string, string>; | ||
companionKeysParams?: { | ||
key: string; | ||
credentialsName: string; | ||
}; | ||
companionCookiesRule?: 'same-origin' | 'include'; | ||
@@ -10,0 +13,0 @@ companionAllowedHosts?: string | RegExp | (string | RegExp)[]; |
@@ -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.0.1" | ||
"version": "4.1.0" | ||
}; | ||
@@ -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.1", | ||
"version": "4.1.0", | ||
"license": "MIT", | ||
@@ -32,4 +32,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^4.1.1" | ||
"@uppy/core": "^4.2.0" | ||
} | ||
} |
@@ -8,5 +8,5 @@ import type { UIPluginOptions } from '@uppy/core' | ||
companionHeaders?: Record<string, string> | ||
companionKeysParams?: Record<string, string> | ||
companionKeysParams?: { key: string; credentialsName: string } | ||
companionCookiesRule?: 'same-origin' | 'include' | ||
companionAllowedHosts?: string | RegExp | (string | RegExp)[] | ||
} |
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
155088
1956