@dxos/client-services 0.5.1-main.c37e119 → 0.5.1-main.f02b2c7
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-RQIV4DQ6.mjs → chunk-T3ZIANWR.mjs} +3 -3
- package/dist/lib/browser/{chunk-RQIV4DQ6.mjs.map → chunk-T3ZIANWR.mjs.map} +2 -2
- 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/{chunk-ND5EXSJK.cjs → chunk-425TJE5X.cjs} +6 -6
- package/dist/lib/node/{chunk-ND5EXSJK.cjs.map → chunk-425TJE5X.cjs.map} +2 -2
- package/dist/lib/node/index.cjs +43 -43
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +8 -8
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/packlets/services/service-host.ts +2 -2
- package/src/version.ts +1 -1
|
@@ -4777,7 +4777,7 @@ import { SpaceMember as SpaceMember4 } from "@dxos/protocols/proto/dxos/client/s
|
|
|
4777
4777
|
import { TRACE_PROCESSOR } from "@dxos/tracing";
|
|
4778
4778
|
|
|
4779
4779
|
// packages/sdk/client-services/src/version.ts
|
|
4780
|
-
var DXOS_VERSION = "0.5.1-main.
|
|
4780
|
+
var DXOS_VERSION = "0.5.1-main.f02b2c7";
|
|
4781
4781
|
|
|
4782
4782
|
// packages/sdk/client-services/src/packlets/services/platform.ts
|
|
4783
4783
|
import { Platform } from "@dxos/protocols/proto/dxos/client/services";
|
|
@@ -5748,11 +5748,11 @@ var ClientServicesHost = class {
|
|
|
5748
5748
|
S: this,
|
|
5749
5749
|
C: (f, a) => f(...a)
|
|
5750
5750
|
});
|
|
5751
|
+
await this._resourceLock?.acquire();
|
|
5751
5752
|
if (!this._level) {
|
|
5752
5753
|
this._level = await createLevel(this._config.get("runtime.client.storage", {}));
|
|
5753
5754
|
}
|
|
5754
5755
|
await this._level.open();
|
|
5755
|
-
await this._resourceLock?.acquire();
|
|
5756
5756
|
await this._loggingService.open();
|
|
5757
5757
|
this._serviceContext = new ServiceContext(this._storage, this._level, this._networkManager, this._signalManager, this._runtimeParams);
|
|
5758
5758
|
this._serviceRegistry.setServices({
|
|
@@ -6009,4 +6009,4 @@ export {
|
|
|
6009
6009
|
ClientServicesHost,
|
|
6010
6010
|
ClientServicesProviderResource
|
|
6011
6011
|
};
|
|
6012
|
-
//# sourceMappingURL=chunk-
|
|
6012
|
+
//# sourceMappingURL=chunk-T3ZIANWR.mjs.map
|