Skip to content

Commit ef1237e

Browse files
committed
CLI documentation update from CI
1 parent d675805 commit ef1237e

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

cli-cache.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"v8": "aa8fff11cdab94fff1a2160ee5241f5f4632e96b",
33
"v9": "64763a341e7aa5b456e696f956759bf9b3440dc1",
4-
"v10": "f69c403700acb05dbb56d8516bca5130627e597c",
5-
"v11": "c3e1790c98d5c7fabc92bcfb1a5fa170f4c7fc1d"
4+
"v10": "6755ca2d5301b079f9e2581fc72ba2a612171364",
5+
"v11": "f6028e67aa1b2696e60e115d870182a026bae07f"
66
}

content/cli/v10/commands/npm-ls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Note: to get a "bottoms up" view of why a given package is included in the tree
3636
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:
3737

3838
```bash
39-
[email protected].3 /path/to/npm
39+
[email protected].4 /path/to/npm
4040
4141
4242
```

content/cli/v10/commands/npm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Note: This command is unaware of workspaces.
2323

2424
### Version
2525

26-
10.9.3
26+
10.9.4
2727

2828
### Description
2929

content/cli/v10/using-npm/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ redirect_from:
99
- /cli/v10/misc/changelog
1010
---
1111

12+
## [10.9.4](https://github.com/npm/cli/compare/v10.9.3...v10.9.4) (2025-09-30)
13+
14+
### Bug Fixes
15+
16+
- [`f7ff89c`](https://github.com/npm/cli/commit/f7ff89ca89e1cf69d70786b2bc26ff5c04ac31eb) [#8551](https://github.com/npm/cli/pull/8551) powershell: fix StrictMode and improve argument parsing (#8551) (@alexsch01, @splatteredbits)
17+
1218
## [10.9.3](https://github.com/npm/cli/compare/v10.9.2...v10.9.3) (2025-06-25)
1319

1420
### Bug Fixes

content/nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@
13261326
- title: Changelog
13271327
url: /cli/v9/using-npm/changelog
13281328
description: Changelog notes for each version
1329-
- title: Version 10.9.3
1329+
- title: Version 10.9.4
13301330
shortName: v10
13311331
url: /cli/v10
13321332
default: false

0 commit comments

Comments
 (0)