@carlosdiazz/lottodiz-shared 2.4.0 → 2.4.2

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