commitizen-cli
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "commitizen-cli", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Command-line interface tool that helps enforce standardized commit message formats in Git repositories.", | ||
@@ -53,2 +53,3 @@ "type": "module", | ||
"@types/dedent": "^0.7.0", | ||
"@types/lodash": "^4.14.196", | ||
"@types/node": "^20.2.5", | ||
@@ -70,4 +71,5 @@ "@typescript-eslint/eslint-plugin": "^5.59.8", | ||
"dedent": "^0.7.0", | ||
"kolorist": "^1.8.0" | ||
"kolorist": "^1.8.0", | ||
"lodash": "^4.17.21" | ||
} | ||
} |
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
12646
255
6
12
+ Addedlodash@^4.17.21
+ Addedlodash@4.17.21(transitive)