@dxos/echo-pipeline 0.1.58-main.f5feb2a → 0.1.58-main.f69fa2f

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.
Files changed (39) hide show
  1. package/dist/lib/browser/{chunk-YHBA7EZB.mjs → chunk-BCM3NEND.mjs} +52 -57
  2. package/dist/lib/browser/chunk-BCM3NEND.mjs.map +7 -0
  3. package/dist/lib/browser/index.mjs +1 -1
  4. package/dist/lib/browser/meta.json +1 -1
  5. package/dist/lib/browser/testing/index.mjs +1 -1
  6. package/dist/lib/browser/testing/index.mjs.map +1 -1
  7. package/dist/lib/node/index.cjs +51 -56
  8. package/dist/lib/node/index.cjs.map +2 -2
  9. package/dist/lib/node/meta.json +1 -1
  10. package/dist/lib/node/testing/index.cjs +158 -161
  11. package/dist/lib/node/testing/index.cjs.map +4 -4
  12. package/dist/types/src/db-host/snapshot-manager.d.ts.map +1 -1
  13. package/dist/types/src/db-host/snapshot-store.d.ts.map +1 -1
  14. package/dist/types/src/metadata/metadata-store.d.ts.map +1 -1
  15. package/dist/types/src/pipeline/pipeline.d.ts.map +1 -1
  16. package/dist/types/src/pipeline/timeframe-clock.d.ts.map +1 -1
  17. package/dist/types/src/space/data-pipeline.d.ts +2 -2
  18. package/dist/types/src/space/data-pipeline.d.ts.map +1 -1
  19. package/dist/types/src/space/space-manager.d.ts +2 -2
  20. package/dist/types/src/space/space-manager.d.ts.map +1 -1
  21. package/dist/types/src/space/space.d.ts +2 -2
  22. package/dist/types/src/space/space.d.ts.map +1 -1
  23. package/dist/types/src/testing/test-agent-builder.d.ts +1 -1
  24. package/dist/types/src/testing/test-agent-builder.d.ts.map +1 -1
  25. package/package.json +31 -31
  26. package/src/db-host/snapshot-manager.ts +1 -3
  27. package/src/db-host/snapshot-store.ts +1 -4
  28. package/src/metadata/metadata-store.ts +1 -4
  29. package/src/pipeline/pipeline-stress.test.ts +1 -1
  30. package/src/pipeline/pipeline.test.ts +1 -1
  31. package/src/pipeline/pipeline.ts +3 -4
  32. package/src/pipeline/timeframe-clock.ts +1 -4
  33. package/src/space/control-pipeline.test.ts +1 -1
  34. package/src/space/data-pipeline.ts +4 -3
  35. package/src/space/space-manager.ts +2 -2
  36. package/src/space/space-protocol.test.ts +1 -1
  37. package/src/space/space.ts +3 -3
  38. package/src/testing/test-agent-builder.ts +1 -1
  39. package/dist/lib/browser/chunk-YHBA7EZB.mjs.map +0 -7
@@ -292,7 +292,6 @@ function _ts_decorate(decorators, target, key, desc) {
292
292
  }
293
293
  var SpaceSnapshot = import_protocols2.schema.getCodecForType("dxos.echo.snapshot.SpaceSnapshot");
