Skip to content

Commit 56ff680

Browse files
authored
feat: new Projects v2 endpoints, new code scanning dismissal endpoints, many other endpoints (#683)
BREAKING CHANGE: remove project card endpoints for classic projects
1 parent 7ef763e commit 56ff680

File tree

4 files changed

+1530
-245
lines changed

4 files changed

+1530
-245
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"description": "Shared TypeScript definitions for Octokit projects",
99
"dependencies": {
10-
"@octokit/openapi-types": "^25.1.0"
10+
"@octokit/openapi-types": "^26.0.0"
1111
},
1212
"scripts": {
1313
"build": "node scripts/build.mjs && tsc -p tsconfig.json",
@@ -76,6 +76,6 @@
7676
]
7777
},
7878
"octokit": {
79-
"openapi-version": "19.1.0"
79+
"openapi-version": "20.0.0"
8080
}
8181
}

0 commit comments

Comments
 (0)