@accounts/graphql-client
Advanced tools
Comparing version 0.3.0-beta.22 to 0.3.0-beta.23
@@ -17,4 +17,4 @@ "use strict"; | ||
while (_) try { | ||
if (f = 1, y && (t = y[op[0] & 2 ? "return" : op[0] ? "throw" : "next"]) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [0, t.value]; | ||
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t; | ||
if (y = 0, t) op = [op[0] & 2, t.value]; | ||
switch (op[0]) { | ||
@@ -21,0 +21,0 @@ case 0: case 1: t = op; break; |
{ | ||
"name": "@accounts/graphql-client", | ||
"version": "0.3.0-beta.22", | ||
"version": "0.3.0-beta.23", | ||
"description": "GraphQL client transport for accounts", | ||
@@ -36,10 +36,10 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"lodash": "4.16.4", | ||
"nock": "9.0.2" | ||
"lodash": "4.17.10", | ||
"nock": "9.4.3" | ||
}, | ||
"dependencies": { | ||
"@accounts/client": "^0.3.0-beta.22", | ||
"@accounts/types": "^0.3.0-beta.22", | ||
"@accounts/client": "^0.3.0-beta.23", | ||
"@accounts/types": "^0.3.0-beta.23", | ||
"graphql-tag": "^1.1.2" | ||
} | ||
} |
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
36694