@accounts/graphql-client
Advanced tools
Comparing version 0.3.0-beta.28 to 0.3.0-beta.29
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.3.0-beta.28", | ||
"version": "0.3.0-beta.29", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -36,11 +36,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"lodash": "4.17.10", | ||
"lodash": "4.17.11", | ||
"nock": "9.6.1" | ||
}, | ||
"dependencies": { | ||
"@accounts/client": "^0.3.0-beta.28", | ||
"@accounts/types": "^0.3.0-beta.28", | ||
"@accounts/client": "^0.3.0-beta.29", | ||
"@accounts/types": "^0.3.0-beta.29", | ||
"graphql-tag": "^2.9.2" | ||
}, | ||
"gitHead": "07554e3c5df7d8696b06fd566cc05fa7e1001653" | ||
} | ||
} |
@@ -23,3 +23,3 @@ # @accounts/graphql-client | ||
const accountsGraphQL = new GraphQLClient({ | ||
const accountsGraphQL = new AccountsGraphQLClient({ | ||
graphQLClient: apolloClient, | ||
@@ -26,0 +26,0 @@ // other options |
36462
50