@live-change/vue3-components 0.9.12 → 0.9.13

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.
@@ -40,7 +40,7 @@ export function injectComponent(request, defaultComponent, factory) {
40
40
  if(!value.includes(component.description[key])) isValid = false
41
41
  } else if(value !== component.description[key]) isValid = false
42
42
  }
43
- console.log("RESLVED COMPONENT VALID", isValid)
43
+ console.log("RESOLVED COMPONENT VALID", isValid)
44
44
  if(isValid && filter(component)) return component.component
45
45
  }
46
46
  return factory ? defaultComponent() : defaultComponent
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/vue3-components",
3
- "version": "0.9.12",
3
+ "version": "0.9.13",
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.9.12",
24
+ "@live-change/vue3-ssr": "^0.9.13",
25
25
  "debug": "^4.3.4",
26
26
  "mitt": "3.0.1",
27
- "vue": "^3.4.29"
27
+ "vue": "^3.5.12"
28
28
  },
29
- "gitHead": "1dba75a1fc90c5b796f7a8dab2895e6085ddce22"
29
+ "gitHead": "b0b18e7a8e253195c6df4b25c6bb5c407b1a2450"
30
30
  }