@deboxsoft/module-core
Advanced tools
Comparing version 2.5.41 to 2.5.42
@@ -6,2 +6,3 @@ import { z, ZodType } from 'zod'; | ||
import dayjs from 'dayjs'; | ||
export { default as dayjs } from 'dayjs'; | ||
@@ -8,0 +9,0 @@ declare type NotificationType = "alert" | "warning" | "error" | "info"; |
@@ -42,2 +42,3 @@ var __defProp = Object.defineProperty; | ||
dayTimeZone: () => dayTimeZone, | ||
dayjs: () => dayjs, | ||
debounce: () => debounce, | ||
@@ -275,2 +276,3 @@ getAppConfig: () => getAppConfig, | ||
dayTimeZone: () => dayTimeZone, | ||
dayjs: () => dayjs, | ||
debounce: () => debounce, | ||
@@ -706,2 +708,3 @@ getRangeDate: () => getRangeDate, | ||
dayTimeZone, | ||
dayjs, | ||
debounce, | ||
@@ -708,0 +711,0 @@ getAppConfig, |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.5.41", | ||
"version": "2.5.42", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
65264
1914