@stencil/vue-output-target
Advanced tools
Comparing version 0.0.1-dev.11698434337.14ecd9f2 to 0.0.1-dev.11698435275.1a07f4ea
{ | ||
"name": "@stencil/vue-output-target", | ||
"version": "0.0.1-dev.11698434337.14ecd9f2", | ||
"version": "0.0.1-dev.11698435275.1a07f4ea", | ||
"description": "Vue output target for @stencil/core components.", | ||
@@ -55,3 +55,3 @@ "main": "dist/index.cjs.js", | ||
}, | ||
"gitHead": "4ecd9f2a1fb58183e15c2471a95ade8cfa501b6a", | ||
"gitHead": "a07f4eaa0a2a18ce4a1484a12dab22d2a53f44f5", | ||
"volta": { | ||
@@ -58,0 +58,0 @@ "extends": "../../package.json" |
@@ -62,3 +62,3 @@ // @ts-nocheck | ||
modelProp?: string, | ||
modelUpdateEvent?: string, | ||
modelUpdateEvent?: string | ||
) => { | ||
@@ -88,4 +88,4 @@ /** | ||
}); | ||
} | ||
} | ||
}, | ||
}; | ||
@@ -189,3 +189,3 @@ const currentInstance = getCurrentInstance(); | ||
Container.props[MODEL_VALUE] = DEFAULT_EMPTY_PROP; | ||
Container.emits = [UPDATE_VALUE_EVENT, externalModelUpdateEvent]; | ||
Container.emits = [UPDATE_VALUE_EVENT]; | ||
} | ||
@@ -192,0 +192,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
53614