@hoth/typescript-to-json-schema
Advanced tools
Comparing version 1.1.0-2 to 2.0.0
@@ -241,3 +241,3 @@ "use strict"; | ||
const { line, column } = sourceFile.getLineAndColumnAtPos(typeNode.getStart()); | ||
const msg = 'Get schema failed! Ignore this property'; | ||
const msg = 'Get schema failed! Ignore this property.'; | ||
console.log(`${chalk_1.default.yellow('WARNING')} ${sourceFile.getFilePath()}\n${chalk_1.default.cyan(`line ${line}, col ${column}`)} ${msg}`); | ||
@@ -244,0 +244,0 @@ return prev; |
{ | ||
"name": "@hoth/typescript-to-json-schema", | ||
"version": "1.1.0-2", | ||
"version": "2.0.0", | ||
"description": "typescript to json-schema transpiler", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
45516