You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[`ecd7190`](https://github.com/npm/cli/commit/ecd719026860d464557223b212acec4347477128)[#7976](https://github.com/npm/cli/pull/7976) dev dependency updates (@wraithgar)
- Upon publishing, in order to apply a default "latest" dist tag, the command now retrieves all prior versions of the package. It will require that the version you're trying to publish is above the latest semver version in the registry, not including pre-release tags.
57
+
-`npm init` now has a `type` prompt, and sorts the entries the created packages differently
58
+
-`bun.lockb` files are now included in the strict ignore list during packing
59
+
60
+
### Features
61
+
62
+
-[`f3ac7b7`](https://github.com/npm/cli/commit/f3ac7b7460e1d9e1f9d3d8056317e36bb9813d5d)[#7939](https://github.com/npm/cli/pull/7939) no implicit latest tag on publish when latest > version (#7939) (@reggi, @ljharb)
63
+
64
+
### Bug Fixes
65
+
66
+
-[`e362c6d`](https://github.com/npm/cli/commit/e362c6d3a6c8bc0221b8c8a6c3dd623da9e6ae04)[#7944](https://github.com/npm/cli/pull/7944) prefix: remove duplicate -g from usage output (#7944) (@wraithgar)
67
+
68
+
### Documentation
69
+
70
+
-[`2af31dd`](https://github.com/npm/cli/commit/2af31dd30f4c226f43ce7295cd0b5fbb3f3cb2a6)[#7947](https://github.com/npm/cli/pull/7947) change certfile to cafile (#7947) (@wraithgar)
Copy file name to clipboardExpand all lines: content/cli/v9/commands/npm-ls.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
36
36
Positional arguments are `name@version-range` identifiers, which will limit the results to only the paths to the packages named. Note that nested packages will _also_ show the paths to the specified packages. For example, running `npm ls promzard` in npm's source tree will show:
0 commit comments