avro-typescript-converter
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "avro-typescript-converter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Convert an AVRO schema to a TypeScript interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
@@ -38,3 +38,2 @@ "use strict"; | ||
interfaces[recordType.name] = cleanName; | ||
// console.table(interfaces); | ||
return cleanName; | ||
@@ -41,0 +40,0 @@ }; |
@@ -72,3 +72,2 @@ "use strict"; | ||
var outFolder = options.outFolder ? path.resolve(process.cwd(), options.outFolder) : path.dirname(options.input[0]); | ||
console.log(outFolder); | ||
if (!fs.existsSync(outFolder)) { | ||
@@ -75,0 +74,0 @@ fs.mkdirSync(outFolder); |
{ | ||
"name": "avro-typescript-converter", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Convert an AVRO schema to a TypeScript interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
Sorry, the diff of this file is not supported yet
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
29008
191