Skip to content

Commit 56e2433

Browse files
Qardclaude
andcommitted
chore: exclude dc-browser from pnpm minimumReleaseAge constraint
dc-browser is an internal package we control — the release age guard is meant for third-party supply-chain protection, not our own packages. The exclude belongs in pnpm-workspace.yaml where the constraint lives. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3d5c151 commit 56e2433

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
min-release-age=3
2-
min-release-age-exclude=dc-browser
32
engine-strict=true

pnpm-workspace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ packages:
77

88
blockExoticSubdeps: true
99
minimumReleaseAge: 4320 # 3 days (in minutes)
10+
minimumReleaseAgeExclude:
11+
- dc-browser # internal package we control
1012
trustPolicy: no-downgrade
1113
# Ignore the check for packages published more than 30 days ago (pnpm 10.27+)
1214
# Useful for older packages that pre-date provenance support

0 commit comments

Comments
 (0)