@live-change/db-admin 0.6.21 → 0.6.23

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.
@@ -124,7 +124,7 @@
124
124
  import { useRoute } from 'vue-router'
125
125
  const route = useRoute()
126
126
 
127
- const viewType = computed(() => route.meta.viewType ?? 'simple' )
127
+ const viewType = computed(() => route?.meta?.viewType ?? 'simple' )
128
128
 
129
129
  import { api } from "@live-change/vue3-ssr"
130
130
  const dao = api().source
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/db-admin",
3
- "version": "0.6.21",
3
+ "version": "0.6.23",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --initScript ./init.js --dbAccess",
@@ -17,11 +17,11 @@
17
17
  "debug": "node --inspect-brk server"
18
18
  },
19
19
  "dependencies": {
20
- "@live-change/cli": "0.7.32",
21
- "@live-change/dao": "0.5.21",
22
- "@live-change/dao-vue3": "0.5.21",
23
- "@live-change/dao-websocket": "0.5.21",
24
- "@live-change/framework": "0.7.32",
20
+ "@live-change/cli": "0.7.33",
21
+ "@live-change/dao": "0.5.22",
22
+ "@live-change/dao-vue3": "0.5.22",
23
+ "@live-change/dao-websocket": "0.5.22",
24
+ "@live-change/framework": "0.7.33",
25
25
  "@live-change/vue3-components": "0.2.29",
26
26
  "@live-change/vue3-ssr": "0.2.29",
27
27
  "@vitejs/plugin-vue": "^4.3.4",
@@ -50,7 +50,7 @@
50
50
  "vue3-scroll-border": "0.1.5"
51
51
  },
52
52
  "devDependencies": {
53
- "@live-change/codeceptjs-helper": "0.7.32",
53
+ "@live-change/codeceptjs-helper": "0.7.33",
54
54
  "@wdio/selenium-standalone-service": "^8.15.0",
55
55
  "codeceptjs": "^3.5.4",
56
56
  "generate-password": "1.7.0",
@@ -62,5 +62,5 @@
62
62
  "author": "",
63
63
  "license": "ISC",
64
64
  "description": "",
65
- "gitHead": "23e76536520d553e1caaf7ec6340df736f4cc9fd"
65
+ "gitHead": "0998da21c5082239a24d631110b33a5b00310a07"
66
66
  }