@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.cjs
CHANGED
|
@@ -19471,7 +19471,7 @@ var _TinyCloudNode = class _TinyCloudNode {
|
|
|
19471
19471
|
expirationSecs
|
|
19472
19472
|
});
|
|
19473
19473
|
const primary = result.resources[0];
|
|
19474
|
-
const delegationHeader = { Authorization:
|
|
19474
|
+
const delegationHeader = { Authorization: result.delegation };
|
|
19475
19475
|
const activateResult = await (0, import_sdk_core4.activateSessionWithHost)(
|
|
19476
19476
|
this.config.host,
|
|
19477
19477
|
delegationHeader
|