@carlosdiazz/lottodiz-shared 2.3.8 → 2.4.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.
@@ -36,6 +36,11 @@ const validateDate = (date_verify, arrs) => {
36
36
  // COSTA RICA JPS
37
37
  format_dates.push(dayjs_1.default.utc(date_verify).format("dddd, D [de] MMMM").toUpperCase());
38
38
  format_dates.push(dayjs_1.default.utc(date_verify).format("dddd, DD [de] MMMM").toUpperCase());
39
+ // YELU ECUDADOR
40
+ format_dates.push(dayjs_1.default.utc(date_verify).format("DD [de] MMMM YYYY - dddd").toUpperCase());
41
+ format_dates.push(dayjs_1.default.utc(date_verify).format("D [de] MMMM YYYY - dddd").toUpperCase());
42
+ //SUERTE CHILE
43
+ format_dates.push(dayjs_1.default.utc(date_verify).format("dddd, DD [de] MMMM [del] YYYY").toUpperCase());
39
44
  //! Ingles
40
45
  dayjs_1.default.locale("en");
41
46
  //Test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlosdiazz/lottodiz-shared",
3
- "version": "2.3.8",
3
+ "version": "2.4.0",
4
4
  "description": "Shared Dtos, models, constants and utils",
5
5
  "main": "dist/index.js",
6
6
  "private": false,