@myxtra/authentication-green 1.9.2 → 1.9.5

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.
@@ -9011,7 +9011,7 @@ class vh extends HTMLElement {
9011
9011
  async connectedCallback() {
9012
9012
  const t = this.attachShadow({ mode: "open" });
9013
9013
  Ih(t);
9014
- const n = Od(t), r = (await import("./App-3e43cbf0.mjs")).default;
9014
+ const n = Od(t), r = (await import("./App-123a0e54.mjs")).default;
9015
9015
  n.render(
9016
9016
  /* @__PURE__ */ nr.jsx(
9017
9017
  r,
@@ -1,4 +1,4 @@
1
- import { c as f } from "./index-405906b4.mjs";
1
+ import { c as f } from "./index-f380d606.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.9.2",
3
+ "version": "1.9.5",
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.9.2",
23
- "@myxtra/shared": "1.9.2",
24
- "@myxtra/ui-react": "1.9.2",
22
+ "@myxtra/authentication-react": "1.9.5",
23
+ "@myxtra/shared": "1.9.4",
24
+ "@myxtra/ui-react": "1.9.5",
25
25
  "@tanstack/react-query": "^4.33.0",
26
26
  "clsx": "^2.0.0",
27
27
  "i18next": "^22.5.1",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@crowdin/cli": "^3.13.0",
36
- "@myxtra/eslint-config-react": "1.9.2",
37
- "@myxtra/stylelint-config": "1.9.2",
36
+ "@myxtra/eslint-config-react": "1.9.4",
37
+ "@myxtra/stylelint-config": "1.9.4",
38
38
  "@testing-library/dom": "^9.3.1",
39
39
  "@testing-library/jest-dom": "^6.0.1",
40
40
  "@testing-library/react": "^14.0.0",