@aws-amplify/ui-angular 3.1.4 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -407,6 +407,8 @@
407
407
  }]
408
408
  }] });
409
409
 
410
+ var VERSION = '3.2.1';
411
+
410
412
  var logger$1 = new core.Logger('state-machine');
411
413
  /**
412
414
  * AuthenticatorService provides access to the authenticator state and context.
@@ -1765,6 +1767,10 @@
1765
1767
  AuthenticatorComponent.prototype.ngOnInit = function () {
1766
1768
  var _this = this;
1767
1769
  var _a = this, initialState = _a.initialState, loginMechanisms = _a.loginMechanisms, services = _a.services, signUpAttributes = _a.signUpAttributes, socialProviders = _a.socialProviders, formFields = _a.formFields;
1770
+ ui.configureComponent({
1771
+ packageName: '@aws-amplify/ui-angular',
1772
+ version: VERSION,
1773
+ });
1768
1774
  var _b = this.authenticator, authService = _b.authService, initializeMachine = _b.initializeMachine;
1769
1775
  this.unsubscribeHub = ui.listenToAuthHub(authService, function (data, service) { return __awaiter(_this, void 0, void 0, function () {
1770
1776
  return __generator(this, function (_a) {