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.
@@ -958,7 +958,7 @@ const STORAGE_KEYS = {
958
958
  };
959
959
  const TIMING = {
960
960
  // 5 seconds
961
- STEP_TIMEOUT: 6e4,
961
+ STEP_TIMEOUT: 12e4,
962
962
  // Session persistence
963
963
  SESSION_EXPIRY: 30 * 60 * 1e3
964
964
  // 30 minutes in milliseconds
@@ -1773,7 +1773,7 @@ __publicField(ErrorHandler, "DEFAULT_OPTIONS", {
1773
1773
  shouldTriggerEvent: false,
1774
1774
  shouldDestroy: false
1775
1775
  });
1776
- const VERSION = "0.2.71";
1776
+ const VERSION = "0.2.73";
1777
1777
  class PlayerInitializationService {
1778
1778
  constructor(managers) {
1779
1779
  __publicField(this, "managers");
@@ -10748,7 +10748,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
10748
10748
  __proto__: null,
10749
10749
  SaltfishPlayer
10750
10750
  }, Symbol.toStringTag, { value: "Module" }));
10751
- const version = "0.2.72";
10751
+ const version = "0.2.73";
10752
10752
  const packageJson = {
10753
10753
  version
10754
10754
  };