@live-change/vue3-ssr 0.2.9 → 0.2.10

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 +4 -0
  2. package/package.json +3 -3
package/Api.js CHANGED
@@ -239,6 +239,10 @@ class Api extends DaoProxy {
239
239
  reverse: !range.reverse
240
240
  }
241
241
  }
242
+
243
+ getServiceDefinition(serviceName) {
244
+ return this.metadata.api.value.services.find(s => s.name == serviceName)
245
+ }
242
246
  }
243
247
 
244
248
  export default Api
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
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-framework-vue3",
23
23
  "dependencies": {
24
- "@live-change/uid": "0.6.0",
24
+ "@live-change/uid": "0.6.5",
25
25
  "@vueuse/core": "^8.3.1",
26
26
  "debug": "^4.3.4",
27
27
  "vue": "^3.2.33"
28
28
  },
29
- "gitHead": "efcb8e4afc03219f588d6e782f29e4f3f74af3cf"
29
+ "gitHead": "589481d53e4599a6682db2fc4c787cc9dfd13974"
30
30
  }