@live-change/vue3-ssr 0.9.128 → 0.9.130
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/Api.js +1 -0
- package/package.json +4 -4
package/Api.js
CHANGED
|
@@ -78,6 +78,7 @@ class Api extends DaoProxy {
|
|
|
78
78
|
return window[this.settings.ssrVersionGlobal || '__VERSION__']
|
|
79
79
|
})
|
|
80
80
|
const versionMismatch = computed(() => {
|
|
81
|
+
if(typeof window == 'undefined') return false
|
|
81
82
|
if(!version) return
|
|
82
83
|
if(!softwareVersion) return
|
|
83
84
|
if(softwareVersion.value === 'unknown') return false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/vue3-ssr",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.130",
|
|
4
4
|
"description": "Live Change Framework - vue components",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
},
|
|
22
22
|
"homepage": "https://github.com/live-change/live-change-stack",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@live-change/dao-vue3": "^0.9.
|
|
25
|
-
"@live-change/uid": "^0.9.
|
|
24
|
+
"@live-change/dao-vue3": "^0.9.130",
|
|
25
|
+
"@live-change/uid": "^0.9.130",
|
|
26
26
|
"@vueuse/core": "^12.3.0",
|
|
27
27
|
"debug": "^4.3.4"
|
|
28
28
|
},
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "249279687126ae035353865197b6f3eff934794a"
|
|
30
30
|
}
|