@beyonk/date-utils
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -11,2 +11,3 @@ import dayjs from 'dayjs/esm' | ||
const utcDate = dayjs.utc | ||
const localDate = dayjs | ||
@@ -53,2 +54,3 @@ function longDate (str) { | ||
export { | ||
localDate, | ||
utcDate, | ||
@@ -55,0 +57,0 @@ longDate, |
{ | ||
"name": "@beyonk/date-utils", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Beyonk Date Utils", | ||
@@ -29,3 +29,3 @@ "author": "Antony Jones <aj@desirableobjects.co.uk>", | ||
}, | ||
"gitHead": "0b52f1a9e57e7eb40f5c57f7d891ea0b983e0742" | ||
"gitHead": "a1e2494b3e4a924e9d19798f7f6e8fb88a3ac0d7" | ||
} |
2157
52