@dxos/client-services 0.4.10-main.2b53d56 → 0.4.10-main.2e2de51

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.
@@ -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.2b53d56";
2772
+ var DXOS_VERSION = "0.4.10-main.2e2de51";
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";
@@ -4419,13 +4419,13 @@ var createSelectedDocumentsIterator = (automergeHost) => (
4419
4419
  await warnAfterTimeout2(5e3, "to long to load doc", () => handle.whenReady());
4420
4420
  const doc = handle.docSync();
4421
4421
  const hash = getHeads(doc).join("");
4422
- yield [
4422
+ yield doc.objects?.[objectId] ? [
4423
4423
  {
4424
4424
  id,
4425
4425
  object: doc.objects[objectId],
4426
4426
  currentHash: hash
4427
4427
  }
4428
- ];
4428
+ ] : [];
4429
4429
  }
4430
4430
  }
4431
4431
  );
@@ -5702,4 +5702,4 @@ export {
5702
5702
  createStorageObjects,
5703
5703
  ClientServicesHost
5704
5704
  };
5705
- //# sourceMappingURL=chunk-3XKFIBHR.mjs.map
5705
+ //# sourceMappingURL=chunk-XHLNHMYG.mjs.map