@live-change/frontend-base 0.2.45 → 0.2.47

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 -1
  2. package/package.json +3 -3
package/client-entry.js CHANGED
@@ -41,7 +41,7 @@ export async function clientEntry(App, createRouter, config = {}) {
41
41
  const instance = app.mount('#app', true)
42
42
  app._container._vnode = instance.$.vnode
43
43
 
44
- startRealTime()
44
+ setTimeout(() => startRealTime(), 100) /// TODO: fix this dirty hack
45
45
  })
46
46
 
47
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/frontend-base",
3
- "version": "0.2.45",
3
+ "version": "0.2.47",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --templatePath ../../base-frontend/index.html",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -30,7 +30,7 @@
30
30
  "@live-change/password-authentication-service": "0.3.23",
31
31
  "@live-change/secret-code-service": "0.3.23",
32
32
  "@live-change/secret-link-service": "0.3.23",
33
- "@live-change/security-frontend": "^0.2.45",
33
+ "@live-change/security-frontend": "^0.2.47",
34
34
  "@live-change/session-service": "0.3.23",
35
35
  "@live-change/user-service": "0.3.23",
36
36
  "@live-change/vue3-components": "0.2.26",
@@ -72,5 +72,5 @@
72
72
  "author": "",
73
73
  "license": "BSD-3-Clause",
74
74
  "description": "",
75
- "gitHead": "465b0320b989409db9e46cac2d9366dc8d16d886"
75
+ "gitHead": "e50c1215f16bb0b8eea4df9c2509c91a25243b4f"
76
76
  }