Skip to content

Commit 63f140c

Browse files
authored
📦 applying package updates ***NO_CI*** (#126)
1 parent 615cc10 commit 63f140c

File tree

6 files changed

+27
-15
lines changed

6 files changed

+27
-15
lines changed

change/change-d225ca47-dc98-496f-b248-d0fbd2439a71.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/ado-npm-auth-lib/CHANGELOG.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@microsoft/ado-npm-auth-lib",
33
"entries": [
4+
{
5+
"date": "Wed, 04 Feb 2026 18:33:54 GMT",
6+
"version": "0.10.0",
7+
"tag": "@microsoft/ado-npm-auth-lib_v0.10.0",
8+
"comments": {
9+
"minor": [
10+
{
11+
"author": "[email protected]",
12+
"package": "@microsoft/ado-npm-auth-lib",
13+
"commit": "be875df993ef427acaa4816e23393c7d389e231a",
14+
"comment": "Fix registry extraction form .npmrc. We had false positives for authentication comments like ://"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 05 Jan 2026 22:27:36 GMT",
621
"version": "0.9.1",

packages/ado-npm-auth-lib/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Change Log - @microsoft/ado-npm-auth-lib
22

3-
<!-- This log was last generated on Mon, 05 Jan 2026 22:27:36 GMT and should not be manually modified. -->
3+
<!-- This log was last generated on Wed, 04 Feb 2026 18:33:54 GMT and should not be manually modified. -->
44

55
<!-- Start content -->
66

7+
## 0.10.0
8+
9+
Wed, 04 Feb 2026 18:33:54 GMT
10+
11+
### Minor changes
12+
13+
- Fix registry extraction form .npmrc. We had false positives for authentication comments like :// ([email protected])
14+
715
## 0.9.1
816

917
Mon, 05 Jan 2026 22:27:36 GMT

packages/ado-npm-auth-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/ado-npm-auth-lib",
3-
"version": "0.9.1",
3+
"version": "0.10.0",
44
"description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

packages/ado-npm-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ado-npm-auth",
3-
"version": "0.10.1",
3+
"version": "0.10.2",
44
"description": "The ado-npm-auth package can automatically use the azureauth CLI to fetch tokens and update a user's .npmrc file for authenticating to ADO package feeds.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

packages/yarn-plugin-ado-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@microsoft/yarn-plugin-ado-auth",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Yarn plugin to enable Azure DevOps authentication for private npm registries.",
55
"repository": "https://github.com/microsoft/ado-npm-auth",
66
"license": "MIT",

0 commit comments

Comments
 (0)