@pnpm/config
Advanced tools
Comparing version 8.1.1 to 8.1.2
@@ -65,2 +65,3 @@ import { ProjectManifest, Registries } from '@pnpm/types'; | ||
ignoreCurrentPrefs?: boolean; | ||
recursive?: boolean; | ||
proxy?: string; | ||
@@ -67,0 +68,0 @@ httpsProxy?: string; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=Config.js.map |
@@ -15,1 +15,2 @@ "use strict"; | ||
exports.default = findBestGlobalPrefixOnWindows; | ||
//# sourceMappingURL=findBestGlobalPrefixOnWindows.js.map |
@@ -17,1 +17,2 @@ "use strict"; | ||
exports.normalizeRegistry = normalizeRegistry; | ||
//# sourceMappingURL=getScopeRegistries.js.map |
@@ -308,1 +308,2 @@ "use strict"; | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/config", | ||
"version": "8.1.1", | ||
"version": "8.1.2", | ||
"description": "Gets configuration options for pnpm", | ||
@@ -8,11 +8,12 @@ "main": "lib/index.js", | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"prepublishOnly": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "pnpm run compile", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"test-with-preview": "ts-node test", | ||
"pretest": "npm config rm fetch-retry-maxtimeout", | ||
"test": "pnpm run tsc && ts-node test" | ||
"_test": "cd ../.. && c8 --reporter lcov --reports-dir packages/config/coverage ts-node packages/config/test --type-check", | ||
"test": "pnpm run compile && pnpm run _test", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -25,3 +26,3 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/config", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
@@ -36,3 +37,3 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"@pnpm/constants": "3.0.0", | ||
"@pnpm/error": "1.1.0", | ||
"@pnpm/error": "1.2.0", | ||
"@pnpm/types": "5.0.0", | ||
@@ -48,7 +49,7 @@ "@zkochan/npm-conf": "2.0.0", | ||
"@types/mz": "^2.7.0", | ||
"@types/ramda": "^0.26.43", | ||
"@types/ramda": "^0.26.44", | ||
"@types/which": "1.3.2", | ||
"mz": "2.7.0", | ||
"tempy": "0.4.0" | ||
"tempy": "0.5.0" | ||
} | ||
} |
23217
481
+ Added@pnpm/error@1.2.0(transitive)
- Removed@pnpm/error@1.1.0(transitive)
Updated@pnpm/error@1.2.0