@dxos/client-services 0.3.2-main.bc9cb77 → 0.3.2-main.d77d2bc
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-7YWLHBWL.mjs → chunk-WOH6JPED.mjs} +12 -13
- package/dist/lib/browser/chunk-WOH6JPED.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/node/index.cjs +11 -12
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +11 -12
- package/dist/lib/node/packlets/testing/index.cjs.map +3 -3
- package/dist/types/src/packlets/identity/identity.d.ts.map +1 -1
- package/dist/types/src/packlets/invitations/invitations-service.d.ts.map +1 -1
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +35 -35
- package/src/packlets/identity/identity.ts +2 -0
- package/src/packlets/invitations/invitations-service.ts +0 -2
- package/src/version.ts +1 -1
- package/dist/lib/browser/chunk-7YWLHBWL.mjs.map +0 -7
|
@@ -483,6 +483,14 @@ var Identity = class Identity2 {
|
|
|
483
483
|
this._signer = signer;
|
|
484
484
|
this.identityKey = identityKey;
|
|
485
485
|
this.deviceKey = deviceKey;
|
|
486
|
+
log2.trace("dxos.halo.device", {
|
|
487
|
+
deviceKey
|
|
488
|
+
}, {
|
|
489
|
+
F: __dxlog_file2,
|
|
490
|
+
L: 60,
|
|
491
|
+
S: this,
|
|
492
|
+
C: (f, a) => f(...a)
|
|
493
|
+
});
|
|
486
494
|
this._deviceStateMachine = new DeviceStateMachine({
|
|
487
495
|
identityKey: this.identityKey,
|
|
488
496
|
deviceKey: this.deviceKey,
|
|
@@ -551,7 +559,7 @@ var Identity = class Identity2 {
|
|
|
551
559
|
getIdentityCredentialSigner() {
|
|
552
560
|
invariant(this._deviceStateMachine.deviceCredentialChain, "Device credential chain is not ready.", {
|
|
553
561
|
F: __dxlog_file2,
|
|
554
|
-
L:
|
|
562
|
+
L: 141,
|
|
555
563
|
S: this,
|
|
556
564
|
A: [
|
|
557
565
|
"this._deviceStateMachine.deviceCredentialChain",
|
|
@@ -575,7 +583,7 @@ var Identity = class Identity2 {
|
|
|
575
583
|
dataFeedKey
|
|
576
584
|
}, {
|
|
577
585
|
F: __dxlog_file2,
|
|
578
|
-
L:
|
|
586
|
+
L: 157,
|
|
579
587
|
S: this,
|
|
580
588
|
C: (f, a) => f(...a)
|
|
581
589
|
});
|
|
@@ -2233,15 +2241,6 @@ var InvitationsServiceImpl = class {
|
|
|
2233
2241
|
await accepted.cancel();
|
|
2234
2242
|
this._acceptInvitations.delete(invitationId);
|
|
2235
2243
|
this._removedAccepted.emit(accepted.get());
|
|
2236
|
-
} else {
|
|
2237
|
-
log6.warn("invalid invitation", {
|
|
2238
|
-
invitationId
|
|
2239
|
-
}, {
|
|
2240
|
-
F: __dxlog_file8,
|
|
2241
|
-
L: 132,
|
|
2242
|
-
S: this,
|
|
2243
|
-
C: (f, a) => f(...a)
|
|
2244
|
-
});
|
|
2245
2244
|
}
|
|
2246
2245
|
}
|
|
2247
2246
|
queryInvitations() {
|
|
@@ -2541,7 +2540,7 @@ var getPlatform = () => {
|
|
|
2541
2540
|
};
|
|
2542
2541
|
|
|
2543
2542
|
// packages/sdk/client-services/src/version.ts
|
|
2544
|
-
var DXOS_VERSION = "0.3.2-main.
|
|
2543
|
+
var DXOS_VERSION = "0.3.2-main.d77d2bc";
|
|
2545
2544
|
|
|
2546
2545
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
2547
2546
|
var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -5099,4 +5098,4 @@ export {
|
|
|
5099
5098
|
createDefaultModelFactory,
|
|
5100
5099
|
ClientServicesHost
|
|
5101
5100
|
};
|
|
5102
|
-
//# sourceMappingURL=chunk-
|
|
5101
|
+
//# sourceMappingURL=chunk-WOH6JPED.mjs.map
|