@the-liberators/ngx-scrumteamsurvey-tools 2.3.102 → 2.3.103

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/index.d.ts CHANGED
@@ -146,6 +146,7 @@ declare class FeaturesDto {
146
146
  allowCustomDomain: boolean;
147
147
  allowBrandedPdfs: boolean;
148
148
  allowScaleSelection: boolean;
149
+ allowMetrics: boolean;
149
150
  }
150
151
 
151
152
  declare class ActionDto {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@the-liberators/ngx-scrumteamsurvey-tools",
3
- "version": "2.3.102",
3
+ "version": "2.3.103",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.3.6",
6
6
  "@angular/core": "^20.3.6",