Commit ddb5fb3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 17 | | |
25 | 18 | | |
26 | 19 | | |
| |||
0 commit comments