@aircall/ci-scripts
Advanced tools
Comparing version 2.6.3 to 2.6.4
@@ -211,3 +211,3 @@ const { get, patch, post } = require('./request.js'); | ||
const query = `{repository(${repository}) { | ||
pullRequests(states: MERGED, last: 100, baseRefName: "master") { | ||
pullRequests(states: MERGED, first: 100, baseRefName: "master", orderBy: {field: UPDATED_AT, direction: DESC}) { | ||
${prFragment} | ||
@@ -220,3 +220,3 @@ } | ||
return pullRequestsdata.data.repository.pullRequests.edges.map(PR => PR.node); | ||
return pullRequestsdata.data.repository.pullRequests.nodes; | ||
}; | ||
@@ -223,0 +223,0 @@ |
{ | ||
"name": "@aircall/ci-scripts", | ||
"version": "2.6.3", | ||
"version": "2.6.4", | ||
"dependencies": {}, | ||
@@ -5,0 +5,0 @@ "main": "ci-scripts.js", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
38776
3