@deboxsoft/module-core
Advanced tools
Comparing version
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.5.20", | ||
"version": "2.5.21", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -30,4 +30,2 @@ "maintainers": [ | ||
"dependencies": { | ||
"zod": "3.x", | ||
"dayjs": "^1.11.3", | ||
"change-case": "^4.1.2", | ||
@@ -42,6 +40,12 @@ "clone-deep": "^4.0.1", | ||
"devDependencies": { | ||
"@types/mustache": "^4.1.3" | ||
"@types/mustache": "^4.1.3", | ||
"dayjs": "^1.11.3", | ||
"zod": "^3.17.10" | ||
}, | ||
"peerDependencies": { | ||
"zod": "3.x", | ||
"dayjs": "1.x" | ||
}, | ||
"scripts": { | ||
"build": "tsup", | ||
"build": "cross-env DEBUG=* tsup", | ||
"format": "eslint --fix 'src/**/*.ts'", | ||
@@ -48,0 +52,0 @@ "test": "ava", |
179310
0.05%3
200%- Removed
- Removed