@live-change/access-control-frontend 0.2.50 → 0.2.52

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.
Files changed (2) hide show
  1. package/front/src/App.vue +10 -4
  2. package/package.json +30 -31
package/front/src/App.vue CHANGED
@@ -15,15 +15,21 @@
15
15
  import ViewRoot from "@live-change/frontend-base/ViewRoot.vue"
16
16
  import "./notifications"
17
17
 
18
-
19
- import { useMeta } from 'vue-meta'
20
- const { meta } = useMeta({
18
+ import { computed } from 'vue'
19
+ import { useHead } from '@vueuse/head'
20
+ useHead(computed(() => ({
21
21
  title: 'Title',
22
+ meta: [
23
+ { charset: 'utf-8' },
24
+ { name: 'viewport',
25
+ content: "user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1," +
26
+ " width=device-width, viewport-fit=cover" }
27
+ ],
22
28
  htmlAttrs: {
23
29
  lang: 'en',
24
30
  amp: true
25
31
  }
26
- })
32
+ })))
27
33
 
28
34
  import { watch } from 'vue'
29
35
  import { client as useClient, useApi } from '@live-change/vue3-ssr'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/access-control-frontend",
3
- "version": "0.2.50",
3
+ "version": "0.2.52",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -20,50 +20,49 @@
20
20
  "debug": "node --inspect-brk server"
21
21
  },
22
22
  "dependencies": {
23
- "@live-change/access-control-service": "0.3.25",
24
- "@live-change/cli": "0.7.26",
25
- "@live-change/dao": "0.5.19",
26
- "@live-change/dao-vue3": "0.5.19",
27
- "@live-change/dao-websocket": "0.5.19",
28
- "@live-change/db-admin": "0.6.11",
29
- "@live-change/framework": "0.7.26",
30
- "@live-change/frontend-base": "^0.2.50",
31
- "@live-change/password-authentication-service": "0.3.25",
32
- "@live-change/secret-code-service": "0.3.25",
33
- "@live-change/secret-link-service": "0.3.25",
34
- "@live-change/session-service": "0.3.25",
35
- "@live-change/user-frontend": "^0.2.50",
36
- "@live-change/user-service": "0.3.25",
37
- "@live-change/vue3-components": "0.2.26",
38
- "@live-change/vue3-ssr": "0.2.26",
39
- "@vueuse/core": "^9.1.0",
23
+ "@live-change/access-control-service": "0.3.29",
24
+ "@live-change/cli": "0.7.30",
25
+ "@live-change/dao": "0.5.20",
26
+ "@live-change/dao-vue3": "0.5.20",
27
+ "@live-change/dao-websocket": "0.5.20",
28
+ "@live-change/db-admin": "0.6.15",
29
+ "@live-change/framework": "0.7.30",
30
+ "@live-change/frontend-base": "^0.2.52",
31
+ "@live-change/password-authentication-service": "0.3.29",
32
+ "@live-change/secret-code-service": "0.3.29",
33
+ "@live-change/secret-link-service": "0.3.29",
34
+ "@live-change/session-service": "0.3.29",
35
+ "@live-change/user-frontend": "^0.2.52",
36
+ "@live-change/user-service": "0.3.29",
37
+ "@live-change/vue3-components": "0.2.28",
38
+ "@live-change/vue3-ssr": "0.2.28",
39
+ "@vueuse/core": "^10.4.1",
40
40
  "codeceptjs-assert": "^0.0.5",
41
41
  "compression": "^1.7.4",
42
42
  "cross-env": "^7.0.3",
43
43
  "get-port-sync": "1.0.1",
44
- "primeflex": "^3.3.0",
44
+ "primeflex": "^3.3.1",
45
45
  "primeicons": "^6.0.1",
46
- "primevue": "^3.28.0",
46
+ "primevue": "^3.34.1",
47
47
  "rollup-plugin-node-builtins": "^2.1.2",
48
- "rollup-plugin-visualizer": "5.6.0",
49
- "serialize-javascript": "^6.0.0",
48
+ "rollup-plugin-visualizer": "5.9.2",
49
+ "serialize-javascript": "^6.0.1",
50
50
  "serve-static": "^1.15.0",
51
- "vue-meta": "^3.0.0-alpha.9",
52
- "vue-router": "^4.1.3",
51
+ "vue-router": "^4.2.4",
53
52
  "vue3-scroll-border": "0.1.5"
54
53
  },
55
54
  "devDependencies": {
56
- "@live-change/codeceptjs-helper": "0.7.26",
57
- "@wdio/selenium-standalone-service": "^7.20.8",
58
- "codeceptjs": "^3.3.4",
55
+ "@live-change/codeceptjs-helper": "0.7.30",
56
+ "@wdio/selenium-standalone-service": "^8.15.0",
57
+ "codeceptjs": "^3.5.4",
59
58
  "generate-password": "1.7.0",
60
- "playwright": "^1.24.2",
59
+ "playwright": "^1.37.1",
61
60
  "random-profile-generator": "^2.3.0",
62
- "txtgen": "^3.0.2",
63
- "webdriverio": "^7.20.9"
61
+ "txtgen": "^3.0.6",
62
+ "webdriverio": "^8.16.6"
64
63
  },
65
64
  "author": "",
66
65
  "license": "BSD-3-Clause",
67
66
  "description": "",
68
- "gitHead": "4e4eb7581a3bdf85edc286a509c1ab91bf44a182"
67
+ "gitHead": "7c05ea8ee7cc24e95feeedf86b92b045e78e8dea"
69
68
  }