@live-change/frontend-base 0.9.201 → 0.9.204
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/package.json +20 -20
- package/vite-config.js +3 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/frontend-base",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.204",
|
|
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,21 +35,21 @@
|
|
|
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.9.
|
|
39
|
-
"@live-change/dao": "^0.9.
|
|
40
|
-
"@live-change/dao-message": "^0.9.
|
|
41
|
-
"@live-change/dao-sockjs": "^0.9.
|
|
42
|
-
"@live-change/dao-vue3": "^0.9.
|
|
43
|
-
"@live-change/dao-websocket": "^0.9.
|
|
44
|
-
"@live-change/email-service": "^0.9.
|
|
45
|
-
"@live-change/password-authentication-service": "^0.9.
|
|
46
|
-
"@live-change/secret-code-service": "^0.9.
|
|
47
|
-
"@live-change/secret-link-service": "^0.9.
|
|
48
|
-
"@live-change/security-frontend": "^0.9.
|
|
49
|
-
"@live-change/session-service": "^0.9.
|
|
50
|
-
"@live-change/user-service": "^0.9.
|
|
51
|
-
"@live-change/vue3-components": "^0.9.
|
|
52
|
-
"@live-change/vue3-ssr": "^0.9.
|
|
38
|
+
"@live-change/cli": "^0.9.204",
|
|
39
|
+
"@live-change/dao": "^0.9.204",
|
|
40
|
+
"@live-change/dao-message": "^0.9.204",
|
|
41
|
+
"@live-change/dao-sockjs": "^0.9.204",
|
|
42
|
+
"@live-change/dao-vue3": "^0.9.204",
|
|
43
|
+
"@live-change/dao-websocket": "^0.9.204",
|
|
44
|
+
"@live-change/email-service": "^0.9.204",
|
|
45
|
+
"@live-change/password-authentication-service": "^0.9.204",
|
|
46
|
+
"@live-change/secret-code-service": "^0.9.204",
|
|
47
|
+
"@live-change/secret-link-service": "^0.9.204",
|
|
48
|
+
"@live-change/security-frontend": "^0.9.204",
|
|
49
|
+
"@live-change/session-service": "^0.9.204",
|
|
50
|
+
"@live-change/user-service": "^0.9.204",
|
|
51
|
+
"@live-change/vue3-components": "^0.9.204",
|
|
52
|
+
"@live-change/vue3-ssr": "^0.9.204",
|
|
53
53
|
"@primevue/themes": "^4.3.3",
|
|
54
54
|
"@tailwindcss/node": "4.1.0",
|
|
55
55
|
"@tailwindcss/oxide": "4.1.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"serve-static": "^1.16.2",
|
|
89
89
|
"tailwindcss": "4.1.0",
|
|
90
90
|
"tailwindcss-primeui": "^0.4.0",
|
|
91
|
-
"typescript": "5.
|
|
91
|
+
"typescript": "^5.6.0",
|
|
92
92
|
"unhead": "^1.9.13",
|
|
93
93
|
"unplugin-vue-components": "29.0.0",
|
|
94
94
|
"unplugin-vue-markdown": "^0.26.2",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"vue3-scroll-border": "0.1.7"
|
|
108
108
|
},
|
|
109
109
|
"devDependencies": {
|
|
110
|
-
"@live-change/codeceptjs-helper": "^0.9.
|
|
110
|
+
"@live-change/codeceptjs-helper": "^0.9.204",
|
|
111
111
|
"codeceptjs": "^3.7.6",
|
|
112
112
|
"generate-password": "1.7.1",
|
|
113
113
|
"playwright": "1.49.1",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"webdriverio": "^9.5.1"
|
|
118
118
|
},
|
|
119
119
|
"resolutions": {
|
|
120
|
-
"typescript": "5.
|
|
120
|
+
"typescript": "^5.6.0"
|
|
121
121
|
},
|
|
122
122
|
"author": "Michał Łaszczewski <michal@laszczewski.pl>",
|
|
123
123
|
"license": "BSD-3-Clause",
|
|
124
124
|
"description": "",
|
|
125
|
-
"gitHead": "
|
|
125
|
+
"gitHead": "6ac17ccf3c184ca4d7ef920f63827dbfd8749f96"
|
|
126
126
|
}
|
package/vite-config.js
CHANGED
|
@@ -104,7 +104,8 @@ export default async ({ command, mode, version, isSsrBuild, isPreview }, options
|
|
|
104
104
|
'@live-change/survey-frontend/src',
|
|
105
105
|
'@live-change/peer-connection-frontend/src',
|
|
106
106
|
'@live-change/video-call-frontend/src',
|
|
107
|
-
'@live-change/frontend-auto-form/src',
|
|
107
|
+
'@live-change/frontend-auto-form/src',
|
|
108
|
+
'@live-change/codemirror-frontend/src',
|
|
108
109
|
'@live-change/db-web/src',
|
|
109
110
|
].map(p => {
|
|
110
111
|
try {
|
|
@@ -244,6 +245,7 @@ export default async ({ command, mode, version, isSsrBuild, isPreview }, options
|
|
|
244
245
|
'@live-change/survey-frontend',
|
|
245
246
|
'@live-change/peer-connection-frontend',
|
|
246
247
|
'@live-change/video-call-frontend',
|
|
248
|
+
'@live-change/codemirror-frontend',
|
|
247
249
|
'@live-change/frontend-auto-form',
|
|
248
250
|
'@live-change/db-web',
|
|
249
251
|
'@live-change/db',
|