@beyonk/date-utils
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -10,5 +10,5 @@ import dayjs from 'dayjs/esm' | ||
dayjs.extend(relativeTime) | ||
dayjs.extend(utc) | ||
dayjs.extend(isSameOrBefore) | ||
dayjs.extend(isSameOrAfter) | ||
dayjs.extend(utc) | ||
@@ -15,0 +15,0 @@ const utcDate = dayjs.utc |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "Beyonk Date Utils", | ||
@@ -26,5 +26,5 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
"dependencies": { | ||
"dayjs": "^1.8.15" | ||
"dayjs": "^1.8.28" | ||
}, | ||
"gitHead": "feea439f8e4754e705c7d3df9bdcae95cc7f8dbc" | ||
"gitHead": "e5f2f0877da85b1cba9b98993678edbcdf52bdc7" | ||
} |
Updateddayjs@^1.8.28