saltfish 0.3.5 → 0.3.6

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.
@@ -2958,7 +2958,7 @@ class StateMachineActionHandler {
2958
2958
  return true;
2959
2959
  }
2960
2960
  const checkUrl = () => {
2961
- const currentUrl = window.location.href.split("#")[0];
2961
+ const currentUrl = window.location.href;
2962
2962
  const currentPath = window.location.pathname;
2963
2963
  let matches = false;
2964
2964
  if (matchType === "regex") {
@@ -8660,7 +8660,7 @@ class TransitionManager {
8660
8660
  if (!pattern) {
8661
8661
  return false;
8662
8662
  }
8663
- const currentUrl = window.location.href.split("#")[0];
8663
+ const currentUrl = window.location.href;
8664
8664
  const currentPath = window.location.pathname;
8665
8665
  const escapedPattern = pattern.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
8666
8666
  const regexPattern = escapedPattern.replace(/\\\*/g, ".*");
@@ -8679,7 +8679,7 @@ class TransitionManager {
8679
8679
  if (!pattern) {
8680
8680
  return true;
8681
8681
  }
8682
- const currentUrl = window.location.href.split("#")[0];
8682
+ const currentUrl = window.location.href;
8683
8683
  const currentPath = window.location.pathname;
8684
8684
  if (matchType === "regex") {
8685
8685
  try {
@@ -11251,7 +11251,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
11251
11251
  __proto__: null,
11252
11252
  SaltfishPlayer
11253
11253
  }, Symbol.toStringTag, { value: "Module" }));
11254
- const version = "0.3.5";
11254
+ const version = "0.3.6";
11255
11255
  const packageJson = {
11256
11256
  version
11257
11257
  };