github-schema 1.20.13 → 1.20.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/github-schema.graphql +1 -1
- package/package.json +11 -11
package/github-schema.graphql
CHANGED
|
@@ -51537,7 +51537,7 @@ enum SearchType {
|
|
|
51537
51537
|
"""
|
|
51538
51538
|
Returns results matching issues in repositories.
|
|
51539
51539
|
"""
|
|
51540
|
-
ISSUE_ADVANCED
|
|
51540
|
+
ISSUE_ADVANCED
|
|
51541
51541
|
|
|
51542
51542
|
"""
|
|
51543
51543
|
Returns results matching repositories.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "github-schema",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.14",
|
|
4
4
|
"description": "GitHub's GraphQL schema",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": {
|
|
@@ -50,20 +50,20 @@
|
|
|
50
50
|
"node": ">=18"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"graphql": "
|
|
54
|
-
"graphql-tag": "
|
|
53
|
+
"graphql": "16.11.0",
|
|
54
|
+
"graphql-tag": "2.12.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@graphql-codegen/add": "
|
|
58
|
-
"@graphql-codegen/cli": "
|
|
59
|
-
"@graphql-codegen/typescript": "
|
|
60
|
-
"@luxass/eslint-config": "
|
|
61
|
-
"@types/node": "
|
|
57
|
+
"@graphql-codegen/add": "6.0.0",
|
|
58
|
+
"@graphql-codegen/cli": "6.0.0",
|
|
59
|
+
"@graphql-codegen/typescript": "5.0.0",
|
|
60
|
+
"@luxass/eslint-config": "5.3.2",
|
|
61
|
+
"@types/node": "20.19.17",
|
|
62
62
|
"eslint": "^9.35.0",
|
|
63
63
|
"eslint-plugin-format": "^1.0.1",
|
|
64
|
-
"publint": "
|
|
65
|
-
"tsdown": "
|
|
66
|
-
"typescript": "
|
|
64
|
+
"publint": "0.3.13",
|
|
65
|
+
"tsdown": "0.15.4",
|
|
66
|
+
"typescript": "5.9.2"
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"build": "tsdown",
|