Skip to content

Commit 5c70e11

Browse files
Add minimumReleaseAgeStrict
Added recently and documented at https://pnpm.io/settings#minimumreleaseagestrict
1 parent a939438 commit 5c70e11

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,10 @@
803803
"type": "string"
804804
}
805805
},
806+
"minimumReleaseAgeStrict": {
807+
"description": "Controls how pnpm behaves when no version of a dependency satisfies the minimumReleaseAge constraint within the requested range.\nhttps://pnpm.io/settings#minimumreleaseagestrict",
808+
"type": "boolean"
809+
},
806810
"preferOffline": {
807811
"description": "Bypass staleness checks for cached data. Missing data will still be requested from the server.",
808812
"type": "boolean"

0 commit comments

Comments
 (0)