cats-charts 0.0.60 → 0.0.61

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -206,7 +206,7 @@ interface DoughnutChartConfig {
206
206
  top?: any;
207
207
  bottom?: any;
208
208
  backgroundColor?: string;
209
- series: {
209
+ series?: {
210
210
  name: string;
211
211
  data: number[];
212
212
  [key: string]: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cats-charts",
3
- "version": "0.0.60",
3
+ "version": "0.0.61",
4
4
  "peerDependencies": {
5
5
  "@angular/core": ">=18 <22",
6
6
  "@angular/common": ">=18 <22"