@yarnpkg/core
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -13,3 +13,3 @@ import { Resolver, ResolveOptions, MinimalResolveOptions } from './Resolver'; | ||
getSatisfying(descriptor: Descriptor, dependencies: Record<string, Package>, locators: Array<Locator>, opts: ResolveOptions): Promise<{ | ||
locators: Locator[]; | ||
locators: Array<Locator>; | ||
sorted: boolean; | ||
@@ -16,0 +16,0 @@ }>; |
@@ -9,7 +9,7 @@ import { AliasFS } from '@yarnpkg/fslib'; | ||
packageFs: AliasFS<import("@yarnpkg/fslib").PortablePath>; | ||
releaseFs?: (() => void) | undefined; | ||
releaseFs?: () => void; | ||
prefixPath: import("@yarnpkg/fslib").PortablePath; | ||
localPath?: import("@yarnpkg/fslib").PortablePath | null | undefined; | ||
checksum?: string | null | undefined; | ||
discardFromLookup?: boolean | undefined; | ||
localPath?: import("@yarnpkg/fslib").PortablePath | null; | ||
checksum?: string | null; | ||
discardFromLookup?: boolean; | ||
}>; | ||
@@ -16,0 +16,0 @@ getLocatorFilename(locator: Locator): import("@yarnpkg/fslib").Filename; |
{ | ||
"name": "@yarnpkg/core", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"license": "BSD-2-Clause", | ||
@@ -52,3 +52,3 @@ "main": "./lib/index.js", | ||
"@types/tunnel": "^0.0.0", | ||
"@yarnpkg/cli": "^4.3.0", | ||
"@yarnpkg/cli": "^4.3.1", | ||
"@yarnpkg/plugin-link": "^3.0.0", | ||
@@ -55,0 +55,0 @@ "@yarnpkg/plugin-npm": "^3.0.1", |
Sorry, the diff of this file is too big to display
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
798498
14732