@myxtra/authentication-green 1.1.0 → 1.1.1

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.
@@ -1,4 +1,4 @@
1
- import { r as c, j as n, g as wt, u as z, a as Qe, b as _t, E as Rt } from "./index-74504e6b.mjs";
1
+ import { r as c, j as n, g as wt, u as z, a as Qe, b as _t, E as Rt } from "./index-b97019f1.mjs";
2
2
  class B {
3
3
  constructor() {
4
4
  this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
@@ -3065,7 +3065,8 @@ const Ar = () => {
3065
3065
  throw s.status === 401 ? new Te(`${s.status} - ${s.statusText}`) : new Error("Network response was not ok");
3066
3066
  return await s.json();
3067
3067
  },
3068
- retry: (s, r) => r instanceof Te ? !1 : 3
3068
+ retry: (s, r) => r instanceof Te ? !1 : 3,
3069
+ refetchOnWindowFocus: !1
3069
3070
  });
3070
3071
  }, Ct = () => {
3071
3072
  var u, l;
@@ -8987,7 +8987,7 @@ class uh extends HTMLElement {
8987
8987
  async connectedCallback() {
8988
8988
  const t = this.attachShadow({ mode: "open" });
8989
8989
  ah(t);
8990
- const n = Od(t), r = (await import("./App-20b60b00.mjs")).default;
8990
+ const n = Od(t), r = (await import("./App-8f374c95.mjs")).default;
8991
8991
  n.render(
8992
8992
  /* @__PURE__ */ nr.jsx(
8993
8993
  r,
@@ -1,4 +1,4 @@
1
- import { c as f } from "./index-74504e6b.mjs";
1
+ import { c as f } from "./index-b97019f1.mjs";
2
2
  export {
3
3
  f as default
4
4
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myxtra/authentication-green",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "main": "./dist/xtra-authentication.mjs",
5
5
  "publishConfig": {
6
6
  "access": "public",