Skip to content

Commit fe41383

Browse files
committed
* bin: allow turning off timer display with --timers=false * fix: do not try to inflate a fresh lockfile * fix(diff): walk target children if root is a link * chore: @npmcli/package-json refactor
1 parent dd81d0c commit fe41383

File tree

8 files changed

+39
-109
lines changed

8 files changed

+39
-109
lines changed

node_modules/@npmcli/arborist/bin/lib/timers.js

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/arborist/reify.js

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/diff.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/shrinkwrap.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@npmcli/arborist/lib/update-root-package-json.js

Lines changed: 0 additions & 95 deletions
This file was deleted.

node_modules/@npmcli/arborist/package.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 9 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"./package.json": "./package.json"
5454
},
5555
"dependencies": {
56-
"@npmcli/arborist": "^2.6.3",
56+
"@npmcli/arborist": "^2.6.4",
5757
"@npmcli/ci-detect": "^1.2.0",
5858
"@npmcli/config": "^2.2.0",
5959
"@npmcli/package-json": "^1.0.1",

0 commit comments

Comments
 (0)