@daryasidorovich/modsen-datepicker 1.0.23 → 1.0.24

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/dist/index.cjs CHANGED
@@ -570,7 +570,7 @@ function withMinMax(calendar, minDate, maxDate) {
570
570
  return calendar;
571
571
  }
572
572
 
573
- const HOLIDAY_API_URL = 'https://holidayapi.com/v1';
573
+ const HOLIDAY_API_URL = 'https://holidayapi.com/v1/holidays';
574
574
  const API_KEY = 'f36f54be-e335-4957-9c64-fde814074428';
575
575
  const getHolidays = async (year = new Date().getFullYear(), signal) => {
576
576
  try {