@carlosdiazz/lottodiz-shared 2.3.9 → 2.4.1

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,6 +39,11 @@ 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 LOTO
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());
42
47
  //! Ingles
43
48
  dayjs_1.default.locale("en");
44
49
  //Test
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@carlosdiazz/lottodiz-shared",
3
- "version": "2.3.9",
3
+ "version": "2.4.1",
4
4
  "description": "Shared Dtos, models, constants and utils",
5
5
  "main": "dist/index.js",
6
6
  "private": false,