@live-change/vue3-components 0.8.48 → 0.8.50

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.
@@ -683,8 +683,11 @@
683
683
  unmounted() {
684
684
  },
685
685
  watch: {
686
- rootValue(newValue) {
687
- this.$emit('update', newValue)
686
+ data: {
687
+ deep: true,
688
+ handler(newValue) {
689
+ this.$emit('update', newValue)
690
+ }
688
691
  }
689
692
  }
690
693
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-components",
3
- "version": "0.8.48",
3
+ "version": "0.8.50",
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/vue3-ssr": "^0.8.48",
24
+ "@live-change/vue3-ssr": "^0.8.50",
25
25
  "debug": "^4.3.4",
26
26
  "mitt": "3.0.1",
27
27
  "vue": "^3.4.29"
28
28
  },
29
- "gitHead": "9ae6d66584698d617185f131b18a888545e2164d"
29
+ "gitHead": "c967d5304bdac5150a6272c8d7cbe8974d7c25e6"
30
30
  }