@live-change/user-frontend 0.9.179 → 0.9.180

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.
@@ -77,8 +77,13 @@
77
77
  "edit": "Edit",
78
78
  "view": "View",
79
79
  "close": "Close",
80
+ "ok": "OK",
81
+ "next": "Next",
80
82
  "testIndex": "Test Index",
81
- "addTestNotification": "Add test notification"
83
+ "addTestNotification": "Add test notification",
84
+ "rejected": "Rejected",
85
+ "rejectedDetail": "You have rejected",
86
+ "rememberMe": "Remember me"
82
87
  },
83
88
  "app": {
84
89
  "updateAvailable": "Update available!",
@@ -124,7 +129,9 @@
124
129
  "phone": "phone",
125
130
  "google": "Google",
126
131
  "linkedin": "LinkedIn",
127
- "github": "GitHub"
132
+ "github": "GitHub",
133
+ "accountConnected": "Account connected",
134
+ "accountConnectedSuccess": "Congratulations! You have successfully connected accounts."
128
135
  },
129
136
  "messageAuth": {
130
137
  "authenticationDone": "Authentication done",
@@ -140,23 +147,6 @@
140
147
  "linkExpiredDesc": "Your secret link already expired. To send another link click button below.",
141
148
  "resend": "Resend"
142
149
  },
143
- "common": {
144
- "or": "OR",
145
- "error": "Error",
146
- "success": "Success",
147
- "cancel": "Cancel",
148
- "save": "Save",
149
- "delete": "Delete",
150
- "edit": "Edit",
151
- "view": "View",
152
- "close": "Close",
153
- "ok": "OK",
154
- "next": "Next",
155
- "testIndex": "Test Index",
156
- "addTestNotification": "Add test notification",
157
- "rejected": "Rejected",
158
- "rejectedDetail": "You have rejected"
159
- },
160
150
  "deleteAccount": {
161
151
  "deleteAccount": "Delete account",
162
152
  "warning": "Account deletion is irreversible, check the box below only if you are 100% sure that you want to delete your account.",
@@ -282,15 +272,8 @@
282
272
  "suggestions": "Suggestions",
283
273
  "resetPasswordButton": "Reset password"
284
274
  },
285
- "common": {
286
- "rememberMe": "Remember me"
287
- },
288
275
  "signOut": {
289
276
  "title": "Sign Out",
290
277
  "signingOut": "Signing out"
291
- },
292
- "connected": {
293
- "accountConnected": "Account connected",
294
- "accountConnectedSuccess": "Congratulations! You have successfully connected accounts."
295
278
  }
296
279
  }
@@ -77,8 +77,13 @@
77
77
  "edit": "Edytuj",
78
78
  "view": "Pokaż",
79
79
  "close": "Zamknij",
80
+ "ok": "OK",
81
+ "next": "Dalej",
80
82
  "testIndex": "Indeks testowy",
81
- "addTestNotification": "Dodaj testowe powiadomienie"
83
+ "addTestNotification": "Dodaj testowe powiadomienie",
84
+ "rejected": "Odrzucone",
85
+ "rejectedDetail": "Odrzuciłeś",
86
+ "rememberMe": "Zapamiętaj mnie"
82
87
  },
83
88
  "app": {
84
89
  "updateAvailable": "Dostępna aktualizacja!",
@@ -124,7 +129,9 @@
124
129
  "phone": "telefon",
125
130
  "google": "Google",
126
131
  "linkedin": "LinkedIn",
127
- "github": "GitHub"
132
+ "github": "GitHub",
133
+ "accountConnected": "Konto połączone",
134
+ "accountConnectedSuccess": "Gratulacje! Pomyślnie połączyłeś konta."
128
135
  },
129
136
  "messageAuth": {
130
137
  "authenticationDone": "Uwierzytelnianie zakończone",
@@ -140,23 +147,6 @@
140
147
  "linkExpiredDesc": "Twój tajny link już wygasł. Aby wysłać kolejny link, kliknij przycisk poniżej.",
141
148
  "resend": "Wyślij ponownie"
142
149
  },
143
- "common": {
144
- "or": "LUB",
145
- "error": "Błąd",
146
- "success": "Sukces",
147
- "cancel": "Anuluj",
148
- "save": "Zapisz",
149
- "delete": "Usuń",
150
- "edit": "Edytuj",
151
- "view": "Pokaż",
152
- "close": "Zamknij",
153
- "ok": "OK",
154
- "next": "Dalej",
155
- "testIndex": "Indeks testowy",
156
- "addTestNotification": "Dodaj testowe powiadomienie",
157
- "rejected": "Odrzucone",
158
- "rejectedDetail": "Odrzuciłeś"
159
- },
160
150
  "deleteAccount": {
161
151
  "deleteAccount": "Usuń konto",
162
152
  "warning": "Usunięcie konta jest nieodwracalne, zaznacz pole poniżej tylko jeśli jesteś w 100% pewny, że chcesz usunąć swoje konto.",
@@ -282,15 +272,8 @@
282
272
  "suggestions": "Sugestie",
283
273
  "resetPasswordButton": "Resetuj hasło"
284
274
  },
