Skip to content

Commit e7d02db

Browse files
authored
fix: update to @octokit/openapi v1.0.2 (#12)
1 parent aca25ea commit e7d02db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cache/openapi-schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -17149,7 +17149,7 @@
1714917149
{
1715017150
"type": "PARAMETER",
1715117151
"date": "2020-09-17",
17152-
"parameter": "alert_name",
17152+
"parameter": "alert_number",
1715317153
"before": { "name": "alert_id" }
1715417154
}
1715517155
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"branches": "main"
2323
},
2424
"octokit": {
25-
"openapi-version": "1.0.1"
25+
"openapi-version": "1.0.2"
2626
}
2727
}

0 commit comments

Comments
 (0)