@octokit/plugin-paginate-rest
Advanced tools
+10
-1
@@ -147,5 +147,7 @@ // pkg/dist-src/version.js | ||
| "GET /organizations", | ||
| "GET /organizations/{org}/dependabot/repository-access", | ||
| "GET /orgs/{org}/actions/cache/usage-by-repository", | ||
| "GET /orgs/{org}/actions/hosted-runners", | ||
| "GET /orgs/{org}/actions/permissions/repositories", | ||
| "GET /orgs/{org}/actions/permissions/self-hosted-runners/repositories", | ||
| "GET /orgs/{org}/actions/runner-groups", | ||
@@ -200,2 +202,5 @@ "GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners", | ||
| "GET /orgs/{org}/projects", | ||
| "GET /orgs/{org}/projectsV2", | ||
| "GET /orgs/{org}/projectsV2/{project_number}/fields", | ||
| "GET /orgs/{org}/projectsV2/{project_number}/items", | ||
| "GET /orgs/{org}/properties/values", | ||
@@ -221,3 +226,2 @@ "GET /orgs/{org}/public_members", | ||
| "GET /orgs/{org}/teams/{team_slug}/teams", | ||
| "GET /projects/columns/{column_id}/cards", | ||
| "GET /projects/{project_id}/collaborators", | ||
@@ -282,2 +286,4 @@ "GET /projects/{project_id}/columns", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/comments", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocking", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/events", | ||
@@ -363,2 +369,4 @@ "GET /repos/{owner}/{repo}/issues/{issue_number}/labels", | ||
| "GET /users", | ||
| "GET /users/{user_id}/projectsV2/{project_number}/fields", | ||
| "GET /users/{user_id}/projectsV2/{project_number}/items", | ||
| "GET /users/{username}/attestations/{subject_digest}", | ||
@@ -376,2 +384,3 @@ "GET /users/{username}/events", | ||
| "GET /users/{username}/projects", | ||
| "GET /users/{username}/projectsV2", | ||
| "GET /users/{username}/received_events", | ||
@@ -378,0 +387,0 @@ "GET /users/{username}/received_events/public", |
@@ -30,5 +30,7 @@ const paginatingEndpoints = [ | ||
| "GET /organizations", | ||
| "GET /organizations/{org}/dependabot/repository-access", | ||
| "GET /orgs/{org}/actions/cache/usage-by-repository", | ||
| "GET /orgs/{org}/actions/hosted-runners", | ||
| "GET /orgs/{org}/actions/permissions/repositories", | ||
| "GET /orgs/{org}/actions/permissions/self-hosted-runners/repositories", | ||
| "GET /orgs/{org}/actions/runner-groups", | ||
@@ -83,2 +85,5 @@ "GET /orgs/{org}/actions/runner-groups/{runner_group_id}/hosted-runners", | ||
| "GET /orgs/{org}/projects", | ||
| "GET /orgs/{org}/projectsV2", | ||
| "GET /orgs/{org}/projectsV2/{project_number}/fields", | ||
| "GET /orgs/{org}/projectsV2/{project_number}/items", | ||
| "GET /orgs/{org}/properties/values", | ||
@@ -104,3 +109,2 @@ "GET /orgs/{org}/public_members", | ||
| "GET /orgs/{org}/teams/{team_slug}/teams", | ||
| "GET /projects/columns/{column_id}/cards", | ||
| "GET /projects/{project_id}/collaborators", | ||
@@ -165,2 +169,4 @@ "GET /projects/{project_id}/columns", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/comments", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocked_by", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/dependencies/blocking", | ||
| "GET /repos/{owner}/{repo}/issues/{issue_number}/events", | ||
@@ -246,2 +252,4 @@ "GET /repos/{owner}/{repo}/issues/{issue_number}/labels", | ||
| "GET /users", | ||
| "GET /users/{user_id}/projectsV2/{project_number}/fields", | ||
| "GET /users/{user_id}/projectsV2/{project_number}/items", | ||
| "GET /users/{username}/attestations/{subject_digest}", | ||
@@ -259,2 +267,3 @@ "GET /users/{username}/events", | ||
| "GET /users/{username}/projects", | ||
| "GET /users/{username}/projectsV2", | ||
| "GET /users/{username}/received_events", | ||
@@ -261,0 +270,0 @@ "GET /users/{username}/received_events/public", |
@@ -1,4 +0,4 @@ | ||
| const VERSION = "13.1.1"; | ||
| const VERSION = "13.2.0"; | ||
| export { | ||
| VERSION | ||
| }; |
@@ -1,1 +0,1 @@ | ||
| export declare const VERSION = "13.1.1"; | ||
| export declare const VERSION = "13.2.0"; |
+5
-5
@@ -8,3 +8,3 @@ { | ||
| "type": "module", | ||
| "version": "13.1.1", | ||
| "version": "13.2.0", | ||
| "description": "Octokit plugin to paginate REST API endpoint responses", | ||
@@ -20,3 +20,3 @@ "repository": "github:octokit/plugin-paginate-rest.js", | ||
| "dependencies": { | ||
| "@octokit/types": "^14.1.0" | ||
| "@octokit/types": "^15.0.0" | ||
| }, | ||
@@ -27,4 +27,4 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@octokit/core": "^7.0.0", | ||
| "@octokit/plugin-rest-endpoint-methods": "^16.0.0", | ||
| "@octokit/core": "^7.0.4", | ||
| "@octokit/plugin-rest-endpoint-methods": "^16.1.0", | ||
| "@octokit/tsconfig": "^4.0.0", | ||
@@ -38,3 +38,3 @@ "@types/node": "^22.0.0", | ||
| "npm-run-all2": "^8.0.0", | ||
| "prettier": "3.5.3", | ||
| "prettier": "3.6.2", | ||
| "semantic-release-plugin-update-version-in-files": "^2.0.0", | ||
@@ -41,0 +41,0 @@ "typescript": "^5.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
189954
3.06%3149
2.77%+ Added
+ Added
- Removed
- Removed
Updated