Skip to content

Commit dcc08f9

Browse files
authored
fix: 'invalid kind provided' when defining usable type (#305)
1 parent 5d3d13c commit dcc08f9

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

supported-version/dist/index.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

supported-version/src/kind/kinds.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export const KNOWN_KINDS = {
55
'currently-supported': true,
66
'latest': true,
77
'custom': true,
8+
'usable': true,
89
'nightly': true,
910
'all': true,
1011
}

0 commit comments

Comments
 (0)