@auth0-kits/server
Advanced tools
Comparing version 1.3.4 to 1.3.5
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.4", | ||
"version": "1.3.5", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -127,3 +127,3 @@ const querystring = require('querystring'); | ||
const url = `${this.auth0TenantUrl}${USER_URL}${userId}`; | ||
const url = `${this.auth0TenantUrl}${USER_URL}/${userId}`; | ||
this.tracer.crumb({ url }); | ||
@@ -271,3 +271,3 @@ | ||
async getClientMetadata() { | ||
this.tracer.trace('linkAccounts'); | ||
this.tracer.trace('getClientMetadata'); | ||
@@ -274,0 +274,0 @@ let managementToken; |
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
12644