@auth0-kits/server
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -266,2 +266,3 @@ const querystring = require('querystring'); | ||
const responseJson = await response.json(); | ||
console.log(this.tracer.tracing) | ||
return this.tracer.dump(responseJson); | ||
@@ -268,0 +269,0 @@ } |
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
12688
352