Skip to content

Commit 29869ff

Browse files
committed
chore: align packageManager and engines fields across repos
- Change packageManager to exact version: pnpm@10.21.0 (Corepack requires exact semver) - Update engines.pnpm from >=10.16.0 to >=10.21.0 (align with other repos) - engines.node already consistent at >=18
1 parent 8e39798 commit 29869ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@socketsecurity/sdk",
33
"version": "3.1.3",
4-
"packageManager": "pnpm@>=10.21.0",
4+
"packageManager": "pnpm@10.21.0",
55
"license": "MIT",
66
"description": "SDK for the Socket API client",
77
"author": {
@@ -105,7 +105,7 @@
105105
},
106106
"engines": {
107107
"node": ">=18",
108-
"pnpm": ">=10.16.0"
108+
"pnpm": ">=10.21.0"
109109
},
110110
"files": [
111111
"CHANGELOG.md",

0 commit comments

Comments
 (0)