@arch-cadre/auth-google 0.0.1 → 1.0.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/locales/pl/global.json +14 -0
- package/package.json +7 -7
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Settings saved successfully": "Ustawienia zostały zapisane pomyślnie",
|
|
3
|
+
"Failed to save settings. Please check your configuration and try again.": "Nie udało się zapisać ustawień. Sprawdź swoją konfigurację i spróbuj ponownie.",
|
|
4
|
+
"Google Auth": "Autoryzacja Google",
|
|
5
|
+
"Google Authentication Settings": "Ustawienia uwierzytelniania Google",
|
|
6
|
+
"Configure your Google OAuth2 credentials. You can find these in the Google Cloud Console.": "Skonfiguruj swoje dane uwierzytelniające Google OAuth2. Znajdziesz je w Google Cloud Console.",
|
|
7
|
+
"Client ID": "Identyfikator klienta",
|
|
8
|
+
"Client Secret": "Sekret Klienta",
|
|
9
|
+
"Redirect URI": "URI przekierowania",
|
|
10
|
+
"Must match exactly with Google Cloud Console configuration.": "Musi dokładnie pasować do konfiguracji Google Cloud Console.",
|
|
11
|
+
"Save Configuration": "Zapisz konfigurację",
|
|
12
|
+
"Continue with Google": "Kontynuuj z Google",
|
|
13
|
+
"Security": "Bezpieczeństwo"
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arch-cadre/auth-google",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Google Auth module for Kryo framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -25,9 +25,9 @@
|
|
|
25
25
|
"build": "unbuild"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@arch-cadre/modules": "^0.0.
|
|
28
|
+
"@arch-cadre/modules": "^0.0.16",
|
|
29
29
|
"@hookform/resolvers": "^3.10.0",
|
|
30
|
-
"@arch-cadre/ui": "^0.0.
|
|
30
|
+
"@arch-cadre/ui": "^0.0.16",
|
|
31
31
|
"arctic": "^3.7.0",
|
|
32
32
|
"lucide-react": "^0.475.0",
|
|
33
33
|
"react-hook-form": "^7.54.2",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"zod": "^3.24.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@arch-cadre/core": "^0.0.
|
|
39
|
-
"@arch-cadre/intl": "^0.0.
|
|
38
|
+
"@arch-cadre/core": "^0.0.16",
|
|
39
|
+
"@arch-cadre/intl": "^0.0.16",
|
|
40
40
|
"@types/react": "^19",
|
|
41
41
|
"next": "16.1.1",
|
|
42
42
|
"react": "^19.0.0",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"unbuild": "^3.6.1"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@arch-cadre/core": "^0.0.
|
|
48
|
-
"@arch-cadre/ui": "^0.0.
|
|
47
|
+
"@arch-cadre/core": "^0.0.16",
|
|
48
|
+
"@arch-cadre/ui": "^0.0.16",
|
|
49
49
|
"next": ">=13.0.0",
|
|
50
50
|
"react": "^19.0.0"
|
|
51
51
|
},
|