vue-component-type-helpers
Advanced tools
Comparing version 1.8.11 to 1.8.12
@@ -1,4 +0,4 @@ | ||
declare const text: string; | ||
export declare const code: string; | ||
export default text; | ||
export default code; | ||
@@ -5,0 +5,0 @@ export type ComponentType<T> = |
@@ -1,2 +0,2 @@ | ||
exports.default = ` | ||
const code = ` | ||
export type ComponentType<T> = | ||
@@ -36,1 +36,4 @@ T extends new () => {} ? 1 : | ||
`.trim(); | ||
exports.code = code; | ||
exports.default = code; |
{ | ||
"name": "vue-component-type-helpers", | ||
"version": "1.8.11", | ||
"version": "1.8.12", | ||
"license": "MIT", | ||
@@ -14,3 +14,3 @@ "files": [ | ||
}, | ||
"gitHead": "cce193dcc182aad5d02f630fa3ae8a793d443680" | ||
"gitHead": "a065fd7516de02f1804f3394d6e2e0511a1e67a5" | ||
} |
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
4251
60