@dxos/client-services 0.5.9-main.b06c86b → 0.5.9-main.b24a937

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.
@@ -355,7 +355,7 @@ import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
355
355
  import { TRACE_PROCESSOR } from "@dxos/tracing";
356
356
 
357
357
  // packages/sdk/client-services/src/version.ts
358
- var DXOS_VERSION = "0.5.9-main.b06c86b";
358
+ var DXOS_VERSION = "0.5.9-main.b24a937";
359
359
 
360
360
  // packages/sdk/client-services/src/packlets/services/platform.ts
361
361
  import { Platform } from "@dxos/protocols/proto/dxos/client/services";
@@ -2859,29 +2859,16 @@ var InvitationsHandler = class {
2859
2859
  };
2860
2860
  }
2861
2861
  _logStateUpdate(invitation, actor, newState) {
2862
- if (this._isNotTerminal(newState)) {
2863
- log10("invitation state update", {
2864
- actor: actor?.constructor.name,
2865
- newState: stateToString(newState),
2866
- oldState: stateToString(invitation.state)
2867
- }, {
2868
- F: __dxlog_file12,
2869
- L: 439,
2870
- S: this,
2871
- C: (f, a) => f(...a)
2872
- });
2873
- } else {
2874
- log10.info("invitation state update", {
2875
- actor: actor?.constructor.name,
2876
- newState: stateToString(newState),
2877
- oldState: stateToString(invitation.state)
2878
- }, {
2879
- F: __dxlog_file12,
2880
- L: 445,
2881
- S: this,
2882
- C: (f, a) => f(...a)
2883
- });
2884
- }
2862
+ log10("invitation state update", {
2863
+ actor: actor?.constructor.name,
2864
+ newState: stateToString(newState),
2865
+ oldState: stateToString(invitation.state)
2866
+ }, {
2867
+ F: __dxlog_file12,
2868
+ L: 438,
2869
+ S: this,
2870
+ C: (f, a) => f(...a)
2871
+ });
2885
2872
  }
2886
2873
  _isNotTerminal(currentState) {
2887
2874
  return ![
@@ -2896,7 +2883,7 @@ var InvitationsHandler = class {
2896
2883
  for (let attempt = 1; attempt <= MAX_OTP_ATTEMPTS; attempt++) {
2897
2884
  log10("guest waiting for authentication code...", void 0, {
2898
2885
  F: __dxlog_file12,
2899
- L: 470,
2886
+ L: 462,
2900
2887
  S: this,
2901
2888
  C: (f, a) => f(...a)
2902
2889
  });
@@ -2904,7 +2891,7 @@ var InvitationsHandler = class {
2904
2891
  const authCode = await authenticated.wait(options);
2905
2892
  log10("sending authentication request", void 0, {
2906
2893
  F: __dxlog_file12,
2907
- L: 474,
2894
+ L: 466,
2908
2895
  S: this,
2909
2896
  C: (f, a) => f(...a)
2910
2897
  });
@@ -2923,7 +2910,7 @@ var InvitationsHandler = class {
2923
2910
  attempt
2924
2911
  }, {
2925
2912
  F: __dxlog_file12,
2926
- L: 485,
2913
+ L: 477,
2927
2914
  S: this,
2928
2915
  C: (f, a) => f(...a)
2929
2916
  });
@@ -2941,7 +2928,7 @@ var InvitationsHandler = class {
2941
2928
  }
2942
2929
  log10("sending authentication request", void 0, {
2943
2930
  F: __dxlog_file12,
2944
- L: 504,
2931
+ L: 496,
2945
2932
  S: this,
2946
2933
  C: (f, a) => f(...a)
2947
2934
  });
@@ -6919,4 +6906,4 @@ export {
6919
6906
  ClientServicesProviderResource,
6920
6907
  DiagnosticsCollector
6921
6908
  };
6922
- //# sourceMappingURL=chunk-2JCI5YEM.mjs.map
6909
+ //# sourceMappingURL=chunk-365C4GI5.mjs.map