graphql-codegen-modules-gen
Advanced tools
Comparing version 1.5.0 to 1.5.1
{ | ||
"name": "graphql-codegen-modules-gen", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -127,3 +127,3 @@ import { | ||
createFolderIfNotExists(join(modulePath, "_enums", "ui")); | ||
createFolderIfNotExists(join(modulePath, "_enums", "ui", "list")); | ||
createFolderIfNotExists(join(modulePath, "_enums", "ui", "lists")); | ||
@@ -154,6 +154,6 @@ for (const key in enums) { | ||
if ( | ||
!existsSync(join(modulePath, "_enums", "ui", "list", `List${key}.ts`)) | ||
!existsSync(join(modulePath, "_enums", "ui", "lists", `List${key}.ts`)) | ||
) { | ||
writeFileSync( | ||
join(modulePath, "_enums", "ui", "list", `List${key}.ts`), | ||
join(modulePath, "_enums", "ui", "lists", `List${key}.ts`), | ||
enumFileData | ||
@@ -160,0 +160,0 @@ ); |
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
27390