@pnpm/config
Advanced tools
Comparing version 11.0.1 to 11.1.0
# @pnpm/config | ||
## 11.1.0 | ||
### Minor Changes | ||
- 65b4d07ca: feat: add config to make install only install package dependencies in a workspace | ||
- ab3b8f51d: Hoist all ESLint plugins to the root of node_modules by default. | ||
## 11.0.1 | ||
@@ -4,0 +11,0 @@ |
@@ -99,2 +99,3 @@ import { Project, ProjectsGraph, Registries } from '@pnpm/types'; | ||
publishBranch?: string; | ||
recursiveInstall?: boolean; | ||
registries: Registries; | ||
@@ -101,0 +102,0 @@ ignoreWorkspaceRootCheck: boolean; |
@@ -57,2 +57,3 @@ "use strict"; | ||
'publish-branch': String, | ||
'recursive-install': Boolean, | ||
'reporter': String, | ||
@@ -129,3 +130,4 @@ 'save-peer': Boolean, | ||
'pending': false, | ||
'public-hoist-pattern': ['@types/*'], | ||
'public-hoist-pattern': ['@types/*', 'eslint-plugin-*'], | ||
'recursive-install': true, | ||
'registry': npmDefaults.registry, | ||
@@ -132,0 +134,0 @@ 'save-peer': false, |
{ | ||
"name": "@pnpm/config", | ||
"version": "11.0.1", | ||
"version": "11.1.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
26748
494