@myxtra/authentication-green 1.7.7-alpha.0 → 1.8.0

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.
@@ -8987,7 +8987,7 @@ class sh extends HTMLElement {
8987
8987
  async connectedCallback() {
8988
8988
  const t = this.attachShadow({ mode: "open" });
8989
8989
  uh(t);
8990
- const n = Rd(t), r = (await import("./App-9bb5c8e4.mjs")).default;
8990
+ const n = Rd(t), r = (await import("./App-ad762d98.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-4811c5e9.mjs";
1
+ import { c as f } from "./index-cff84219.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.7.7-alpha.0",
3
+ "version": "1.8.0",
4
4
  "main": "./dist/xtra-authentication.mjs",
5
5
  "publishConfig": {
6
6
  "access": "public",
@@ -19,9 +19,9 @@
19
19
  "translations:pull": "crowdin pull && prettier --write './src/assets/locales'"
20
20
  },
21
21
  "dependencies": {
22
- "@myxtra/authentication-react": "1.8.0-alpha.1",
23
- "@myxtra/shared": "1.8.0-alpha.0",
24
- "@myxtra/ui-react": "1.8.0-alpha.1",
22
+ "@myxtra/authentication-react": "1.8.0",
23
+ "@myxtra/shared": "1.8.0",
24
+ "@myxtra/ui-react": "1.8.0",
25
25
  "@tanstack/react-query": "^4.33.0",
26
26
  "clsx": "^2.0.0",
27
27
  "i18next": "^22.5.1",