@dxos/client-services 0.1.56 → 0.1.57-main.281294d

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.
@@ -402,7 +402,7 @@ var import_context2 = require("@dxos/context");
402
402
  var import_credentials = require("@dxos/credentials");
403
403
  var import_log = require("@dxos/log");
404
404
  var import_protocols = require("@dxos/protocols");
405
- var __dxlog_file = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/identity/authenticator.ts";
405
+ var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/identity/authenticator.ts";
406
406
  var Credential = import_protocols.schema.getCodecForType("dxos.halo.credentials.Credential");
407
407
  var createAuthProvider = (signer) => async (nonce) => {
408
408
  const credential = await signer.createCredential({
@@ -532,7 +532,7 @@ function _ts_decorate(decorators, target, key, desc) {
532
532
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
533
533
  return c > 3 && r && Object.defineProperty(target, key, r), r;
534
534
  }
535
- var __dxlog_file2 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/identity/identity.ts";
535
+ var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/identity/identity.ts";
536
536
  var Identity = class Identity2 {
537
537
  constructor({ space, signer, identityKey, deviceKey }) {
538
538
  this.stateUpdate = new import_async5.Event();
@@ -705,7 +705,7 @@ function _ts_decorate2(decorators, target, key, desc) {
705
705
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
706
706
  return c > 3 && r && Object.defineProperty(target, key, r), r;
707
707
  }
708
- var __dxlog_file3 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/identity/identity-manager.ts";
708
+ var __dxlog_file3 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/identity/identity-manager.ts";
709
709
  var IdentityManager = class IdentityManager2 {
710
710
  // TODO(burdon): IdentityManagerParams.
711
711
  // TODO(dmaretskyi): Perhaps this should take/generate the peerKey outside of an initialized identity.
@@ -1055,7 +1055,7 @@ var import_codec_protobuf7 = require("@dxos/codec-protobuf");
1055
1055
  var import_credentials6 = require("@dxos/credentials");
1056
1056
  var import_debug2 = require("@dxos/debug");
1057
1057
  var import_invariant3 = require("@dxos/invariant");
1058
- var __dxlog_file4 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/identity/identity-service.ts";
1058
+ var __dxlog_file4 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/identity/identity-service.ts";
1059
1059
  var IdentityServiceImpl = class {
1060
1060
  constructor(_createIdentity, _identityManager, _keyring) {
1061
1061
  this._createIdentity = _createIdentity;
@@ -1124,7 +1124,7 @@ var IdentityServiceImpl = class {
1124
1124
  // packages/sdk/client-services/src/packlets/invitations/device-invitation-protocol.ts
1125
1125
  var import_invariant4 = require("@dxos/invariant");
1126
1126
  var import_services = require("@dxos/protocols/proto/dxos/client/services");
1127
- var __dxlog_file5 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/invitations/device-invitation-protocol.ts";
1127
+ var __dxlog_file5 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/invitations/device-invitation-protocol.ts";
1128
1128
  var DeviceInvitationProtocol = class {
1129
1129
  constructor(_keyring, _getIdentity, _acceptIdentity) {
1130
1130
  this._keyring = _keyring;
@@ -1236,7 +1236,7 @@ var import_protocols3 = require("@dxos/protocols");
1236
1236
  var import_services2 = require("@dxos/protocols/proto/dxos/client/services");
1237
1237
  var import_invitations = require("@dxos/protocols/proto/dxos/halo/invitations");
1238
1238
  var import_teleport = require("@dxos/teleport");
1239
- var __dxlog_file6 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/invitations/invitation-extension.ts";
1239
+ var __dxlog_file6 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/invitations/invitation-extension.ts";
1240
1240
  var OPTIONS_TIMEOUT = 1e4;
1241
1241
  var MAX_OTP_ATTEMPTS = 3;
1242
1242
  var InvitationHostExtension = class extends import_teleport.RpcExtension {
@@ -1567,7 +1567,7 @@ var InvitationGuestExtension = class extends import_teleport.RpcExtension {
1567
1567
  var isAuthenticationRequired = (invitation) => invitation.authMethod !== import_services2.Invitation.AuthMethod.NONE;
1568
1568
 
1569
1569
  // packages/sdk/client-services/src/packlets/invitations/invitations-handler.ts
1570
- var __dxlog_file7 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/invitations/invitations-handler.ts";
1570
+ var __dxlog_file7 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/invitations/invitations-handler.ts";
1571
1571
  var InvitationsHandler = class {
1572
1572
  /**
1573
1573
  * @internal
@@ -2126,7 +2126,7 @@ var import_codec_protobuf8 = require("@dxos/codec-protobuf");
2126
2126
  var import_invariant7 = require("@dxos/invariant");
2127
2127
  var import_log6 = require("@dxos/log");
2128
2128
  var import_services4 = require("@dxos/protocols/proto/dxos/client/services");
2129
- var __dxlog_file8 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/invitations/invitations-service.ts";
2129
+ var __dxlog_file8 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/invitations/invitations-service.ts";
2130
2130
  var InvitationsServiceImpl = class {
2131
2131
  constructor(_invitationsHandler, _getHandler) {
2132
2132
  this._invitationsHandler = _invitationsHandler;
@@ -2311,7 +2311,7 @@ var import_feed_store3 = require("@dxos/feed-store");
2311
2311
  var import_invariant8 = require("@dxos/invariant");
2312
2312
  var import_log7 = require("@dxos/log");
2313
2313
  var import_services5 = require("@dxos/protocols/proto/dxos/client/services");
2314
- var __dxlog_file9 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/invitations/space-invitation-protocol.ts";
2314
+ var __dxlog_file9 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/invitations/space-invitation-protocol.ts";
2315
2315
  var SpaceInvitationProtocol = class {
2316
2316
  constructor(_spaceManager, _signingContext, _keyring, _spaceKey) {
2317
2317
  this._spaceManager = _spaceManager;
@@ -2522,7 +2522,7 @@ var import_protocols5 = require("@dxos/protocols");
2522
2522
  var import_services6 = require("@dxos/protocols/proto/dxos/client/services");
2523
2523
 
2524
2524
  // packages/sdk/client-services/src/version.ts
2525
- var DXOS_VERSION = "0.1.56";
2525
+ var DXOS_VERSION = "0.1.57-main.281294d";
2526
2526
 
2527
2527
  // packages/sdk/client-services/src/packlets/services/platform.ts
2528
2528
  var getPlatform = () => {
@@ -2553,7 +2553,7 @@ var getPlatform = () => {
2553
2553
  };
2554
2554
 
2555
2555
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
2556
- var __dxlog_file10 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
2556
+ var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
2557
2557
  var DEFAULT_TIMEOUT = 1e3;
2558
2558
  var createDiagnostics = async (clientServices, serviceContext, config) => {
2559
2559
  const diagnostics = {
@@ -2722,7 +2722,7 @@ var import_log9 = require("@dxos/log");
2722
2722
  var import_protocols6 = require("@dxos/protocols");
2723
2723
  var import_teleport2 = require("@dxos/teleport");
2724
2724
  var import_util3 = require("@dxos/util");
2725
- var __dxlog_file11 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/spaces/notarization-plugin.ts";
2725
+ var __dxlog_file11 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/spaces/notarization-plugin.ts";
2726
2726
  var DEFAULT_RETRY_TIMEOUT = 1e3;
2727
2727
  var DEFAULT_SUCCESS_DELAY = 1e3;
2728
2728
  var DEFAULT_NOTARIZE_TIMEOUT = 1e4;
@@ -2992,7 +2992,7 @@ function _ts_decorate3(decorators, target, key, desc) {
2992
2992
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
2993
2993
  return c > 3 && r && Object.defineProperty(target, key, r), r;
2994
2994
  }
2995
- var __dxlog_file12 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/spaces/data-space.ts";
2995
+ var __dxlog_file12 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/spaces/data-space.ts";
2996
2996
  var ENABLE_FEED_PURGE = false;
2997
2997
  var DataSpace = class DataSpace2 {
2998
2998
  constructor(params) {
@@ -3351,7 +3351,7 @@ function _ts_decorate4(decorators, target, key, desc) {
3351
3351
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
3352
3352
  return c > 3 && r && Object.defineProperty(target, key, r), r;
3353
3353
  }
3354
- var __dxlog_file13 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/spaces/data-space-manager.ts";
3354
+ var __dxlog_file13 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/spaces/data-space-manager.ts";
3355
3355
  var DataSpaceManager = class DataSpaceManager2 {
3356
3356
  constructor(_spaceManager, _metadataStore, _dataServiceSubscriptions, _keyring, _signingContext, _feedStore) {
3357
3357
  this._spaceManager = _spaceManager;
@@ -3682,7 +3682,7 @@ var import_log12 = require("@dxos/log");
3682
3682
  var import_protocols8 = require("@dxos/protocols");
3683
3683
  var import_services9 = require("@dxos/protocols/proto/dxos/client/services");
3684
3684
  var import_util6 = require("@dxos/util");
3685
- var __dxlog_file14 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/spaces/spaces-service.ts";
3685
+ var __dxlog_file14 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/spaces/spaces-service.ts";
3686
3686
  var SpacesServiceImpl = class {
3687
3687
  constructor(_identityManager, _spaceManager, _dataServiceSubscriptions, _getDataSpaceManager) {
3688
3688
  this._identityManager = _identityManager;
@@ -3861,7 +3861,7 @@ function _ts_decorate5(decorators, target, key, desc) {
3861
3861
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
3862
3862
  return c > 3 && r && Object.defineProperty(target, key, r), r;
3863
3863
  }
3864
- var __dxlog_file15 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/services/service-context.ts";
3864
+ var __dxlog_file15 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/service-context.ts";
3865
3865
  var ServiceContext = class ServiceContext2 {
3866
3866
  // prettier-ignore
3867
3867
  constructor(storage, networkManager, signalManager, modelFactory) {
@@ -4111,6 +4111,7 @@ var import_protocols10 = require("@dxos/protocols");
4111
4111
  var import_services14 = require("@dxos/protocols/proto/dxos/client/services");
4112
4112
  var import_text_model = require("@dxos/text-model");
4113
4113
  var import_tracing4 = require("@dxos/tracing");
4114
+ var import_websocket_rpc = require("@dxos/websocket-rpc");
4114
4115
 
4115
4116
  // packages/sdk/client-services/src/packlets/devices/devices-service.ts
4116
4117
  var import_async15 = require("@dxos/async");
@@ -4169,7 +4170,7 @@ function _ts_decorate6(decorators, target, key, desc) {
4169
4170
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
4170
4171
  return c > 3 && r && Object.defineProperty(target, key, r), r;
4171
4172
  }
4172
- var __dxlog_file16 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/locks/node.ts";
4173
+ var __dxlog_file16 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/locks/node.ts";
4173
4174
  var Lock = class {
4174
4175
  constructor({ lockKey: lockPath, onAcquire, onRelease }) {
4175
4176
  this._lockPath = lockPath;
@@ -4501,7 +4502,7 @@ function _ts_decorate7(decorators, target, key, desc) {
4501
4502
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
4502
4503
  return c > 3 && r && Object.defineProperty(target, key, r), r;
4503
4504
  }
4504
- var __dxlog_file17 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/services/service-host.ts";
4505
+ var __dxlog_file17 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/service-host.ts";
4505
4506
  var createDefaultModelFactory = () => {
4506
4507
  return new import_model_factory.ModelFactory().registerModel(import_document_model2.DocumentModel).registerModel(import_text_model.TextModel);
4507
4508
  };
@@ -4591,7 +4592,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4591
4592
  initialize({ config, ...options }) {
4592
4593
  (0, import_invariant14.invariant)(!this._open, "service host is open", {
4593
4594
  F: __dxlog_file17,
4594
- L: 181,
4595
+ L: 184,
4595
4596
  S: this,
4596
4597
  A: [
4597
4598
  "!this._open",
@@ -4600,14 +4601,14 @@ var ClientServicesHost = class ClientServicesHost2 {
4600
4601
  });
4601
4602
  (0, import_log16.log)("initializing...", void 0, {
4602
4603
  F: __dxlog_file17,
4603
- L: 182,
4604
+ L: 185,
4604
4605
  S: this,
4605
4606
  C: (f, a) => f(...a)
4606
4607
  });
4607
4608
  if (config) {
4608
4609
  (0, import_invariant14.invariant)(!this._config, "config already set", {
4609
4610
  F: __dxlog_file17,
4610
- L: 185,
4611
+ L: 188,
4611
4612
  S: this,
4612
4613
  A: [
4613
4614
  "!this._config",
@@ -4625,7 +4626,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4625
4626
  this._signalManager = signalManager;
4626
4627
  (0, import_invariant14.invariant)(!this._networkManager, "network manager already set", {
4627
4628
  F: __dxlog_file17,
4628
- L: 201,
4629
+ L: 204,
4629
4630
  S: this,
4630
4631
  A: [
4631
4632
  "!this._networkManager",
@@ -4639,7 +4640,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4639
4640
  });
4640
4641
  (0, import_log16.log)("initialized", void 0, {
4641
4642
  F: __dxlog_file17,
4642
- L: 208,
4643
+ L: 211,
4643
4644
  S: this,
4644
4645
  C: (f, a) => f(...a)
4645
4646
  });
@@ -4653,13 +4654,13 @@ var ClientServicesHost = class ClientServicesHost2 {
4653
4654
  id: traceId
4654
4655
  }), {
4655
4656
  F: __dxlog_file17,
4656
- L: 219,
4657
+ L: 222,
4657
4658
  S: this,
4658
4659
  C: (f, a) => f(...a)
4659
4660
  });
4660
4661
  (0, import_invariant14.invariant)(this._config, "config not set", {
4661
4662
  F: __dxlog_file17,
4662
- L: 221,
4663
+ L: 224,
4663
4664
  S: this,
4664
4665
  A: [
4665
4666
  "this._config",
@@ -4668,7 +4669,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4668
4669
  });
4669
4670
  (0, import_invariant14.invariant)(this._storage, "storage not set", {
4670
4671
  F: __dxlog_file17,
4671
- L: 222,
4672
+ L: 225,
4672
4673
  S: this,
4673
4674
  A: [
4674
4675
  "this._storage",
@@ -4677,7 +4678,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4677
4678
  });
4678
4679
  (0, import_invariant14.invariant)(this._signalManager, "signal manager not set", {
4679
4680
  F: __dxlog_file17,
4680
- L: 223,
4681
+ L: 226,
4681
4682
  S: this,
4682
4683
  A: [
4683
4684
  "this._signalManager",
@@ -4686,7 +4687,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4686
4687
  });
4687
4688
  (0, import_invariant14.invariant)(this._networkManager, "network manager not set", {
4688
4689
  F: __dxlog_file17,
4689
- L: 224,
4690
+ L: 227,
4690
4691
  S: this,
4691
4692
  A: [
4692
4693
  "this._networkManager",
@@ -4698,7 +4699,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4698
4699
  lockKey: this._resourceLock?.lockKey
4699
4700
  }, {
4700
4701
  F: __dxlog_file17,
4701
- L: 227,
4702
+ L: 230,
4702
4703
  S: this,
4703
4704
  C: (f, a) => f(...a)
4704
4705
  });
@@ -4726,6 +4727,16 @@ var ClientServicesHost = class ClientServicesHost2 {
4726
4727
  })
4727
4728
  });
4728
4729
  await this._serviceContext.open(ctx);
4730
+ const devtoolsProxy = this._config?.get("runtime.client.devtoolsProxy");
4731
+ if (devtoolsProxy) {
4732
+ this._devtoolsProxy = new import_websocket_rpc.WebsocketRpcClient({
4733
+ url: devtoolsProxy,
4734
+ requested: {},
4735
+ exposed: import_client_protocol5.clientServiceBundle,
4736
+ handlers: this.services
4737
+ });
4738
+ void this._devtoolsProxy.open();
4739
+ }
4729
4740
  this._opening = false;
4730
4741
  this._open = true;
4731
4742
  this._statusUpdate.emit();
@@ -4734,7 +4745,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4734
4745
  deviceKey
4735
4746
  }, {
4736
4747
  F: __dxlog_file17,
4737
- L: 284,
4748
+ L: 299,
4738
4749
  S: this,
4739
4750
  C: (f, a) => f(...a)
4740
4751
  });
@@ -4742,7 +4753,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4742
4753
  id: traceId
4743
4754
  }), {
4744
4755
  F: __dxlog_file17,
4745
- L: 285,
4756
+ L: 300,
4746
4757
  S: this,
4747
4758
  C: (f, a) => f(...a)
4748
4759
  });
@@ -4756,10 +4767,11 @@ var ClientServicesHost = class ClientServicesHost2 {
4756
4767
  deviceKey
4757
4768
  }, {
4758
4769
  F: __dxlog_file17,
4759
- L: 296,
4770
+ L: 311,
4760
4771
  S: this,
4761
4772
  C: (f, a) => f(...a)
4762
4773
  });
4774
+ await this._devtoolsProxy?.close();
4763
4775
  this._serviceRegistry.setServices({
4764
4776
  SystemService: this._systemService
4765
4777
  });
@@ -4771,7 +4783,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4771
4783
  deviceKey
4772
4784
  }, {
4773
4785
  F: __dxlog_file17,
4774
- L: 302,
4786
+ L: 318,
4775
4787
  S: this,
4776
4788
  C: (f, a) => f(...a)
4777
4789
  });
@@ -4782,13 +4794,13 @@ var ClientServicesHost = class ClientServicesHost2 {
4782
4794
  id: traceId
4783
4795
  }), {
4784
4796
  F: __dxlog_file17,
4785
- L: 307,
4797
+ L: 323,
4786
4798
  S: this,
4787
4799
  C: (f, a) => f(...a)
4788
4800
  });
4789
4801
  (0, import_log16.log)("resetting...", void 0, {
4790
4802
  F: __dxlog_file17,
4791
- L: 309,
4803
+ L: 325,
4792
4804
  S: this,
4793
4805
  C: (f, a) => f(...a)
4794
4806
  });
@@ -4796,7 +4808,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4796
4808
  await this._storage.reset();
4797
4809
  (0, import_log16.log)("reset", void 0, {
4798
4810
  F: __dxlog_file17,
4799
- L: 312,
4811
+ L: 328,
4800
4812
  S: this,
4801
4813
  C: (f, a) => f(...a)
4802
4814
  });
@@ -4804,7 +4816,7 @@ var ClientServicesHost = class ClientServicesHost2 {
4804
4816
  id: traceId
4805
4817
  }), {
4806
4818
  F: __dxlog_file17,
4807
- L: 313,
4819
+ L: 329,
4808
4820
  S: this,
4809
4821
  C: (f, a) => f(...a)
4810
4822
  });
@@ -4844,7 +4856,7 @@ var import_client_protocol6 = require("@dxos/client-protocol");
4844
4856
  var import_invariant15 = require("@dxos/invariant");
4845
4857
  var import_iframe = require("@dxos/protocols/proto/dxos/iframe");
4846
4858
  var import_rpc2 = require("@dxos/rpc");
4847
- var __dxlog_file18 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/vault/shell-runtime.ts";
4859
+ var __dxlog_file18 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/vault/shell-runtime.ts";
4848
4860
  var ShellRuntimeImpl = class {
4849
4861
  constructor(_port) {
4850
4862
  this._port = _port;
@@ -4916,7 +4928,7 @@ function _ts_decorate8(decorators, target, key, desc) {
4916
4928
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
4917
4929
  return c > 3 && r && Object.defineProperty(target, key, r), r;
4918
4930
  }
4919
- var __dxlog_file19 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/vault/iframe-host-runtime.ts";
4931
+ var __dxlog_file19 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/vault/iframe-host-runtime.ts";
4920
4932
  var LOCK_KEY = "DXOS_RESOURCE_LOCK";
4921
4933
  var IFrameHostRuntime = class {
4922
4934
  constructor({ config, origin, appPort, shellPort }) {
@@ -5031,7 +5043,7 @@ var import_log18 = require("@dxos/log");
5031
5043
  var import_network_manager4 = require("@dxos/network-manager");
5032
5044
  var import_rpc3 = require("@dxos/rpc");
5033
5045
  var import_util12 = require("@dxos/util");
5034
- var __dxlog_file20 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/vault/iframe-proxy-runtime.ts";
5046
+ var __dxlog_file20 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/vault/iframe-proxy-runtime.ts";
5035
5047
  var IFrameProxyRuntime = class {
5036
5048
  constructor({ config, systemPort, shellPort }) {
5037
5049
  this._id = String(Math.floor(Math.random() * 1e6));
@@ -5123,7 +5135,7 @@ function _ts_decorate9(decorators, target, key, desc) {
5123
5135
  r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5124
5136
  return c > 3 && r && Object.defineProperty(target, key, r), r;
5125
5137
  }
5126
- var __dxlog_file21 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/vault/worker-session.ts";
5138
+ var __dxlog_file21 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/vault/worker-session.ts";
5127
5139
  var WorkerSession = class {
5128
5140
  constructor({ serviceHost, systemPort, appPort, shellPort, readySignal }) {
5129
5141
  this._startTrigger = new import_async21.Trigger();
@@ -5277,7 +5289,7 @@ _ts_decorate9([
5277
5289
  ], WorkerSession.prototype, "lockKey", void 0);
5278
5290
 
5279
5291
  // packages/sdk/client-services/src/packlets/vault/worker-runtime.ts
5280
- var __dxlog_file22 = "/mnt/ramdisk/work/packages/sdk/client-services/src/packlets/vault/worker-runtime.ts";
5292
+ var __dxlog_file22 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/vault/worker-runtime.ts";
5281
5293
  var WorkerRuntime = class {
5282
5294
  // prettier-ignore
5283
5295
  constructor(_configProvider) {