@accounts/graphql-client
Advanced tools
Comparing version 0.3.0-beta.19 to 0.3.0-beta.20
@@ -210,3 +210,3 @@ "use strict"; | ||
headers: { | ||
authorization: tokens.accessToken, | ||
'accounts-access-token': tokens.accessToken, | ||
}, | ||
@@ -242,3 +242,3 @@ }, | ||
headers: { | ||
authorization: tokens.accessToken, | ||
'accounts-access-token': tokens.accessToken, | ||
}, | ||
@@ -245,0 +245,0 @@ }, |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.3.0-beta.19", | ||
"version": "0.3.0-beta.20", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -38,7 +38,7 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@accounts/client": "^0.3.0-beta.19", | ||
"@accounts/client": "^0.3.0-beta.20", | ||
"@accounts/common": "0.1.0-alpha.58382c10", | ||
"@accounts/types": "^0.3.0-beta.19", | ||
"@accounts/types": "^0.3.0-beta.20", | ||
"graphql-tag": "^1.1.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
35846