typescript-json-schema
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "typescript-json-schema", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "typescript-json-schema generates JSON Schema files from your Typescript sources", | ||
@@ -5,0 +5,0 @@ "main": "typescript-json-schema.js", |
{ | ||
"enum": [ | ||
2, | ||
4, | ||
6, | ||
1 | ||
1, | ||
2, | ||
4, | ||
6 | ||
], | ||
@@ -8,0 +8,0 @@ "type": "number", |
@@ -22,5 +22,5 @@ { | ||
1, | ||
true, | ||
null, | ||
"str", | ||
null | ||
true | ||
] | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"enum": [ | ||
10, | ||
11, | ||
12, | ||
1 | ||
1, | ||
10, | ||
11, | ||
12 | ||
], | ||
@@ -8,0 +8,0 @@ "type": "number", |
@@ -7,5 +7,5 @@ { | ||
"enum": [ | ||
"ok", | ||
"abort", | ||
"fail", | ||
"abort" | ||
"ok" | ||
] | ||
@@ -12,0 +12,0 @@ } |
@@ -15,5 +15,5 @@ { | ||
"enum": [ | ||
"ok", | ||
"abort", | ||
"fail", | ||
"abort" | ||
"ok" | ||
] | ||
@@ -20,0 +20,0 @@ } |
@@ -14,5 +14,5 @@ { | ||
"enum": [ | ||
"east", | ||
"north", | ||
"south", | ||
"east", | ||
"west" | ||
@@ -19,0 +19,0 @@ ], |
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
103131