mirror of
https://github.com/pnpm/pnpm.git
synced 2026-04-28 02:53:15 -04:00
178 lines
3.2 KiB
Markdown
178 lines
3.2 KiB
Markdown
# @pnpm/network.auth-header
|
|
|
|
## 1100.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [ff28085]
|
|
- @pnpm/types@1101.0.0
|
|
|
|
## 1001.0.0
|
|
|
|
### Major Changes
|
|
|
|
- 491a84f: This package is now pure ESM.
|
|
- 7d2fd48: Node.js v18, 19, 20, and 21 support discontinued.
|
|
|
|
### Patch Changes
|
|
|
|
- fb8962f: Fix `_password` handling for the default registry to decode from base64 before use, consistent with scoped registry behavior.
|
|
- b1ad9c7: Prepended `Bearer` to the authorization token generated by `tokenHelper` executable if it is missing, properly aligning pnpm's handling of token helpers with npm.
|
|
- Updated dependencies [76718b3]
|
|
- Updated dependencies [a8f016c]
|
|
- Updated dependencies [cc1b8e3]
|
|
- Updated dependencies [491a84f]
|
|
- Updated dependencies [7d2fd48]
|
|
- Updated dependencies [efb48dc]
|
|
- Updated dependencies [cb367b9]
|
|
- Updated dependencies [7b1c189]
|
|
- Updated dependencies [8ffb1a7]
|
|
- Updated dependencies [05fb1ae]
|
|
- Updated dependencies [71de2b3]
|
|
- Updated dependencies [10bc391]
|
|
- Updated dependencies [831f574]
|
|
- Updated dependencies [2df8b71]
|
|
- Updated dependencies [15549a9]
|
|
- Updated dependencies [cc7c0d2]
|
|
- Updated dependencies [efb48dc]
|
|
- @pnpm/types@1001.0.0
|
|
- @pnpm/error@1001.0.0
|
|
|
|
## 1000.0.6
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@1000.0.5
|
|
|
|
## 1000.0.5
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@1000.0.4
|
|
|
|
## 1000.0.4
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@1000.0.3
|
|
|
|
## 1000.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- 51bd373: Replace nerf-dart with @pnpm/config.nerf-dart to fix warning on Node.js 24.
|
|
|
|
## 1000.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@1000.0.2
|
|
|
|
## 1000.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@1000.0.1
|
|
|
|
## 3.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@6.0.3
|
|
|
|
## 3.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@6.0.2
|
|
|
|
## 3.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [a7aef51]
|
|
- @pnpm/error@6.0.1
|
|
|
|
## 3.0.0
|
|
|
|
### Major Changes
|
|
|
|
- 43cdd87: Node.js v16 support dropped. Use at least Node.js v18.12.
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [3ded840]
|
|
- Updated dependencies [43cdd87]
|
|
- @pnpm/error@6.0.0
|
|
|
|
## 2.2.0
|
|
|
|
### Minor Changes
|
|
|
|
- 5a5e42551: Export the loadToken function.
|
|
|
|
## 2.1.0
|
|
|
|
### Minor Changes
|
|
|
|
- 3ac0487b3: Add support for basic authorization header [#7371](https://github.com/pnpm/pnpm/issues/7371).
|
|
|
|
## 2.0.6
|
|
|
|
### Patch Changes
|
|
|
|
- 23039a6d6: Fix missing auth tokens in registries with paths specified (e.g. //npm.pkg.github.com/pnpm). #5970 #2933
|
|
|
|
## 2.0.5
|
|
|
|
### Patch Changes
|
|
|
|
- aa20818a0: Authorization token should be found in the configuration, when the requested URL is explicitly specified with a default port (443 on HTTPS or 80 on HTTP) [#6863](https://github.com/pnpm/pnpm/pull/6864).
|
|
|
|
## 2.0.4
|
|
|
|
### Patch Changes
|
|
|
|
- e44031e71: Improve the performance of searching for auth tokens.
|
|
|
|
## 2.0.3
|
|
|
|
### Patch Changes
|
|
|
|
- 4e7afec90: Ignore the port in the URL, while searching for authentication token in the `.npmrc` file [#6354](https://github.com/pnpm/pnpm/issues/6354).
|
|
|
|
## 2.0.2
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@5.0.2
|
|
|
|
## 2.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@5.0.1
|
|
|
|
## 2.0.0
|
|
|
|
### Major Changes
|
|
|
|
- eceaa8b8b: Node.js 14 support dropped.
|
|
|
|
### Patch Changes
|
|
|
|
- Updated dependencies [eceaa8b8b]
|
|
- @pnpm/error@5.0.0
|
|
|
|
## 1.0.1
|
|
|
|
### Patch Changes
|
|
|
|
- @pnpm/error@4.0.1
|
|
|
|
## 1.0.0
|
|
|
|
### Major Changes
|
|
|
|
- 804de211e: Initial release.
|