Commit Graph

16 Commits

Author SHA1 Message Date
Khải
1b03682903 feat(dlx): read auth from local .npmrc (#8207)
close #7996
2024-06-25 17:51:43 +02:00
Zoltan Kochan
1a6f7fb7e5 fix: only automatically resolve optional peers with versions that satisfy the ranges (#8028)
close #7985
2024-04-29 14:19:40 +02:00
Zoltan Kochan
6cdbf11dea fix: unpacking tarballs that appear to be not USTAR or GNU TAR (#7677)
close #7120
2024-02-22 02:49:49 +01:00
Nacho Aldama
7733f3a943 feat: support scoped client certificates (#7626)
close #7427

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-02-14 12:11:12 +01:00
Zoltan Kochan
3477ee5ee8 feat!: check the packageManager field (#7635)
* feat!: check the packageManager field

* test: fix

* refactor: update error message to match what corepack prints

* feat: add pm-strict option

* refactor: pm-strict=>package-manager-strict

* fix: remove packageManager field from package.json on publish
2024-02-11 01:07:23 +01:00
Kirjava
8d7ec24666 fix: skip automatic download/install of Node.js versions in WebContainer (#7478)
---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2024-01-02 21:30:50 +01:00
Zoltan Kochan
33313d2fd0 fix: EPERM error in the store (#7455)
close #7213
2023-12-24 10:05:28 +01:00
Khải
d5a176af77 fix(fix-lockfile): crash on tarballs (#7404)
close  #7368
2023-12-13 00:01:31 +01:00
Zoltan Kochan
3db0db8d12 revert: "feat: use-experimental-npmjs-files-index option (#7177)"
This reverts commit a2bf6a0e96.
2023-11-22 02:01:27 +02:00
Tristan Knight
a2bf6a0e96 feat: use-experimental-npmjs-files-index option (#7177)
close #1328
2023-11-19 02:45:33 +02:00
Khải
4da7b463f6 perf: default network-concurrency to cpu count (#7285)
* feat: default network-concurrency to cpu count

It was found that setting network-concurrency to the exact number of
CPU cores gives fastest installation

* perf: set 16 as min default concurrency

* docs: add comment

---------

Co-authored-by: Zoltan Kochan <z@kochan.io>
2023-11-10 21:47:03 +02:00
Zoltan Kochan
cfc017ee38 fix: don't copy optional dependencies from the store (#7255)
close #7046
2023-10-31 12:31:50 +02:00
Zoltan Kochan
500363647a fix: packing the same file twice during publish (#7250)
close #6997
2023-10-27 15:30:10 +03:00
Tristan Knight
8abd9beddd refactor: add type safety for config (#7249)
---------

Co-authored-by: tris203 <admin@snappeh.com>
2023-10-27 02:43:36 +03:00
Zoltan Kochan
95ffe6f639 test: check spelling in markdown files 2023-10-20 18:38:01 +03:00
Zoltan Kochan
733d612ad1 test: check spelling with cspell (#7229) 2023-10-20 15:58:27 +03:00