@dxos/echo-pipeline 0.3.11-main.cf6cc01 → 0.3.11-main.d56f337

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.
@@ -1481,7 +1481,7 @@ var __dxlog_file9 = "/home/runner/work/dxos/dxos/packages/core/echo/echo-pipelin
1481
1481
  var MESSAGES_PER_SNAPSHOT = 10;
1482
1482
  var AUTOMATIC_SNAPSHOT_DEBOUNCE_INTERVAL = 5e3;
1483
1483
  var TIMEFRAME_SAVE_DEBOUNCE_INTERVAL = 5e3;
1484
- var DataPipeline = class DataPipeline2 {
1484
+ var DataPipeline = class {
1485
1485
  constructor(_params) {
1486
1486
  this._params = _params;
1487
1487
  this._ctx = new Context4();
@@ -1955,7 +1955,7 @@ var __dxlog_file10 = "/home/runner/work/dxos/dxos/packages/core/echo/echo-pipeli
1955
1955
  var TIMEFRAME_SAVE_DEBOUNCE_INTERVAL2 = 500;
1956
1956
  var CONTROL_PIPELINE_SNAPSHOT_DELAY = 1e4;
1957
1957
  var USE_SNAPSHOTS = true;
1958
- var ControlPipeline = class ControlPipeline2 {
1958
+ var ControlPipeline = class {
1959
1959
  constructor({ spaceKey, genesisFeed, feedProvider, metadataStore }) {
1960
1960
  this._ctx = new Context5();
1961
1961
  this._lastTimeframeSaveTime = Date.now();
@@ -2201,7 +2201,7 @@ function _ts_decorate6(decorators, target, key, desc) {
2201
2201
  return c > 3 && r && Object.defineProperty(target, key, r), r;
2202
2202
  }
2203
2203
  var __dxlog_file11 = "/home/runner/work/dxos/dxos/packages/core/echo/echo-pipeline/src/space/space.ts";
2204
- var Space = class Space2 {
2204
+ var Space = class {
2205
2205
  constructor(params) {
2206
2206
  this._addFeedLock = new Lock();
2207
2207
  this.onCredentialProcessed = new Callback2();
@@ -2585,7 +2585,7 @@ var SpaceProtocolSession = class {
2585
2585
  this.replicator = new ReplicatorExtension().setOptions({
2586
2586
  upload: true
2587
2587
  });
2588
- this._authStatus = AuthStatus.INITIAL;
2588
+ this._authStatus = "INITIAL";
2589
2589
  this._wireParams = wireParams;
2590
2590
  this._swarmIdentity = swarmIdentity;
2591
2591
  this._onSessionAuth = onSessionAuth;
@@ -2614,11 +2614,11 @@ var SpaceProtocolSession = class {
2614
2614
  S: this,
2615
2615
  C: (f, a) => f(...a)
2616
2616
  });
2617
- this._authStatus = AuthStatus.SUCCESS;
2617
+ this._authStatus = "SUCCESS";
2618
2618
  this._onSessionAuth?.(this._teleport);
2619
2619
  },
2620
2620
  onAuthFailure: () => {
2621
- this._authStatus = AuthStatus.FAILURE;
2621
+ this._authStatus = "FAILURE";
2622
2622
  this._onAuthFailure?.(this._teleport);
2623
2623
  }
2624
2624
  }));
@@ -2663,7 +2663,7 @@ function _ts_decorate8(decorators, target, key, desc) {
2663
2663
  return c > 3 && r && Object.defineProperty(target, key, r), r;
2664
2664
  }
2665
2665
  var __dxlog_file13 = "/home/runner/work/dxos/dxos/packages/core/echo/echo-pipeline/src/space/space-manager.ts";
2666
- var SpaceManager = class SpaceManager2 {
2666
+ var SpaceManager = class {
2667
2667
  constructor({ feedStore, networkManager, modelFactory, metadataStore, snapshotStore, blobStore }) {
2668
2668
  this._spaces = new ComplexMap6(PublicKey7.hash);
2669
2669
  this._instanceId = PublicKey7.random().toHex();
@@ -3046,4 +3046,4 @@ export {
3046
3046
  AutomergeHost,
3047
3047
  AutomergeStorageAdapter
3048
3048
  };
3049
- //# sourceMappingURL=chunk-WDT56L4E.mjs.map
3049
+ //# sourceMappingURL=chunk-44D2XTQP.mjs.map