Skip to content

Commit ddb5fb3

Browse files
yosriadyclaude
andauthored
Release/0.1.3 (#17)
* 1.0.3 * fix: soften devEngines onFail to warn so npm/pnpm version work pnpm has no native 'version' command and proxies to npm; with devEngines.packageManager.onFail='error', every npm invocation (including 'pnpm version') hard-failed with EBADDEVENGINES. Using 'warn' keeps pnpm as the declared package manager while unblocking version/release commands. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix: remove devEngines block so npm/pnpm version work cleanly pnpm has no native 'version' command and proxies to npm; the devEngines.packageManager guard caused every npm invocation (including 'pnpm version') to emit EBADDEVENGINES. pnpm remains the declared package manager via the 'packageManager' field (used by corepack). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 9fe17f3 commit ddb5fb3

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

package.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@formo/analytics-node",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"main": "dist/cjs/src/index.js",
55
"license": "MIT",
66
"module": "dist/esm/src/index.js",
@@ -14,13 +14,6 @@
1414
"provenance": true
1515
},
1616
"packageManager": "pnpm@11.1.2",
17-
"devEngines": {
18-
"packageManager": {
19-
"name": "pnpm",
20-
"version": "11.1.2",
21-
"onFail": "error"
22-
}
23-
},
2417
"scripts": {
2518
"build": "pnpm build:cjs && pnpm build:esm",
2619
"build:cjs": "tsc --project tsconfig.cjs.json",

0 commit comments

Comments
 (0)