chore(release): 7.21.0
This commit is contained in:
parent
d71dbf230b
commit
33f95fcc7f
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@pnpm/plugin-commands-config": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
"@pnpm/plugin-commands-script-runners": minor
|
||||
"pnpm": minor
|
||||
---
|
||||
|
||||
The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679).
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
"@pnpm/config": patch
|
||||
"@pnpm/plugin-commands-installation": patch
|
||||
"pnpm": patch
|
||||
---
|
||||
|
||||
Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/cli-utils
|
||||
|
||||
## 1.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/default-reporter@11.0.19
|
||||
|
||||
## 1.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/cli-utils",
|
||||
"version": "1.0.18",
|
||||
"version": "1.0.19",
|
||||
"description": "Utils for pnpm commands",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @pnpm/default-reporter
|
||||
|
||||
## 11.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
|
||||
## 11.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/default-reporter",
|
||||
"version": "11.0.18",
|
||||
"version": "11.0.19",
|
||||
"description": "The default reporter of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @pnpm/config
|
||||
|
||||
## 16.2.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d71dbf230: Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
|
||||
## 16.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/config",
|
||||
"version": "16.2.0",
|
||||
"version": "16.2.1",
|
||||
"description": "Gets configuration options for pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @pnpm/plugin-commands-config
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 83a627a25: The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 1.0.0
|
||||
|
||||
### Major Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-config",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Commands for reading and writing settings to/from config files",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-env
|
||||
|
||||
## 3.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 3.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-env",
|
||||
"version": "3.1.12",
|
||||
"version": "3.1.13",
|
||||
"description": "pnpm commands for managing Node.js",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# @pnpm/plugin-commands-rebuild
|
||||
|
||||
## 7.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
- @pnpm/store-connection-manager@5.1.12
|
||||
- @pnpm/find-workspace-packages@5.0.19
|
||||
|
||||
## 7.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-rebuild",
|
||||
"version": "7.0.18",
|
||||
"version": "7.0.19",
|
||||
"description": "Commands for rebuilding dependencies",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @pnpm/plugin-commands-script-runners
|
||||
|
||||
## 6.2.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- b3dfa3ba8: The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/plugin-commands-installation@11.1.6
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 6.1.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-script-runners",
|
||||
"version": "6.1.1",
|
||||
"version": "6.2.0",
|
||||
"description": "Commands for running scripts",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-audit
|
||||
|
||||
## 7.1.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 7.1.13
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-audit",
|
||||
"version": "7.1.13",
|
||||
"version": "7.1.14",
|
||||
"description": "pnpm commands for dependencies audit",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @pnpm/mount-modules
|
||||
|
||||
## 0.3.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
|
||||
## 0.3.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/mount-modules",
|
||||
"version": "0.3.18",
|
||||
"version": "0.3.19",
|
||||
"description": "Mounts a node_modules directory with FUSE",
|
||||
"main": "lib/index.js",
|
||||
"bin": "bin/mount-modules.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-doctor
|
||||
|
||||
## 1.0.17
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 1.0.16
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-doctor",
|
||||
"version": "1.0.16",
|
||||
"version": "1.0.17",
|
||||
"description": "Commands for checks of known common issues ",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-init
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-init",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Create a package.json file",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,15 @@
|
|||
# @pnpm/plugin-commands-patching
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/plugin-commands-installation@11.1.6
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
- @pnpm/store-connection-manager@5.1.12
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-patching",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Commands for creating patches",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,11 @@
|
|||
# @pnpm/plugin-commands-setup
|
||||
|
||||
## 3.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 3.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-setup",
|
||||
"version": "3.0.18",
|
||||
"version": "3.0.19",
|
||||
"description": "pnpm commands for setting up pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# @pnpm/plugin-commands-installation
|
||||
|
||||
## 11.1.6
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- d71dbf230: Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
- @pnpm/plugin-commands-rebuild@7.0.19
|
||||
- @pnpm/store-connection-manager@5.1.12
|
||||
- @pnpm/find-workspace-packages@5.0.19
|
||||
- @pnpm/filter-workspace-packages@6.0.19
|
||||
|
||||
## 11.1.5
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-installation",
|
||||
"version": "11.1.5",
|
||||
"version": "11.1.6",
|
||||
"description": "Commands for installation",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,16 @@
|
|||
# pnpm
|
||||
|
||||
## 7.21.0
|
||||
|
||||
### Minor Changes
|
||||
|
||||
- The `pnpm dlx` command supports the `--shell-mode` (or `-c`) option. When used, the script is executed by a shell [#5679](https://github.com/pnpm/pnpm/issues/5679).
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- The config command should work with the `--location=global` CLI option [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
- Only the `pnpm add --global <pkg>` command should fail if there is no global pnpm bin directory in the system PATH [#5841](https://github.com/pnpm/pnpm/issues/5841).
|
||||
|
||||
## 7.20.0
|
||||
|
||||
### Minor Changes
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@pnpm/exe",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
"pnpm": "pnpm"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/linux-arm64",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/linux-x64",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/macos-arm64",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/macos-x64",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/win-x64",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"bin": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "pnpm",
|
||||
"description": "Fast, disk space efficient package manager",
|
||||
"version": "7.20.0",
|
||||
"version": "7.21.0",
|
||||
"bin": {
|
||||
"pnpm": "bin/pnpm.cjs",
|
||||
"pnpx": "bin/pnpx.cjs"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-deploy
|
||||
|
||||
## 2.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/plugin-commands-installation@11.1.6
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 2.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-deploy",
|
||||
"version": "2.0.18",
|
||||
"version": "2.0.19",
|
||||
"description": "Commands for deploy",
|
||||
"funding": "https://opencollective.com/pnpm",
|
||||
"main": "lib/index.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-publishing
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 6.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-publishing",
|
||||
"version": "6.0.18",
|
||||
"version": "6.0.19",
|
||||
"description": "The pack and publish commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-licenses
|
||||
|
||||
## 1.0.10
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 1.0.9
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-licenses",
|
||||
"version": "1.0.9",
|
||||
"version": "1.0.10",
|
||||
"description": "The licenses command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-listing
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 6.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-listing",
|
||||
"version": "6.0.18",
|
||||
"version": "6.0.19",
|
||||
"description": "The list and why commands of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# @pnpm/plugin-commands-outdated
|
||||
|
||||
## 8.0.14
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 8.0.13
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-outdated",
|
||||
"version": "8.0.13",
|
||||
"version": "8.0.14",
|
||||
"description": "The outdated command of pnpm",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @pnpm/plugin-commands-server
|
||||
|
||||
## 5.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
- @pnpm/store-connection-manager@5.1.12
|
||||
|
||||
## 5.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-server",
|
||||
"version": "5.0.18",
|
||||
"version": "5.0.19",
|
||||
"description": "Commands for controlling the store server",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
# @pnpm/plugin-commands-store
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
- @pnpm/store-connection-manager@5.1.12
|
||||
|
||||
## 6.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/plugin-commands-store",
|
||||
"version": "6.0.18",
|
||||
"version": "6.0.19",
|
||||
"description": "Commands for controlling the store",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,12 @@
|
|||
# @pnpm/store-connection-manager
|
||||
|
||||
## 5.1.12
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Updated dependencies [d71dbf230]
|
||||
- @pnpm/config@16.2.1
|
||||
|
||||
## 5.1.11
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/store-connection-manager",
|
||||
"version": "5.1.11",
|
||||
"version": "5.1.12",
|
||||
"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/filter-workspace-packages
|
||||
|
||||
## 6.0.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/find-workspace-packages@5.0.19
|
||||
|
||||
## 6.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/filter-workspace-packages",
|
||||
"version": "6.0.18",
|
||||
"version": "6.0.19",
|
||||
"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.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- @pnpm/cli-utils@1.0.19
|
||||
|
||||
## 5.0.18
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@pnpm/find-workspace-packages",
|
||||
"version": "5.0.18",
|
||||
"version": "5.0.19",
|
||||
"description": "Finds packages inside a workspace",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
|
|
|
|||
Loading…
Reference in New Issue