@rematter/genql
Advanced tools
Comparing version 7.1.0-rc2 to 7.1.0-rc3
@@ -24,3 +24,3 @@ #!/usr/bin/env node | ||
description: 'Output directory', | ||
demandOption: !!baseConfig.output, | ||
demandOption: !baseConfig.output, | ||
type: 'string', | ||
@@ -27,0 +27,0 @@ }) |
{ | ||
"name": "@rematter/genql", | ||
"version": "7.1.0-rc2", | ||
"version": "7.1.0-rc3", | ||
"description": "Generate a TypeScript SDK for any GraphQl API", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
description: 'Output directory', | ||
demandOption: !!baseConfig.output, | ||
demandOption: !baseConfig.output, | ||
type: 'string', | ||
@@ -23,0 +23,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
380604