@the-liberators/ngx-scrumteamsurvey-tools 2.3.121 → 2.3.123

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.121",
3
+ "version": "2.3.123",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.6",
6
6
  "@angular/core": "^21.0.6",
@@ -2359,7 +2359,6 @@ declare class DialogSettingsComponent extends ComponentWithViewStateBase<IResult
2359
2359
  private settings;
2360
2360
  factors: SelectItem[];
2361
2361
  isSingleTeam: boolean;
2362
- isSubscriber: boolean;
2363
2362
  modelFilterSettings: ModelFilter;
2364
2363
  customFactorsSelected: boolean;
2365
2364
  benchmarkTypes: SelectItem[];