@live-change/db-admin 0.8.15 → 0.8.17
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/router.js +1 -1
- package/package.json +12 -12
package/front/src/router.js
CHANGED
|
@@ -34,7 +34,7 @@ export async function sitemap(route, api) {
|
|
|
34
34
|
import { client as useClient } from '@live-change/vue3-ssr'
|
|
35
35
|
|
|
36
36
|
export function createRouter(app, config) {
|
|
37
|
-
console.log("APP CTX", app._context)
|
|
37
|
+
//console.log("APP CTX", app._context)
|
|
38
38
|
const client = useClient(app._context)
|
|
39
39
|
const router = _createRouter({
|
|
40
40
|
// use appropriate history implementation for server/client
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/db-admin",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.17",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --initScript ./init.js --dbAccess",
|
|
@@ -18,14 +18,14 @@
|
|
|
18
18
|
},
|
|
19
19
|
"type": "module",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@live-change/dao": "^0.8.
|
|
22
|
-
"@live-change/dao-vue3": "^0.8.
|
|
23
|
-
"@live-change/dao-websocket": "^0.8.
|
|
24
|
-
"@live-change/framework": "^0.8.
|
|
25
|
-
"@live-change/vue3-components": "^0.8.
|
|
26
|
-
"@live-change/vue3-ssr": "^0.8.
|
|
21
|
+
"@live-change/dao": "^0.8.17",
|
|
22
|
+
"@live-change/dao-vue3": "^0.8.17",
|
|
23
|
+
"@live-change/dao-websocket": "^0.8.17",
|
|
24
|
+
"@live-change/framework": "^0.8.17",
|
|
25
|
+
"@live-change/vue3-components": "^0.8.17",
|
|
26
|
+
"@live-change/vue3-ssr": "^0.8.17",
|
|
27
27
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
28
|
-
"@vueuse/core": "^10.
|
|
28
|
+
"@vueuse/core": "^10.9.0",
|
|
29
29
|
"@vueuse/head": "^2.0.0",
|
|
30
30
|
"codeceptjs-assert": "^0.0.5",
|
|
31
31
|
"compression": "^1.7.4",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"find-free-ports": "^3.1.1",
|
|
34
34
|
"javascript-stringify": "^2.1.0",
|
|
35
35
|
"primeflex": "^3.3.1",
|
|
36
|
-
"primeicons": "^
|
|
37
|
-
"primevue": "^3.
|
|
36
|
+
"primeicons": "^7.0.0",
|
|
37
|
+
"primevue": "^3.51.0",
|
|
38
38
|
"prism-es6": "^1.2.0",
|
|
39
39
|
"prismjs": "^1.29.0",
|
|
40
40
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"vue3-scroll-border": "0.1.6"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@live-change/codeceptjs-helper": "^0.8.
|
|
53
|
+
"@live-change/codeceptjs-helper": "^0.8.17",
|
|
54
54
|
"@wdio/selenium-standalone-service": "^8.15.0",
|
|
55
55
|
"codeceptjs": "^3.5.12",
|
|
56
56
|
"generate-password": "1.7.1",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"author": "",
|
|
63
63
|
"license": "ISC",
|
|
64
64
|
"description": "",
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "a736d9be9e93757a967867b98b840e08de2d713c"
|
|
66
66
|
}
|