@the-liberators/ngx-scrumteamsurvey-tools 2.3.135 → 2.3.136

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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.135",
3
+ "version": "2.3.136",
4
4
  "peerDependencies": {
5
- "@angular/common": "^21.1.2",
6
- "@angular/core": "^21.1.2",
7
- "@angular/forms": "^21.1.2",
8
- "@angular/material": "^21.1.2",
9
- "@angular/material-moment-adapter": "^21.1.2",
5
+ "@angular/common": "^21.1.3",
6
+ "@angular/core": "^21.1.3",
7
+ "@angular/forms": "^21.1.3",
8
+ "@angular/material": "^21.1.3",
9
+ "@angular/material-moment-adapter": "^21.1.3",
10
10
  "angular-oauth2-oidc": "^20.0.2",
11
11
  "@swimlane/ngx-charts": "^23.1.0",
12
12
  "moment": "^2.30.1",
@@ -1282,7 +1282,6 @@ declare class AuthConfig {
1282
1282
  interface UserProfile {
1283
1283
  email: string;
1284
1284
  name?: string;
1285
- use_mfa?: boolean;
1286
1285
  }
1287
1286
 
1288
1287
  declare class AuthService {
@@ -3015,7 +3014,6 @@ declare class UserProfileComponent extends ComponentWithViewStateBase<IResultsSt
3015
3014
  changeAvatar: boolean;
3016
3015
  color: string;
3017
3016
  email: string;
3018
- usesMFA: boolean;
3019
3017
  allowMFA: boolean;
3020
3018
  allowPasswordChange: boolean;
3021
3019
  showEmailInput: boolean;