@dxos/client-services 0.3.2-main.ce2190e → 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.
@@ -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.ce2190e";
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: 139,
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: 155,
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() {