ts-json-schema-generator
Advanced tools
Comparing version 0.24.7 to 0.25.0
{ | ||
"name": "ts-json-schema-generator", | ||
"version": "0.24.7", | ||
"version": "0.25.0", | ||
"description": "Generate JSON schema from your Typescript sources", | ||
@@ -68,3 +68,3 @@ "main": "dist/index.js", | ||
"test": "jest test/ --verbose", | ||
"debug": "ts-node --inspect=19248 --debug-brk ts-json-schema-generator.ts", | ||
"debug": "node -r ts-node/register --inspect-brk ts-json-schema-generator.ts", | ||
"run": "ts-node ts-json-schema-generator.ts" | ||
@@ -71,0 +71,0 @@ }, |
@@ -34,8 +34,7 @@ # ts-json-schema-generator | ||
* `string`, `boolean`, `number` types | ||
* `"value"`, `123`, `true`, `false`, `null` literals | ||
* `"value"`, `123`, `true`, `false`, `null`, `undefined` literals | ||
* type aliases | ||
* generics | ||
* `typeof` | ||
* `@nullable` annotations | ||
* `@hide` annotations for enum values and object properties | ||
* `keyof` | ||
@@ -42,0 +41,0 @@ ## Debug |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6
1
123564
47