ts-json-schema-generator
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -19,3 +19,2 @@ "use strict"; | ||
try { | ||
console.log(config); | ||
const schema = generator_1.createGenerator(config).createSchema(args.type); | ||
@@ -22,0 +21,0 @@ process.stdout.write(config.sortProps ? |
{ | ||
"name": "ts-json-schema-generator", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "Generate JSON schema from your Typescript sources", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -45,3 +45,2 @@ import * as commander from "commander"; | ||
try { | ||
console.log(config); | ||
const schema = createGenerator(config).createSchema(args.type); | ||
@@ -48,0 +47,0 @@ process.stdout.write(config.sortProps ? |
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
266844
3520