@live-change/frontend-base 0.9.111 → 0.9.113

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/main.js +10 -2
  2. package/package.json +18 -18
package/main.js CHANGED
@@ -100,9 +100,17 @@ export async function createApp(config, api, App, createRouter, host, headers, r
100
100
  ...config.i18n
101
101
  })
102
102
 
103
- if(typeof window !== 'undefined') {
103
+ /* console.log("I18N CONFIG", {
104
+ legacy: false,
105
+ locale: userLocale?.language ?? selectedLocale,
106
+ fallbackLocale: config.fallbackLocale || defaultLocale,
107
+ ...config.i18n
108
+ }) */
109
+
110
+
111
+ /* if(typeof window !== 'undefined') {
104
112
  window.i18n = i18n
105
- }
113
+ } */
106
114
 
107
115
  app.use(i18n)
108
116
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.9.111",
3
+ "version": "0.9.113",
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.111",
39
- "@live-change/dao": "^0.9.111",
40
- "@live-change/dao-message": "^0.9.111",
41
- "@live-change/dao-sockjs": "^0.9.111",
42
- "@live-change/dao-vue3": "^0.9.111",
43
- "@live-change/dao-websocket": "^0.9.111",
44
- "@live-change/email-service": "^0.9.111",
45
- "@live-change/password-authentication-service": "^0.9.111",
46
- "@live-change/secret-code-service": "^0.9.111",
47
- "@live-change/secret-link-service": "^0.9.111",
48
- "@live-change/security-frontend": "^0.9.111",
49
- "@live-change/session-service": "^0.9.111",
50
- "@live-change/user-service": "^0.9.111",
51
- "@live-change/vue3-components": "^0.9.111",
52
- "@live-change/vue3-ssr": "^0.9.111",
38
+ "@live-change/cli": "^0.9.113",
39
+ "@live-change/dao": "^0.9.113",
40
+ "@live-change/dao-message": "^0.9.113",
41
+ "@live-change/dao-sockjs": "^0.9.113",
42
+ "@live-change/dao-vue3": "^0.9.113",
43
+ "@live-change/dao-websocket": "^0.9.113",
44
+ "@live-change/email-service": "^0.9.113",
45
+ "@live-change/password-authentication-service": "^0.9.113",
46
+ "@live-change/secret-code-service": "^0.9.113",
47
+ "@live-change/secret-link-service": "^0.9.113",
48
+ "@live-change/security-frontend": "^0.9.113",
49
+ "@live-change/session-service": "^0.9.113",
50
+ "@live-change/user-service": "^0.9.113",
51
+ "@live-change/vue3-components": "^0.9.113",
52
+ "@live-change/vue3-ssr": "^0.9.113",
53
53
  "@primevue/themes": "^4.3.3",
54
54
  "@tailwindcss/node": "4.1.0",
55
55
  "@tailwindcss/oxide": "4.1.0",
@@ -106,7 +106,7 @@
106
106
  "vue3-scroll-border": "0.1.7"
107
107
  },
108
108
  "devDependencies": {
109
- "@live-change/codeceptjs-helper": "^0.9.111",
109
+ "@live-change/codeceptjs-helper": "^0.9.113",
110
110
  "codeceptjs": "^3.6.10",
111
111
  "generate-password": "1.7.1",
112
112
  "playwright": "1.49.1",
@@ -121,5 +121,5 @@
121
121
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
122
122
  "license": "BSD-3-Clause",
123
123
  "description": "",
124
- "gitHead": "ab89b1aad3a6c7b88151b9b2e2b56bf749ea3584"
124
+ "gitHead": "8bf5b441c3b006618e5d2c0cc9acc838b405ed3d"
125
125
  }