aws-user-service
Advanced tools
Comparing version 1.1.16 to 1.1.17
@@ -108,3 +108,3 @@ const AWS = require('aws-sdk') | ||
async updateUserAttribute(userId, attributeName, attributeValue) { | ||
return await updateUserAttributes(userId, [ | ||
return await this.updateUserAttributes(userId, [ | ||
{ | ||
@@ -111,0 +111,0 @@ "Name": attributeName, |
{ | ||
"name": "aws-user-service", | ||
"version": "1.1.16", | ||
"version": "1.1.17", | ||
"description": "Contain methods to work with asw user", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4280