Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/schemas/json/pnpm-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -803,6 +803,10 @@
"type": "string"
}
},
"minimumReleaseAgeStrict": {
"description": "Controls how pnpm behaves when no version of a dependency satisfies the minimumReleaseAge constraint within the requested range.\nhttps://pnpm.io/settings#minimumreleaseagestrict",
"type": "boolean"
},
"preferOffline": {
"description": "Bypass staleness checks for cached data. Missing data will still be requested from the server.",
"type": "boolean"
Expand Down