@live-change/frontend-base 0.8.14 → 0.8.16

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/package.json +35 -35
  2. package/vite-config.js +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.8.14",
3
+ "version": "0.8.16",
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",
@@ -23,37 +23,37 @@
23
23
  "dependencies": {
24
24
  "@codemirror/language": "6.10.1",
25
25
  "@dotenvx/dotenvx": "0.27.0",
26
- "@lezer/cpp": "^1.1.1",
27
- "@lezer/css": "^1.1.3",
28
- "@lezer/html": "^1.3.6",
29
- "@lezer/java": "^1.0.4",
30
- "@lezer/javascript": "^1.4.7",
31
- "@lezer/json": "^1.0.1",
32
- "@lezer/markdown": "^1.1.0",
33
- "@lezer/php": "^1.0.1",
34
- "@lezer/python": "^1.1.8",
35
- "@lezer/rust": "^1.0.1",
36
- "@lezer/sass": "^1.0.3",
37
- "@lezer/xml": "^1.0.2",
38
- "@live-change/cli": "^0.8.14",
39
- "@live-change/dao": "^0.8.14",
40
- "@live-change/dao-message": "^0.8.14",
41
- "@live-change/dao-sockjs": "^0.8.14",
42
- "@live-change/dao-vue3": "^0.8.14",
43
- "@live-change/dao-websocket": "^0.8.14",
44
- "@live-change/email-service": "^0.8.14",
45
- "@live-change/password-authentication-service": "^0.8.14",
46
- "@live-change/secret-code-service": "^0.8.14",
47
- "@live-change/secret-link-service": "^0.8.14",
48
- "@live-change/security-frontend": "^0.8.14",
49
- "@live-change/session-service": "^0.8.14",
50
- "@live-change/user-service": "^0.8.14",
51
- "@live-change/vue3-components": "^0.8.14",
52
- "@live-change/vue3-ssr": "^0.8.14",
26
+ "@lezer/cpp": "=1.1.1",
27
+ "@lezer/css": "=1.1.3",
28
+ "@lezer/html": "=1.3.6",
29
+ "@lezer/java": "=1.0.4",
30
+ "@lezer/javascript": "=1.4.7",
31
+ "@lezer/json": "=1.0.1",
32
+ "@lezer/markdown": "=1.1.0",
33
+ "@lezer/php": "=1.0.1",
34
+ "@lezer/python": "=1.1.8",
35
+ "@lezer/rust": "=1.0.1",
36
+ "@lezer/sass": "=1.0.3",
37
+ "@lezer/xml": "=1.0.2",
38
+ "@live-change/cli": "^0.8.16",
39
+ "@live-change/dao": "^0.8.16",
40
+ "@live-change/dao-message": "^0.8.16",
41
+ "@live-change/dao-sockjs": "^0.8.16",
42
+ "@live-change/dao-vue3": "^0.8.16",
43
+ "@live-change/dao-websocket": "^0.8.16",
44
+ "@live-change/email-service": "^0.8.16",
45
+ "@live-change/password-authentication-service": "^0.8.16",
46
+ "@live-change/secret-code-service": "^0.8.16",
47
+ "@live-change/secret-link-service": "^0.8.16",
48
+ "@live-change/security-frontend": "^0.8.16",
49
+ "@live-change/session-service": "^0.8.16",
50
+ "@live-change/user-service": "^0.8.16",
51
+ "@live-change/vue3-components": "^0.8.16",
52
+ "@live-change/vue3-ssr": "^0.8.16",
53
53
  "@unhead/ssr": "^1.6.2",
54
54
  "@vitejs/plugin-vue": "^5.0.4",
55
55
  "@vue/compiler-sfc": "^3.3.4",
56
- "@vueuse/core": "^10.7.2",
56
+ "@vueuse/core": "^10.9.0",
57
57
  "@vueuse/head": "^2.0.0",
58
58
  "@wekanteam/markdown-it-mermaid": "^0.6.4",
59
59
  "codeceptjs-assert": "^0.0.5",
@@ -77,16 +77,16 @@
77
77
  "markdown-it-table-of-contents": "^0.6.0",
78
78
  "markdown-it-task-lists": "^2.1.1",
79
79
  "primeflex": "^3.3.1",
80
- "primeicons": "^6.0.1",
81
- "primevue": "^3.49.1",
80
+ "primeicons": "^7.0.0",
81
+ "primevue": "^3.51.0",
82
82
  "rollup-plugin-node-builtins": "^2.1.2",
83
83
  "rollup-plugin-visualizer": "5.12.0",
84
84
  "serialize-javascript": "^6.0.2",
85
85
  "serve-static": "^1.15.0",
86
86
  "typescript": "5.3.3",
87
87
  "unhead": "^1.6.2",
88
- "unplugin-vue-components": "^0.25.2",
89
- "unplugin-vue-markdown": "^0.24.3",
88
+ "unplugin-vue-components": "^0.26.0",
89
+ "unplugin-vue-markdown": "^0.26.1",
90
90
  "v-shared-element": "3.1.1",
91
91
  "vite-plugin-checker": "^0.6.4",
92
92
  "vite-plugin-compression": "^0.5.1",
@@ -100,7 +100,7 @@
100
100
  "vue3-scroll-border": "0.1.6"
101
101
  },
