@live-change/vue3-ssr 0.8.110 → 0.8.111

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 -0
  2. package/package.json +4 -4
package/Api.js CHANGED
@@ -174,6 +174,7 @@ class Api extends DaoProxy {
174
174
  api.client = this.metadata.client
175
175
  api.uid = api.uidGenerator
176
176
  api.services = globalServices
177
+ api.models = globalModels
177
178
 
178
179
  api.globals.$lc = api
179
180
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.8.110",
3
+ "version": "0.8.111",
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.8.110",
25
- "@live-change/uid": "^0.8.110",
24
+ "@live-change/dao-vue3": "^0.8.111",
25
+ "@live-change/uid": "^0.8.111",
26
26
  "@vueuse/core": "^10.11.0",
27
27
  "debug": "^4.3.4"
28
28
  },
29
- "gitHead": "8af31d640f43b00b2874f2c70fa4d4486541adfe"
29
+ "gitHead": "9b96afb2fc61ab3d2a5d143924e2c56d411280b4"
30
30
  }