typescript-json-schema
Advanced tools
Comparing version 0.48.0 to 0.49.0
@@ -256,3 +256,4 @@ "use strict"; | ||
$ref: true, | ||
id: true | ||
id: true, | ||
title: true | ||
}; | ||
@@ -259,0 +260,0 @@ var annotationKeywords = { |
{ | ||
"name": "typescript-json-schema", | ||
"version": "0.48.0", | ||
"version": "0.49.0", | ||
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources", | ||
@@ -5,0 +5,0 @@ "main": "dist/typescript-json-schema.js", |
@@ -419,3 +419,4 @@ import * as glob from "glob"; | ||
$ref: true, | ||
id: true | ||
id: true, | ||
title: true | ||
}; | ||
@@ -422,0 +423,0 @@ |
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
219238
3166