@dxos/client-services 0.4.8-main.aa7abac → 0.4.8-main.aafbaef

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.
@@ -523,6 +523,7 @@ var Identity = class {
523
523
  await this.space.open(ctx);
524
524
  }
525
525
  async close(ctx) {
526
+ await this._presence?.destroy();
526
527
  await this.authVerifier.close();
527
528
  await this.space.spaceState.removeCredentialProcessor(this._profileStateMachine);
528
529
  await this.space.spaceState.removeCredentialProcessor(this._deviceStateMachine);
@@ -562,7 +563,7 @@ var Identity = class {
562
563
  getIdentityCredentialSigner() {
563
564
  invariant(this._deviceStateMachine.deviceCredentialChain, "Device credential chain is not ready.", {
564
565
  F: __dxlog_file2,
565
- L: 144,
566
+ L: 145,
566
567
  S: this,
567
568
  A: [
568
569
  "this._deviceStateMachine.deviceCredentialChain",
@@ -586,7 +587,7 @@ var Identity = class {
586
587
  dataFeedKey
587
588
  }, {
588
589
  F: __dxlog_file2,
589
- L: 160,
590
+ L: 161,
590
591
  S: this,
591
592
  C: (f, a) => f(...a)
592
593
  });
@@ -2772,7 +2773,7 @@ var getPlatform = () => {
2772
2773
  };
2773
2774
 
2774
2775
  // packages/sdk/client-services/src/version.ts
2775
- var DXOS_VERSION = "0.4.8-main.aa7abac";
2776
+ var DXOS_VERSION = "0.4.8-main.aafbaef";
2776
2777
 
2777
2778
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
2778
2779
  var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
@@ -5698,4 +5699,4 @@ export {
5698
5699
  createDefaultModelFactory,
5699
5700
  ClientServicesHost
5700
5701
  };
5701
- //# sourceMappingURL=chunk-2TDRE5L3.mjs.map
5702
+ //# sourceMappingURL=chunk-NPPB3J4O.mjs.map