gql-types-generator
Advanced tools
Comparing version 1.4.7 to 1.4.8
@@ -112,4 +112,3 @@ "use strict"; | ||
var operationName = _a.operationName; | ||
index += "export * from './" + operationName + "';\n" | ||
+ ("export { default as " + operationName + " } from './" + operationName + "';\n"); | ||
index += "export * from './" + operationName + "';\n"; | ||
}); | ||
@@ -116,0 +115,0 @@ } |
{ | ||
"name": "gql-types-generator", | ||
"version": "1.4.7", | ||
"version": "1.4.8", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
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
86497
1972