@stacksjs/datetime 0.59.6 → 0.59.8

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1,4 +1,5 @@
1
- declare const now: any;
2
- declare const dateFormat: any;
1
+ import { useDateFormat, useNow } from '@stacksjs/utils';
2
+ declare const now: typeof useNow;
3
+ declare const dateFormat: typeof useDateFormat;
3
4
  export { now, dateFormat };
4
5
  export { format, parse } from '@formkit/tempo';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.59.6",
4
+ "version": "0.59.8",
5
5
  "description": "The Stacks datetime helpers.",
6
6
  "author": "Chris Breuer",
7
7
  "license": "MIT",