@auth0-kits/server
Advanced tools
Comparing version 1.3.5 to 1.3.6
{ | ||
"name": "@auth0-kits/server", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -309,3 +309,3 @@ const querystring = require('querystring'); | ||
async assignUserRole(userId, ...rolesIds) { | ||
async assignUserRoles(userId, ...rolesIds) { | ||
this.tracer.trace('assignUserRole', { userId, rolesIds }); | ||
@@ -312,0 +312,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
12645