saltfish 0.2.48 → 0.2.49

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.
@@ -3365,7 +3365,7 @@ function handleStepEvents(eventData, store, eventManager, prevStepId) {
3365
3365
  manifestId: (_b = store.manifest) == null ? void 0 : _b.id,
3366
3366
  hasManifest: !!store.manifest
3367
3367
  });
3368
- const shouldTriggerStepEnded = prevStepId && store.manifest && (prevStepId !== currentStepId || currentState === "waitingForInteraction" || currentState === "autoplayBlocked" || currentState === "completed");
3368
+ const shouldTriggerStepEnded = prevStepId && store.manifest && (prevStepId !== currentStepId || currentState === "waitingForInteraction" || currentState === "completed");
3369
3369
  log("EventUpdater.handleStepEvents: Step ended check", {
3370
3370
  hasManifest: !!store.manifest
3371
3371
  });
@@ -10318,7 +10318,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
10318
10318
  __proto__: null,
10319
10319
  SaltfishPlayer
10320
10320
  }, Symbol.toStringTag, { value: "Module" }));
10321
- const version = "0.2.48";
10321
+ const version = "0.2.49";
10322
10322
  const packageJson = {
10323
10323
  version
10324
10324
  };