@maxtropy/v-components 0.0.5-beta.1 → 0.0.5-beta.2

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.
@@ -8633,7 +8633,7 @@ function Hl() {
8633
8633
  oy().then(() => {
8634
8634
  document.cookie = "isvAppToken=;expires=Thu,01 Jan 1970 00:00:00 UTC;path=/;";
8635
8635
  const e = new URL(window.location.href);
8636
- window.location.assign("/server/landing?to=" + encodeURIComponent(e.toString()));
8636
+ e.searchParams.delete("isvAppToken"), window.location.assign("/server/landing?to=" + encodeURIComponent(e.toString()));
8637
8637
  });
8638
8638
  }
8639
8639
  const rI = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.0.5-beta.1",
3
+ "version": "0.0.5-beta.2",
4
4
  "files": [
5
5
  "dist"
6
6
  ],