mario-core 2.6.2 → 2.6.6

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.
@@ -17,10 +17,10 @@ export declare const COLORS: {
17
17
  SUCCESS: string;
18
18
  INFO: string;
19
19
  };
20
- export declare const DATE_FORMAT = "yyyy-MM-DD";
21
- export declare const DATE_RESULT = "DD-MM-yyyy";
22
- export declare const FULL_DATE_RESULT = "DD-MM-yyyy HH:mm";
23
- export declare const FULL_DATE_FORMAT = "yyyy-MM-DD HH:mm";
20
+ export declare const DATE_FORMAT = "yyyy-MM-dd";
21
+ export declare const DATE_RESULT = "dd-MM-yyyy";
22
+ export declare const FULL_DATE_RESULT = "dd-MM-yyyy HH:mm";
23
+ export declare const FULL_DATE_FORMAT = "yyyy-MM-dd HH:mm";
24
24
  export declare const DATE_MIN_VALUE = "0001-01-01T00:00:00";
25
25
  export declare const LICENSE_AGGRID = "Alhanko&Johnson_BASE23_single_1_Devs__22_November_2020_[v2]_MTYwNjAwMzIwMDAwMA==d452f38afc893671cad92795e95d52a1";
26
26
  export declare const BASE_URL: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mario-core",
3
- "version": "2.6.2",
3
+ "version": "2.6.6",
4
4
  "description": "Contains core components && functions for Mario project",
5
5
  "author": "brss",
6
6
  "license": "MIT",