Comparing version 1.1.0 to 1.1.1
@@ -56,3 +56,3 @@ var __defProp = Object.defineProperty; | ||
var addJsDocComment = (node, text) => { | ||
ts.addSyntheticLeadingComment(node, ts.SyntaxKind.MultiLineCommentTrivia, `* ${text} `); | ||
ts.addSyntheticLeadingComment(node, ts.SyntaxKind.MultiLineCommentTrivia, `* ${text} `, true); | ||
}; | ||
@@ -59,0 +59,0 @@ |
{ | ||
"name": "zod-to-ts", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "generate TypeScript types from your Zod schema", |
Sorry, the diff of this file is not supported yet
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
32621