gql-types-generator
Advanced tools
Comparing version 1.4.9 to 1.4.10
@@ -66,6 +66,3 @@ "use strict"; | ||
}, ''); | ||
console.log(outputType); | ||
definition = misc_1.getOutputTypeDefinitionWithWrappers(outputType, '{\n' + misc_1.withSpaces(definition, 2) + '}'); | ||
console.log(misc_1.formatDescription(description) | ||
+ ("export type " + name + " = " + definition)); | ||
return misc_1.formatDescription(description) | ||
@@ -72,0 +69,0 @@ + ("export type " + name + " = " + definition + ";\n"); |
{ | ||
"name": "gql-types-generator", | ||
"version": "1.4.9", | ||
"version": "1.4.10", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
88715
2025