mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-18 22:02:53 -04:00
chore(release): 7.9.5
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Fail with a meaningful error when the audit endpoint doesn't exist [#5200](https://github.com/pnpm/pnpm/issues/5200).
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
"@pnpm/symlink-dependency": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Symlink a local dependency to `node_modules`, even if the target directory doesn't exist [#5219](https://github.com/pnpm/pnpm/issues/5219).
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
"@pnpm/config": patch
|
||||
---
|
||||
|
||||
Only set extraEnv for preferSymlinkedExecutables if it's not windows.
|
||||
@@ -1,15 +0,0 @@
|
||||
---
|
||||
"@pnpm/config": minor
|
||||
"@pnpm/core": minor
|
||||
"@pnpm/headless": minor
|
||||
"@pnpm/plugin-commands-deploy": minor
|
||||
"@pnpm/plugin-commands-installation": minor
|
||||
"@pnpm/plugin-commands-listing": minor
|
||||
"@pnpm/plugin-commands-outdated": minor
|
||||
"@pnpm/plugin-commands-patching": minor
|
||||
"@pnpm/plugin-commands-publishing": minor
|
||||
"@pnpm/plugin-commands-rebuild": minor
|
||||
"@pnpm/plugin-commands-script-runners": minor
|
||||
---
|
||||
|
||||
Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
@@ -1,8 +0,0 @@
|
||||
---
|
||||
"@pnpm/audit": patch
|
||||
"@pnpm/plugin-commands-audit": patch
|
||||
---
|
||||
|
||||
- Add new Error type: AuditEndpointNotExistsError
|
||||
- On AuditUrl returns 404, AuditEndpointNotExistsError will throw
|
||||
- When audit handler catches AuditEndpointNotExistsError, the command will return to avoid execute further codes
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/audit
|
||||
|
||||
## 3.1.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a12d1a011: - Add new Error type: AuditEndpointNotExistsError
|
||||
- On AuditUrl returns 404, AuditEndpointNotExistsError will throw
|
||||
- When audit handler catches AuditEndpointNotExistsError, the command will return to avoid execute further codes
|
||||
|
||||
## 3.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/audit",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"description": "Audit a lockfile",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/cli-utils
|
||||
|
||||
## 0.7.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/default-reporter@9.1.20
|
||||
|
||||
## 0.7.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "0.7.30",
|
||||
"version": "0.7.31",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
# @pnpm/config
|
||||
|
||||
## 15.10.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/pnpmfile@2.2.4
|
||||
|
||||
## 15.9.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "15.9.4",
|
||||
"version": "15.10.0",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/core
|
||||
|
||||
## 5.11.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [e3b5137d1]
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/symlink-dependency@5.0.7
|
||||
- @pnpm/headless@18.7.0
|
||||
- @pnpm/hoist@6.2.9
|
||||
|
||||
## 5.10.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/core",
|
||||
"description": "Fast, disk space efficient installation engine",
|
||||
"version": "5.10.3",
|
||||
"version": "5.11.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/default-reporter
|
||||
|
||||
## 9.1.20
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
|
||||
## 9.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "9.1.19",
|
||||
"version": "9.1.20",
|
||||
"description": "The default reporter of pnpm",
|
||||
"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.9.4",
|
||||
"version": "7.9.5",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
"pnpm": "pnpm"
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/filter-workspace-packages
|
||||
|
||||
## 5.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/find-workspace-packages@4.0.31
|
||||
|
||||
## 5.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "5.0.30",
|
||||
"version": "5.0.31",
|
||||
"description": "Filters packages in a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/find-workspace-packages
|
||||
|
||||
## 4.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 4.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/find-workspace-packages",
|
||||
"version": "4.0.30",
|
||||
"version": "4.0.31",
|
||||
"description": "Finds packages inside a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/headless
|
||||
|
||||
## 18.7.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [e3b5137d1]
|
||||
- @pnpm/symlink-dependency@5.0.7
|
||||
- @pnpm/hoist@6.2.9
|
||||
|
||||
## 18.6.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/headless",
|
||||
"description": "Fast installation using only pnpm-lock.yaml",
|
||||
"version": "18.6.5",
|
||||
"version": "18.7.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/hoist
|
||||
|
||||
## 6.2.9
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [e3b5137d1]
|
||||
- @pnpm/symlink-dependency@5.0.7
|
||||
|
||||
## 6.2.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/hoist",
|
||||
"description": "Hoists dependencies in a node_modules created by pnpm",
|
||||
"version": "6.2.8",
|
||||
"version": "6.2.9",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/mount-modules
|
||||
|
||||
## 0.2.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
|
||||
## 0.2.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.2.33",
|
||||
"version": "0.2.34",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 6.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- a12d1a011: - Add new Error type: AuditEndpointNotExistsError
|
||||
- On AuditUrl returns 404, AuditEndpointNotExistsError will throw
|
||||
- When audit handler catches AuditEndpointNotExistsError, the command will return to avoid execute further codes
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- Updated dependencies [a12d1a011]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/audit@3.1.7
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 6.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "6.1.12",
|
||||
"version": "6.1.13",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 1.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/plugin-commands-installation@10.6.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 1.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "1.0.19",
|
||||
"version": "1.1.0",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 2.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 2.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 1.0.31
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 1.0.30
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "1.0.30",
|
||||
"version": "1.0.31",
|
||||
"description": "Create a package.json file",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,23 @@
|
||||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 10.6.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/core@5.11.0
|
||||
- @pnpm/plugin-commands-rebuild@6.2.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
- @pnpm/store-connection-manager@4.3.4
|
||||
- @pnpm/pnpmfile@2.2.4
|
||||
- @pnpm/find-workspace-packages@4.0.31
|
||||
- @pnpm/filter-workspace-packages@5.0.31
|
||||
|
||||
## 10.5.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "10.5.8",
|
||||
"version": "10.6.0",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 5.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 5.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "5.0.34",
|
||||
"version": "5.1.0",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 6.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 6.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "6.0.34",
|
||||
"version": "6.1.0",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 1.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/plugin-commands-installation@10.6.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
- @pnpm/store-connection-manager@4.3.4
|
||||
|
||||
## 1.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "1.1.14",
|
||||
"version": "1.2.0",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,17 @@
|
||||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 5.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 5.1.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "5.1.19",
|
||||
"version": "5.2.0",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,19 @@
|
||||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 6.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
- @pnpm/store-connection-manager@4.3.4
|
||||
- @pnpm/find-workspace-packages@4.0.31
|
||||
|
||||
## 6.1.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "6.1.34",
|
||||
"version": "6.2.0",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,18 @@
|
||||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 5.1.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- 2aa22e4b1: Set `NODE_PATH` when `preferSymlinkedExecutables` is enabled.
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/plugin-commands-installation@10.6.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 5.0.39
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "5.0.39",
|
||||
"version": "5.1.0",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 4.0.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
- @pnpm/store-connection-manager@4.3.4
|
||||
|
||||
## 4.0.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "4.0.34",
|
||||
"version": "4.0.35",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 2.0.33
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
|
||||
## 2.0.32
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "2.0.32",
|
||||
"version": "2.0.33",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,14 @@
|
||||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 5.1.35
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
- @pnpm/cli-utils@0.7.31
|
||||
- @pnpm/store-connection-manager@4.3.4
|
||||
|
||||
## 5.1.34
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "5.1.34",
|
||||
"version": "5.1.35",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# pnpm
|
||||
|
||||
## 7.9.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Set `NODE_PATH` when `prefer-symlinked-executables` is enabled [#5251](https://github.com/pnpm/pnpm/pull/5251).
|
||||
- Fail with a meaningful error when the audit endpoint doesn't exist [#5200](https://github.com/pnpm/pnpm/issues/5200).
|
||||
- Symlink a local dependency to `node_modules`, even if the target directory doesn't exist [#5219](https://github.com/pnpm/pnpm/issues/5219).
|
||||
|
||||
## 7.9.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "7.9.4",
|
||||
"version": "7.9.5",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/pnpmfile
|
||||
|
||||
## 2.2.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/core@5.11.0
|
||||
|
||||
## 2.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/pnpmfile",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"description": "Reading a .pnpmfile.cjs",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
||||
@@ -1,5 +1,12 @@
|
||||
# @pnpm/store-connection-manager
|
||||
|
||||
## 4.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [2aa22e4b1]
|
||||
- @pnpm/config@15.10.0
|
||||
|
||||
## 4.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "4.3.3",
|
||||
"version": "4.3.4",
|
||||
"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,11 @@
|
||||
# @pnpm/symlink-dependency
|
||||
|
||||
## 5.0.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- e3b5137d1: Symlink a local dependency to `node_modules`, even if the target directory doesn't exist [#5219](https://github.com/pnpm/pnpm/issues/5219).
|
||||
|
||||
## 5.0.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@pnpm/symlink-dependency",
|
||||
"description": "Symlink a dependency to node_modules",
|
||||
"version": "5.0.6",
|
||||
"version": "5.0.7",
|
||||
"bugs": {
|
||||
"url": "https://github.com/pnpm/pnpm/issues"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user