@cellaware/utils 6.1.0 → 6.1.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.
@@ -1,2 +1,2 @@
1
1
  export type ChatWMSDateFormat = 'MMDDYYYY' | 'DDMMYYYY' | 'YYYYMMDD';
2
- export declare const DEFAULT_DATE_FORMAT: ChatWMSDateFormat;
2
+ export declare const CHATWMS_DEFAULT_DATE_FORMAT: ChatWMSDateFormat;
@@ -1 +1 @@
1
- export const DEFAULT_DATE_FORMAT = 'MMDDYYYY';
1
+ export const CHATWMS_DEFAULT_DATE_FORMAT = 'MMDDYYYY';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cellaware/utils",
3
- "version": "6.1.0",
3
+ "version": "6.1.1",
4
4
  "description": "Cellaware Utilities for Node.js",
5
5
  "author": "Cellaware Technologies",
6
6
  "type": "module",