6cf91c5e74
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
420 B
420 B
@backstage/plugin-catalog-backend-module-incremental-ingestion
| @backstage/plugin-catalog-backend-module-incremental-ingestion |
|---|
| minor |
Use HumanDuration for all duration needs in the public API, instead of luxon types. These are generally compatible, with a few caveats:
- If you scheduled things to run quarterly (
quarterorquarters), you can use{ months: 3 }instead. - If you used the singular nouns such as
year: 1, use plurals instead (e.g.years: 1).