Skip to content

Commit e1b9a3f

Browse files
github-actions[bot]npm-cli-bot
authored andcommitted
chore: release 10.5.1
1 parent 87a61fc commit e1b9a3f

29 files changed

+186
-40
lines changed

.release-please-manifest.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "10.5.0",
3-
"workspaces/arborist": "7.4.0",
4-
"workspaces/libnpmaccess": "8.0.2",
5-
"workspaces/libnpmdiff": "6.0.7",
6-
"workspaces/libnpmexec": "7.0.8",
7-
"workspaces/libnpmfund": "5.0.5",
8-
"workspaces/libnpmhook": "10.0.1",
9-
"workspaces/libnpmorg": "6.0.2",
10-
"workspaces/libnpmpack": "6.0.7",
11-
"workspaces/libnpmpublish": "9.0.4",
12-
"workspaces/libnpmsearch": "7.0.1",
13-
"workspaces/libnpmteam": "6.0.1",
2+
".": "10.5.1",
3+
"workspaces/arborist": "7.4.1",
4+
"workspaces/libnpmaccess": "8.0.3",
5+
"workspaces/libnpmdiff": "6.0.8",
6+
"workspaces/libnpmexec": "7.0.9",
7+
"workspaces/libnpmfund": "5.0.6",
8+
"workspaces/libnpmhook": "10.0.2",
9+
"workspaces/libnpmorg": "6.0.3",
10+
"workspaces/libnpmpack": "6.0.8",
11+
"workspaces/libnpmpublish": "9.0.5",
12+
"workspaces/libnpmsearch": "7.0.2",
13+
"workspaces/libnpmteam": "6.0.2",
1414
"workspaces/libnpmversion": "5.0.2",
15-
"workspaces/config": "8.2.0"
15+
"workspaces/config": "8.2.1"
1616
}

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -923,3 +923,8 @@ GoodDaisy <90915921+GoodDaisy@users.noreply.github.com>
923923
Aleks Sobieraj <contact@aleks.tech>
924924
Roberto Basile <robertobasile84@users.noreply.github.com>
925925
rveerd <rutgervaneerd@hotmail.com>
926+
Jason Ho <jasonho353@gmail.com>
927+
Christian Oliff <christianoliff@pm.me>
928+
Jamie King <hello@jamieking.me>
929+
David LJ <mail@davidlj95.com>
930+
Uiolee <22849383+uiolee@users.noreply.github.com>

CHANGELOG.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Changelog
22

