Skip to content

Commit d2ffc4c

Browse files
regenrekcursoragent
andcommitted
Drop devEngines block that broke the npm pack release gate
npm enforces devEngines.packageManager and refuses to run when the declared manager is pnpm, which would have failed CI's release dry-run and scripts/release.sh. The integrity-pinned pnpm 11 packageManager entry stays. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 0382bbb commit d2ffc4c

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
1414

1515
### Changed
1616

17-
- `packageManager` pinned to pnpm 11 (current stable, integrity-pinned) with a `devEngines.packageManager >= 11.0.0` requirement.
17+
- `packageManager` pinned to pnpm 11 (current stable, integrity-pinned). No `devEngines` block: npm enforces it and would refuse the `npm pack` release gate.
1818

1919
## [1.1.13] - 2026-06-10
2020

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,5 @@
2222
"engines": {
2323
"node": ">=18"
2424
},
25-
"devEngines": {
26-
"packageManager": {
27-
"name": "pnpm",
28-
"version": ">=11.0.0",
29-
"onFail": "download"
30-
}
31-
},
3225
"packageManager": "pnpm@11.5.3+sha512.7ac1c919341c213a34dc0d02afb7143c5c26ac26ee8c4782deea821b8ac64d2134a081fd8941dae6e29bbb48f58dfc2b7fbceeccc07cb2f09d219d342a4969ed"
3326
}

0 commit comments

Comments
 (0)