@stencil/vue-output-target
Advanced tools
Comparing version 0.6.1-dev.11672265832.141367b9 to 0.6.1-dev.11676048291.1d2fefc9
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.6.1-dev.11672265832.141367b9", | ||
"version": "0.6.1-dev.11676048291.1d2fefc9", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.cjs.js", | ||
"peerDependencies": { | ||
"@stencil/core": "^2.9.0" | ||
"@stencil/core": "^2.9.0 || ^3.0.0-beta.0" | ||
}, | ||
@@ -56,3 +56,3 @@ "jest": { | ||
}, | ||
"gitHead": "41367b9fbe051dbc14ad7b5c321d932cf89b2451" | ||
"gitHead": "d2fefc950d237782ab8bd4dbf443bddfb7ac1784" | ||
} |
@@ -158,3 +158,3 @@ import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue'; | ||
const value = props[key]; | ||
if (props.hasOwnProperty(key) && value !== EMPTY_PROP || key.startsWith(ARIA_PROP_PREFIX)) { | ||
if ((props.hasOwnProperty(key) && value !== EMPTY_PROP) || key.startsWith(ARIA_PROP_PREFIX)) { | ||
propsToAdd[key] = value; | ||
@@ -161,0 +161,0 @@ } |
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
54525