chat-customer-47net 1.3.1 → 1.3.2
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.
|
@@ -834,7 +834,7 @@ var timezoneExports = timezone$1.exports;
|
|
|
834
834
|
const timezone = /* @__PURE__ */getDefaultExportFromCjs(timezoneExports);
|
|
835
835
|
dayjs.extend(utc);
|
|
836
836
|
dayjs.extend(timezone);
|
|
837
|
-
const version = "1.3.
|
|
837
|
+
const version = "1.3.2";
|
|
838
838
|
const publicDateFormat = "MM/DD/YY";
|
|
839
839
|
const serverLocal = "America/New_York";
|
|
840
840
|
const getTime = dateTime => {
|