@live-change/frontend-base 0.8.63 → 0.8.65
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/ViewRoot.vue +1 -1
- package/package.json +19 -18
- package/vite-config.js +1 -0
package/ViewRoot.vue
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/frontend-base",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.65",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "node server/start.js memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -35,27 +35,28 @@
|
|
|
35
35
|
"@lezer/rust": "=1.0.1",
|
|
36
36
|
"@lezer/sass": "=1.0.3",
|
|
37
37
|
"@lezer/xml": "=1.0.2",
|
|
38
|
-
"@live-change/cli": "^0.8.
|
|
39
|
-
"@live-change/dao": "^0.8.
|
|
40
|
-
"@live-change/dao-message": "^0.8.
|
|
41
|
-
"@live-change/dao-sockjs": "^0.8.
|
|
42
|
-
"@live-change/dao-vue3": "^0.8.
|
|
43
|
-
"@live-change/dao-websocket": "^0.8.
|
|
44
|
-
"@live-change/email-service": "^0.8.
|
|
45
|
-
"@live-change/password-authentication-service": "^0.8.
|
|
46
|
-
"@live-change/secret-code-service": "^0.8.
|
|
47
|
-
"@live-change/secret-link-service": "^0.8.
|
|
48
|
-
"@live-change/security-frontend": "^0.8.
|
|
49
|
-
"@live-change/session-service": "^0.8.
|
|
50
|
-
"@live-change/user-service": "^0.8.
|
|
51
|
-
"@live-change/vue3-components": "^0.8.
|
|
52
|
-
"@live-change/vue3-ssr": "^0.8.
|
|
38
|
+
"@live-change/cli": "^0.8.65",
|
|
39
|
+
"@live-change/dao": "^0.8.65",
|
|
40
|
+
"@live-change/dao-message": "^0.8.65",
|
|
41
|
+
"@live-change/dao-sockjs": "^0.8.65",
|
|
42
|
+
"@live-change/dao-vue3": "^0.8.65",
|
|
43
|
+
"@live-change/dao-websocket": "^0.8.65",
|
|
44
|
+
"@live-change/email-service": "^0.8.65",
|
|
45
|
+
"@live-change/password-authentication-service": "^0.8.65",
|
|
46
|
+
"@live-change/secret-code-service": "^0.8.65",
|
|
47
|
+
"@live-change/secret-link-service": "^0.8.65",
|
|
48
|
+
"@live-change/security-frontend": "^0.8.65",
|
|
49
|
+
"@live-change/session-service": "^0.8.65",
|
|
50
|
+
"@live-change/user-service": "^0.8.65",
|
|
51
|
+
"@live-change/vue3-components": "^0.8.65",
|
|
52
|
+
"@live-change/vue3-ssr": "^0.8.65",
|
|
53
53
|
"@unhead/ssr": "^1.6.2",
|
|
54
54
|
"@vitejs/plugin-vue": "^5.0.5",
|
|
55
55
|
"@vue/compiler-sfc": "^3.4.29",
|
|
56
56
|
"@vueuse/core": "^10.11.0",
|
|
57
57
|
"@vueuse/head": "^2.0.0",
|
|
58
58
|
"@wekanteam/markdown-it-mermaid": "^0.6.4",
|
|
59
|
+
"boxicons": "^2.1.4",
|
|
59
60
|
"codeceptjs-assert": "^0.0.5",
|
|
60
61
|
"compression": "^1.7.4",
|
|
61
62
|
"cross-env": "^7.0.3",
|
|
@@ -102,7 +103,7 @@
|
|
|
102
103
|
"vue3-scroll-border": "0.1.6"
|
|
103
104
|
},
|
|
104
105
|
"devDependencies": {
|
|
105
|
-
"@live-change/codeceptjs-helper": "^0.8.
|
|
106
|
+
"@live-change/codeceptjs-helper": "^0.8.65",
|
|
106
107
|
"codeceptjs": "^3.6.5",
|
|
107
108
|
"generate-password": "1.7.1",
|
|
108
109
|
"playwright": "^1.41.2",
|
|
@@ -116,5 +117,5 @@
|
|
|
116
117
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
117
118
|
"license": "BSD-3-Clause",
|
|
118
119
|
"description": "",
|
|
119
|
-
"gitHead": "
|
|
120
|
+
"gitHead": "c239699e9aea10bb7ae0baca0ab980ff1d9f5f94"
|
|
120
121
|
}
|
package/vite-config.js
CHANGED
|
@@ -55,6 +55,7 @@ export default async ({ command, mode }, options = {
|
|
|
55
55
|
ENV_BRAND_DOMAIN: JSON.stringify(process.env.BRAND_DOMAIN || "example.com"),
|
|
56
56
|
ENV_BRAND_SMS_FROM: JSON.stringify(process.env.BRAND_PHONE_FROM || null),
|
|
57
57
|
ENV_GOOGLE_CLIENT_ID: JSON.stringify(process.env.GOOGLE_CLIENT_ID || null),
|
|
58
|
+
ENV_LINKEDIN_CLIENT_ID: JSON.stringify(process.env.LINKEDIN_CLIENT_ID || null),
|
|
58
59
|
ENV_MODE: JSON.stringify(mode),
|
|
59
60
|
ENV_VERSION: JSON.stringify(version),
|
|
60
61
|
},
|