1
0
mirror of synced 2026-01-16 18:01:39 -05:00

GraphQL schema update

This commit is contained in:
Octomerger Bot
2021-08-14 03:50:01 +10:00
committed by GitHub
5 changed files with 13 additions and 18 deletions

View File

@@ -33809,11 +33809,6 @@ enum SecurityAdvisoryEcosystem {
"""
NUGET
"""
Applications, runtimes, operating systems and other kinds of software
"""
OTHER
"""
Python packages hosted at PyPI.org
"""

View File

@@ -36507,11 +36507,6 @@ enum SecurityAdvisoryEcosystem {
"""
NUGET
"""
Applications, runtimes, operating systems and other kinds of software
"""
OTHER
"""
Python packages hosted at PyPI.org
"""

View File

@@ -1,4 +1,17 @@
[
{
"schemaChanges": [
{
"title": "The GraphQL schema includes these changes:",
"changes": [
"Enum value `OTHER` was removed from enum `SecurityAdvisoryEcosystem`"
]
}
],
"previewChanges": [],
"upcomingChanges": [],
"date": "2021-08-13"
},
{
"schemaChanges": [
{

View File

@@ -67561,10 +67561,6 @@
"name": "NUGET",
"description": "<p>.NET packages hosted at the NuGet Gallery.</p>"
},
{
"name": "OTHER",
"description": "<p>Applications, runtimes, operating systems and other kinds of software.</p>"
},
{
"name": "PIP",
"description": "<p>Python packages hosted at PyPI.org.</p>"

View File

@@ -61600,10 +61600,6 @@
"name": "NUGET",
"description": "<p>.NET packages hosted at the NuGet Gallery.</p>"
},
{
"name": "OTHER",
"description": "<p>Applications, runtimes, operating systems and other kinds of software.</p>"
},
{
"name": "PIP",
"description": "<p>Python packages hosted at PyPI.org.</p>"