@ethisyscore/core-utils 1.32.0 → 1.34.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.
Files changed (1) hide show
  1. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethisyscore/core-utils",
3
- "version": "1.32.0",
3
+ "version": "1.34.0",
4
4
  "description": "Framework-agnostic date/time/duration utilities shared by the EthisysCore monolith and plugins. Pure TypeScript over date-fns; no React or MUI. The dayjs-backed picker helper lives behind the ./date/dayjs sub-path so the core entry stays dayjs-free.",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",