@dxos/client-services 0.1.58-main.f5feb2a → 0.1.58-main.fa022ee

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.
@@ -2471,7 +2471,7 @@ import { STORAGE_VERSION } from "@dxos/protocols";
2471
2471
  import { SpaceMember } from "@dxos/protocols/proto/dxos/client/services";
2472
2472
 
2473
2473
  // packages/sdk/client-services/src/version.ts
2474
- var DXOS_VERSION = "0.1.58-main.f5feb2a";
2474
+ var DXOS_VERSION = "0.1.58-main.fa022ee";
2475
2475
 
2476
2476
  // packages/sdk/client-services/src/packlets/services/platform.ts
2477
2477
  var getPlatform = () => {
@@ -3747,7 +3747,7 @@ var SpacesServiceImpl = class {
3747
3747
  subscriptions.add(space.stateUpdate.on(ctx, () => scheduler.forceTrigger()));
3748
3748
  subscriptions.add(space.presence.updated.on(ctx, () => scheduler.trigger()));
3749
3749
  subscriptions.add(space.dataPipeline.onNewEpoch.on(ctx, () => scheduler.trigger()));
3750
- space.inner.controlPipeline.state.timeframeUpdate.on(ctx, () => scheduler.trigger());
3750
+ subscriptions.add(space.inner.controlPipeline.state.timeframeUpdate.on(ctx, () => scheduler.trigger()));
3751
3751
  if (space.dataPipeline.pipelineState) {
3752
3752
  subscriptions.add(space.dataPipeline.pipelineState.timeframeUpdate.on(ctx, () => scheduler.trigger()));
3753
3753
  }
@@ -5005,4 +5005,4 @@ export {
5005
5005
  createDefaultModelFactory,
5006
5006
  ClientServicesHost
5007
5007
  };
5008
- //# sourceMappingURL=chunk-L426VUEE.mjs.map
5008
+ //# sourceMappingURL=chunk-SNPC4XOB.mjs.map