@pnpm/config
Advanced tools
Comparing version 15.6.1 to 15.7.0
@@ -142,2 +142,3 @@ import { Project, ProjectManifest, ProjectsGraph, Registries } from '@pnpm/types'; | ||
userConfig: Record<string, string>; | ||
useInlineSpecifiersLockfileFormat?: boolean; | ||
} | ||
@@ -144,0 +145,0 @@ export interface ConfigWithDeprecatedSettings extends Config { |
@@ -107,2 +107,3 @@ "use strict"; | ||
'use-beta-cli': Boolean, | ||
'use-inline-specifiers-lockfile-format': Boolean, | ||
'use-node-version': String, | ||
@@ -204,2 +205,3 @@ 'use-running-store-server': Boolean, | ||
'use-beta-cli': false, | ||
'use-inline-specifiers-lockfile-format': false, | ||
userconfig: npmDefaults.userconfig, | ||
@@ -206,0 +208,0 @@ 'virtual-store-dir': 'node_modules/.pnpm', |
{ | ||
"name": "@pnpm/config", | ||
"version": "15.6.1", | ||
"version": "15.7.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"@pnpm/pnpmfile": "2.0.7", | ||
"@pnpm/read-project-manifest": "3.0.6", | ||
"@pnpm/read-project-manifest": "3.0.7", | ||
"@pnpm/types": "8.4.0", | ||
@@ -45,3 +45,3 @@ "camelcase": "^6.3.0", | ||
"devDependencies": { | ||
"@pnpm/config": "15.6.1", | ||
"@pnpm/config": "15.7.0", | ||
"@pnpm/prepare": "0.0.45", | ||
@@ -48,0 +48,0 @@ "@types/ramda": "0.28.14", |
Sorry, the diff of this file is not supported yet
56073
805
+ Added@pnpm/read-project-manifest@3.0.7(transitive)
- Removed@pnpm/read-project-manifest@3.0.6(transitive)