@dxos/client-services 0.4.10-main.157011b → 0.4.10-main.1a9d28b
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-SXOHUPRX.mjs → chunk-KVRSLXKW.mjs} +4 -4
- package/dist/lib/browser/{chunk-SXOHUPRX.mjs.map → chunk-KVRSLXKW.mjs.map} +3 -3
- 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-DBEOGHQ7.cjs → chunk-EPUFONF2.cjs} +6 -6
- package/dist/lib/node/{chunk-DBEOGHQ7.cjs.map → chunk-EPUFONF2.cjs.map} +3 -3
- package/dist/lib/node/index.cjs +37 -37
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/packlets/testing/index.cjs +6 -6
- package/dist/types/src/version.d.ts +1 -1
- package/package.json +34 -34
- package/src/packlets/services/service-host.ts +3 -3
- package/src/version.ts +1 -1
|
@@ -2769,7 +2769,7 @@ var getPlatform = () => {
|
|
|
2769
2769
|
};
|
|
2770
2770
|
|
|
2771
2771
|
// packages/sdk/client-services/src/version.ts
|
|
2772
|
-
var DXOS_VERSION = "0.4.10-main.
|
|
2772
|
+
var DXOS_VERSION = "0.4.10-main.1a9d28b";
|
|
2773
2773
|
|
|
2774
2774
|
// packages/sdk/client-services/src/packlets/services/diagnostics.ts
|
|
2775
2775
|
var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/sdk/client-services/src/packlets/services/diagnostics.ts";
|
|
@@ -4947,7 +4947,7 @@ var toStorageType = (type) => {
|
|
|
4947
4947
|
};
|
|
4948
4948
|
|
|
4949
4949
|
// packages/sdk/client-services/src/packlets/services/service-host.ts
|
|
4950
|
-
import { Event as Event9,
|
|
4950
|
+
import { Event as Event9, synchronized as synchronized3 } from "@dxos/async";
|
|
4951
4951
|
import { clientServiceBundle, defaultKey, PropertiesSchema } from "@dxos/client-protocol";
|
|
4952
4952
|
import { Context as Context11 } from "@dxos/context";
|
|
4953
4953
|
import { DataServiceImpl } from "@dxos/echo-pipeline";
|
|
@@ -5646,7 +5646,7 @@ var ClientServicesHost = class {
|
|
|
5646
5646
|
objectDocument.id
|
|
5647
5647
|
], objectDocument.handle.docSync());
|
|
5648
5648
|
});
|
|
5649
|
-
await
|
|
5649
|
+
await this._serviceContext.automergeHost.repo.flush();
|
|
5650
5650
|
return identity;
|
|
5651
5651
|
}
|
|
5652
5652
|
};
|
|
@@ -5702,4 +5702,4 @@ export {
|
|
|
5702
5702
|
createStorageObjects,
|
|
5703
5703
|
ClientServicesHost
|
|
5704
5704
|
};
|
|
5705
|
-
//# sourceMappingURL=chunk-
|
|
5705
|
+
//# sourceMappingURL=chunk-KVRSLXKW.mjs.map
|