@stacksjs/datetime 0.56.34 → 0.57.2

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.d.ts CHANGED
@@ -1,6 +1,4 @@
1
- import { useNow, useDateFormat } from '@stacksjs/utils';
2
-
1
+ import { useDateFormat, useNow } from '@stacksjs/utils';
3
2
  declare const now: typeof useNow;
4
3
  declare const dateFormat: typeof useDateFormat;
5
-
6
- export { dateFormat, now };
4
+ export { now, dateFormat };
package/dist/index.mjs CHANGED
@@ -1,6 +1,4 @@
1
- import { useNow, useDateFormat } from '@stacksjs/utils';
2
-
1
+ import { useDateFormat, useNow } from "@stacksjs/utils";
3
2
  const now = useNow;
4
3
  const dateFormat = useDateFormat;
5
-
6
- export { dateFormat, now };
4
+ export { now, dateFormat };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stacksjs/datetime",
3
3
  "type": "module",
4
- "version": "0.56.34",
4
+ "version": "0.57.2",
5
5
  "packageManager": "pnpm@8.6.5",
6
6
  "description": "The Stacks datetime helpers.",
7
7
  "author": "Chris Breuer",
@@ -40,10 +40,10 @@
40
40
  "README.md"
41
41
  ],
42
42
  "peerDependencies": {
43
- "@stacksjs/utils": "0.56.34"
43
+ "@stacksjs/utils": "0.57.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@stacksjs/development": "0.56.34"
46
+ "@stacksjs/development": "0.57.2"
47
47
  },
48
48
  "scripts": {
49
49
  "build": "unbuild",