chore(release): 8.5.1

This commit is contained in:
Zoltan Kochan
2023-05-15 03:31:10 +03:00
parent ee429b300b
commit cdb2a93ed2
88 changed files with 392 additions and 69 deletions

View File

@@ -1,5 +0,0 @@
---
"@pnpm/lockfile-utils": major
---
Return details about the reason why the lockfile doesn't satisfy the manifest.

View File

@@ -1,7 +0,0 @@
---
"@pnpm/plugin-commands-script-runners": minor
"@pnpm/cli-utils": patch
"pnpm": patch
---
Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/headless": patch
"pnpm": patch
---
When installation fails because the lockfile is not up-to-date with the `package.json` file(s), print out what are the differences [#6536](https://github.com/pnpm/pnpm/pull/6536).

View File

@@ -1,6 +0,0 @@
---
"@pnpm/config": patch
"pnpm": patch
---
Normalize current working directory on Windows [#6524](https://github.com/pnpm/pnpm/issues/6524).

View File

@@ -1,5 +1,14 @@
# @pnpm/cli-utils
## 2.0.8
### Patch Changes
- ee429b300: Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).
- Updated dependencies [1de07a4af]
- @pnpm/config@18.3.2
- @pnpm/default-reporter@12.2.2
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/cli-utils",
"version": "2.0.7",
"version": "2.0.8",
"description": "Utils for pnpm commands",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/default-reporter
## 12.2.2
### Patch Changes
- Updated dependencies [1de07a4af]
- @pnpm/config@18.3.2
## 12.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/default-reporter",
"version": "12.2.1",
"version": "12.2.2",
"description": "The default reporter of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/config
## 18.3.2
### Patch Changes
- 1de07a4af: Normalize current working directory on Windows [#6524](https://github.com/pnpm/pnpm/issues/6524).
## 18.3.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/config",
"version": "18.3.1",
"version": "18.3.2",
"description": "Gets configuration options for pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-config
## 2.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-config",
"version": "2.0.7",
"version": "2.0.8",
"description": "Commands for reading and writing settings to/from config files",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-env
## 4.0.9
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
## 4.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-env",
"version": "4.0.8",
"version": "4.0.9",
"description": "pnpm commands for managing Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-rebuild
## 8.0.10
### Patch Changes
- Updated dependencies [d58cdb962]
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/find-workspace-packages@6.0.8
- @pnpm/store-connection-manager@6.0.9
## 8.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-rebuild",
"version": "8.0.9",
"version": "8.0.10",
"description": "Commands for rebuilding dependencies",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,19 @@
# @pnpm/plugin-commands-script-runners
## 7.1.0
### Minor Changes
- ee429b300: Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/plugin-commands-installation@13.0.6
## 7.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-script-runners",
"version": "7.0.11",
"version": "7.1.0",
"description": "Commands for running scripts",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# @pnpm/audit
## 7.0.7
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/list@9.0.5
## 7.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/audit",
"version": "7.0.6",
"version": "7.0.7",
"description": "Audit a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/filter-lockfile
## 8.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 8.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-lockfile",
"version": "8.0.3",
"version": "8.0.4",
"description": "Filters a lockfile",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/lockfile-to-pnp
## 3.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 3.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-to-pnp",
"version": "3.0.3",
"version": "3.0.4",
"description": "Creates a Plug'n'Play file from a pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/lockfile-utils
## 8.0.0
### Major Changes
- d58cdb962: Return details about the reason why the lockfile doesn't satisfy the manifest.
## 7.0.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/lockfile-utils",
"version": "7.0.1",
"version": "8.0.0",
"description": "Utils for dealing with pnpm-lock.yaml",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-audit
## 8.0.9
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/audit@7.0.7
## 8.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-audit",
"version": "8.0.8",
"version": "8.0.9",
"description": "pnpm commands for dependencies audit",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/mount-modules
## 0.4.8
### Patch Changes
- Updated dependencies [d58cdb962]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/config@18.3.2
## 0.4.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/mount-modules",
"version": "0.4.7",
"version": "0.4.8",
"description": "Mounts a node_modules directory with FUSE",
"main": "lib/index.js",
"bin": "bin/mount-modules.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-doctor
## 2.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-doctor",
"version": "2.0.7",
"version": "2.0.8",
"description": "Commands for checks of known common issues ",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-init
## 3.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
## 3.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-init",
"version": "3.0.7",
"version": "3.0.8",
"description": "Create a package.json file",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/plugin-commands-setup
## 4.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- @pnpm/cli-utils@2.0.8
## 4.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-setup",
"version": "4.0.7",
"version": "4.0.8",
"description": "pnpm commands for setting up pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,18 @@
# @pnpm/plugin-commands-patching
## 3.1.1
### Patch Changes
- Updated dependencies [d58cdb962]
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/plugin-commands-installation@13.0.6
- @pnpm/store-connection-manager@6.0.9
## 3.1.0
### Minor Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-patching",
"version": "3.1.0",
"version": "3.1.1",
"description": "Commands for creating patches",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,19 @@
# @pnpm/core
## 10.1.1
### Patch Changes
- Updated dependencies [d58cdb962]
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/headless@20.2.2
- @pnpm/filter-lockfile@8.0.4
- @pnpm/lockfile-to-pnp@3.0.4
- @pnpm/hoist@8.0.4
- @pnpm/modules-cleaner@14.0.4
- @pnpm/resolve-dependencies@31.1.4
## 10.1.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/core",
"description": "Fast, disk space efficient installation engine",
"version": "10.1.0",
"version": "10.1.1",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,18 @@
# @pnpm/headless
## 20.2.2
### Patch Changes
- d58cdb962: When installation fails because the lockfile is not up-to-date with the `package.json` file(s), print out what are the differences [#6536](https://github.com/pnpm/pnpm/pull/6536).
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/filter-lockfile@8.0.4
- @pnpm/lockfile-to-pnp@3.0.4
- @pnpm/hoist@8.0.4
- @pnpm/modules-cleaner@14.0.4
- @pnpm/real-hoist@2.0.4
## 20.2.1
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/headless",
"description": "Fast installation using only pnpm-lock.yaml",
"version": "20.2.1",
"version": "20.2.2",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,12 @@
# @pnpm/hoist
## 8.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 8.0.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "8.0.3",
"version": "8.0.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,13 @@
# @pnpm/modules-cleaner
## 14.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/filter-lockfile@8.0.4
## 14.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/modules-cleaner",
"version": "14.0.3",
"version": "14.0.4",
"description": "Exports util functions to clean up node_modules",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,20 @@
# @pnpm/plugin-commands-installation
## 13.0.6
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/plugin-commands-rebuild@8.0.10
- @pnpm/core@10.1.1
- @pnpm/outdated@12.0.7
- @pnpm/find-workspace-packages@6.0.8
- @pnpm/store-connection-manager@6.0.9
- @pnpm/filter-workspace-packages@7.0.8
## 13.0.5
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-installation",
"version": "13.0.5",
"version": "13.0.6",
"description": "Commands for installation",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/real-hoist
## 2.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 2.0.3
### Patch Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/real-hoist",
"description": "Hoists dependencies in a node_modules created by pnpm",
"version": "2.0.3",
"version": "2.0.4",
"bugs": {
"url": "https://github.com/pnpm/pnpm/issues"
},

View File

@@ -1,5 +1,12 @@
# @pnpm/resolve-dependencies
## 31.1.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 31.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/resolve-dependencies",
"version": "31.1.3",
"version": "31.1.4",
"description": "Resolves dependency graph of a package",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,13 @@
# pnpm
## 8.5.1
### Patch Changes
- Expanded missing command error, including 'did you mean' [#6492](https://github.com/pnpm/pnpm/issues/6492).
- When installation fails because the lockfile is not up-to-date with the `package.json` file(s), print out what are the differences [#6536](https://github.com/pnpm/pnpm/pull/6536).
- Normalize current working directory on Windows [#6524](https://github.com/pnpm/pnpm/issues/6524).
## 8.5.0
### Minor Changes

View File

@@ -1,7 +1,7 @@
{
"name": "@pnpm/exe",
"description": "Fast, disk space efficient package manager",
"version": "8.5.0",
"version": "8.5.1",
"publishConfig": {
"bin": {
"pnpm": "pnpm"

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-arm64",
"version": "8.5.0",
"version": "8.5.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/linux-x64",
"version": "8.5.0",
"version": "8.5.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-arm64",
"version": "8.5.0",
"version": "8.5.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/macos-x64",
"version": "8.5.0",
"version": "8.5.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/win-x64",
"version": "8.5.0",
"version": "8.5.1",
"license": "MIT",
"publishConfig": {
"bin": {

View File

@@ -1,7 +1,7 @@
{
"name": "pnpm",
"description": "Fast, disk space efficient package manager",
"version": "8.5.0",
"version": "8.5.1",
"bin": {
"pnpm": "bin/pnpm.cjs",
"pnpx": "bin/pnpx.cjs"

View File

@@ -1,5 +1,13 @@
# @pnpm/plugin-commands-deploy
## 3.0.12
### Patch Changes
- Updated dependencies [ee429b300]
- @pnpm/cli-utils@2.0.8
- @pnpm/plugin-commands-installation@13.0.6
## 3.0.11
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-deploy",
"version": "3.0.11",
"version": "3.0.12",
"description": "Commands for deploy",
"funding": "https://opencollective.com/pnpm",
"main": "lib/index.js",

View File

@@ -1,5 +1,14 @@
# @pnpm/plugin-commands-publishing
## 7.2.2
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
## 7.2.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-publishing",
"version": "7.2.1",
"version": "7.2.2",
"description": "The pack and publish commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/reviewing.dependencies-hierarchy
## 2.0.5
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 2.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/reviewing.dependencies-hierarchy",
"version": "2.0.4",
"version": "2.0.5",
"description": "Creates a dependencies hierarchy for a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/license-scanner
## 2.0.4
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 2.0.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/license-scanner",
"version": "2.0.3",
"version": "2.0.4",
"description": "Check for licenses packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/list
## 9.0.5
### Patch Changes
- @pnpm/reviewing.dependencies-hierarchy@2.0.5
## 9.0.4
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/list",
"version": "9.0.4",
"version": "9.0.5",
"description": "List installed packages in a symlinked `node_modules`",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/outdated
## 12.0.7
### Patch Changes
- Updated dependencies [d58cdb962]
- @pnpm/lockfile-utils@8.0.0
## 12.0.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/outdated",
"version": "12.0.6",
"version": "12.0.7",
"description": "Check for outdated packages",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-licenses
## 2.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/license-scanner@2.0.4
## 2.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-licenses",
"version": "2.0.7",
"version": "2.0.8",
"description": "The licenses command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-listing
## 7.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/list@9.0.5
## 7.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-listing",
"version": "7.0.7",
"version": "7.0.8",
"description": "The list and why commands of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-outdated
## 9.0.9
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/outdated@12.0.7
## 9.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-outdated",
"version": "9.0.8",
"version": "9.0.9",
"description": "The outdated command of pnpm",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,15 @@
# @pnpm/plugin-commands-server
## 6.0.9
### Patch Changes
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/store-connection-manager@6.0.9
## 6.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-server",
"version": "6.0.8",
"version": "6.0.9",
"description": "Commands for controlling the store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,17 @@
# @pnpm/plugin-commands-store
## 7.0.10
### Patch Changes
- Updated dependencies [d58cdb962]
- Updated dependencies [ee429b300]
- Updated dependencies [1de07a4af]
- @pnpm/lockfile-utils@8.0.0
- @pnpm/cli-utils@2.0.8
- @pnpm/config@18.3.2
- @pnpm/store-connection-manager@6.0.9
## 7.0.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/plugin-commands-store",
"version": "7.0.9",
"version": "7.0.10",
"description": "Commands for controlling the store",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/store-connection-manager
## 6.0.9
### Patch Changes
- Updated dependencies [1de07a4af]
- @pnpm/config@18.3.2
## 6.0.8
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/store-connection-manager",
"version": "6.0.8",
"version": "6.0.9",
"description": "Create a direct pnpm store controller or connect to a running store server",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,11 @@
# @pnpm/filter-workspace-packages
## 7.0.8
### Patch Changes
- @pnpm/find-workspace-packages@6.0.8
## 7.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/filter-workspace-packages",
"version": "7.0.7",
"version": "7.0.8",
"description": "Filters packages in a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",

View File

@@ -1,5 +1,12 @@
# @pnpm/find-workspace-packages
## 6.0.8
### Patch Changes
- Updated dependencies [ee429b300]
- @pnpm/cli-utils@2.0.8
## 6.0.7
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@pnpm/find-workspace-packages",
"version": "6.0.7",
"version": "6.0.8",
"description": "Finds packages inside a workspace",
"main": "lib/index.js",
"types": "lib/index.d.ts",