@dxos/client-services 0.4.8-main.f253994 → 0.4.8-next.06fa7e4
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/lib/browser/{chunk-AX67JILK.mjs → chunk-ZEQ7WY64.mjs} +5 -4
- package/dist/lib/browser/chunk-ZEQ7WY64.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs.map +2 -2
- package/dist/lib/node/{chunk-6PYZ3J3S.cjs → chunk-6GFUZQ2G.cjs} +8 -7
- package/dist/lib/node/chunk-6GFUZQ2G.cjs.map +7 -0
- package/dist/lib/node/index.cjs +38 -38
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/lib/node/packlets/testing/index.cjs.map +2 -2
- package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
- package/dist/types/src/packlets/testing/test-builder.d.ts +3 -0
- package/dist/types/src/packlets/testing/test-builder.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +37 -37
- package/src/packlets/identity/identity.ts +1 -0
- package/src/packlets/testing/test-builder.ts +3 -0
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-AX67JILK.mjs.map +0 -7
- package/dist/lib/node/chunk-6PYZ3J3S.cjs.map +0 -7
|
@@ -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:
|
|
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:
|
|
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-
|
|
2776
|
+
var DXOS_VERSION = "0.4.8-next.06fa7e4";
|
|
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-
|
|
5702
|
+
//# sourceMappingURL=chunk-ZEQ7WY64.mjs.map
|