Skip to content

Commit 9d8c1aa

Browse files
bteadanielbayley
andauthored
Add new setting catalogMode (SchemaStore#4715)
Co-authored-by: danielbayley <[email protected]>
1 parent 6560afe commit 9d8c1aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,15 @@
8787
"$ref": "#/definitions/catalog"
8888
}
8989
},
90+
"catalogMode": {
91+
"description": "Controlling if and how dependencies are added to the default catalog",
92+
"oneOf": [
93+
{
94+
"type": "string",
95+
"enum": ["strict", "prefer", "manual"]
96+
}
97+
]
98+
},
9099
"onlyBuiltDependencies": {
91100
"description": "A list of package names that are allowed to be executed during installation.",
92101
"type": "array",

0 commit comments

Comments
 (0)