@dxos/echo-pipeline 0.7.5-staging.2ff1350 → 0.7.5-staging.e6154f3

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.
@@ -2449,7 +2449,7 @@ var QueryState = class extends Resource6 {
2449
2449
  }
2450
2450
  const handle = await this._params.automergeHost.loadDoc(Context3.default(void 0, {
2451
2451
  F: __dxlog_file10,
2452
- L: 116
2452
+ L: 117
2453
2453
  }), documentId);
2454
2454
  if (this._ctx.disposed) {
2455
2455
  return;
@@ -2523,7 +2523,7 @@ QueryState = _ts_decorate4([
2523
2523
  var filterToIndexQuery = (filter) => {
2524
2524
  invariant9(!(filter.type && (filter.or ?? []).length > 0), "Cannot mix type and or filters.", {
2525
2525
  F: __dxlog_file10,
2526
- L: 181,
2526
+ L: 184,
2527
2527
  S: void 0,
2528
2528
  A: [
2529
2529
  "!(filter.type && (filter.or ?? []).length > 0)",
@@ -2532,7 +2532,7 @@ var filterToIndexQuery = (filter) => {
2532
2532
  });
2533
2533
  invariant9((filter.or ?? []).every((subFilter) => !(subFilter.type && (subFilter.or ?? []).length > 0)), "Cannot mix type and or filters.", {
2534
2534
  F: __dxlog_file10,
2535
- L: 182,
2535
+ L: 185,
2536
2536
  S: void 0,
2537
2537
  A: [
2538
2538
  "(filter.or ?? []).every((subFilter) => !(subFilter.type && (subFilter.or ?? []).length > 0))",
@@ -2812,7 +2812,7 @@ var DatabaseRoot = class {
2812
2812
  return this._rootHandle;
2813
2813
  }
2814
2814
  docSync() {
2815
- return this._rootHandle.docSync();
2815
+ return this._rootHandle.docSync() ?? null;
2816
2816
  }
2817
2817
  getVersion() {
2818
2818
  const doc = this.docSync();