285
- "common": {
286
- "rememberMe": "Zapamiętaj mnie"
287
- },
288
275
  "signOut": {
289
276
  "title": "Wyloguj się",
290
277
  "signingOut": "Wylogowywanie"
291
- },
292
- "connected": {
293
- "accountConnected": "Konto połączone",
294
- "accountConnectedSuccess": "Gratulacje! Pomyślnie połączyłeś konta."
295
278
  }
296
279
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.9.179",
3
+ "version": "0.9.180",
4
4
  "scripts": {
5
5
  "memDev": "tsx --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "tsx server/start.js localDev --enableSessions --initScript ./init.js --dbAccess",
@@ -36,29 +36,29 @@
36
36
  },
37
37
  "type": "module",
38
38
  "dependencies": {
39
- "@live-change/cli": "^0.9.179",
40
- "@live-change/dao": "^0.9.179",
41
- "@live-change/dao-vue3": "^0.9.179",
42
- "@live-change/dao-websocket": "^0.9.179",
43
- "@live-change/email-service": "^0.9.179",
44
- "@live-change/framework": "^0.9.179",
45
- "@live-change/identicon-service": "^0.9.179",
46
- "@live-change/image-frontend": "^0.9.179",
47
- "@live-change/message-authentication-service": "^0.9.179",
48
- "@live-change/notification-service": "^0.9.179",
49
- "@live-change/password-authentication-service": "^0.9.179",
50
- "@live-change/pattern": "^0.9.179",
51
- "@live-change/secret-code-service": "^0.9.179",
52
- "@live-change/secret-link-service": "^0.9.179",
53
- "@live-change/security-frontend": "^0.9.179",
54
- "@live-change/security-service": "^0.9.179",
55
- "@live-change/session-service": "^0.9.179",
56
- "@live-change/timer-service": "^0.9.179",
57
- "@live-change/upload-service": "^0.9.179",
58
- "@live-change/user-identification-service": "^0.9.179",
59
- "@live-change/user-service": "^0.9.179",
60
- "@live-change/vue3-components": "^0.9.179",
61
- "@live-change/vue3-ssr": "^0.9.179",
39
+ "@live-change/cli": "^0.9.180",
40
+ "@live-change/dao": "^0.9.180",
41
+ "@live-change/dao-vue3": "^0.9.180",
42
+ "@live-change/dao-websocket": "^0.9.180",
43
+ "@live-change/email-service": "^0.9.180",
44
+ "@live-change/framework": "^0.9.180",
45
+ "@live-change/identicon-service": "^0.9.180",
46
+ "@live-change/image-frontend": "^0.9.180",
47
+ "@live-change/message-authentication-service": "^0.9.180",
48
+ "@live-change/notification-service": "^0.9.180",
49
+ "@live-change/password-authentication-service": "^0.9.180",
50
+ "@live-change/pattern": "^0.9.180",
51
+ "@live-change/secret-code-service": "^0.9.180",
52
+ "@live-change/secret-link-service": "^0.9.180",
53
+ "@live-change/security-frontend": "^0.9.180",
54
+ "@live-change/security-service": "^0.9.180",
55
+ "@live-change/session-service": "^0.9.180",
56
+ "@live-change/timer-service": "^0.9.180",
57
+ "@live-change/upload-service": "^0.9.180",
58
+ "@live-change/user-identification-service": "^0.9.180",
59
+ "@live-change/user-service": "^0.9.180",
60
+ "@live-change/vue3-components": "^0.9.180",
61
+ "@live-change/vue3-ssr": "^0.9.180",
62
62
  "@vueuse/core": "^12.3.0",
63
63
  "codeceptjs-assert": "^0.0.5",
64
64
  "codeceptjs-video-helper": "0.1.3",
@@ -79,7 +79,7 @@
79
79
  "wtfnode": "^0.9.1"
80
80
  },
81
81
  "devDependencies": {
82
- "@live-change/codeceptjs-helper": "^0.9.179",
82
+ "@live-change/codeceptjs-helper": "^0.9.180",
83
83
  "codeceptjs": "^3.6.10",
84
84
  "generate-password": "1.7.1",
85
85
  "playwright": "1.49.1",
@@ -90,5 +90,5 @@
90
90
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
91
91
  "license": "BSD-3-Clause",
92
92
  "description": "",
93
- "gitHead": "060955f28289df05d8f7da24191e42f5840c2e6b"
93
+ "gitHead": "c6ee30c8f36f989714e8fc7ec71daadb895b2b6e"
94
94
  }