@pnpm/local-resolver
Advanced tools
Comparing version 9.0.7 to 9.0.8
@@ -11,2 +11,3 @@ "use strict"; | ||
const normalize_path_1 = __importDefault(require("normalize-path")); | ||
// @ts-expect-error | ||
const isWindows = process.platform === 'win32' || global['FAKE_WINDOWS']; | ||
@@ -32,3 +33,5 @@ const isFilespec = isWindows ? /^(?:[.]|~[/]|[/\\]|[a-zA-Z]:)/ : /^(?:[.]|~[/]|[/]|[a-zA-Z]:)/; | ||
'Use the `link:` protocol for folder dependencies and `file:` for local tarballs'); | ||
// @ts-expect-error | ||
err['pref'] = wd.pref; | ||
// @ts-expect-error | ||
err['protocol'] = 'path:'; | ||
@@ -35,0 +38,0 @@ /* eslint-enable @typescript-eslint/dot-notation */ |
{ | ||
"name": "@pnpm/local-resolver", | ||
"version": "9.0.7", | ||
"version": "9.0.8", | ||
"description": "Resolver for local packages", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"@pnpm/read-project-manifest": "4.1.3", | ||
"@pnpm/resolver-base": "9.1.5", | ||
"@pnpm/resolver-base": "9.2.0", | ||
"@pnpm/types": "8.10.0" | ||
@@ -39,3 +39,3 @@ }, | ||
"@types/ssri": "^7.1.1", | ||
"@pnpm/local-resolver": "9.0.7" | ||
"@pnpm/local-resolver": "9.0.8" | ||
}, | ||
@@ -42,0 +42,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
16448
203
+ Added@pnpm/resolver-base@9.2.0(transitive)
- Removed@pnpm/resolver-base@9.1.5(transitive)
Updated@pnpm/resolver-base@9.2.0