@byuckchon-frontend/utils 1.2.1 → 1.4.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.
@@ -17,3 +17,4 @@ export declare const afterDate: (firstDate: Date, secondDate: Date) => Date;
17
17
  export declare const relativeTime: (date: Date, labels?: Partial<Record<"direction" | "seconds" | "minutes" | "hours" | "days" | "weeks" | "months" | "years", string>>) => string;
18
18
  export declare const formatToCustomKoreanTime: (isoString: Date | string, options?: FormatTimeOptions) => string;
19
19
  export declare function isSameDay(date1: string | Date, date2: string | Date): boolean;
20
+ export declare const isSameMinute: (date1: string, date2: string) => boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byuckchon-frontend/utils",
3
- "version": "1.2.1",
3
+ "version": "1.4.0",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",