@dwwoelfel/graphql-parse-resolve-info
Advanced tools
Comparing version 4.4.4-alpha.0 to 4.4.5-alpha.0
@@ -8,3 +8,3 @@ "use strict"; | ||
const debugFactory = require("debug"); | ||
const debug = debugFactory("graphql-parse-resolve-info"); | ||
const debug = debugFactory("@dwwoelfel/graphql-parse-resolve-info"); | ||
function getArgVal(resolveInfo, argument) { | ||
@@ -11,0 +11,0 @@ if (argument.kind === "Variable") { |
@@ -6,3 +6,3 @@ { | ||
"name": "@dwwoelfel/graphql-parse-resolve-info", | ||
"version": "4.4.4-alpha.0", | ||
"version": "4.4.5-alpha.0", | ||
"description": "Parse GraphQLResolveInfo (the 4th argument of resolve) into a simple tree", | ||
@@ -63,3 +63,3 @@ "main": "node8plus/index.js", | ||
}, | ||
"gitHead": "a3818ddf26ef41d18331732d4da7faedc3cc4af8" | ||
"gitHead": "13938f563b26a0a7ccacd8f02376bb8f0ce8d0e5" | ||
} |
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
35080