@tinycloud/node-sdk 2.1.0-beta.5 → 2.1.0
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 +3 -3
package/dist/core.cjs
CHANGED
|
@@ -2486,7 +2486,7 @@ var _TinyCloudNode = class _TinyCloudNode {
|
|
|
2486
2486
|
expirationSecs
|
|
2487
2487
|
});
|
|
2488
2488
|
const primary = result.resources[0];
|
|
2489
|
-
const delegationHeader = { Authorization:
|
|
2489
|
+
const delegationHeader = { Authorization: result.delegation };
|
|
2490
2490
|
const activateResult = await (0, import_sdk_core5.activateSessionWithHost)(
|
|
2491
2491
|
this.config.host,
|
|
2492
2492
|
delegationHeader
|