@pnpm/config
Advanced tools
Comparing version 15.7.1 to 15.8.0
@@ -135,2 +135,3 @@ import { Project, ProjectManifest, ProjectsGraph, Registries } from '@pnpm/types'; | ||
legacyDirFiltering?: boolean; | ||
onlyBuiltDependencies?: string[]; | ||
registries: Registries; | ||
@@ -137,0 +138,0 @@ ignoreWorkspaceRootCheck: boolean; |
@@ -79,2 +79,3 @@ "use strict"; | ||
offline: Boolean, | ||
'only-built-dependencies': [String], | ||
'package-import-method': ['auto', 'hardlink', 'clone', 'copy'], | ||
@@ -207,2 +208,3 @@ pnpmfile: String, | ||
userconfig: npmDefaults.userconfig, | ||
'verify-store-integrity': true, | ||
'virtual-store-dir': 'node_modules/.pnpm', | ||
@@ -209,0 +211,0 @@ 'workspace-concurrency': 4, |
{ | ||
"name": "@pnpm/config", | ||
"version": "15.7.1", | ||
"version": "15.8.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -44,3 +44,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/config": "15.7.1", | ||
"@pnpm/config": "15.8.0", | ||
"@pnpm/prepare": "0.0.46", | ||
@@ -47,0 +47,0 @@ "@types/ramda": "0.28.14", |
Sorry, the diff of this file is not supported yet
56248
808