294
294
  var SnapshotManager = class SnapshotManager2 {
295
- // prettier-ignore
296
295
  constructor(_snapshotStore, _blobStore, _blobSync) {
297
296
  this._snapshotStore = _snapshotStore;
298
297
  this._blobStore = _blobStore;
@@ -330,7 +329,6 @@ var import_crypto = require("@dxos/crypto");
330
329
  var import_protocols3 = require("@dxos/protocols");
331
330
  var SpaceSnapshot2 = import_protocols3.schema.getCodecForType("dxos.echo.snapshot.SpaceSnapshot");
332
331
  var SnapshotStore = class {
333
- // prettier-ignore
334
332
  constructor(_directory) {
335
333
  this._directory = _directory;
336
334
  }
@@ -507,7 +505,6 @@ var emptyLargeSpaceMetadata = () => ({});
507
505
  var EchoMetadata = import_protocols4.schema.getCodecForType("dxos.echo.metadata.EchoMetadata");
508
506
  var LargeSpaceMetadata = import_protocols4.schema.getCodecForType("dxos.echo.metadata.LargeSpaceMetadata");
509
507
  var MetadataStore = class {
510
- // prettier-ignore
511
508
  constructor(_directory) {
512
509
  this._directory = _directory;
513
510
  this._metadata = emptyEchoMetadata();
@@ -542,7 +539,7 @@ var MetadataStore = class {
542
539
  name: file.filename
543
540
  }, {
544
541
  F: __dxlog_file4,
545
- L: 81,
542
+ L: 78,
546
543
  S: this,
547
544
  C: (f, a) => f(...a)
548
545
  });
@@ -575,7 +572,7 @@ var MetadataStore = class {
575
572
  checksum
576
573
  }, {
577
574
  F: __dxlog_file4,
578
- L: 113,
575
+ L: 110,
579
576
  S: this,
580
577
  C: (f, a) => f(...a)
581
578
  });
@@ -607,7 +604,7 @@ var MetadataStore = class {
607
604
  err
608
605
  }, {
609
606
  F: __dxlog_file4,
610
- L: 144,
607
+ L: 141,
611
608
  S: this,
612
609
  C: (f, a) => f(...a)
613
610
  });
@@ -624,7 +621,7 @@ var MetadataStore = class {
624
621
  err
625
622
  }, {
626
623
  F: __dxlog_file4,
627
- L: 156,
624
+ L: 153,
628
625
  S: this,
629
626
  C: (f, a) => f(...a)
630
627
  });
@@ -654,7 +651,7 @@ var MetadataStore = class {
654
651
  err
655
652
  }, {
656
653
  F: __dxlog_file4,
657
- L: 185,
654
+ L: 182,
658
655
  S: this,
659
656
  C: (f, a) => f(...a)
660
657
  });
