saltfish 0.2.72 → 0.2.73

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.
@@ -82,7 +82,7 @@ export declare const TIMING: {
82
82
  readonly CURSOR_UPDATE_THROTTLE: 100;
83
83
  readonly ANALYTICS_FLUSH_INTERVAL: 30000;
84
84
  readonly USER_DATA_TIMEOUT: 5000;
85
- readonly STEP_TIMEOUT: 60000;
85
+ readonly STEP_TIMEOUT: 120000;
86
86
  readonly CURSOR_DEFAULT_DISTANCE: 100;
87
87
  readonly SESSION_EXPIRY: number;
88
88
  };
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.2.71";
1
+ export declare const VERSION = "0.2.73";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saltfish",
3
- "version": "0.2.72",
3
+ "version": "0.2.73",
4
4
  "description": "An interactive video-guided tour system for web applications",
5
5
  "main": "dist/saltfish-playlist-player.umd.js",
6
6
  "types": "dist/index.d.ts",