Comparing version 0.14.7 to 0.14.8
@@ -116,5 +116,5 @@ var VueDemi = (function (VueDemi, Vue, VueCompositionAPI) { | ||
})( | ||
(this.VueDemi = this.VueDemi || (typeof VueDemi !== 'undefined' ? VueDemi : {})), | ||
this.Vue || (typeof Vue !== 'undefined' ? Vue : undefined), | ||
this.VueCompositionAPI || (typeof VueCompositionAPI !== 'undefined' ? VueCompositionAPI : undefined) | ||
((globalThis || self).VueDemi = (globalThis || self).VueDemi || (typeof VueDemi !== 'undefined' ? VueDemi : {})), | ||
(globalThis || self).Vue || (typeof Vue !== 'undefined' ? Vue : undefined), | ||
(globalThis || self).VueCompositionAPI || (typeof VueCompositionAPI !== 'undefined' ? VueCompositionAPI : undefined) | ||
); |
{ | ||
"name": "vue-demi", | ||
"version": "0.14.7", | ||
"version": "0.14.8", | ||
"engines": { | ||
@@ -5,0 +5,0 @@ "node": ">=12" |
@@ -220,2 +220,3 @@ <p align="center"> | ||
- [vue-codemirror6](https://github.com/logue/vue-codemirror6) - CodeMirror6 component for Vue2 and 3. | ||
- [@tanstack/vue-query](https://github.com/TanStack/query) - TanStack Query for Vue. | ||
> open a PR to add your library ;) | ||
@@ -222,0 +223,0 @@ |
@@ -18,3 +18,3 @@ const { switchVersion, loadModule } = require('./utils') | ||
else { | ||
console.warn(`[vue-demi] Vue version v${Vue.version} is not suppported.`) | ||
console.warn(`[vue-demi] Vue version v${Vue.version} is not supported.`) | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
27416
230