@live-change/user-frontend 0.8.24 → 0.8.27

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/front/src/App.vue CHANGED
@@ -41,7 +41,7 @@
41
41
 
42
42
  const api = useApi()
43
43
  import emailValidator from "@live-change/email-service/clientEmailValidator.js"
44
- import phoneValidator from "@live-change/smsapi-service/clientPhoneValidator.js"
44
+ import phoneValidator from "@live-change/phone-service/clientPhoneValidator.js"
45
45
  import passwordValidator from "@live-change/password-authentication-service/clientPasswordValidator.js"
46
46
  api.validators.email = emailValidator
47
47
  api.validators.phone = phoneValidator
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.8.24",
3
+ "version": "0.8.27",
4
4
  "scripts": {
5
5
  "memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
7
- "localDev": "node --inspect --expose-gc server/start.js localDev --enableSessions",
7
+ "localDev": "node --inspect --expose-gc server/start.js localDev --enableSessions --dbAccess",
8
8
  "dev": "node --inspect --expose-gc server/start.js dev --enableSessions",
9
9
  "ssrDev": "node server/start.js ssrDev --enableSessions",
10
10
  "serveAllMem": "cross-env NODE_ENV=production lcli ssrServer --withApi --withServices --updateServices --enableSessions --withDb --dbBackend mem --createDb",
@@ -22,29 +22,29 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/cli": "^0.8.24",
26
- "@live-change/dao": "^0.8.24",
27
- "@live-change/dao-vue3": "^0.8.24",
28
- "@live-change/dao-websocket": "^0.8.24",
29
- "@live-change/email-service": "^0.8.24",
30
- "@live-change/framework": "^0.8.24",
31
- "@live-change/identicon-service": "^0.8.24",
32
- "@live-change/image-frontend": "^0.8.24",
33
- "@live-change/message-authentication-service": "^0.8.24",
34
- "@live-change/notification-service": "^0.8.24",
35
- "@live-change/password-authentication-service": "^0.8.24",
36
- "@live-change/pattern": "^0.8.24",
37
- "@live-change/secret-code-service": "^0.8.24",
38
- "@live-change/secret-link-service": "^0.8.24",
39
- "@live-change/security-frontend": "^0.8.24",
40
- "@live-change/security-service": "^0.8.24",
41
- "@live-change/session-service": "^0.8.24",
42
- "@live-change/timer-service": "^0.8.24",
43
- "@live-change/upload-service": "^0.8.24",
44
- "@live-change/user-identification-service": "^0.8.24",
45
- "@live-change/user-service": "^0.8.24",
46
- "@live-change/vue3-components": "^0.8.24",
47
- "@live-change/vue3-ssr": "^0.8.24",
25
+ "@live-change/cli": "^0.8.27",
26
+ "@live-change/dao": "^0.8.27",
27
+ "@live-change/dao-vue3": "^0.8.27",
28
+ "@live-change/dao-websocket": "^0.8.27",
29
+ "@live-change/email-service": "^0.8.27",
30
+ "@live-change/framework": "^0.8.27",
31
+ "@live-change/identicon-service": "^0.8.27",
32
+ "@live-change/image-frontend": "^0.8.27",
33
+ "@live-change/message-authentication-service": "^0.8.27",
34
+ "@live-change/notification-service": "^0.8.27",
35
+ "@live-change/password-authentication-service": "^0.8.27",
36
+ "@live-change/pattern": "^0.8.27",
37
+ "@live-change/secret-code-service": "^0.8.27",
38
+ "@live-change/secret-link-service": "^0.8.27",
39
+ "@live-change/security-frontend": "^0.8.27",
40
+ "@live-change/security-service": "^0.8.27",
41
+ "@live-change/session-service": "^0.8.27",
42
+ "@live-change/timer-service": "^0.8.27",
43
+ "@live-change/upload-service": "^0.8.27",
44
+ "@live-change/user-identification-service": "^0.8.27",
45
+ "@live-change/user-service": "^0.8.27",
46
+ "@live-change/vue3-components": "^0.8.27",
47
+ "@live-change/vue3-ssr": "^0.8.27",
48
48
  "@vueuse/core": "^10.9.0",
49
49
  "codeceptjs-assert": "^0.0.5",
50
50
  "codeceptjs-video-helper": "0.1.3",
@@ -65,7 +65,7 @@
65
65
  "wtfnode": "^0.9.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@live-change/codeceptjs-helper": "^0.8.24",
68
+ "@live-change/codeceptjs-helper": "^0.8.27",
69
69
  "codeceptjs": "^3.5.12",
70
70
  "generate-password": "1.7.1",
71
71
  "playwright": "^1.41.2",
@@ -73,8 +73,8 @@
73
73
  "txtgen": "^3.0.6",
74
74
  "webdriverio": "^8.31.1"
75
75
  },
76
- "author": "",
76
+ "author": "Michał Łaszczewski <michal@laszczewski.pl>",
77
77
  "license": "BSD-3-Clause",
78
78
  "description": "",
79
- "gitHead": "63e942caccbcb1c9bfbd1a3ef1d097124514c5a7"
79
+ "gitHead": "9a84f91121fb5fc2c9fd2acb9a7e5a0a952d611e"
80
80
  }
@@ -69,6 +69,9 @@ app.config = {
69
69
  name: 'identicon',
70
70
  path: '@live-change/identicon-service'
71
71
  },
72
+ {
73
+ name: 'localeSettings'
74
+ },
72
75
  {
73
76
  name: 'notification',
74
77
  path: '@live-change/notification-service',
@@ -86,6 +89,7 @@ app.config = {
86
89
  {
87
90
  name: 'backup',
88
91
  path: '@live-change/backup-service',
92
+ clearEvents: true
89
93
  }
90
94
 
91
95
  // { path: '@live-change/google-account-service' },
package/server/start.js CHANGED
@@ -10,7 +10,7 @@ import { starter } from '@live-change/cli'
10
10
 
11
11
  starter(appConfig)
12
12
 
13
- //*
13
+ /*
14
14
  import os from 'os'
15
15
  const formatMemoryUsage = (data) => `${Math.round(data / 1024 / 1024 * 100) / 100} MB`;
16
16
  const formatUptime = (data) => // dd:hh:mm:ss