gql-types-generator
Advanced tools
Comparing version 1.2.22 to 1.2.23
@@ -60,4 +60,6 @@ #!/usr/bin/env node | ||
operationsGlobs = operations ? { | ||
cwd: process.cwd(), | ||
globs: operations.split(','), | ||
glob: { | ||
cwd: process.cwd(), | ||
globs: operations.split(','), | ||
}, | ||
} : null; | ||
@@ -69,3 +71,3 @@ schemaGlobs = { | ||
return [4 /*yield*/, compiler_1.compile({ | ||
operationsPath: { glob: operationsGlobs }, | ||
operationsPath: operationsGlobs, | ||
removeDescription: removeDescription, | ||
@@ -72,0 +74,0 @@ schemaPath: { glob: schemaGlobs }, |
{ | ||
"name": "gql-types-generator", | ||
"version": "1.2.22", | ||
"version": "1.2.23", | ||
"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
68547
1539