@uppy/companion-client
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -1,2 +0,1 @@ | ||
let _Symbol$for; | ||
function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
@@ -16,3 +15,3 @@ var id = 0; | ||
const packageJson = { | ||
"version": "4.0.0-beta.1" | ||
"version": "4.0.0-beta.2" | ||
}; | ||
@@ -69,3 +68,2 @@ // Remove the trailing slash so we can always safely append /xyz. | ||
var _awaitRemoteFileUpload = /*#__PURE__*/_classPrivateFieldLooseKey("awaitRemoteFileUpload"); | ||
_Symbol$for = Symbol.for('uppy test: getCompanionHeaders'); | ||
export default class RequestClient { | ||
@@ -118,3 +116,3 @@ constructor(uppy, opts) { | ||
} | ||
[_Symbol$for]() { | ||
[Symbol.for('uppy test: getCompanionHeaders')]() { | ||
return _classPrivateFieldLooseBase(this, _companionHeaders)[_companionHeaders]; | ||
@@ -121,0 +119,0 @@ } |
@@ -1,2 +0,1 @@ | ||
let _Symbol$for, _Symbol$for2; | ||
function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
@@ -13,4 +12,2 @@ var id = 0; | ||
var _handleMessage = /*#__PURE__*/_classPrivateFieldLooseKey("handleMessage"); | ||
_Symbol$for = Symbol.for('uppy test: getSocket'); | ||
_Symbol$for2 = Symbol.for('uppy test: getQueued'); | ||
export default class UppySocket { | ||
@@ -54,6 +51,6 @@ constructor(opts) { | ||
} | ||
[_Symbol$for]() { | ||
[Symbol.for('uppy test: getSocket')]() { | ||
return _classPrivateFieldLooseBase(this, _socket)[_socket]; | ||
} | ||
[_Symbol$for2]() { | ||
[Symbol.for('uppy test: getQueued')]() { | ||
return _classPrivateFieldLooseBase(this, _queued)[_queued]; | ||
@@ -60,0 +57,0 @@ } |
{ | ||
"name": "@uppy/companion-client", | ||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"@uppy/utils": "^6.0.0-beta.2", | ||
"namespace-emitter": "^2.0.1", | ||
@@ -33,5 +33,5 @@ "p-retry": "^6.1.0" | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.1" | ||
"@uppy/core": "^4.0.0-beta.2" | ||
}, | ||
"stableVersion": "3.8.0" | ||
} |
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
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
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
179315
2390
Updated@uppy/utils@^6.0.0-beta.2