gql-types-generator
Advanced tools
Comparing version 1.2.16 to 1.2.17
@@ -81,3 +81,4 @@ "use strict"; | ||
operationsString = _c; | ||
index = "export { default as schema } from './schema';\n"; | ||
index = "export { default as schema } from './schema';\n" | ||
+ "export * from './schema';\n"; | ||
if (!(typeof operationsString === 'string')) return [3 /*break*/, 8]; | ||
@@ -84,0 +85,0 @@ if (operationsString.length === 0) { |
{ | ||
"name": "gql-types-generator", | ||
"version": "1.2.16", | ||
"version": "1.2.17", | ||
"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
68093
1531