@revolugo/common 6.10.7-beta.11 → 6.10.7-beta.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revolugo/common",
3
- "version": "6.10.7-beta.11",
3
+ "version": "6.10.7-beta.13",
4
4
  "private": false,
5
5
  "description": "Revolugo common",
6
6
  "author": "Revolugo",
@@ -4,6 +4,7 @@ import advancedFormat from 'dayjs/plugin/advancedFormat.js'
4
4
  import isBetween from 'dayjs/plugin/isBetween.js'
5
5
  import isSameOrAfter from 'dayjs/plugin/isSameOrAfter.js'
6
6
  import isSameOrBefore from 'dayjs/plugin/isSameOrBefore.js'
7
+ import localeData from 'dayjs/plugin/localeData.js'
7
8
  import localizedFormat from 'dayjs/plugin/localizedFormat.js'
8
9
  import minMax from 'dayjs/plugin/minMax.js'
9
10
  import relativeTime from 'dayjs/plugin/relativeTime.js'
@@ -22,6 +23,7 @@ dayjs.extend(isBetween)
22
23
  dayjs.extend(isSameOrAfter)
23
24
  dayjs.extend(isSameOrBefore)
24
25
  dayjs.extend(localizedFormat)
26
+ dayjs.extend(localeData)
25
27
  dayjs.extend(minMax)
26
28
  dayjs.extend(relativeTime)
27
29
  dayjs.extend(timezone)