@tinycloud/node-sdk 2.1.0-beta.5 → 2.1.0-beta.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.cjs +1 -1
- package/dist/core.cjs.map +1 -1
- package/dist/core.js +1 -1
- package/dist/core.js.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/core.js
CHANGED
|
@@ -2453,7 +2453,7 @@ var _TinyCloudNode = class _TinyCloudNode {
|
|
|
2453
2453
|
expirationSecs
|
|
2454
2454
|
});
|
|
2455
2455
|
const primary = result.resources[0];
|
|
2456
|
-
const delegationHeader = { Authorization:
|
|
2456
|
+
const delegationHeader = { Authorization: result.delegation };
|
|
2457
2457
|
const activateResult = await activateSessionWithHost2(
|
|
2458
2458
|
this.config.host,
|
|
2459
2459
|
delegationHeader
|