🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

asini-changelog

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asini-changelog - npm Package Compare versions

Comparing version

to
1.2.0

@@ -31,4 +31,4 @@ "use strict";

function ApiDataCache(host, _ref) {
var rootPath = _ref.rootPath;
var cacheDir = _ref.cacheDir;
var rootPath = _ref.rootPath,
cacheDir = _ref.cacheDir;

@@ -35,0 +35,0 @@ _classCallCheck(this, ApiDataCache);

@@ -49,3 +49,3 @@ "use strict";

if (!config) {
throw new _ConfigurationError2.default("Missing changelog config in `asini.json`.\n" + "See docs for setup: https://github.com/asini/asini-changelog#readme");
throw new _ConfigurationError2.default("Missing changelog config in `asini.json`.\n" + "See docs for setup: https://github.com/asini/asini/tree/master/packages/asini-changelog#asini-changelog");
}

@@ -52,0 +52,0 @@

@@ -21,4 +21,4 @@ "use strict";

var repo = config.repo;
var labels = config.labels;
var repo = config.repo,
labels = config.labels;

@@ -25,0 +25,0 @@ this.repo = repo;

{
"name": "asini-changelog",
"version": "1.1.0",
"version": "1.2.0",
"description": "Generate a changelog for an Asini repo",

@@ -17,3 +17,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/asini/asini-changelog.git"
"url": "git+https://github.com/asini/asini.git"
},

@@ -27,5 +27,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/asini/asini-changelog/issues"
"url": "https://github.com/asini/asini/issues"
},
"homepage": "https://github.com/asini/asini-changelog#readme",
"homepage": "https://github.com/asini/asini/tree/master/packages/asini-changelog#asini-changelog",
"devDependencies": {

@@ -38,3 +38,3 @@ "babel-cli": "^6.9.0",

"dependencies": {
"asini": "^1.1.0",
"asini": "^1.2.0",
"chalk": "^1.1.3",

@@ -41,0 +41,0 @@ "mkdirp": "^0.5.1"