Comparing version 0.4.2 to 0.4.3
{ | ||
"name": "gql2flow", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Convert a GraphQL Schema to a Flowtype definition", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -139,3 +139,3 @@ 'use strict'; | ||
type.name, | ||
type.enumValues.map(v => `${v.name}`) | ||
type.enumValues.map(v => `"${v.name}"`) | ||
); | ||
@@ -142,0 +142,0 @@ } |
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
12000