@deboxsoft/module-core
Advanced tools
Comparing version 2.5.29 to 2.5.30
{ | ||
"name": "@deboxsoft/module-core", | ||
"version": "2.5.29", | ||
"version": "2.5.30", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -24,2 +24,3 @@ "maintainers": [ | ||
"*", | ||
"!src", | ||
"!tests" | ||
@@ -31,2 +32,4 @@ ], | ||
"dependencies": { | ||
"@deboxsoft/zod": "^3.17.4", | ||
"dayjs": "^1.11.3", | ||
"p-map": "^5.5.0", | ||
@@ -42,5 +45,3 @@ "change-case": "^4.1.2", | ||
"devDependencies": { | ||
"@types/mustache": "^4.1.3", | ||
"dayjs": "^1.11.3", | ||
"@deboxsoft/zod": "^3.17.4" | ||
"@types/mustache": "^4.1.3" | ||
}, | ||
@@ -47,0 +48,0 @@ "scripts": { |
@@ -11,4 +11,3 @@ import { defineConfig } from "tsup"; | ||
format: ["esm", "cjs"], | ||
clean: true, | ||
sourcemap: true | ||
clean: true | ||
}); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
82863
10
11
2406
1
+ Added@deboxsoft/zod@^3.17.4
+ Addeddayjs@^1.11.3
+ Added@deboxsoft/zod@3.17.4(transitive)
+ Addeddayjs@1.11.13(transitive)