@live-change/vue3-ssr 0.8.61 → 0.8.63

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/index.js +2 -2
  2. package/package.json +4 -4
package/index.js CHANGED
@@ -19,8 +19,8 @@ function useActions(context) {
19
19
  return useApi(context).actions
20
20
  }
21
21
 
22
- function useLive(path, context) {
23
- return d3live(useApi(context), path)
22
+ function useLive(path, context, onUnmountedCb) {
23
+ return d3live(useApi(context), path, onUnmountedCb)
24
24
  }
25
25
 
26
26
  function useFetch(path, context) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-ssr",
3
- "version": "0.8.61",
3
+ "version": "0.8.63",
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.61",
25
- "@live-change/uid": "^0.8.61",
24
+ "@live-change/dao-vue3": "^0.8.63",
25
+ "@live-change/uid": "^0.8.63",
26
26
  "@vueuse/core": "^10.11.0",
27
27
  "debug": "^4.3.4"
28
28
  },
29
- "gitHead": "3d88dcb3758467da1440e5d4500af531595aa310"
29
+ "gitHead": "f49f580138d6c44d9e9820197765ef982c5bab03"
30
30
  }