diff --git a/src/schemas/json/pnpm-workspace.json b/src/schemas/json/pnpm-workspace.json index 89fbddb7831..d03603d55c3 100644 --- a/src/schemas/json/pnpm-workspace.json +++ b/src/schemas/json/pnpm-workspace.json @@ -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"