@live-change/frontend-base 0.8.59 → 0.8.61

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/client-entry.js +1 -0
  2. package/package.json +18 -18
package/client-entry.js CHANGED
@@ -22,6 +22,7 @@ export async function clientEntry(App, createRouter, config = {}) {
22
22
  const api = clientApi({
23
23
  use: [],
24
24
  windowId,
25
+ timeSynchronization: config.timeSynchronization,
25
26
  ...clientConfig.api
26
27
  })
27
28
  window.api = api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.8.59",
3
+ "version": "0.8.61",
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.8.59",
39
- "@live-change/dao": "^0.8.59",
40
- "@live-change/dao-message": "^0.8.59",
41
- "@live-change/dao-sockjs": "^0.8.59",
42
- "@live-change/dao-vue3": "^0.8.59",
43
- "@live-change/dao-websocket": "^0.8.59",
44
- "@live-change/email-service": "^0.8.59",
45
- "@live-change/password-authentication-service": "^0.8.59",
46
- "@live-change/secret-code-service": "^0.8.59",
47
- "@live-change/secret-link-service": "^0.8.59",
48
- "@live-change/security-frontend": "^0.8.59",
49
- "@live-change/session-service": "^0.8.59",
50
- "@live-change/user-service": "^0.8.59",
51
- "@live-change/vue3-components": "^0.8.59",
52
- "@live-change/vue3-ssr": "^0.8.59",
38
+ "@live-change/cli": "^0.8.61",
39
+ "@live-change/dao": "^0.8.61",
40
+ "@live-change/dao-message": "^0.8.61",
41
+ "@live-change/dao-sockjs": "^0.8.61",
42
+ "@live-change/dao-vue3": "^0.8.61",
43
+ "@live-change/dao-websocket": "^0.8.61",
44
+ "@live-change/email-service": "^0.8.61",
45
+ "@live-change/password-authentication-service": "^0.8.61",
46
+ "@live-change/secret-code-service": "^0.8.61",
47
+ "@live-change/secret-link-service": "^0.8.61",
48
+ "@live-change/security-frontend": "^0.8.61",
49
+ "@live-change/session-service": "^0.8.61",
50
+ "@live-change/user-service": "^0.8.61",
51
+ "@live-change/vue3-components": "^0.8.61",
52
+ "@live-change/vue3-ssr": "^0.8.61",
53
53
  "@unhead/ssr": "^1.6.2",
54
54
  "@vitejs/plugin-vue": "^5.0.5",
55
55
  "@vue/compiler-sfc": "^3.4.29",
@@ -102,7 +102,7 @@
102
102
  "vue3-scroll-border": "0.1.6"
103
103
  },
104
104
  "devDependencies": {
105
- "@live-change/codeceptjs-helper": "^0.8.59",
105
+ "@live-change/codeceptjs-helper": "^0.8.61",
106
106
  "codeceptjs": "^3.6.5",
107
107
  "generate-password": "1.7.1",
108
108
  "playwright": "^1.41.2",
@@ -116,5 +116,5 @@
116
116
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
117
117
  "license": "BSD-3-Clause",
118
118
  "description": "",
119
- "gitHead": "69e6b3004d32994e5fd64df03bf025e04073df3f"
119
+ "gitHead": "3d88dcb3758467da1440e5d4500af531595aa310"
120
120
  }