saltfish 0.2.64 → 0.2.65

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.
@@ -16,7 +16,7 @@ export declare class StateMachineActionHandler implements IStateMachineActionHan
16
16
  */
17
17
  registerStateMachineActions(): void;
18
18
  /**
19
- * Gets the appropriate video URL for a step, preferring compressedVideoUrl if available
19
+ * Gets the appropriate video URL for a step, preferring compressedUrl if available
20
20
  * Also checks for translations if a language is configured
21
21
  * Falls back to audioUrl if video URL is empty/missing
22
22
  */