Skip to content

Commit 4a9f2dc

Browse files
authored
1 parent e8102c1 commit 4a9f2dc

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

node_modules/npm-registry-fetch/lib/index.js

+4
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,10 @@ function getHeaders (uri, auth, opts) {
213213
'user-agent': opts.userAgent,
214214
}, opts.headers || {})
215215

216+
if (opts.authType) {
217+
headers['npm-auth-type'] = opts.authType
218+
}
219+
216220
if (opts.scope) {
217221
headers['npm-scope'] = opts.scope
218222
}

node_modules/npm-registry-fetch/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-registry-fetch",
3-
"version": "13.1.1",
3+
"version": "13.2.0",
44
"description": "Fetch-based http client for use with npm registry APIs",
55
"main": "lib",
66
"files": [
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@npmcli/eslint-config": "^3.0.1",
47-
"@npmcli/template-oss": "3.3.2",
47+
"@npmcli/template-oss": "3.5.0",
4848
"cacache": "^16.0.2",
4949
"nock": "^13.2.4",
5050
"require-inject": "^1.4.4",
@@ -60,6 +60,6 @@
6060
},
6161
"templateOSS": {
6262
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
63-
"version": "3.3.2"
63+
"version": "3.5.0"
6464
}
6565
}

package-lock.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
"npm-package-arg": "^9.1.0",
136136
"npm-pick-manifest": "^7.0.1",
137137
"npm-profile": "^6.1.0",
138-
"npm-registry-fetch": "^13.1.1",
138+
"npm-registry-fetch": "^13.2.0",
139139
"npm-user-validate": "^1.0.1",
140140
"npmlog": "^6.0.2",
141141
"opener": "^1.5.2",
@@ -5188,9 +5188,9 @@
51885188
}
51895189
},
51905190
"node_modules/npm-registry-fetch": {
5191-
"version": "13.1.1",
5192-
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.1.1.tgz",
5193-
"integrity": "sha512-5p8rwe6wQPLJ8dMqeTnA57Dp9Ox6GH9H60xkyJup07FmVlu3Mk7pf/kIIpl9gaN5bM8NM+UUx3emUWvDNTt39w==",
5191+
"version": "13.2.0",
5192+
"resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.2.0.tgz",
5193+
"integrity": "sha512-NEKnK02Co31+cnDtnAvEdq9xn6E9yKPK/aOHXZieVbw/qVOcFd7su6kviZjImYoszjM2GykMfGMiyyPUQjUkag==",
51945194
"inBundle": true,
51955195
"dependencies": {
51965196
"make-fetch-happen": "^10.0.6",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"npm-package-arg": "^9.1.0",
104104
"npm-pick-manifest": "^7.0.1",
105105
"npm-profile": "^6.1.0",
106-
"npm-registry-fetch": "^13.1.1",
106+
"npm-registry-fetch": "^13.2.0",
107107
"npm-user-validate": "^1.0.1",
108108
"npmlog": "^6.0.2",
109109
"opener": "^1.5.2",

0 commit comments

Comments
 (0)