@deboxsoft/module-core
Advanced tools
Comparing version 2.5.33 to 2.5.34
@@ -680,8 +680,8 @@ var __defProp = Object.defineProperty; | ||
import dayjs from "dayjs"; | ||
import utc from "dayjs/plugin/utc"; | ||
import timezone from "dayjs/plugin/timezone"; | ||
import localeData from "dayjs/plugin/localeData"; | ||
import isSameBefore from "dayjs/plugin/isSameOrBefore"; | ||
import isSameAfter from "dayjs/plugin/isSameOrBefore"; | ||
import minMax from "dayjs/plugin/minMax"; | ||
import utc from "dayjs/plugin/utc.js"; | ||
import timezone from "dayjs/plugin/timezone.js"; | ||
import localeData from "dayjs/plugin/localeData.js"; | ||
import isSameBefore from "dayjs/plugin/isSameOrBefore.js"; | ||
import isSameAfter from "dayjs/plugin/isSameOrBefore.js"; | ||
import minMax from "dayjs/plugin/minMax.js"; | ||
dayjs.extend(utc); | ||
@@ -688,0 +688,0 @@ dayjs.extend(timezone); |
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.5.33", | ||
"version": "2.5.34", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -40,2 +40,3 @@ "maintainers": [ | ||
"@deboxsoft/zod": "^3.17.4", | ||
"dayjs": "^1.11.4", | ||
"p-map": "^5.5.0", | ||
@@ -51,8 +52,4 @@ "change-case": "^4.1.2", | ||
"devDependencies": { | ||
"@types/mustache": "^4.1.3", | ||
"dayjs": "^1.11.3" | ||
"@types/mustache": "^4.1.3" | ||
}, | ||
"peerDependencies": { | ||
"dayjs": "1.x" | ||
}, | ||
"scripts": { | ||
@@ -59,0 +56,0 @@ "build": "tsup", |
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
1
71779
+ Addeddayjs@^1.11.4