@@ -675,7 +672,7 @@ var MetadataStore = class {
675
672
  const space = this.spaces.find((space2) => space2.key === spaceKey);
676
673
  (0, import_invariant4.invariant)(space, "Space not found", {
677
674
  F: __dxlog_file4,
678
- L: 207,
675
+ L: 204,
679
676
  S: this,
680
677
  A: [
681
678
  "space",
@@ -699,7 +696,7 @@ var MetadataStore = class {
699
696
  async clear() {
700
697
  (0, import_log3.log)("clearing all metadata", void 0, {
701
698
  F: __dxlog_file4,
702
- L: 226,
699
+ L: 223,
703
700
  S: this,
704
701
  C: (f, a) => f(...a)
705
702
  });
@@ -712,7 +709,7 @@ var MetadataStore = class {
712
709
  async setIdentityRecord(record) {
713
710
  (0, import_invariant4.invariant)(!this._metadata.identity, "Cannot overwrite existing identity in metadata", {
714
711
  F: __dxlog_file4,
715
- L: 236,
712
+ L: 233,
716
713
  S: this,
717
714
  A: [
718
715
  "!this._metadata.identity",
@@ -726,7 +723,7 @@ var MetadataStore = class {
726
723
  async addSpace(record) {
727
724
  (0, import_invariant4.invariant)(!(this._metadata.spaces ?? []).find((space) => space.key === record.key), "Cannot overwrite existing space in metadata", {
728
725
  F: __dxlog_file4,
729
- L: 244,
726
+ L: 241,
730
727
  S: this,
731
728
  A: [
732
729
  "!(this._metadata.spaces ?? []).find((space) => space.key === record.key)",
@@ -852,7 +849,6 @@ var startAfter = (timeframe) => timeframe.frames().map(([feedKey, index]) => ({
852
849
  index: index + 1
853
850
  }));
854
851
  var TimeframeClock = class {
855
- // prettier-ignore
856
852
  constructor(_timeframe = new import_timeframe.Timeframe()) {
857
853
  this._timeframe = _timeframe;
858
854
  this.update = new import_async3.Event();
@@ -898,7 +894,7 @@ var TimeframeClock = class {
898
894
  current: this._timeframe
899
895
  }, {
900
896
  F: __dxlog_file6,
901
- L: 73,
897
+ L: 70,
902
898
  S: this,
903
899
  C: (f, a) => f(...a)
904
900
  });
@@ -909,7 +905,7 @@ var TimeframeClock = class {
909
905
  deps: import_timeframe.Timeframe.dependencies(target, this._timeframe)
910
906
  }, {
911
907
  F: __dxlog_file6,
912
- L: 75,
908
+ L: 72,
913
909
  S: this,
914
910
  C: (f, a) => f(...a)
915
911
  });
@@ -934,7 +930,6 @@ function _ts_decorate4(decorators, target, key, desc) {
934
930
  }
935
931
  var __dxlog_file7 = "/home/runner/work/dxos/dxos/packages/core/echo/echo-pipeline/src/pipeline/pipeline.ts";
936
932
  var PipelineState = class {
937
- // prettier-ignore
938
933
  constructor(_feeds, _timeframeClock) {
939
934
  this._feeds = _feeds;
940
935
  this._timeframeClock = _timeframeClock;
@@ -993,7 +988,7 @@ var PipelineState = class {
993
988
  target: this.targetTimeframe
994
989
  }, {
995
990
  F: __dxlog_file7,
996
- L: 134,
991
+ L: 133,
997
992
  S: this,
998
993
  C: (f, a) => f(...a)
999
994
  });
@@ -1025,7 +1020,7 @@ var PipelineState = class {
1025
1020
  dependencies: import_timeframe2.Timeframe.dependencies(this.targetTimeframe, this.timeframe)
1026
1021
  }, {
1027
1022
  F: __dxlog_file7,
1028
- L: 162,
1023
+ L: 161,
1029
1024
  S: this,
1030
1025
  C: (f, a) => f(...a)
1031
1026
  });
@@ -1058,7 +1053,7 @@ var Pipeline = class {
1058
1053
  get writer() {
1059
1054
  (0, import_invariant6.invariant)(this._writer, "Writer not set.", {
1060
1055
  F: __dxlog_file7,
1061
- L: 243,
1056
+ L: 242,
1062
1057
  S: this,
1063
1058
  A: [
1064
1059
  "this._writer",
@@ -1087,7 +1082,7 @@ var Pipeline = class {
1087
1082
  setWriteFeed(feed) {
1088
1083
  (0, import_invariant6.invariant)(!this._writer, "Writer already set.", {
1089
1084
  F: __dxlog_file7,
1090
- L: 270,
1085
+ L: 269,
1091
1086
  S: this,
1092
1087
  A: [
1093
1088
  "!this._writer",
@@ -1096,7 +1091,7 @@ var Pipeline = class {
1096
1091
  });
1097
1092
  (0, import_invariant6.invariant)(feed.properties.writable, "Feed must be writable.", {
1098
1093
  F: __dxlog_file7,
1099
- L: 271,
1094
+ L: 270,
1100
1095
  S: this,
1101
1096
  A: [
1102
1097
  "feed.properties.writable",
@@ -1111,7 +1106,7 @@ var Pipeline = class {
1111
1106
  async start() {
1112
1107
  (0, import_invariant6.invariant)(!this._isStarted, "Pipeline is already started.", {
1113
1108
  F: __dxlog_file7,
1114
- L: 284,
1109
+ L: 283,
1115
1110
  S: this,
1116
1111
  A: [
1117
1112
  "!this._isStarted",
@@ -1120,7 +1115,7 @@ var Pipeline = class {
1120
1115
  });
1121
1116
  (0, import_log6.log)("starting...", void 0, {
1122
1117
  F: __dxlog_file7,
1123
- L: 285,
1118
+ L: 284,
1124
1119
  S: this,
1125
1120
  C: (f, a) => f(...a)
1126
1121
  });
@@ -1129,7 +1124,7 @@ var Pipeline = class {
1129
1124
  this._isStarted = true;
1130
1125
  (0, import_log6.log)("started", void 0, {
1131
1126
  F: __dxlog_file7,
1132
- L: 289,
1127
+ L: 288,
1133
1128
  S: this,
1134
1129
  C: (f, a) => f(...a)
1135
1130
  });
@@ -1142,7 +1137,7 @@ var Pipeline = class {
1142
1137
  async stop() {
1143
1138
  (0, import_log6.log)("stopping...", void 0, {
1144
1139
  F: __dxlog_file7,
1145
- L: 300,
1140
+ L: 299,
1146
1141
  S: this,
1147
1142
  C: (f, a) => f(...a)
1148
1143
  });
@@ -1160,7 +1155,7 @@ var Pipeline = class {
1160
1155
  this._isStarted = false;
1161
1156
  (0, import_log6.log)("stopped", void 0, {
1162
1157
  F: __dxlog_file7,
1163
- L: 313,
1158
+ L: 312,
1164
1159
  S: this,
1165
1160
  C: (f, a) => f(...a)
1166
1161
  });
@@ -1172,7 +1167,7 @@ var Pipeline = class {
1172
1167
  async setCursor(timeframe) {
1173
1168
  (0, import_invariant6.invariant)(!this._isStarted || this._isPaused, "Invalid state.", {
1174
1169
  F: __dxlog_file7,
1175
- L: 322,
1170
+ L: 321,
1176
1171
  S: this,
1177
1172
  A: [
1178
1173
  "!this._isStarted || this._isPaused",
@@ -1201,7 +1196,7 @@ var Pipeline = class {
1201
1196
  async unpause() {
1202
1197
  (0, import_invariant6.invariant)(this._isPaused, "Pipeline is not paused.", {
1203
1198
  F: __dxlog_file7,
1204
- L: 351,
1199
+ L: 350,
1205
1200
  S: this,
1206
1201
  A: [
1207
1202
  "this._isPaused",
@@ -1221,7 +1216,7 @@ var Pipeline = class {
1221
1216
  async *consume() {
1222
1217
  (0, import_invariant6.invariant)(!this._isBeingConsumed, "Pipeline is already being consumed.", {
1223
1218
  F: __dxlog_file7,
1224
- L: 366,
1219
+ L: 365,
1225
1220
  S: this,
1226
1221
  A: [
1227
1222
  "!this._isBeingConsumed",
@@ -1231,7 +1226,7 @@ var Pipeline = class {
1231
1226
  this._isBeingConsumed = true;
1232
1227
  (0, import_invariant6.invariant)(this._feedSetIterator, "Iterator not initialized.", {
1233
1228
  F: __dxlog_file7,
1234
- L: 369,
1229
+ L: 368,
1235
1230
  S: this,
1236
1231
  A: [
1237
1232
  "this._feedSetIterator",
@@ -1245,7 +1240,7 @@ var Pipeline = class {
1245
1240
  if (lastFeedSetIterator !== this._feedSetIterator) {
1246
1241
  (0, import_invariant6.invariant)(this._feedSetIterator, "Iterator not initialized.", {
1247
1242
  F: __dxlog_file7,
1248
- L: 378,
1243
+ L: 377,
1249
1244
  S: this,
1250
1245
  A: [
1251
1246
  "this._feedSetIterator",
@@ -1280,7 +1275,7 @@ var Pipeline = class {
1280
1275
  length: feed.length
1281
1276
  }, {
1282
1277
  F: __dxlog_file7,
1283
- L: 407,
1278
+ L: 406,
1284
1279
  S: this,
1285
1280
  C: (f, a) => f(...a)
1286
1281
  });
@@ -1294,7 +1289,7 @@ var Pipeline = class {
1294
1289
  data
1295
1290
  }, {
1296
1291
  F: __dxlog_file7,
1297
- L: 412,
1292
+ L: 411,
1298
1293
  S: this,
1299
1294
  C: (f, a) => f(...a)
1300
1295
  });
@@ -1310,7 +1305,7 @@ var Pipeline = class {
1310
1305
  this._feedSetIterator.stalled.on((iterator) => {
1311
1306
  import_log6.log.warn(`Stalled after ${iterator.options.stallTimeout}ms with ${iterator.size} feeds.`, void 0, {
1312
1307
  F: __dxlog_file7,
1313
- L: 426,
1308
+ L: 425,
1314
1309
  S: this,
1315
1310
  C: (f, a) => f(...a)
1316
1311
  });
@@ -1788,7 +1783,7 @@ var DataPipeline = class DataPipeline2 {
1788
1783
  write: (data, options) => {
1789
1784
  (0, import_invariant8.invariant)(this._pipeline, "Pipeline is not initialized.", {
1790
1785
  F: __dxlog_file10,
1791
- L: 153,
1786
+ L: 154,
1792
1787
  S: this,
1793
1788
  A: [
1794
1789
  "this._pipeline",
@@ -1797,7 +1792,7 @@ var DataPipeline = class DataPipeline2 {
1797
1792
  });
1798
1793
  (0, import_invariant8.invariant)(this.currentEpoch, "Epoch is not initialized.", {
1799
1794
  F: __dxlog_file10,
1800
- L: 154,
1795
+ L: 155,
1801
1796
  S: this,
1802
1797
  A: [
1803
1798
  "this.currentEpoch",
@@ -1823,7 +1818,7 @@ var DataPipeline = class DataPipeline2 {
1823
1818
  }
1824
1819
  (0, import_log9.log)("close", void 0, {
1825
1820
  F: __dxlog_file10,
1826
- L: 178,
1821
+ L: 179,
1827
1822
  S: this,
1828
1823
  C: (f, a) => f(...a)
1829
1824
  });
@@ -1838,7 +1833,7 @@ var DataPipeline = class DataPipeline2 {
1838
1833
  } catch (err) {
1839
1834
  import_log9.log.catch(err, void 0, {
1840
1835
  F: __dxlog_file10,
1841
- L: 191,
1836
+ L: 192,
1842
1837
  S: this,
1843
1838
  C: (f, a) => f(...a)
1844
1839
  });
@@ -1863,7 +1858,7 @@ var DataPipeline = class DataPipeline2 {
1863
1858
  let messageCounter = 0;
1864
1859
  (0, import_invariant8.invariant)(this._pipeline, "Pipeline is not initialized.", {
1865
1860
  F: __dxlog_file10,
1866
- L: 216,
1861
+ L: 217,
1867
1862
  S: this,
1868
1863
  A: [
1869
1864
  "this._pipeline",
@@ -1879,7 +1874,7 @@ var DataPipeline = class DataPipeline2 {
1879
1874
  seq
1880
1875
  }, {
1881
1876
  F: __dxlog_file10,
1882
- L: 222,
1877
+ L: 223,
1883
1878
  S: this,
1884
1879
  C: (f, a) => f(...a)
1885
1880
  });
@@ -1891,7 +1886,7 @@ var DataPipeline = class DataPipeline2 {
1891
1886
  feedKey
1892
1887
  }, {
1893
1888
  F: __dxlog_file10,
1894
- L: 228,
1889
+ L: 229,
1895
1890
  S: this,
1896
1891
  C: (f, a) => f(...a)
1897
1892
  });
@@ -1914,7 +1909,7 @@ var DataPipeline = class DataPipeline2 {
1914
1909
  spaceKey: this._params.spaceKey.toHex()
1915
1910
  }, {
1916
1911
  F: __dxlog_file10,
1917
- L: 245,
1912
+ L: 246,
1918
1913
  S: this,
1919
1914
  C: (f, a) => f(...a)
1920
1915
  });
@@ -1923,7 +1918,7 @@ var DataPipeline = class DataPipeline2 {
1923
1918
  } catch (err) {
1924
1919
  import_log9.log.catch(err, void 0, {
1925
1920
  F: __dxlog_file10,
1926
- L: 255,
1921
+ L: 256,
1927
1922
  S: this,
1928
1923
  C: (f, a) => f(...a)
1929
1924
  });
@@ -1938,7 +1933,7 @@ var DataPipeline = class DataPipeline2 {
1938
1933
  _createSnapshot() {
1939
1934
  (0, import_invariant8.invariant)(this.databaseHost, "Database backend is not initialized.", {
1940
1935
  F: __dxlog_file10,
1941
- L: 269,
1936
+ L: 270,
1942
1937
  S: this,
1943
1938
  A: [
1944
1939
  "this.databaseHost",
@@ -1959,7 +1954,7 @@ var DataPipeline = class DataPipeline2 {
1959
1954
  async _saveCache() {
1960
1955
  const cache = {};
1961
1956
  try {
1962
- const propertiesItem = this.itemManager.items.find((item) => item.modelMeta?.type === "dxos:model/document" && // TODO(burdon): Document?
1957
+ const propertiesItem = this.itemManager.items.find((item) => item.modelMeta?.type === "dxos.org/model/document" && // TODO(burdon): Document?
1963
1958
  ((0, import_echo_db3.getStateMachineFromItem)(item)?.snapshot()).type === import_echo_db3.TYPE_PROPERTIES);
1964
1959
  if (propertiesItem) {
1965
1960
  cache.properties = (0, import_echo_db3.getStateMachineFromItem)(propertiesItem)?.snapshot();
@@ -1967,7 +1962,7 @@ var DataPipeline = class DataPipeline2 {
1967
1962
  } catch (err) {
1968
1963
  import_log9.log.warn("Failed to cache properties", err, {
1969
1964
  F: __dxlog_file10,
1970
- L: 298,
1965
+ L: 299,
1971
1966
  S: this,
1972
1967
  C: (f, a) => f(...a)
1973
1968
  });
@@ -1996,14 +1991,14 @@ var DataPipeline = class DataPipeline2 {
1996
1991
  if (err instanceof import_protocols6.CancelledError) {
1997
1992
  (0, import_log9.log)("Epoch processing cancelled.", void 0, {
1998
1993
  F: __dxlog_file10,
1999
- L: 334,
1994
+ L: 335,
2000
1995
  S: this,
2001
1996
  C: (f, a) => f(...a)
2002
1997
  });
2003
1998
  } else {
2004
1999
  import_log9.log.catch(err, void 0, {
2005
2000
  F: __dxlog_file10,
2006
- L: 336,
2001
+ L: 337,
2007
2002
  S: this,
2008
2003
  C: (f, a) => f(...a)
2009
2004
  });
@@ -2023,7 +2018,7 @@ var DataPipeline = class DataPipeline2 {
2023
2018
  async _processEpoch(ctx, epoch) {
2024
2019
  (0, import_invariant8.invariant)(this._isOpen, "Space is closed.", {
2025
2020
  F: __dxlog_file10,
2026
- L: 355,
2021
+ L: 356,
2027
2022
  S: this,
2028
2023
  A: [
2029
2024
  "this._isOpen",
@@ -2032,7 +2027,7 @@ var DataPipeline = class DataPipeline2 {
2032
2027
  });
2033
2028
  (0, import_invariant8.invariant)(this._pipeline, void 0, {
2034
2029
  F: __dxlog_file10,
2035
- L: 356,
2030
+ L: 357,
2036
2031
  S: this,
2037
2032
  A: [
2038
2033
  "this._pipeline",
@@ -2044,7 +2039,7 @@ var DataPipeline = class DataPipeline2 {
2044
2039
  epoch: (0, import_log9.omit)(epoch, "proof")
2045
2040
  }, {
2046
2041
  F: __dxlog_file10,
2047
- L: 359,
2042
+ L: 360,
2048
2043
  S: this,
2049
2044
  C: (f, a) => f(...a)
2050
2045
  });
@@ -2054,7 +2049,7 @@ var DataPipeline = class DataPipeline2 {
2054
2049
  }
2055
2050
  (0, import_log9.log)("restarting pipeline from epoch", void 0, {
2056
2051
  F: __dxlog_file10,
2057
- L: 365,
2052
+ L: 366,
2058
2053
  S: this,
2059
2054
  C: (f, a) => f(...a)
2060
2055
  });
@@ -2065,7 +2060,7 @@ var DataPipeline = class DataPipeline2 {
2065
2060
  async waitUntilTimeframe(timeframe) {
2066
2061
  (0, import_invariant8.invariant)(this._pipeline, "Pipeline is not initialized.", {
2067
2062
  F: __dxlog_file10,
2068
- L: 372,
2063
+ L: 373,
2069
2064
  S: this,
2070
2065
  A: [
2071
2066
  "this._pipeline",
@@ -2077,7 +2072,7 @@ var DataPipeline = class DataPipeline2 {
2077
2072
  async createEpoch() {
2078
2073
  (0, import_invariant8.invariant)(this._pipeline, void 0, {
2079
2074
  F: __dxlog_file10,
2080
- L: 378,
2075
+ L: 379,
2081
2076
  S: this,
2082
2077
  A: [
2083
2078
  "this._pipeline",
@@ -2086,7 +2081,7 @@ var DataPipeline = class DataPipeline2 {
2086
2081
  });
2087
2082
  (0, import_invariant8.invariant)(this.currentEpoch, void 0, {
2088
2083
  F: __dxlog_file10,
2089
- L: 379,
2084
+ L: 380,
2090
2085
  S: this,
2091
2086
  A: [
2092
2087
  "this.currentEpoch",
@@ -2117,7 +2112,7 @@ var DataPipeline = class DataPipeline2 {
2117
2112
  } catch (err) {
2118
2113
  import_log9.log.catch(err, void 0, {
2119
2114
  F: __dxlog_file10,
2120
- L: 409,
2115
+ L: 410,
2121
2116
  S: this,
2122
2117
  C: (f, a) => f(...a)
2123
2118
  });