@dxos/echo-pipeline 0.6.14-staging.8758a12 → 0.6.14-staging.9b873ce
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/index.mjs +5 -2
- package/dist/lib/browser/index.mjs.map +3 -3
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/node/index.cjs +5 -2
- package/dist/lib/node/index.cjs.map +2 -2
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node-esm/index.mjs +5 -2
- package/dist/lib/node-esm/index.mjs.map +3 -3
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/types/src/db-host/echo-host.d.ts.map +1 -1
- package/package.json +34 -34
- package/src/db-host/echo-host.ts +4 -0
|
@@ -3028,7 +3028,10 @@ var EchoHost = class extends Resource9 {
|
|
|
3028
3028
|
version: SpaceDocVersion3.CURRENT,
|
|
3029
3029
|
access: {
|
|
3030
3030
|
spaceKey: spaceKey.toHex()
|
|
3031
|
-
}
|
|
3031
|
+
},
|
|
3032
|
+
// Better to initialize them right away to avoid merge conflicts and data loss that can occur if those maps get created on the fly.
|
|
3033
|
+
objects: {},
|
|
3034
|
+
links: {}
|
|
3032
3035
|
});
|
|
3033
3036
|
await this._automergeHost.flush({
|
|
3034
3037
|
documentIds: [
|
|
@@ -3041,7 +3044,7 @@ var EchoHost = class extends Resource9 {
|
|
|
3041
3044
|
async openSpaceRoot(spaceId, automergeUrl) {
|
|
3042
3045
|
invariant11(this._lifecycleState === LifecycleState4.OPEN, void 0, {
|
|
3043
3046
|
F: __dxlog_file15,
|
|
3044
|
-
L:
|
|
3047
|
+
L: 225,
|
|
3045
3048
|
S: this,
|
|
3046
3049
|
A: [
|
|
3047
3050
|
"this._lifecycleState === LifecycleState.OPEN",
|