@live-change/vue3-ssr 0.8.108 → 0.8.109

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
@@ -164,7 +164,7 @@ class Api extends DaoProxy {
164
164
  models[modelName] = serviceDefinition.models[modelName]
165
165
  }
166
166
  globalServices[serviceDefinition.name] = {
167
- actions, views, models, definitions
167
+ actions, views, models, definitions, config: serviceDefinition.clientConfig
168
168
  }
169
169
  }
170
170
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.8.108",
3
+ "version": "0.8.109",
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.108",
25
- "@live-change/uid": "^0.8.108",
24
+ "@live-change/dao-vue3": "^0.8.109",
25
+ "@live-change/uid": "^0.8.109",
26
26
  "@vueuse/core": "^10.11.0",
27
27
  "debug": "^4.3.4"
28
28
  },
29
- "gitHead": "b272a01967e326d10874fea13353ab8fa5c30fe8"
29
+ "gitHead": "075bf3759fae6c40fb8e44d77d9f12c5c175e098"
30
30
  }