@carlosdiazz/lottodiz-shared 2.4.2 → 2.4.3

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