@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/index.js
CHANGED
|
@@ -19477,7 +19477,7 @@ var _TinyCloudNode = class _TinyCloudNode {
|
|
|
19477
19477
|
expirationSecs
|
|
19478
19478
|
});
|
|
19479
19479
|
const primary = result.resources[0];
|
|
19480
|
-
const delegationHeader = { Authorization:
|
|
19480
|
+
const delegationHeader = { Authorization: result.delegation };
|
|
19481
19481
|
const activateResult = await activateSessionWithHost2(
|
|
19482
19482
|
this.config.host,
|
|
19483
19483
|
delegationHeader
|