@wistia/ui 0.14.4-beta.d4d444f9.309a8cf → 0.14.4

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
@@ -1,6 +1,6 @@
1
1
 
2
2
  /*
3
- * @license @wistia/ui v0.14.4-beta.d4d444f9.309a8cf
3
+ * @license @wistia/ui v0.14.4
4
4
  *
5
5
  * Copyright (c) 2024-2025, Wistia, Inc. and its affiliates.
6
6
  *
@@ -2015,7 +2015,7 @@ var timeAgoString = (date, { nowAnchor = /* @__PURE__ */ new Date(), includeTime
2015
2015
  if (differenceInDays < daysInWeek && !includeTime) {
2016
2016
  return `on ${dayOfWeekString(date)}`;
2017
2017
  }
2018
- return includeTime ? dateTimeString(date, { omitYear: isSameYear }) : dateOnlyString(date, { omitYear: false });
2018
+ return includeTime ? dateTimeString(date, { omitYear: isSameYear }) : dateOnlyString(date, { omitYear: isSameYear });
2019
2019
  };
2020
2020
 
2021
2021
  // src/helpers/dateTime/timeOnlyString.ts