@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 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: `Bearer ${result.delegation}` };
2489
+ const delegationHeader = { Authorization: result.delegation };
2490
2490
  const activateResult = await (0, import_sdk_core5.activateSessionWithHost)(
2491
2491
  this.config.host,
2492
2492
  delegationHeader