@drdgvhbh/io-ts-codegen
Advanced tools
Comparing version 0.4.4 to 0.4.5
@@ -458,3 +458,3 @@ "use strict"; | ||
var s = "t.keyof({\n"; | ||
s += c.values.map(function (v) { return "" + indentation + escapePropertyKey(v) + ": " + escapePropertyKey(v); }).join(',\n'); | ||
s += c.values.map(function (v) { return "" + indentation + escapePropertyKey(v) + ": '" + escapePropertyKey(v) + "'"; }).join(',\n'); | ||
s += "\n" + indent(i) + "} as const"; | ||
@@ -461,0 +461,0 @@ s = addRuntimeName(s, c.name); |
{ | ||
"name": "@drdgvhbh/io-ts-codegen", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Code generation for io-ts", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
43451