@pnpm/npm-resolver
Advanced tools
Comparing version 13.1.5 to 13.1.6
@@ -61,3 +61,3 @@ "use strict"; | ||
const FULL_META_DIR = 'metadata-full'; | ||
const FULL_FILTERED_META_DIR = 'metadata-full-filtered'; | ||
const FULL_FILTERED_META_DIR = 'metadata-v1.1'; | ||
function createResolver(fetchFromRegistry, getCredentials, opts) { | ||
@@ -64,0 +64,0 @@ if (typeof opts.cacheDir !== 'string') { |
@@ -131,2 +131,3 @@ "use strict"; | ||
for (const [version, info] of Object.entries(pkg.versions)) { | ||
// The list taken from https://github.com/npm/registry/blob/master/docs/responses/package-metadata.md#abbreviated-version-object | ||
versions[version] = (0, pick_1.default)([ | ||
@@ -149,2 +150,3 @@ 'name', | ||
'bundledDependencies', | ||
'hasInstallScript', | ||
], info); | ||
@@ -151,0 +153,0 @@ } |
{ | ||
"name": "@pnpm/npm-resolver", | ||
"version": "13.1.5", | ||
"version": "13.1.6", | ||
"description": "Resolver for npm-hosted packages", | ||
@@ -56,3 +56,3 @@ "main": "lib/index.js", | ||
"@pnpm/logger": "^4.0.0", | ||
"@pnpm/npm-resolver": "13.1.5", | ||
"@pnpm/npm-resolver": "13.1.6", | ||
"@pnpm/test-fixtures": "0.0.21", | ||
@@ -59,0 +59,0 @@ "@types/normalize-path": "^3.0.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
66140
885