stash-rest-api
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -9,2 +9,5 @@ | ||
get: function(projectKey, repo, options) { | ||
if (!options) { | ||
options = {}; | ||
} | ||
options = { args: { 'state': options.state || 'OPEN' } }; | ||
@@ -11,0 +14,0 @@ return client.get('projects/' + projectKey + '/repos/' + repo + '/pull-requests', options); |
{ | ||
"name": "stash-rest-api", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
6547
159