graphql-language-service-utils
Advanced tools
Comparing version 0.1.12 to 0.1.14
@@ -45,3 +45,3 @@ 'use strict'; | ||
} | ||
return !(error.nodes && error.nodes.length === 1 && error.nodes[0].name.value === 'arguments' || error.nodes[0].name.value === 'argumentDefinitions'); | ||
return !(error.nodes && error.nodes[0] && error.nodes[0].name && error.nodes[0].name.value === 'arguments' || error.nodes && error.nodes[0] && error.nodes[0].name && error.nodes[0].name.value === 'argumentDefinitions'); | ||
}); | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "graphql-language-service-utils", | ||
"repository": "https://github.com/graphql/graphql-language-service", | ||
"version": "0.1.12", | ||
"version": "0.1.14", | ||
"description": "Utilities to support the GraphQL Language Service", | ||
@@ -28,7 +28,9 @@ "contributors": [ | ||
}, | ||
"peerDependencies": { | ||
"graphql": "^0.10.0 || ^0.11.0" | ||
}, | ||
"dependencies": { | ||
"graphql": "^0.10.5", | ||
"graphql-config": "1.0.5", | ||
"graphql-language-service-types": "^0.1.12" | ||
"graphql-config": "1.0.6", | ||
"graphql-language-service-types": "^0.1.14" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
13984
+ Addedgraphql@0.11.7(transitive)
+ Addedgraphql-config@1.0.6(transitive)
+ Addediterall@1.1.3(transitive)
- Removedgraphql@^0.10.5
- Removedgraphql@0.10.5(transitive)
- Removedgraphql-config@1.0.5(transitive)
- Removediterall@1.3.0(transitive)
Updatedgraphql-config@1.0.6