@myxtra/authentication-green 2.7.0 → 2.8.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.
- package/dist/App-BFcRPC4w.js +3286 -0
- package/dist/{index-ja2JZ7Im.mjs → index-BZr861VF.js} +1309 -1856
- package/dist/xtra-authentication.js +4 -0
- package/package.json +29 -28
- package/dist/App-Cnf7pTr3.mjs +0 -3291
- package/dist/xtra-authentication.mjs +0 -4
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@myxtra/authentication-green",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"main": "./dist/xtra-authentication.mjs",
|
|
5
6
|
"publishConfig": {
|
|
6
7
|
"access": "public",
|
|
@@ -20,38 +21,38 @@
|
|
|
20
21
|
"typecheck": "tsc --noEmit"
|
|
21
22
|
},
|
|
22
23
|
"dependencies": {
|
|
23
|
-
"@myxtra/shared": "1.
|
|
24
|
-
"@myxtra/ui-react": "1.
|
|
25
|
-
"@tanstack/react-query": "^5.
|
|
26
|
-
"clsx": "^2.
|
|
27
|
-
"i18next": "^23.11.
|
|
24
|
+
"@myxtra/shared": "1.21.1",
|
|
25
|
+
"@myxtra/ui-react": "1.25.1",
|
|
26
|
+
"@tanstack/react-query": "^5.48.0",
|
|
27
|
+
"clsx": "^2.1.1",
|
|
28
|
+
"i18next": "^23.11.5",
|
|
28
29
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
29
30
|
"react": "^18.3.1",
|
|
30
31
|
"react-dom": "^18.3.1",
|
|
31
|
-
"react-i18next": "^14.1.
|
|
32
|
+
"react-i18next": "^14.1.2"
|
|
32
33
|
},
|
|
33
34
|
"devDependencies": {
|
|
34
|
-
"@crowdin/cli": "^
|
|
35
|
-
"@myxtra/api": "1.
|
|
36
|
-
"@myxtra/eslint-config": "1.
|
|
37
|
-
"@myxtra/stylelint-config": "1.
|
|
38
|
-
"@testing-library/dom": "^
|
|
39
|
-
"@testing-library/jest-dom": "^6.
|
|
40
|
-
"@testing-library/react": "^
|
|
41
|
-
"@testing-library/user-event": "^14.5.
|
|
42
|
-
"@types/react": "^18.
|
|
43
|
-
"@types/react-dom": "^18.
|
|
44
|
-
"@vitejs/plugin-react": "^4.
|
|
45
|
-
"@vitest/coverage-istanbul": "^
|
|
35
|
+
"@crowdin/cli": "^4.0.0",
|
|
36
|
+
"@myxtra/api": "1.8.1",
|
|
37
|
+
"@myxtra/eslint-config": "1.16.0",
|
|
38
|
+
"@myxtra/stylelint-config": "1.16.0",
|
|
39
|
+
"@testing-library/dom": "^10.2.0",
|
|
40
|
+
"@testing-library/jest-dom": "^6.4.6",
|
|
41
|
+
"@testing-library/react": "^16.0.0",
|
|
42
|
+
"@testing-library/user-event": "^14.5.2",
|
|
43
|
+
"@types/react": "^18.3.3",
|
|
44
|
+
"@types/react-dom": "^18.3.0",
|
|
45
|
+
"@vitejs/plugin-react": "^4.3.1",
|
|
46
|
+
"@vitest/coverage-istanbul": "^1.6.0",
|
|
46
47
|
"eslint": "^8.54.0",
|
|
47
|
-
"happy-dom": "^12.
|
|
48
|
-
"msw": "2.
|
|
49
|
-
"prettier": "^3.
|
|
50
|
-
"rollup-plugin-visualizer": "^5.
|
|
51
|
-
"stylelint": "^
|
|
52
|
-
"typescript": "^5.
|
|
53
|
-
"vite": "^5.
|
|
54
|
-
"vite-tsconfig-paths": "^4.2
|
|
55
|
-
"vitest": "^
|
|
48
|
+
"happy-dom": "^14.12.3",
|
|
49
|
+
"msw": "2.3.1",
|
|
50
|
+
"prettier": "^3.3.2",
|
|
51
|
+
"rollup-plugin-visualizer": "^5.12.0",
|
|
52
|
+
"stylelint": "^16.6.1",
|
|
53
|
+
"typescript": "^5.5.2",
|
|
54
|
+
"vite": "^5.3.1",
|
|
55
|
+
"vite-tsconfig-paths": "^4.3.2",
|
|
56
|
+
"vitest": "^1.6.0"
|
|
56
57
|
}
|
|
57
58
|
}
|