Skip to content

Commit

Permalink
feat: GET /orgs/{org}/packages, GET /user/packages, `GET /user/{u…
Browse files Browse the repository at this point in the history
…sername}/packages`, `DELETE /users/{username}/packages/{package_type}/{package_name}`, `DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}`, `POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"` (#363)

This change also includes the removal of

- `DELETE /applications/{client_id}/grants/{access_token}`
- `{GET,POST,DELETE} /applications/{client_id}/tokens/{access_token}`

We don't consider it a breaking change because the routes don't work any more. It's a fix because with that change the types correctly align with GitHub's API again
  • Loading branch information
octokitbot committed Aug 31, 2021
1 parent a68c55b commit 96f2b1b
Show file tree
Hide file tree
Showing 4 changed files with 313 additions and 165 deletions.
150 changes: 79 additions & 71 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Shared TypeScript definitions for Octokit projects",
"dependencies": {
"@octokit/openapi-types": "^9.7.0"
"@octokit/openapi-types": "^10.0.0"
},
"scripts": {
"build": "pika build",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
"octokit": {
"openapi-version": "3.7.0"
"openapi-version": "4.0.0"
},
"renovate": {
"extends": [
Expand Down

0 comments on commit 96f2b1b

Please sign in to comment.