3+
## [10.5.1](https://github.com/npm/cli/compare/v10.5.0...v10.5.1) (2024-04-03)
4+
5+
### Bug Fixes
6+
7+
* [`17d97d2`](https://github.com/npm/cli/commit/17d97d266807f69cfc2a7a3982e8db126f90c48a) [#7334](https://github.com/npm/cli/pull/7334) use @npmcli/redact for log redactions (@lukekarrys)
8+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
9+
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
10+
* [`9d4e85f`](https://github.com/npm/cli/commit/9d4e85f2379eded50b54f4e0b6f307031037f1ec) [#7297](https://github.com/npm/cli/pull/7297) search: include searchlimit option in help output (#7297) (@10xLaCroixDrinker)
11+
* [`bdb3c28`](https://github.com/npm/cli/commit/bdb3c28167f757060474ef2b82c92f3a1f210972) [#7274](https://github.com/npm/cli/pull/7274) added check for dry-run (#7274) (@cod1r)
12+
* [`7f1ab88`](https://github.com/npm/cli/commit/7f1ab8822a8d50403338595ab9f218e4d63f37fa) [#7271](https://github.com/npm/cli/pull/7271) more lightweight npm bin discovery in windows (#7271) (@wraithgar)
13+
14+
### Documentation
15+
16+
* [`1da5cf0`](https://github.com/npm/cli/commit/1da5cf0ace30d89edf05833b91ce80467c7864bd) [#7198](https://github.com/npm/cli/pull/7198) add link to engines section (#7198) (@uiolee)
17+
* [`1114a12`](https://github.com/npm/cli/commit/1114a12f2b4691d403d0863d4dca44f25580f57d) [#7307](https://github.com/npm/cli/pull/7307) fix incorrect npm audit key response link (#7307) (@davidlj95)
18+
* [`9807caf`](https://github.com/npm/cli/commit/9807cafbaf274eca2a0abbd04a9b2b55e850de9d) [#7304](https://github.com/npm/cli/pull/7304) update audit docs with provenance info (#7304) (@bdehamer)
19+
* [`e1ecfa7`](https://github.com/npm/cli/commit/e1ecfa7829be91282373862669b92ef42b9e48df) [#7285](https://github.com/npm/cli/pull/7285) Correct capitalization for URL (#7285) (@coliff)
20+
21+
### Dependencies
22+
23+
* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
24+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `init-package-json@6.0.2`
25+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `promzard@1.0.1`
26+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `read@3.0.1` (#7327)
27+
* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `tar@6.2.1`
28+
* [`7201a00`](https://github.com/npm/cli/commit/7201a00632f5cedf50101e8411a4b3c514439efb) [#7329](https://github.com/npm/cli/pull/7329) `node-gyp@10.1.0`
29+
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
30+
* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `ini@4.1.2`
31+
* [`c54a84a`](https://github.com/npm/cli/commit/c54a84ab5fdd7513913518734c0ece5f3d3e39c9) [#7329](https://github.com/npm/cli/pull/7329) `glob@10.3.12`
32+
* [`6853531`](https://github.com/npm/cli/commit/6853531da30bc8fecb776c823144766915b5e421) [#7329](https://github.com/npm/cli/pull/7329) `cli-table3@0.6.4`
33+
* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `binary-extensions@2.3.0`
34+
* [`5bb0031`](https://github.com/npm/cli/commit/5bb003147423a644969c04222e2ba1b6cf407e6f) [#7329](https://github.com/npm/cli/pull/7329) `@sigstore/tuf@2.3.2`
35+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `agent-base@7.1.1` (@lukekarrys)
36+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
37+
* [workspace](https://github.com/npm/cli/releases/tag/config-v8.2.1): `@npmcli/config@8.2.1`
38+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmaccess-v8.0.3): `libnpmaccess@8.0.3`
39+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmdiff-v6.0.8): `libnpmdiff@6.0.8`
40+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmexec-v7.0.9): `libnpmexec@7.0.9`
41+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmfund-v5.0.6): `libnpmfund@5.0.6`
42+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmhook-v10.0.2): `libnpmhook@10.0.2`
43+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmorg-v6.0.3): `libnpmorg@6.0.3`
44+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpack-v6.0.8): `libnpmpack@6.0.8`
45+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmpublish-v9.0.5): `libnpmpublish@9.0.5`
46+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmsearch-v7.0.2): `libnpmsearch@7.0.2`
47+
* [workspace](https://github.com/npm/cli/releases/tag/libnpmteam-v6.0.2): `libnpmteam@6.0.2`
48+
49+
### Chores
50+
51+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)
52+
* [`0dab381`](https://github.com/npm/cli/commit/0dab3810e6b84e1b4afcc2a315c878fffccb328b) [#7258](https://github.com/npm/cli/pull/7258) `jsdom@24.0.0` (#7258) (@wraithgar)
53+
* [`af3c48e`](https://github.com/npm/cli/commit/af3c48e074d03caebaa8ed24d39405329f545497) [#7262](https://github.com/npm/cli/pull/7262) test refactor (#7262) (@wraithgar)
54+
355
## [10.5.0](https://github.com/npm/cli/compare/v10.4.0...v10.5.0) (2024-02-28)
456

557
### Features

package-lock.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "npm",
3-
"version": "10.5.0",
3+
"version": "10.5.1",
44
"lockfileVersion": 3,
55
"requires": true,
66
"packages": {
77
"": {
88
"name": "npm",
9-
"version": "10.5.0",
9+
"version": "10.5.1",
1010
"bundleDependencies": [
1111
"@isaacs/string-locale-compare",
1212
"@npmcli/arborist",
@@ -16057,7 +16057,7 @@
1605716057
},
1605816058
"workspaces/arborist": {
1605916059
"name": "@npmcli/arborist",
16060-
"version": "7.4.0",
16060+
"version": "7.4.1",
1606116061
"license": "ISC",
1606216062
"dependencies": {
1606316063
"@isaacs/string-locale-compare": "^1.1.0",
@@ -16113,7 +16113,7 @@
1611316113
},
1611416114
"workspaces/config": {
1611516115
"name": "@npmcli/config",
16116-
"version": "8.2.0",
16116+
"version": "8.2.1",
1611716117
"license": "ISC",
1611816118
"dependencies": {
1611916119
"@npmcli/map-workspaces": "^3.0.2",
@@ -16136,7 +16136,7 @@
1613616136
}
1613716137
},
1613816138
"workspaces/libnpmaccess": {
16139-
"version": "8.0.2",
16139+
"version": "8.0.3",
1614016140
"license": "ISC",
1614116141
"dependencies": {
1614216142
"npm-package-arg": "^11.0.1",
@@ -16154,7 +16154,7 @@
1615416154
}
1615516155
},
1615616156
"workspaces/libnpmdiff": {
16157-
"version": "6.0.7",
16157+
"version": "6.0.8",
1615816158
"license": "ISC",
1615916159
"dependencies": {
1616016160
"@npmcli/arborist": "^7.2.1",
@@ -16177,7 +16177,7 @@
1617716177
}
1617816178
},
1617916179
"workspaces/libnpmexec": {
16180-
"version": "7.0.8",
16180+
"version": "7.0.9",
1618116181
"license": "ISC",
1618216182
"dependencies": {
1618316183
"@npmcli/arborist": "^7.2.1",
@@ -16207,7 +16207,7 @@
1620716207
}
1620816208
},
1620916209
"workspaces/libnpmfund": {
16210-
"version": "5.0.5",
16210+
"version": "5.0.6",
1621116211
"license": "ISC",
1621216212
"dependencies": {
1621316213
"@npmcli/arborist": "^7.2.1"
@@ -16222,7 +16222,7 @@
1622216222
}
1622316223
},
1622416224
"workspaces/libnpmhook": {
16225-
"version": "10.0.1",
16225+
"version": "10.0.2",
1622616226
"license": "ISC",
1622716227
"dependencies": {
1622816228
"aproba": "^2.0.0",
@@ -16239,7 +16239,7 @@
1623916239
}
1624016240
},
1624116241
"workspaces/libnpmorg": {
16242-
"version": "6.0.2",
16242+
"version": "6.0.3",
1624316243
"license": "ISC",
1624416244
"dependencies": {
1624516245
"aproba": "^2.0.0",
@@ -16257,7 +16257,7 @@
1625716257
}
1625816258
},
1625916259
"workspaces/libnpmpack": {
16260-
"version": "6.0.7",
16260+
"version": "6.0.8",
1626116261
"license": "ISC",
1626216262
"dependencies": {
1626316263
"@npmcli/arborist": "^7.2.1",
@@ -16277,7 +16277,7 @@
1627716277
}
1627816278
},
1627916279
"workspaces/libnpmpublish": {
16280-
"version": "9.0.4",
16280+
"version": "9.0.5",
1628116281
"license": "ISC",
1628216282
"dependencies": {
1628316283
"ci-info": "^4.0.0",
@@ -16302,7 +16302,7 @@
1630216302
}
1630316303
},
1630416304
"workspaces/libnpmsearch": {
16305-
"version": "7.0.1",
16305+
"version": "7.0.2",
1630616306
"license": "ISC",
1630716307
"dependencies": {
1630816308
"npm-registry-fetch": "^16.2.0"
@@ -16318,7 +16318,7 @@
1631816318
}
1631916319
},
1632016320
"workspaces/libnpmteam": {
16321-
"version": "6.0.1",
16321+
"version": "6.0.2",
1632216322
"license": "ISC",
1632316323
"dependencies": {
1632416324
"aproba": "^2.0.0",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "10.5.0",
2+
"version": "10.5.1",
33
"name": "npm",
44
"description": "a package manager for JavaScript",
55
"workspaces": [

workspaces/arborist/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [7.4.1](https://github.com/npm/cli/compare/arborist-v7.4.0...arborist-v7.4.1) (2024-04-03)
4+
5+
### Bug Fixes
6+
7+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) ensure maxSockets is respected (#7324) (@lukekarrys)
8+
* [`9bffa13`](https://github.com/npm/cli/commit/9bffa13e0b96efe1039d9075fdcb11d5946b2f90) [#7320](https://github.com/npm/cli/pull/7320) query: properly return :missing nodes (#7320) (@wraithgar)
9+
10+
### Dependencies
11+
12+
* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
13+
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
14+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) `agent-base@7.1.1` (@lukekarrys)
15+
16+
### Chores
17+
18+
* [`8cab136`](https://github.com/npm/cli/commit/8cab136f731c69be079be08d79e3514e01bbd563) [#7324](https://github.com/npm/cli/pull/7324) add smoke-test for large prod installs (@lukekarrys)
19+
320
## [7.4.0](https://github.com/npm/cli/compare/arborist-v7.3.1...arborist-v7.4.0) (2024-02-28)
421

522
### Features

workspaces/arborist/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/arborist",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Manage node_modules trees",
55
"dependencies": {
66
"@isaacs/string-locale-compare": "^1.1.0",

workspaces/config/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.2.1](https://github.com/npm/cli/compare/config-v8.2.0...config-v8.2.1) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`b048592`](https://github.com/npm/cli/commit/b048592a9583dca6f75a9c837edee57ab4e12ab0) [#7329](https://github.com/npm/cli/pull/7329) `ini@4.1.2`
8+
39
## [8.2.0](https://github.com/npm/cli/compare/config-v8.1.0...config-v8.2.0) (2024-02-28)
410

511
### Features

workspaces/config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@npmcli/config",
3-
"version": "8.2.0",
3+
"version": "8.2.1",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmaccess/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [8.0.3](https://github.com/npm/cli/compare/libnpmaccess-v8.0.2...libnpmaccess-v8.0.3) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
8+
39
## [8.0.2](https://github.com/npm/cli/compare/libnpmaccess-v8.0.1...libnpmaccess-v8.0.2) (2023-12-06)
410

511
### Chores

workspaces/libnpmaccess/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmaccess",
3-
"version": "8.0.2",
3+
"version": "8.0.3",
44
"description": "programmatic library for `npm access` commands",
55
"author": "GitHub Inc.",
66
"license": "ISC",

workspaces/libnpmdiff/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [6.0.8](https://github.com/npm/cli/compare/libnpmdiff-v6.0.7...libnpmdiff-v6.0.8) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`9ccff72`](https://github.com/npm/cli/commit/9ccff72c332e6062e6ebcf8123c7888d8d617091) [#7329](https://github.com/npm/cli/pull/7329) `tar@6.2.1`
8+
* [`6fd94f2`](https://github.com/npm/cli/commit/6fd94f249f43080ae183da36b971981e8ad00882) [#7329](https://github.com/npm/cli/pull/7329) `minimatch@9.0.4`
9+
* [`c9315cb`](https://github.com/npm/cli/commit/c9315cb240be02babbbd99585f7ef23679e1d963) [#7329](https://github.com/npm/cli/pull/7329) `binary-extensions@2.3.0`
10+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
11+
312
## [6.0.7](https://github.com/npm/cli/compare/libnpmdiff-v6.0.6...libnpmdiff-v6.0.7) (2024-02-28)
413

514
### Dependencies

workspaces/libnpmdiff/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmdiff",
3-
"version": "6.0.7",
3+
"version": "6.0.8",
44
"description": "The registry diff",
55
"repository": {
66
"type": "git",

workspaces/libnpmexec/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [7.0.9](https://github.com/npm/cli/compare/libnpmexec-v7.0.8...libnpmexec-v7.0.9) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `init-package-json@6.0.2`
8+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `promzard@1.0.1`
9+
* [`5469614`](https://github.com/npm/cli/commit/54696148f25986bcdf39e1acb5aca4bf09e7d1a0) [#7327](https://github.com/npm/cli/pull/7327) `read@3.0.1` (#7327)
10+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
11+
312
## [7.0.8](https://github.com/npm/cli/compare/libnpmexec-v7.0.7...libnpmexec-v7.0.8) (2024-02-28)
413

514
### Dependencies

workspaces/libnpmexec/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmexec",
3-
"version": "7.0.8",
3+
"version": "7.0.9",
44
"files": [
55
"bin/",
66
"lib/"

workspaces/libnpmfund/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.0.6](https://github.com/npm/cli/compare/libnpmfund-v5.0.5...libnpmfund-v5.0.6) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [workspace](https://github.com/npm/cli/releases/tag/arborist-v7.4.1): `@npmcli/arborist@7.4.1`
8+
39
## [5.0.5](https://github.com/npm/cli/compare/libnpmfund-v5.0.4...libnpmfund-v5.0.5) (2024-02-28)
410

511
### Dependencies

workspaces/libnpmfund/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmfund",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"main": "lib/index.js",
55
"files": [
66
"bin/",

workspaces/libnpmhook/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [10.0.2](https://github.com/npm/cli/compare/libnpmhook-v10.0.1...libnpmhook-v10.0.2) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
8+
39
## [10.0.1](https://github.com/npm/cli/compare/libnpmhook-v10.0.0...libnpmhook-v10.0.1) (2023-12-06)
410

511
### Chores

workspaces/libnpmhook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libnpmhook",
3-
"version": "10.0.1",
3+
"version": "10.0.2",
44
"description": "programmatic API for managing npm registry hooks",
55
"main": "lib/index.js",
66
"files": [

workspaces/libnpmorg/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [6.0.3](https://github.com/npm/cli/compare/libnpmorg-v6.0.2...libnpmorg-v6.0.3) (2024-04-03)
4+
5+
### Dependencies
6+
7+
* [`87a61fc`](https://github.com/npm/cli/commit/87a61fc8bb65c950cda389ab3d14ae250ab2345d) [#7334](https://github.com/npm/cli/pull/7334) `npm-registry-fetch@16.2.0`
8+
39
## [6.0.2](https://github.com/npm/cli/compare/libnpmorg-v6.0.1...libnpmorg-v6.0.2) (2023-12-06)
410

511
### Chores

0 commit comments

Comments
 (0)