@dxos/client-services 0.4.3-main.1216c5a → 0.4.3-main.19ecdf5

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.
@@ -2566,7 +2566,7 @@ var getPlatform = () => {
2566
2566
  };
2567
2567
 
2568
2568
  // packages/sdk/client-services/src/version.ts
2569
- var DXOS_VERSION = "0.4.3-main.1216c5a";
2569
+ var DXOS_VERSION = "0.4.3-main.19ecdf5";
2570
2570
 
2571
2571
  // packages/sdk/client-services/src/packlets/services/diagnostics.ts
2572
2572
  var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
@@ -4823,7 +4823,7 @@ var SystemServiceImpl = class {
4823
4823
  this._onReset = onReset;
4824
4824
  }
4825
4825
  async getConfig() {
4826
- return this._config?.values ?? {};
4826
+ return (await this._config?.())?.values ?? {};
4827
4827
  }
4828
4828
  /**
4829
4829
  * NOTE: Since this is serialized as a JSON object, we allow the option to serialize keys.
@@ -4930,7 +4930,7 @@ var ClientServicesHost = class {
4930
4930
  });
4931
4931
  }
4932
4932
  this._systemService = new SystemServiceImpl({
4933
- config: this._config,
4933
+ config: () => this._config,
4934
4934
  statusUpdate: this._statusUpdate,
4935
4935
  getCurrentStatus: () => this.isOpen ? SystemStatus.ACTIVE : SystemStatus.INACTIVE,
4936
4936
  getDiagnostics: () => {
@@ -5302,4 +5302,4 @@ export {
5302
5302
  createDefaultModelFactory,
5303
5303
  ClientServicesHost
5304
5304
  };
5305
- //# sourceMappingURL=chunk-4TKGRQWQ.mjs.map
5305
+ //# sourceMappingURL=chunk-XUVSYIZ5.mjs.map