@dxos/echo-pipeline 0.1.53-main.3ecc504 → 0.1.53-main.706990e

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.
@@ -1227,7 +1227,8 @@ var DataPipeline = class DataPipeline2 {
1227
1227
  try {
1228
1228
  const propertiesItem = this.itemManager.items.find((item) => {
1229
1229
  var _a2, _b;
1230
- return ((_a2 = item.modelMeta) == null ? void 0 : _a2.type) === "dxos:model/document" && ((_b = getStateMachineFromItem(item)) == null ? void 0 : _b.snapshot().type) === "dxos.sdk.client.Properties";
1230
+ return ((_a2 = item.modelMeta) == null ? void 0 : _a2.type) === "dxos:model/document" && // TODO(burdon): Document?
1231
+ ((_b = getStateMachineFromItem(item)) == null ? void 0 : _b.snapshot().type) === "dxos.sdk.client.Properties";
1231
1232
  });
1232
1233
  if (propertiesItem) {
1233
1234
  cache.properties = (_a = getStateMachineFromItem(propertiesItem)) == null ? void 0 : _a.snapshot();
@@ -1235,7 +1236,7 @@ var DataPipeline = class DataPipeline2 {
1235
1236
  } catch (err) {
1236
1237
  log8.warn("Failed to cache properties", err, {
1237
1238
  file: "data-pipeline.ts",
1238
- line: 268,
1239
+ line: 269,
1239
1240
  scope: this,
1240
1241
  callSite: (f, a) => f(...a)
1241
1242
  });
@@ -1262,14 +1263,14 @@ var DataPipeline = class DataPipeline2 {
1262
1263
  if (err instanceof CancelledError) {
1263
1264
  log8("Epoch processing cancelled.", {}, {
1264
1265
  file: "data-pipeline.ts",
1265
- line: 300,
1266
+ line: 301,
1266
1267
  scope: this,
1267
1268
  callSite: (f, a) => f(...a)
1268
1269
  });
1269
1270
  } else {
1270
1271
  log8.catch(err, {}, {
1271
1272
  file: "data-pipeline.ts",
1272
- line: 302,
1273
+ line: 303,
1273
1274
  scope: this,
1274
1275
  callSite: (f, a) => f(...a)
1275
1276
  });
@@ -1285,7 +1286,7 @@ var DataPipeline = class DataPipeline2 {
1285
1286
  epoch
1286
1287
  }, {
1287
1288
  file: "data-pipeline.ts",
1288
- line: 312,
1289
+ line: 313,
1289
1290
  scope: this,
1290
1291
  callSite: (f, a) => f(...a)
1291
1292
  });
@@ -1302,7 +1303,7 @@ var DataPipeline = class DataPipeline2 {
1302
1303
  epoch
1303
1304
  }, {
1304
1305
  file: "data-pipeline.ts",
1305
- line: 326,
1306
+ line: 327,
1306
1307
  scope: this,
1307
1308
  callSite: (f, a) => f(...a)
1308
1309
  });
@@ -1312,7 +1313,7 @@ var DataPipeline = class DataPipeline2 {
1312
1313
  }
1313
1314
  log8("restarting pipeline for epoch", {}, {
1314
1315
  file: "data-pipeline.ts",
1315
- line: 334,
1316
+ line: 335,
1316
1317
  scope: this,
1317
1318
  callSite: (f, a) => f(...a)
1318
1319
  });
@@ -2048,4 +2049,4 @@ export {
2048
2049
  SpaceProtocolSession,
2049
2050
  SpaceManager
2050
2051
  };
2051
- //# sourceMappingURL=chunk-AXGWKSM3.mjs.map
2052
+ //# sourceMappingURL=chunk-RD75WUUV.mjs.map