Comparing version 0.4.4 to 0.4.5
14
index.js
@@ -26,3 +26,3 @@ #!/usr/bin/env node | ||
'name for ouput file, defaults to graphql-export.flow.js', | ||
'graphql-export.flow.js', | ||
'graphql-export.flow.js' | ||
) | ||
@@ -34,3 +34,3 @@ .option('--null-keys [nullKeys]', 'makes all keys nullable', false) | ||
'name for the export module. Types are not wrapped in a module if this is not set', | ||
'', | ||
'' | ||
) | ||
@@ -44,3 +44,3 @@ .option( | ||
throw new Error( | ||
'-t argument format should be <graphql type>:<flow type>', | ||
'-t argument format should be <graphql type>:<flow type>' | ||
); | ||
@@ -51,3 +51,3 @@ } | ||
}, | ||
{}, | ||
{} | ||
) | ||
@@ -58,3 +58,3 @@ .option( | ||
v => v.split(','), | ||
[], | ||
[] | ||
) | ||
@@ -65,3 +65,3 @@ .option( | ||
v => v.split(','), | ||
[], | ||
[] | ||
) | ||
@@ -76,3 +76,3 @@ .action((path, options) => { | ||
reject( | ||
new Error('Server replied with an invalid introspection schema'), | ||
new Error('Server replied with an invalid introspection schema') | ||
); | ||
@@ -79,0 +79,0 @@ } else { |
{ | ||
"name": "gql2flow", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"description": "Convert a GraphQL Schema to a Flowtype definition", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
12485