graphql-typed
Advanced tools
Comparing version 0.1.3 to 0.1.5
{ | ||
"name": "graphql-typed", | ||
"version": "0.1.3", | ||
"version": "0.1.5", | ||
"description": "A more strongly typed version of GraphQL's DocumentNode.", | ||
@@ -26,3 +26,3 @@ "main": "index.js", | ||
"@types/graphql": "^0.13.0", | ||
"graphql": "^0.13.2" | ||
"graphql": "0.13.2" | ||
}, | ||
@@ -29,0 +29,0 @@ "devDependencies": { |
2231