Skip to content

Commit 218390e

Browse files
committed
Merge branch 'main' of https://github.com/npmx-dev/npmx.dev into fix/follow-up-1812
2 parents c551e62 + eced357 commit 218390e

File tree

3 files changed

+97
-99
lines changed

3 files changed

+97
-99
lines changed

cli/src/schemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const PermissionSchema = v.picklist(
9595

9696
/**
9797
* Validates operation types
98+
* @internal
9899
*/
99100
export const OperationTypeSchema = v.picklist([
100101
'org:add-user',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
"fast-check": "4.6.0",
135135
"h3": "1.15.8",
136136
"h3-next": "npm:h3@2.0.1-rc.16",
137-
"knip": "5.88.0",
137+
"knip": "6.0.5",
138138
"markdown-it-anchor": "9.2.0",
139139
"schema-dts": "2.0.0",
140140
"storybook": "catalog:storybook",

0 commit comments

Comments
 (0)