mirror of
https://github.com/pnpm/pnpm.git
synced 2026-02-01 10:42:28 -05:00
chore(release): 7.14.0
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
---
|
||||
"@pnpm/audit": major
|
||||
"@pnpm/default-resolver": major
|
||||
"@pnpm/fetching-types": major
|
||||
"@pnpm/npm-resolver": major
|
||||
"@pnpm/tarball-fetcher": major
|
||||
---
|
||||
|
||||
GetCredentials function replaced with GetAuthHeader.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Ignore the always-auth setting.
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/network.auth-header": major
|
||||
---
|
||||
|
||||
Initial release.
|
||||
@@ -1,7 +0,0 @@
|
||||
---
|
||||
"@pnpm/plugin-commands-doctor": major
|
||||
"pnpm": minor
|
||||
"@pnpm/config": patch
|
||||
---
|
||||
|
||||
Add `pnpm doctor` command to do checks for known common issues
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/hooks.read-package-hook": patch
|
||||
---
|
||||
|
||||
The custom hooks should be executed after the peer dependency patcher hook.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 5.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: GetCredentials function replaced with GetAuthHeader.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
- @pnpm/fetch@6.0.2
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "4.0.1",
|
||||
"version": "5.0.0",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/default-reporter@11.0.2
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/client
|
||||
|
||||
## 8.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/default-resolver@17.0.0
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
- @pnpm/tarball-fetcher@13.0.0
|
||||
- @pnpm/network.auth-header@1.0.0
|
||||
- @pnpm/fetch@6.0.2
|
||||
|
||||
## 8.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/client",
|
||||
"version": "8.0.1",
|
||||
"version": "8.0.2",
|
||||
"description": "Creates the package resolve and fetch functions",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 16.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- bea0acdfc: Add `pnpm doctor` command to do checks for known common issues
|
||||
- @pnpm/pnpmfile@4.0.2
|
||||
|
||||
## 16.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "16.0.1",
|
||||
"version": "16.0.2",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 7.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [0fe927215]
|
||||
- @pnpm/hooks.read-package-hook@2.0.2
|
||||
- @pnpm/resolve-dependencies@29.0.2
|
||||
- @pnpm/headless@19.0.1
|
||||
- @pnpm/package-requester@20.0.1
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 11.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
|
||||
## 11.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"description": "The default reporter of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/default-resolver
|
||||
|
||||
## 17.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: GetCredentials function replaced with GetAuthHeader.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
- @pnpm/npm-resolver@15.0.0
|
||||
- @pnpm/git-resolver@7.0.2
|
||||
|
||||
## 16.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-resolver",
|
||||
"version": "16.0.1",
|
||||
"version": "17.0.0",
|
||||
"description": "pnpm's default package resolver",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/exe",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
"pnpm": "pnpm"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/fetch
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetch",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "node-fetch with retries",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/fetching-types
|
||||
|
||||
## 4.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: GetCredentials function replaced with GetAuthHeader.
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/fetching-types",
|
||||
"version": "3.0.0",
|
||||
"version": "4.0.0",
|
||||
"description": "Types for fetching",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/find-workspace-packages@5.0.2
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "Filters packages in a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/find-workspace-packages
|
||||
|
||||
## 5.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/find-workspace-packages",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "Finds packages inside a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/git-resolver
|
||||
|
||||
## 7.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetch@6.0.2
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/git-resolver",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "Resolver for git-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/hooks.read-package-hook
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 0fe927215: The custom hooks should be executed after the peer dependency patcher hook.
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/hooks.read-package-hook",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Creates the default package reader hook used by pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.3.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
|
||||
## 0.3.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
7
packages/network.auth-header/CHANGELOG.md
Normal file
7
packages/network.auth-header/CHANGELOG.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# @pnpm/network.auth-header
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: Initial release.
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/network.auth-header",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Gets the authorization header for the given URI",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/node.fetcher
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
- @pnpm/tarball-fetcher@13.0.0
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.fetcher",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Node.js artifacts fetcher",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/node.resolver
|
||||
|
||||
## 1.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
- @pnpm/node.fetcher@2.0.2
|
||||
|
||||
## 1.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/node.resolver",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"description": "Resolves a Node.js version specifier to an exact Node.js version",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/npm-resolver
|
||||
|
||||
## 15.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: GetCredentials function replaced with GetAuthHeader.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
|
||||
## 14.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/npm-resolver",
|
||||
"version": "14.0.1",
|
||||
"version": "15.0.0",
|
||||
"description": "Resolver for npm-hosted packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/outdated
|
||||
|
||||
## 11.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/npm-resolver@15.0.0
|
||||
- @pnpm/client@8.0.2
|
||||
|
||||
## 11.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/outdated",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"description": "Check for outdated packages",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 7.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- Updated dependencies [804de211e]
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/audit@5.0.0
|
||||
- @pnpm/network.auth-header@1.0.0
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/plugin-commands-installation@11.0.2
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
13
packages/plugin-commands-doctor/CHANGELOG.md
Normal file
13
packages/plugin-commands-doctor/CHANGELOG.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- bea0acdfc: Add `pnpm doctor` command to do checks for known common issues
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "0.0.0",
|
||||
"version": "1.0.0",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 3.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/fetch@6.0.2
|
||||
- @pnpm/node.fetcher@2.0.2
|
||||
- @pnpm/node.resolver@1.0.18
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Create a package.json file",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,21 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 11.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/outdated@11.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/plugin-commands-rebuild@7.0.2
|
||||
- @pnpm/store-connection-manager@5.0.2
|
||||
- @pnpm/core@7.0.2
|
||||
- @pnpm/package-store@15.0.1
|
||||
- @pnpm/find-workspace-packages@5.0.2
|
||||
- @pnpm/pnpmfile@4.0.2
|
||||
- @pnpm/filter-workspace-packages@6.0.2
|
||||
|
||||
## 11.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "11.0.1",
|
||||
"version": "11.0.2",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 7.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/default-resolver@17.0.0
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/outdated@11.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 2.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/plugin-commands-installation@11.0.2
|
||||
- @pnpm/store-connection-manager@5.0.2
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "2.0.1",
|
||||
"version": "2.0.2",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/client@8.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 7.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/store-connection-manager@5.0.2
|
||||
- @pnpm/find-workspace-packages@5.0.2
|
||||
|
||||
## 7.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/plugin-commands-installation@11.0.2
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 5.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/store-connection-manager@5.0.2
|
||||
- @pnpm/server@14.0.2
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 3.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
|
||||
## 3.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "3.0.1",
|
||||
"version": "3.0.2",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 6.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/cli-utils@1.0.2
|
||||
- @pnpm/store-connection-manager@5.0.2
|
||||
|
||||
## 6.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "6.0.1",
|
||||
"version": "6.0.2",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
# pnpm
|
||||
|
||||
## 7.14.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- Add `pnpm doctor` command to do checks for known common issues
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Ignore the `always-auth` setting.
|
||||
|
||||
pnpm will never reuse the registry auth token for requesting the package tarball, if the package tarball is hosted on a different domain.
|
||||
|
||||
So, for example, if your registry is at `https://company.registry.com/` but the tarballs are hosted at `https://tarballs.com/`, then you will have to configure the auth token for both domains in your `.npmrc`:
|
||||
|
||||
```
|
||||
@my-company:registry=https://company.registry.com/
|
||||
//company.registry.com/=SOME_AUTH_TOKEN
|
||||
//tarballs.com/=SOME_AUTH_TOKEN
|
||||
```
|
||||
|
||||
## 7.13.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "7.13.6",
|
||||
"version": "7.14.0",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 4.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/core@7.0.2
|
||||
|
||||
## 4.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/resolve-dependencies
|
||||
|
||||
## 29.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/npm-resolver@15.0.0
|
||||
|
||||
## 29.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/resolve-dependencies",
|
||||
"version": "29.0.1",
|
||||
"version": "29.0.2",
|
||||
"description": "Resolves dependency graph of a package",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/server
|
||||
|
||||
## 14.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/fetch@6.0.2
|
||||
|
||||
## 14.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/server",
|
||||
"version": "14.0.1",
|
||||
"version": "14.0.2",
|
||||
"description": "A pnpm installer server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 5.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [bea0acdfc]
|
||||
- @pnpm/config@16.0.2
|
||||
- @pnpm/client@8.0.2
|
||||
- @pnpm/package-store@15.0.1
|
||||
- @pnpm/server@14.0.2
|
||||
|
||||
## 5.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "Create a direct pnpm store controller or connect to a running store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,16 @@
|
||||
# @pnpm/tarball-fetcher
|
||||
|
||||
## 13.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- 804de211e: GetCredentials function replaced with GetAuthHeader.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [804de211e]
|
||||
- @pnpm/fetching-types@4.0.0
|
||||
|
||||
## 12.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/tarball-fetcher",
|
||||
"version": "12.0.1",
|
||||
"version": "13.0.0",
|
||||
"description": "Fetcher for packages hosted as tarballs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user