102
102
  "devDependencies": {
103
- "@live-change/codeceptjs-helper": "^0.8.14",
103
+ "@live-change/codeceptjs-helper": "^0.8.16",
104
104
  "codeceptjs": "^3.5.12",
105
105
  "generate-password": "1.7.1",
106
106
  "playwright": "^1.41.2",
@@ -114,5 +114,5 @@
114
114
  "author": "",
115
115
  "license": "BSD-3-Clause",
116
116
  "description": "",
117
- "gitHead": "d81b573fb8891746ae1c67f4f68558123c9f85f7"
117
+ "gitHead": "b8ac84cbe1a8c435c7b5003dfc64ddc41a4e15a6"
118
118
  }
package/vite-config.js CHANGED
@@ -53,6 +53,7 @@ export default async ({ command, mode }, options = {
53
53
  ENV_BRAND_NAME: JSON.stringify(process.env.BRAND_NAME || "Example"),
54
54
  ENV_BRAND_DOMAIN: JSON.stringify(process.env.BRAND_DOMAIN || "example.com"),
55
55
  ENV_BRAND_SMS_FROM: JSON.stringify(process.env.BRAND_PHONE_FROM || null),
56
+ ENV_GOOGLE_CLIENT_ID: JSON.stringify(process.env.GOOGLE_CLIENT_ID || null),
56
57
  ENV_MODE: JSON.stringify(mode),
57
58
  ENV_VERSION: JSON.stringify(version),
58
59
  },
@@ -64,6 +65,7 @@ export default async ({ command, mode }, options = {
64
65
  allow: [
65
66
  searchForWorkspaceRoot(process.cwd()),
66
67
  path.dirname(fileURLToPath(import.meta.resolve('primeicons/package.json'))),
68
+ path.dirname(fileURLToPath(import.meta.resolve('primevue/package.json'))),
67
69
  path.dirname(fileURLToPath(import.meta.resolve('@fortawesome/fontawesome-free/package.json'))),
68
70
  ]
69
71
  }
@@ -144,7 +146,7 @@ export default async ({ command, mode }, options = {
144
146
  },
145
147
  ssr: {
146
148
  external: [
147
- ...(command == 'build' ? [
149
+ ...(command === 'build' ? [
148
150
  ]: [
149
151
  '@live-change/dao',
150
152
  ]),
@@ -161,7 +163,7 @@ export default async ({ command, mode }, options = {
161
163
  'pica'
162
164
  ],
163
165
  noExternal: [
164
- ...(command == 'build' ? [
166
+ ...(command === 'build' ? [
165
167
  '@live-change/dao',
166
168
  ]: [
167
169
 
@@ -225,7 +227,6 @@ export default async ({ command, mode }, options = {
225
227
 
226
228
  resolve: {
227
229
  alias: [
228
- { find: 'debug', replacement: 'debug/src/browser.js' },
229
230
  { find: 'universal-websocket-client', replacement: 'universal-websocket-client/browser.js' },
230
231
  { find: 'sockjs-client', replacement: 'sockjs-client/dist/sockjs.min.js' }
231
232
  ],