taxtank-core 2.0.78 → 2.0.79

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
@@ -2016,10 +2016,6 @@ declare class ChartSerie {
2016
2016
  value: number;
2017
2017
  }
2018
2018
 
2019
- /**
2020
- * Chart data class
2021
- * @TODO consider rename to ChartSerie
2022
- */
2023
2019
  declare class ChartData {
2024
2020
  name: string;
2025
2021
  data: ChartSerie[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taxtank-core",
3
- "version": "2.0.78",
3
+ "version": "2.0.79",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.1.3",