@deboxsoft/module-core
Advanced tools
Comparing version 2.6.72 to 2.6.73
@@ -16,2 +16,3 @@ import { __export, CONFIG_KEY, Container, ContainerDIClass, DbxError, getConfig, getConfigService, __reExport } from './chunk-3BIZMSTQ.js'; | ||
import isSameBefore from 'dayjs/plugin/isSameOrBefore.js'; | ||
import relativeTime from 'dayjs/plugin/relativeTime.js'; | ||
import minMax from 'dayjs/plugin/minMax.js'; | ||
@@ -461,2 +462,3 @@ import default2 from 'ts-deepmerge'; | ||
dayjs.extend(isSameBefore); | ||
dayjs.extend(relativeTime); | ||
dayjs.extend(minMax); | ||
@@ -463,0 +465,0 @@ function dayTimeZone(d = new Date(), { format, timezone: timezone2 = "Asia/Jakarta" } = {}) { |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.6.72", | ||
"version": "2.6.73", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -5,0 +5,0 @@ "maintainers": [ |
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
148009
4437