@live-change/vue3-ssr 0.9.22 → 0.9.24

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/Api.js +1 -1
  2. package/package.json +4 -4
package/Api.js CHANGED
@@ -118,7 +118,7 @@ class Api extends DaoProxy {
118
118
  }
119
119
  }
120
120
 
121
- api.windowId = this.settings.windowId || api.uid()
121
+ api.windowId = this.settings.windowId || randomString(10)
122
122
  api.shortWindowId = api.windowId.split('@')[0].slice(-5).replace('.', '')
123
123
 
124
124
  //console.trace("GENERATE API SERVICES!")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.9.22",
3
+ "version": "0.9.24",
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.22",
25
- "@live-change/uid": "^0.9.22",
24
+ "@live-change/dao-vue3": "^0.9.24",
25
+ "@live-change/uid": "^0.9.24",
26
26
  "@vueuse/core": "^12.3.0",
27
27
  "debug": "^4.3.4"
28
28
  },
29
- "gitHead": "fd2681b5cefacd62d4a64b8276f0513b01f8a020"
29
+ "gitHead": "491639ed7431a58594e60aedd14fedfb499065a4"
30
30
  }