@accounts/graphql-client
Advanced tools
Comparing version 0.3.0-beta.29 to 0.3.0-beta.30
@@ -250,2 +250,3 @@ "use strict"; | ||
variables: variables, | ||
fetchPolicy: 'network-only', | ||
context: { | ||
@@ -252,0 +253,0 @@ headers: { |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.3.0-beta.29", | ||
"version": "0.3.0-beta.30", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -40,6 +40,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/client": "^0.3.0-beta.29", | ||
"@accounts/types": "^0.3.0-beta.29", | ||
"@accounts/client": "^0.3.0-beta.30", | ||
"@accounts/types": "^0.3.0-beta.30", | ||
"graphql-tag": "^2.9.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
36545
504