CLI documentation update from CI
npm CLI robot committed
Nov 2, 2023 at 19:56 UTC
8f8ab1275e4909bb74e5d6464c06e9b880d8064e
4 files changed
+9
-3
content/cli/v10/commands/npm-ls.mdx
+1
-1
@@ -52,7 +52,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
52
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:
53
54
```bash
55
-npm@10.2.2 /path/to/npm
55
+npm@10.2.3 /path/to/npm
56
└─┬ init-package-json@0.0.4
57
└── promzard@0.1.5
58
```
content/cli/v10/commands/npm.mdx
+1
-1
@@ -31,7 +31,7 @@ Note: This command is unaware of workspaces.
31
32
### Version
33
34
-10.2.2
34
+10.2.3
35
36
### Description
37
content/cli/v10/using-npm/changelog.mdx
+6
@@ -15,6 +15,12 @@ redirect_from:
15
- /using-npm/changelog
16
---
17
18
+## [10.2.3](https://github.com/npm/cli/compare/v10.2.2...v10.2.3) (2023-11-02)
19
+
20
+### Dependencies
21
+
22
+- [`b5dedf3`](https://github.com/npm/cli/commit/b5dedf39dd772192ed6639926ad4c99ff5dfd28a) [#6958](https://github.com/npm/cli/pull/6958) `node-gyp@10.0.1`
23
+
24
## [10.2.2](https://github.com/npm/cli/compare/v10.2.1...v10.2.2) (2023-10-31)
25
26
### Bug Fixes
content/nav.yml
+1
-1
@@ -1324,7 +1324,7 @@
1324
- title: Changelog
1325
url: /cli/v9/using-npm/changelog
1326
description: Changelog notes for each version
1327
- - title: Version 10.2.2
1327
+ - title: Version 10.2.3
1328
shortName: v10
1329
url: /cli/v10
1330
default: true