@bereasoftware/time-guard 2.5.3 → 2.6.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 (41) hide show
  1. package/dist/calendars/index.es.js +1 -1
  2. package/dist/plugins/advanced-format.es.js +1 -1
  3. package/dist/plugins/duration.es.js +1 -1
  4. package/dist/plugins/relative-time.es.js +1 -1
  5. package/dist/time-guard.cjs +1 -1
  6. package/dist/time-guard.cjs.map +1 -1
  7. package/dist/time-guard.es.js +38 -13
  8. package/dist/time-guard.es.js.map +1 -1
  9. package/dist/time-guard.iife.js +1 -1
  10. package/dist/time-guard.iife.js.map +1 -1
  11. package/dist/time-guard.umd.js +1 -1
  12. package/dist/time-guard.umd.js.map +1 -1
  13. package/dist/types/adapters/temporal.adapter.d.ts +74 -0
  14. package/dist/types/calendars/calendar.manager.d.ts +52 -0
  15. package/dist/types/calendars/index.d.ts +81 -1
  16. package/dist/types/formatters/date.formatter.d.ts +21 -0
  17. package/dist/types/index.d.ts +206 -1
  18. package/dist/types/locales/additional.locale.d.ts +5 -0
  19. package/dist/types/locales/asian.locale.d.ts +9 -0
  20. package/dist/types/locales/english.locale.d.ts +6 -0
  21. package/dist/types/locales/european.locale.d.ts +9 -0
  22. package/dist/types/locales/index.d.ts +17 -1
  23. package/dist/types/locales/locale.manager.d.ts +42 -0
  24. package/dist/types/locales/middle-eastern.locale.d.ts +5 -0
  25. package/dist/types/locales/nordic.locale.d.ts +6 -0
  26. package/dist/types/locales/romance.locale.d.ts +7 -0
  27. package/dist/types/locales/slavic.locale.d.ts +6 -0
  28. package/dist/types/locales/spanish.locale.d.ts +5 -0
  29. package/dist/types/plugins/advanced-format/index.d.ts +15 -0
  30. package/dist/types/plugins/advanced-format.d.ts +5 -0
  31. package/dist/types/plugins/duration/index.d.ts +107 -0
  32. package/dist/types/plugins/duration/types.d.ts +85 -0
  33. package/dist/types/plugins/duration.d.ts +5 -0
  34. package/dist/types/plugins/index.d.ts +10 -0
  35. package/dist/types/plugins/manager.d.ts +58 -0
  36. package/dist/types/plugins/relative-time/index.d.ts +39 -0
  37. package/dist/types/plugins/relative-time/types.d.ts +27 -0
  38. package/dist/types/plugins/relative-time.d.ts +5 -0
  39. package/dist/types/types/index.d.ts +586 -0
  40. package/dist/types/utils/duration-locale.d.ts +33 -0
  41. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- /*! time-guard v2.5.3 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
1
+ /*! time-guard v2.6.0 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
2
2
  //#region src/calendars/index.ts
3
3
  var e = class {
4
4
  id = "islamic";
@@ -1,4 +1,4 @@
1
- /*! time-guard v2.5.3 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
1
+ /*! time-guard v2.6.0 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
2
2
  //#region src/plugins/advanced-format/index.ts
3
3
  var e = class {
4
4
  name = "advanced-format";
@@ -1,4 +1,4 @@
1
- /*! time-guard v2.5.3 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
1
+ /*! time-guard v2.6.0 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
2
2
  //#region src/plugins/duration/index.ts
3
3
  var e = class e {
4
4
  years = 0;
@@ -1,4 +1,4 @@
1
- /*! time-guard v2.5.3 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
1
+ /*! time-guard v2.6.0 | (c) 2026 Berea-Soft | MIT License | https://github.com/Berea-Soft/time-guard */
2
2
  //#region src/plugins/relative-time/index.ts
3
3
  var e = [
4
4
  {