jira-changelog
Advanced tools
Comparing version 1.6.1 to 1.6.2
@@ -20,3 +20,3 @@ #!/usr/bin/env node | ||
var _htmlEntities = _interopRequireDefault(require("html-entities")); | ||
var _htmlEntities = require("html-entities"); | ||
@@ -80,3 +80,3 @@ var _template = require("./template"); | ||
const entitles = new _htmlEntities.default.AllHtmlEntities(); | ||
const entitles = new _htmlEntities.AllHtmlEntities(); | ||
console.log(entitles.decode(changelogMessage)); // Post to slack | ||
@@ -83,0 +83,0 @@ |
@@ -189,3 +189,3 @@ "use strict"; | ||
const rev5 = combinedMessages.find(i => i.revision === '5'); | ||
const expectSummary = ['rev 5', 'rev 2b', 'rev 2a'].join('\n'); | ||
const expectSummary = ['rev 5'].join('\n'); | ||
const expectFull = ['Full rev 5', 'Full rev 2b', 'Full rev 2a'].join('\n'); | ||
@@ -235,3 +235,3 @@ expect(rev5.summary).toEqual(expectSummary); | ||
const rev5 = combinedMessages.find(i => i.revision === '5'); | ||
const expectSummary = ['rev 5', 'rev 2a'].join('\n'); | ||
const expectSummary = ['rev 5'].join('\n'); | ||
const expectFull = ['Full rev 5', 'Full rev 2a'].join('\n'); | ||
@@ -238,0 +238,0 @@ expect(rev5.summary).toEqual(expectSummary); |
{ | ||
"name": "jira-changelog", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Generates a changelog by matching git commits to Jira tickets.", | ||
@@ -23,21 +23,21 @@ "repository": "https://github.com/jgillick/jira-changelog", | ||
"@babel/cli": "^7.8.4", | ||
"@babel/core": "^7.8.4", | ||
"@babel/preset-env": "^7.8.4", | ||
"jest": "^25.1.0" | ||
"@babel/core": "^7.9.0", | ||
"@babel/preset-env": "^7.9.5", | ||
"jest": "^25.3.0" | ||
}, | ||
"dependencies": { | ||
"commander": "^2.20.0", | ||
"core-js": "^3.6.4", | ||
"ejs": "^3.0.1", | ||
"core-js": "^3.6.5", | ||
"ejs": "^3.0.2", | ||
"form-urlencoded": "^2.0.9", | ||
"haikunator": "^2.1.1", | ||
"html-entities": "^1.2.1", | ||
"jira-client": "^6.14.0", | ||
"haikunator": "^2.1.2", | ||
"html-entities": "^1.3.1", | ||
"jira-client": "^6.16.0", | ||
"lodash": "^4.17.15", | ||
"node-fetch": "^2.6.0", | ||
"promise-throttle": "^1.0.1", | ||
"regenerator-runtime": "^0.13.3", | ||
"simple-git": "^1.131.0", | ||
"regenerator-runtime": "^0.13.5", | ||
"simple-git": "^1.132.0", | ||
"source-map-support": "^0.5.16" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
199856
Updatedcore-js@^3.6.5
Updatedejs@^3.0.2
Updatedhaikunator@^2.1.2
Updatedhtml-entities@^1.3.1
Updatedjira-client@^6.16.0
Updatedregenerator-runtime@^0.13.5
Updatedsimple-git@^1.132.0