@dog-ai/github-wrapper
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -121,5 +121,6 @@ 'use strict'; | ||
var mergedPullRequests = []; | ||
return this.getOrgRepos(owner).mapSeries(function (repo) { | ||
var name = repo.name; | ||
var mergedPullRequests = []; | ||
@@ -148,5 +149,5 @@ return _this3.getRepoPullRequestsByState(owner, name, 'open').mapSeries(function (pullRequest) { | ||
} | ||
}).then(function () { | ||
return mergedPullRequests; | ||
}); | ||
}).catch(function () {}); | ||
}).catch(function () {}).finally(function () { | ||
return mergedPullRequests; | ||
}); | ||
@@ -153,0 +154,0 @@ } |
{ | ||
"name": "@dog-ai/github-wrapper", | ||
"description": "A GitHub wrapper library", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"main": "lib/github-wrapper.js", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -8,2 +8,4 @@ # A GitHub wrapper library | ||
[![](https://img.shields.io/github/release/dog-ai/github-wrapper.svg)](https://github.com/dog-ai/github-wrapper/releases) | ||
[![Version](https://img.shields.io/npm/v/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper) | ||
[![Downloads](https://img.shields.io/npm/dt/@dog-ai/github-wrapper.svg)](https://www.npmjs.com/package/@dog-ai/github-wrapper) | ||
@@ -10,0 +12,0 @@ A GitHub wrapper library. |
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
8450
31