@adastradev/user-management-sdk
Advanced tools
Comparing version 4.0.0-beta.1676404283978 to 4.0.0-beta.1676564732870
@@ -71,2 +71,3 @@ "use strict"; | ||
_a.poolData = _c.sent(); | ||
console.log("test log pool data " + JSON.stringify(this.poolData)); | ||
this.authenticatorURI = "cognito-idp." + this.region + ".amazonaws.com/" + this.poolData.UserPoolId; | ||
@@ -79,2 +80,3 @@ return [3 /*break*/, 5]; | ||
_b.poolData = _c.sent(); | ||
console.log("test log pool via username data" + JSON.stringify(this.poolData)); | ||
this.authenticatorURI = "cognito-idp." + this.region + ".amazonaws.com/" + this.poolData.UserPoolId; | ||
@@ -81,0 +83,0 @@ _c.label = 5; |
{ | ||
"name": "@adastradev/user-management-sdk", | ||
"version": "4.0.0-beta.1676404283978", | ||
"version": "4.0.0-beta.1676564732870", | ||
"description": "Astra user management SDK for JavaScript in the browser and Node.js", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
59733
788