Skip to content

Commit

Permalink
feat(typescript): add support for filtering the "List repository coll…
Browse files Browse the repository at this point in the history
…aborators" API (`GET /repos/{owner}/{repo}/collaborators`) by `permission` using a query param (#456)
  • Loading branch information
octokitbot committed Sep 13, 2022
1 parent 281d7be commit 2033af4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
],
"license": "MIT",
"dependencies": {
"@octokit/types": "^7.3.1"
"@octokit/types": "^7.4.0"
},
"peerDependencies": {
"@octokit/core": ">=4"
Expand Down

0 comments on commit 2033af4

Please sign in to comment.