chronos-ts 2.0.1 → 2.0.3
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/README.md +1 -1
- package/dist/index.d.mts +2291 -0
- package/dist/index.d.ts +2272 -31
- package/dist/index.js +5387 -150
- package/dist/index.mjs +5313 -0
- package/package.json +4 -3
- package/dist/core/chronos.d.ts +0 -460
- package/dist/core/chronos.js +0 -1259
- package/dist/core/index.d.ts +0 -9
- package/dist/core/index.js +0 -19
- package/dist/core/interval.d.ts +0 -289
- package/dist/core/interval.js +0 -689
- package/dist/core/period-collection.d.ts +0 -205
- package/dist/core/period-collection.js +0 -562
- package/dist/core/period.d.ts +0 -428
- package/dist/core/period.js +0 -1007
- package/dist/core/timezone.d.ts +0 -289
- package/dist/core/timezone.js +0 -671
- package/dist/locales/index.d.ts +0 -66
- package/dist/locales/index.js +0 -847
- package/dist/types/index.d.ts +0 -428
- package/dist/types/index.js +0 -71
- package/dist/utils/index.d.ts +0 -127
- package/dist/utils/index.js +0 -656
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
|
|
11
11
|
> [!WARNING]
|
|
12
12
|
> This is a major rewrite (v2.0) and is not backward compatible with v1.x. Please refer to the [migration guide](MIGRATION.md) for details.
|
|
13
|
-
|
|
13
|
+
> For Vite users, ensure you are using version 2.0.3 or later to avoid entry point resolution issues.
|
|
14
14
|
## ✨ Features
|
|
15
15
|
|
|
16
16
|
- 🎯 **Intuitive API** — Fluent, chainable methods for all date operations
|