@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
|
@@ -99,7 +99,7 @@ var getPlatform = () => {
|
|
|
99
99
|
};
|
|
100
100
|
|
|
101
101
|
// packages/sdk/client-services/src/version.ts
|
|
102
|
-
var DXOS_VERSION = "0.3.2-main.
|
|
102
|
+
var DXOS_VERSION = "0.3.2-main.d77d2bc";
|
|
103
103
|
|
|
104
104
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
105
105
|
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -381,6 +381,14 @@ var Identity = class Identity2 {
|
|
|
381
381
|
this._signer = signer;
|
|
382
382
|
this.identityKey = identityKey;
|
|
383
383
|
this.deviceKey = deviceKey;
|
|
384
|
+
import_log3.log.trace("dxos.halo.device", {
|
|
385
|
+
deviceKey
|
|
386
|
+
}, {
|
|
387
|
+
F: __dxlog_file3,
|
|
388
|
+
L: 60,
|
|
389
|
+
S: this,
|
|
390
|
+
C: (f, a) => f(...a)
|
|
391
|
+
});
|
|
384
392
|
this._deviceStateMachine = new import_credentials4.DeviceStateMachine({
|
|
385
393
|
identityKey: this.identityKey,
|
|
386
394
|
deviceKey: this.deviceKey,
|
|
@@ -449,7 +457,7 @@ var Identity = class Identity2 {
|
|
|
449
457
|
getIdentityCredentialSigner() {
|
|
450
458
|
(0, import_invariant2.invariant)(this._deviceStateMachine.deviceCredentialChain, "Device credential chain is not ready.", {
|
|
451
459
|
F: __dxlog_file3,
|
|
452
|
-
L:
|
|
460
|
+
L: 141,
|
|
453
461
|
S: this,
|
|
454
462
|
A: [
|
|
455
463
|
"this._deviceStateMachine.deviceCredentialChain",
|
|
@@ -473,7 +481,7 @@ var Identity = class Identity2 {
|
|
|
473
481
|
dataFeedKey
|
|
474
482
|
}, {
|
|
475
483
|
F: __dxlog_file3,
|
|
476
|
-
L:
|
|
484
|
+
L: 157,
|
|
477
485
|
S: this,
|
|
478
486
|
C: (f, a) => f(...a)
|
|
479
487
|
});
|
|
@@ -2131,15 +2139,6 @@ var InvitationsServiceImpl = class {
|
|
|
2131
2139
|
await accepted.cancel();
|
|
2132
2140
|
this._acceptInvitations.delete(invitationId);
|
|
2133
2141
|
this._removedAccepted.emit(accepted.get());
|
|
2134
|
-
} else {
|
|
2135
|
-
import_log7.log.warn("invalid invitation", {
|
|
2136
|
-
invitationId
|
|
2137
|
-
}, {
|
|
2138
|
-
F: __dxlog_file9,
|
|
2139
|
-
L: 132,
|
|
2140
|
-
S: this,
|
|
2141
|
-
C: (f, a) => f(...a)
|
|
2142
|
-
});
|
|
2143
2142
|
}
|
|
2144
2143
|
}
|
|
2145
2144
|
queryInvitations() {
|