Skip to content

Commit f1e18ff

Browse files
committed
chore: align packageManager and engines fields across repos
- Change packageManager to exact version: pnpm@10.21.0 (Corepack requires exact semver) - Standardize engines.node to >=18 (align with other Socket repos) - Add engines.pnpm: >=10.21.0 for consistency
1 parent 15f15d2 commit f1e18ff

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/lib",
33
"version": "3.3.0",
4-
"packageManager": "pnpm@>=10.21.0",
4+
"packageManager": "pnpm@10.21.0",
55
"license": "MIT",
66
"description": "Core utilities and infrastructure for Socket.dev security tools",
77
"keywords": [
@@ -579,7 +579,8 @@
579579
"CHANGELOG.md"
580580
],
581581
"engines": {
582-
"node": ">=22"
582+
"node": ">=18",
583+
"pnpm": ">=10.21.0"
583584
},
584585
"sideEffects": false,
585586
"scripts": {

0 commit comments

Comments
 (0)