cz-ponsfrilus-changelog
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -116,3 +116,3 @@ "format cjs"; | ||
// Hard limit this line | ||
var head = (answers.type + scope + ': ' + answers.subject.trim()).slice(0, maxLineWidth); | ||
var head = (answers.type + scope + sep + ' ' + answers.subject.trim()).slice(0, maxLineWidth); | ||
@@ -119,0 +119,0 @@ // Wrap these lines at 100 characters |
{ | ||
"name": "cz-ponsfrilus-changelog", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Commitizen adapter following the ponsfrilus-changelog format.", | ||
@@ -19,10 +19,10 @@ "main": "index.js", | ||
"dependencies": { | ||
"lodash.map": "^4.5.1", | ||
"longest": "^1.0.1", | ||
"ponsfrilus-commit-types": "0.0.5", | ||
"lodash.map": "^4.6.0", | ||
"longest": "^2.0.1", | ||
"ponsfrilus-commit-types": "^0.0.8", | ||
"right-pad": "^1.0.1", | ||
"word-wrap": "^1.0.3" | ||
"word-wrap": "^1.2.3" | ||
}, | ||
"devDependencies": { | ||
"commitizen": "2.9.6" | ||
"commitizen": "3.0.5" | ||
}, | ||
@@ -29,0 +29,0 @@ "config": { |
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
8266
+ Addedlongest@2.0.1(transitive)
+ Addedponsfrilus-commit-types@0.0.8(transitive)
- Removedlongest@1.0.1(transitive)
- Removedponsfrilus-commit-types@0.0.5(transitive)
Updatedlodash.map@^4.6.0
Updatedlongest@^2.0.1
Updatedword-wrap@^1.2.3