@pnpm/registry-access.client 1100.1.5 → 1100.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -0
- package/package.json +5 -5
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# @pnpm/registry-access.client
|
|
2
|
+
|
|
3
|
+
## 1100.1.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies:
|
|
8
|
+
- @pnpm/network.fetch@1100.1.5
|
|
9
|
+
|
|
10
|
+
## 1100.1.6
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [1e81761]
|
|
15
|
+
- @pnpm/network.web-auth@1101.2.0
|
|
16
|
+
|
|
17
|
+
## 1100.1.5
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [05b95ab]
|
|
22
|
+
- Updated dependencies [852d537]
|
|
23
|
+
- @pnpm/network.fetch@1100.1.4
|
|
24
|
+
- @pnpm/error@1100.0.1
|
|
25
|
+
- @pnpm/network.web-auth@1101.1.2
|
|
26
|
+
|
|
27
|
+
## 1100.1.4
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- Updated dependencies [a31faa7]
|
|
32
|
+
- @pnpm/network.fetch@1100.1.3
|
|
33
|
+
- @pnpm/network.web-auth@1101.1.1
|
|
34
|
+
|
|
35
|
+
## 1100.1.3
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- @pnpm/network.fetch@1100.1.2
|
|
40
|
+
|
|
41
|
+
## 1100.1.2
|
|
42
|
+
|
|
43
|
+
### Patch Changes
|
|
44
|
+
|
|
45
|
+
- @pnpm/network.fetch@1100.1.1
|
|
46
|
+
|
|
47
|
+
## 1100.1.1
|
|
48
|
+
|
|
49
|
+
### Patch Changes
|
|
50
|
+
|
|
51
|
+
- Updated dependencies [60a1eec]
|
|
52
|
+
- @pnpm/network.fetch@1100.1.0
|
|
53
|
+
|
|
54
|
+
## 1100.1.0
|
|
55
|
+
|
|
56
|
+
### Minor Changes
|
|
57
|
+
|
|
58
|
+
- b1fa2d5: Fix `pnpm dist-tag add` and `pnpm dist-tag rm` against npmjs.org failing without `--otp` with `[ERR_PNPM_UNAUTHORIZED] You must be logged in to set dist-tag … "You must provide a one-time pass. Upgrade your client to npm@latest in order to use 2FA."`. pnpm now sends `npm-auth-type: web` on dist-tag writes and surfaces the resulting OTP challenge through the existing browser-based 2FA flow (the same `withOtpHandling` helper used by `pnpm publish`), so the browser opens, the user authenticates, and the dist-tag is set on retry. `--otp=<code>` continues to work via the classic flow.
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- Updated dependencies [b1fa2d5]
|
|
63
|
+
- Updated dependencies [2cadfb5]
|
|
64
|
+
- @pnpm/network.fetch@1100.0.8
|
|
65
|
+
- @pnpm/network.web-auth@1101.1.0
|
|
66
|
+
|
|
67
|
+
## 1100.0.1
|
|
68
|
+
|
|
69
|
+
### Patch Changes
|
|
70
|
+
|
|
71
|
+
- @pnpm/network.fetch@1100.0.7
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/registry-access.client",
|
|
3
|
-
"version": "1100.1.
|
|
3
|
+
"version": "1100.1.7",
|
|
4
4
|
"description": "Low-level helpers for npm-registry HTTP endpoints (PUT dist-tag, PUT user, etc.)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
"!*.map"
|
|
28
28
|
],
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@pnpm/npm-package-arg": "^2.0.0",
|
|
31
30
|
"@pnpm/error": "1100.0.1",
|
|
32
|
-
"@pnpm/network.
|
|
33
|
-
"@pnpm/network.
|
|
31
|
+
"@pnpm/network.fetch": "1100.1.5",
|
|
32
|
+
"@pnpm/network.web-auth": "1101.2.0",
|
|
33
|
+
"@pnpm/npm-package-arg": "^2.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@pnpm/registry-access.client": "1100.1.
|
|
36
|
+
"@pnpm/registry-access.client": "1100.1.7"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=22.13"
|