@live-change/user-frontend 0.8.12 → 0.8.13
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/.nx/cache/file-map.json +59 -43
- package/.nx/cache/nx_files.nxt +0 -0
- package/build-stats/ssr-srcentryserverjs-outDir-distserver.html +1 -1
- package/build-stats/ssrManifest-outDir-distclient.html +1 -1
- package/front/src/connected/Connected.vue +55 -18
- package/front/src/message-auth/MessageSent.vue +1 -1
- package/front/src/message-auth/routes.js +20 -5
- package/front/src/message-auth/sms/ConnectSms.vue +69 -0
- package/front/src/message-auth/sms/ResetPasswordSms.vue +67 -0
- package/front/src/message-auth/sms/SignInSms.vue +68 -0
- package/front/src/message-auth/sms/SignUpSms.vue +66 -0
- package/front/src/nav/UserIcon.vue +1 -1
- package/package.json +26 -26
- package/server/app.config.js +2 -2
- package/server/services.list.js +2 -2
- package/server/start.js +1 -1
- /package/front/src/message-auth/{ConnectEmail.vue → email/ConnectEmail.vue} +0 -0
- /package/front/src/message-auth/{ResetPasswordEmail.vue → email/ResetPasswordEmail.vue} +0 -0
- /package/front/src/message-auth/{SignInEmail.vue → email/SignInEmail.vue} +0 -0
- /package/front/src/message-auth/{SignUpEmail.vue → email/SignUpEmail.vue} +0 -0
package/.nx/cache/file-map.json
CHANGED
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
"version": "6.0",
|
|
3
3
|
"nxVersion": "18.0.6",
|
|
4
4
|
"deps": {
|
|
5
|
-
"@live-change/cli": "0.8.
|
|
6
|
-
"@live-change/dao": "0.8.
|
|
7
|
-
"@live-change/dao-vue3": "0.8.
|
|
8
|
-
"@live-change/dao-websocket": "0.8.
|
|
9
|
-
"@live-change/email-service": "0.8.
|
|
10
|
-
"@live-change/framework": "0.8.
|
|
11
|
-
"@live-change/identicon-service": "0.8.
|
|
12
|
-
"@live-change/image-frontend": "0.8.
|
|
13
|
-
"@live-change/message-authentication-service": "0.8.
|
|
14
|
-
"@live-change/notification-service": "0.8.
|
|
15
|
-
"@live-change/password-authentication-service": "0.8.
|
|
16
|
-
"@live-change/pattern": "0.8.
|
|
17
|
-
"@live-change/secret-code-service": "0.8.
|
|
18
|
-
"@live-change/secret-link-service": "0.8.
|
|
19
|
-
"@live-change/security-frontend": "0.8.
|
|
20
|
-
"@live-change/security-service": "0.8.
|
|
21
|
-
"@live-change/session-service": "0.8.
|
|
22
|
-
"@live-change/timer-service": "0.8.
|
|
23
|
-
"@live-change/upload-service": "0.8.
|
|
24
|
-
"@live-change/user-identification-service": "0.8.
|
|
25
|
-
"@live-change/user-service": "0.8.
|
|
26
|
-
"@live-change/vue3-components": "0.8.
|
|
27
|
-
"@live-change/vue3-ssr": "0.8.
|
|
5
|
+
"@live-change/cli": "0.8.12",
|
|
6
|
+
"@live-change/dao": "0.8.12",
|
|
7
|
+
"@live-change/dao-vue3": "0.8.12",
|
|
8
|
+
"@live-change/dao-websocket": "0.8.12",
|
|
9
|
+
"@live-change/email-service": "0.8.12",
|
|
10
|
+
"@live-change/framework": "0.8.12",
|
|
11
|
+
"@live-change/identicon-service": "0.8.12",
|
|
12
|
+
"@live-change/image-frontend": "0.8.12",
|
|
13
|
+
"@live-change/message-authentication-service": "0.8.12",
|
|
14
|
+
"@live-change/notification-service": "0.8.12",
|
|
15
|
+
"@live-change/password-authentication-service": "0.8.12",
|
|
16
|
+
"@live-change/pattern": "0.8.12",
|
|
17
|
+
"@live-change/secret-code-service": "0.8.12",
|
|
18
|
+
"@live-change/secret-link-service": "0.8.12",
|
|
19
|
+
"@live-change/security-frontend": "0.8.12",
|
|
20
|
+
"@live-change/security-service": "0.8.12",
|
|
21
|
+
"@live-change/session-service": "0.8.12",
|
|
22
|
+
"@live-change/timer-service": "0.8.12",
|
|
23
|
+
"@live-change/upload-service": "0.8.12",
|
|
24
|
+
"@live-change/user-identification-service": "0.8.12",
|
|
25
|
+
"@live-change/user-service": "0.8.12",
|
|
26
|
+
"@live-change/vue3-components": "0.8.12",
|
|
27
|
+
"@live-change/vue3-ssr": "0.8.12",
|
|
28
28
|
"@vueuse/core": "^10.7.2",
|
|
29
29
|
"codeceptjs-assert": "^0.0.5",
|
|
30
30
|
"codeceptjs-video-helper": "0.1.3",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"vue-router": "^4.2.5",
|
|
44
44
|
"vue3-scroll-border": "0.1.6",
|
|
45
45
|
"wtfnode": "^0.9.1",
|
|
46
|
-
"@live-change/codeceptjs-helper": "0.8.
|
|
46
|
+
"@live-change/codeceptjs-helper": "0.8.12",
|
|
47
47
|
"codeceptjs": "^3.5.12",
|
|
48
48
|
"generate-password": "1.7.1",
|
|
49
49
|
"playwright": "^1.41.2",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"file": "build-stats/ssr-srcentryserverjs-outDir-distserver.html",
|
|
65
|
-
"hash": "
|
|
65
|
+
"hash": "15674977906587638614"
|
|
66
66
|
},
|
|
67
67
|
{
|
|
68
68
|
"file": "build-stats/ssrManifest-outDir-distclient.html",
|
|
69
|
-
"hash": "
|
|
69
|
+
"hash": "9937488219705731107"
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
"file": "e2e/codecept.conf.js",
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
},
|
|
191
191
|
{
|
|
192
192
|
"file": "front/src/connected/Connected.vue",
|
|
193
|
-
"hash": "
|
|
193
|
+
"hash": "10216873437498206226"
|
|
194
194
|
},
|
|
195
195
|
{
|
|
196
196
|
"file": "front/src/connected/routes.js",
|
|
@@ -236,37 +236,53 @@
|
|
|
236
236
|
"file": "front/src/identification/routes.js",
|
|
237
237
|
"hash": "4602874923691672825"
|
|
238
238
|
},
|
|
239
|
-
{
|
|
240
|
-
"file": "front/src/message-auth/ConnectEmail.vue",
|
|
241
|
-
"hash": "15233744491515797343"
|
|
242
|
-
},
|
|
243
239
|
{
|
|
244
240
|
"file": "front/src/message-auth/MessageLink.vue",
|
|
245
241
|
"hash": "10909658230086475069"
|
|
246
242
|
},
|
|
247
243
|
{
|
|
248
244
|
"file": "front/src/message-auth/MessageSent.vue",
|
|
249
|
-
"hash": "
|
|
245
|
+
"hash": "15560413282579247889"
|
|
250
246
|
},
|
|
251
247
|
{
|
|
252
|
-
"file": "front/src/message-auth/
|
|
248
|
+
"file": "front/src/message-auth/email/ConnectEmail.vue",
|
|
249
|
+
"hash": "15233744491515797343"
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"file": "front/src/message-auth/email/ResetPasswordEmail.vue",
|
|
253
253
|
"hash": "11567183052215973601"
|
|
254
254
|
},
|
|
255
255
|
{
|
|
256
|
-
"file": "front/src/message-auth/SignInEmail.vue",
|
|
256
|
+
"file": "front/src/message-auth/email/SignInEmail.vue",
|
|
257
257
|
"hash": "9848166032809120864"
|
|
258
258
|
},
|
|
259
259
|
{
|
|
260
|
-
"file": "front/src/message-auth/SignUpEmail.vue",
|
|
260
|
+
"file": "front/src/message-auth/email/SignUpEmail.vue",
|
|
261
261
|
"hash": "1584124725715079142"
|
|
262
262
|
},
|
|
263
263
|
{
|
|
264
264
|
"file": "front/src/message-auth/routes.js",
|
|
265
|
-
"hash": "
|
|
265
|
+
"hash": "13711278663053249645"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"file": "front/src/message-auth/sms/ConnectSms.vue",
|
|
269
|
+
"hash": "6232771906744126156"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"file": "front/src/message-auth/sms/ResetPasswordSms.vue",
|
|
273
|
+
"hash": "11765209526602366399"
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"file": "front/src/message-auth/sms/SignInSms.vue",
|
|
277
|
+
"hash": "11869492728457312832"
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"file": "front/src/message-auth/sms/SignUpSms.vue",
|
|
281
|
+
"hash": "15934053910402828436"
|
|
266
282
|
},
|
|
267
283
|
{
|
|
268
284
|
"file": "front/src/nav/UserIcon.vue",
|
|
269
|
-
"hash": "
|
|
285
|
+
"hash": "1814392438544680556"
|
|
270
286
|
},
|
|
271
287
|
{
|
|
272
288
|
"file": "front/src/nav/UserMenu.vue",
|
|
@@ -282,11 +298,11 @@
|
|
|
282
298
|
},
|
|
283
299
|
{
|
|
284
300
|
"file": "front/src/notifications/NotificationsIcon.vue",
|
|
285
|
-
"hash": "
|
|
301
|
+
"hash": "5859352147455096267"
|
|
286
302
|
},
|
|
287
303
|
{
|
|
288
304
|
"file": "front/src/notifications/NotificationsList.vue",
|
|
289
|
-
"hash": "
|
|
305
|
+
"hash": "5494707014590733486"
|
|
290
306
|
},
|
|
291
307
|
{
|
|
292
308
|
"file": "front/src/notifications/NotificationsSettings.vue",
|
|
@@ -402,11 +418,11 @@
|
|
|
402
418
|
},
|
|
403
419
|
{
|
|
404
420
|
"file": "package.json",
|
|
405
|
-
"hash": "
|
|
421
|
+
"hash": "15809684074906840374"
|
|
406
422
|
},
|
|
407
423
|
{
|
|
408
424
|
"file": "server/app.config.js",
|
|
409
|
-
"hash": "
|
|
425
|
+
"hash": "7813236415109046263"
|
|
410
426
|
},
|
|
411
427
|
{
|
|
412
428
|
"file": "server/init-functions.js",
|
|
@@ -422,11 +438,11 @@
|
|
|
422
438
|
},
|
|
423
439
|
{
|
|
424
440
|
"file": "server/services.list.js",
|
|
425
|
-
"hash": "
|
|
441
|
+
"hash": "17402448086369010671"
|
|
426
442
|
},
|
|
427
443
|
{
|
|
428
444
|
"file": "server/start.js",
|
|
429
|
-
"hash": "
|
|
445
|
+
"hash": "12152681523604331573"
|
|
430
446
|
}
|
|
431
447
|
]
|
|
432
448
|
}
|
package/.nx/cache/nx_files.nxt
CHANGED
|
Binary file
|