Skip to content

Commit edfe116

Browse files
committed
Add crate and rubygem ecosystems
1 parent 494019a commit edfe116

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

openapi.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8563,6 +8563,7 @@
85638563
"conan",
85648564
"conda",
85658565
"cran",
8566+
"crate",
85668567
"deb",
85678568
"docker",
85688569
"gem",
@@ -8581,6 +8582,7 @@
85818582
"pub",
85828583
"pypi",
85838584
"rpm",
8585+
"rubygem",
85848586
"swid",
85858587
"swift",
85868588
"unknown"

types/api.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,6 +3933,7 @@ export interface components {
39333933
| 'conan'
39343934
| 'conda'
39353935
| 'cran'
3936+
| 'crate'
39363937
| 'deb'
39373938
| 'docker'
39383939
| 'gem'
@@ -3951,6 +3952,7 @@ export interface components {
39513952
| 'pub'
39523953
| 'pypi'
39533954
| 'rpm'
3955+
| 'rubygem'
39543956
| 'swid'
39553957
| 'swift'
39563958
| 'unknown'

0 commit comments

Comments
 (0)