@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.
- package/dist/lib/browser/{chunk-5JZKP3BY.mjs → chunk-CPSUVMSC.mjs} +5 -3
- package/dist/lib/browser/chunk-CPSUVMSC.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +1 -1
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/packlets/testing/index.mjs +1 -1
- package/dist/lib/node/index.cjs +4 -2
- package/dist/lib/node/index.cjs.map +3 -3
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +4 -2
- package/dist/lib/node/packlets/testing/index.cjs.map +3 -3
- package/dist/types/src/packlets/devtools/devtools.d.ts.map +1 -1
- package/package.json +32 -32
- package/src/packlets/devtools/devtools.ts +2 -2
- package/dist/lib/browser/chunk-5JZKP3BY.mjs.map +0 -7
|
@@ -248,8 +248,10 @@ var DevtoolsServiceImpl = class {
|
|
|
248
248
|
});
|
|
249
249
|
});
|
|
250
250
|
}
|
|
251
|
-
getConfig(request) {
|
|
252
|
-
|
|
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-
|
|
4009
|
+
//# sourceMappingURL=chunk-CPSUVMSC.mjs.map
|