@codetectonics/mantle 2.0.2 → 2.0.4

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
@@ -1548,6 +1548,7 @@ interface ReportConfigColumn {
1548
1548
  max: boolean;
1549
1549
  min: boolean;
1550
1550
  sum: boolean;
1551
+ index?: number;
1551
1552
  }
1552
1553
  interface ReportConfigFilter {
1553
1554
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codetectonics/mantle",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "dependencies": {
5
5
  "@angular/animations": "^20",
6
6
  "@angular/cdk": "^20",