Skip to content

Commit 084a1d3

Browse files
authored
build: OpenAPI update - no relevant changes (#92)
1 parent f1eb294 commit 084a1d3

File tree

2 files changed

+8
-106
lines changed

2 files changed

+8
-106
lines changed

cache/openapi-schema.json

+7-105
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "2.21.1",
4+
"version": "2.21.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" },
@@ -67602,112 +67602,14 @@
6760267602
"participation-stats": {
6760367603
"value": {
6760467604
"all": [
67605-
11,
67606-
21,
67607-
15,
67608-
2,
67609-
8,
67610-
1,
67611-
8,
67612-
23,
67613-
17,
67614-
21,
67615-
11,
67616-
10,
67617-
33,
67618-
91,
67619-
38,
67620-
34,
67621-
22,
67622-
23,
67623-
32,
67624-
3,
67625-
43,
67626-
87,
67627-
71,
67628-
18,
67629-
13,
67630-
5,
67631-
13,
67632-
16,
67633-
66,
67634-
27,
67635-
12,
67636-
45,
67637-
110,
67638-
117,
67639-
13,
67640-
8,
67641-
18,
67642-
9,
67643-
19,
67644-
26,
67645-
39,
67646-
12,
67647-
20,
67648-
31,
67649-
46,
67650-
91,
67651-
45,
67652-
10,
67653-
24,
67654-
9,
67655-
29,
67656-
7
67605+
11, 21, 15, 2, 8, 1, 8, 23, 17, 21, 11, 10, 33, 91, 38, 34, 22, 23,
67606+
32, 3, 43, 87, 71, 18, 13, 5, 13, 16, 66, 27, 12, 45, 110, 117, 13,
67607+
8, 18, 9, 19, 26, 39, 12, 20, 31, 46, 91, 45, 10, 24, 9, 29, 7
6765767608
],
6765867609
"owner": [
67659-
3,
67660-
2,
67661-
3,
67662-
0,
67663-
2,
67664-
0,
67665-
5,
67666-
14,
67667-
7,
67668-
9,
67669-
1,
67670-
5,
67671-
0,
67672-
48,
67673-
19,
67674-
2,
67675-
0,
67676-
1,
67677-
10,
67678-
2,
67679-
23,
67680-
40,
67681-
35,
67682-
8,
67683-
8,
67684-
2,
67685-
10,
67686-
6,
67687-
30,
67688-
0,
67689-
2,
67690-
9,
67691-
53,
67692-
104,
67693-
3,
67694-
3,
67695-
10,
67696-
4,
67697-
7,
67698-
11,
67699-
21,
67700-
4,
67701-
4,
67702-
22,
67703-
26,
67704-
63,
67705-
11,
67706-
2,
67707-
14,
67708-
1,
67709-
10,
67710-
3
67610+
3, 2, 3, 0, 2, 0, 5, 14, 7, 9, 1, 5, 0, 48, 19, 2, 0, 1, 10, 2, 23,
67611+
40, 35, 8, 8, 2, 10, 6, 30, 0, 2, 9, 53, 104, 3, 3, 10, 4, 7, 11,
67612+
21, 4, 4, 22, 26, 63, 11, 2, 14, 1, 10, 3
6771167613
]
6771267614
}
6771367615
},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
"octokit": {
56-
"openapi-version": "2.21.1"
56+
"openapi-version": "2.21.2"
5757
},
5858
"@pika/pack": {
5959
"pipeline": [

0 commit comments

Comments
 (0)