@sotnak/react-wakatime-global-stats 0.1.9 → 0.2.0

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/README.md CHANGED
@@ -6,8 +6,9 @@ main component
6
6
  #### interface WakaProps
7
7
  - aggregateFunction: AggregateFunction
8
8
  - category: Category
9
- - year: number //[ 2013, ...,2023 ]
10
- - limit: number | undefined
9
+ - year: number //[ 2013, ...,2024 ]
10
+ - urlGetter: (year: number) => string
11
+ - limit?: number
11
12
 
12
13
  #### enum AggregateFunction
13
14
  - sum = 0