dfh-ui-library 1.13.116 → 1.13.117

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.
@@ -3,3 +3,4 @@ export declare const getTimezoneData: () => {
3
3
  mins: number;
4
4
  };
5
5
  export declare const convertToUTCTimeStamp: (date: Date | string | null) => Date | null;
6
+ export declare const validateDate: (dateStr: string) => string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dfh-ui-library",
3
- "version": "1.13.116",
3
+ "version": "1.13.117",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "build": "rollup -c --bundleConfigAsCjs --environment NODE_ENV:production",