@pnpm/config
Advanced tools
Comparing version 21.3.0 to 21.4.0
@@ -178,2 +178,3 @@ import { type Project, type ProjectManifest, type ProjectsGraph, type Registries, type SslConfig } from '@pnpm/types'; | ||
virtualStoreDirMaxLength: number; | ||
peersSuffixMaxLength?: number; | ||
} | ||
@@ -180,0 +181,0 @@ export interface ConfigWithDeprecatedSettings extends Config { |
@@ -110,2 +110,3 @@ /// <reference types="node" /> | ||
'virtual-store-dir-max-length': NumberConstructor; | ||
'peers-suffix-max-length': NumberConstructor; | ||
'workspace-concurrency': NumberConstructor; | ||
@@ -112,0 +113,0 @@ 'workspace-packages': (ArrayConstructor | StringConstructor)[]; |
@@ -147,2 +147,3 @@ "use strict"; | ||
'virtual-store-dir-max-length': Number, | ||
'peers-suffix-max-length': Number, | ||
'workspace-concurrency': Number, | ||
@@ -263,2 +264,3 @@ 'workspace-packages': [String, Array], | ||
'virtual-store-dir-max-length': 120, | ||
'peers-suffix-max-length': 1000, | ||
}; | ||
@@ -265,0 +267,0 @@ const { config: npmConfig, warnings, failedToLoadBuiltInConfig } = (0, npm_conf_1.default)(cliOptions, rcOptionsTypes, defaultOptions); |
{ | ||
"name": "@pnpm/config", | ||
"version": "21.3.0", | ||
"version": "21.4.0", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -42,8 +42,8 @@ "main": "lib/index.js", | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/matcher": "6.0.0", | ||
"@pnpm/constants": "8.0.0", | ||
"@pnpm/git-utils": "2.0.0", | ||
"@pnpm/pnpmfile": "6.0.3", | ||
"@pnpm/matcher": "6.0.0", | ||
"@pnpm/read-project-manifest": "6.0.2", | ||
"@pnpm/types": "10.1.0" | ||
"@pnpm/types": "10.1.0", | ||
"@pnpm/pnpmfile": "6.0.4" | ||
}, | ||
@@ -55,5 +55,5 @@ "devDependencies": { | ||
"symlink-dir": "^6.0.0", | ||
"@pnpm/prepare": "0.0.93", | ||
"@pnpm/test-fixtures": "0.1.23", | ||
"@pnpm/config": "21.3.0" | ||
"@pnpm/config": "21.4.0", | ||
"@pnpm/prepare": "0.0.94", | ||
"@pnpm/test-fixtures": "0.1.24" | ||
}, | ||
@@ -60,0 +60,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85990
1328
+ Added@pnpm/hooks.types@2.0.2(transitive)
+ Added@pnpm/lockfile-types@7.1.0(transitive)
+ Added@pnpm/pnpmfile@6.0.4(transitive)
- Removed@pnpm/hooks.types@2.0.1(transitive)
- Removed@pnpm/lockfile-types@7.0.0(transitive)
- Removed@pnpm/pnpmfile@6.0.3(transitive)
Updated@pnpm/pnpmfile@6.0.4