apollo-helpers
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "apollo-helpers", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "src/index.js", | ||
@@ -34,13 +34,13 @@ "author": "ksmithut", | ||
"dependencies": { | ||
"graphql": "^0.11.7", | ||
"graphql-tools": "^2.7.2", | ||
"graphql": "^0.13.2", | ||
"graphql-tools": "^2.23.1", | ||
"ramda": "^0.25.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^21.1.5", | ||
"@types/jest": "^22.2.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"graphql-subscriptions": "^0.5.4", | ||
"jest": "^21.2.1", | ||
"standard": "^10.0.3" | ||
"graphql-subscriptions": "^0.5.8", | ||
"jest": "^22.4.2", | ||
"standard": "^11.0.1" | ||
} | ||
} |
@@ -64,3 +64,3 @@ 'use strict' | ||
const options = getOptions(query, graphqlOptions) | ||
return graphql.execute(options) | ||
return Promise.resolve(graphql.execute(options)) | ||
} | ||
@@ -67,0 +67,0 @@ |
Sorry, the diff of this file is not supported yet
155484
+ Addedgraphql@0.13.2(transitive)
+ Addediterall@1.3.0(transitive)
- Removedgraphql@0.11.7(transitive)
- Removediterall@1.1.3(transitive)
Updatedgraphql@^0.13.2
Updatedgraphql-tools@^2.23.1