@hoth/typescript-to-json-schema
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -145,2 +145,5 @@ "use strict"; | ||
} | ||
if (tags.enumName) { | ||
tags.enumName = JSON.parse(tags.enumName); | ||
} | ||
return Object.assign({}, mergedSchema, lodash_1.omit(tags, [...numberAttrs, ...stringAttrs, ...arrayAttrs])); | ||
@@ -147,0 +150,0 @@ } |
{ | ||
"name": "@hoth/typescript-to-json-schema", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "typescript to json-schema transpiler", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
31480
357