@dxos/client-services 0.1.53-main.3ecc504 → 0.1.53-main.706990e

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.
@@ -248,8 +248,10 @@ var DevtoolsServiceImpl = class {
248
248
  });
249
249
  });
250
250
  }
251
- getConfig(request) {
252
- throw new Error();
251
+ async getConfig(request) {
252
+ return {
253
+ config: JSON.stringify(this.params.config.values)
254
+ };
253
255
  }
254
256
  async getStorageInfo() {
255
257
  var _a, _b, _c, _d, _e;
@@ -4004,4 +4006,4 @@ export {
4004
4006
  ServiceRegistry,
4005
4007
  ClientServicesHost
4006
4008
  };
4007
- //# sourceMappingURL=chunk-5JZKP3BY.mjs.map
4009
+ //# sourceMappingURL=chunk-CPSUVMSC.mjs.map