@yarnpkg/core
Advanced tools
Comparing version 4.0.0-rc.41 to 4.0.0-rc.42
@@ -7,3 +7,3 @@ import { Fetcher, FetchOptions, MinimalFetchOptions } from './Fetcher'; | ||
supports(locator: Locator, opts: MinimalFetchOptions): boolean; | ||
getLocalPath(locator: Locator, opts: FetchOptions): import("../../yarnpkg-fslib/sources").PortablePath | null; | ||
getLocalPath(locator: Locator, opts: FetchOptions): import("@yarnpkg/fslib").PortablePath | null; | ||
fetch(locator: Locator, opts: FetchOptions): Promise<import("./Fetcher").FetchResult>; | ||
@@ -10,0 +10,0 @@ private tryFetcher; |
{ | ||
"name": "@yarnpkg/core", | ||
"version": "4.0.0-rc.41", | ||
"version": "4.0.0-rc.42", | ||
"stableVersion": "3.4.0", | ||
@@ -16,6 +16,6 @@ "license": "BSD-2-Clause", | ||
"@types/treeify": "^1.0.0", | ||
"@yarnpkg/fslib": "^3.0.0-rc.41", | ||
"@yarnpkg/libzip": "^3.0.0-rc.41", | ||
"@yarnpkg/parsers": "^3.0.0-rc.41", | ||
"@yarnpkg/shell": "^4.0.0-rc.41", | ||
"@yarnpkg/fslib": "^3.0.0-rc.42", | ||
"@yarnpkg/libzip": "^3.0.0-rc.42", | ||
"@yarnpkg/parsers": "^3.0.0-rc.42", | ||
"@yarnpkg/shell": "^4.0.0-rc.42", | ||
"camelcase": "^5.3.1", | ||
@@ -52,6 +52,6 @@ "chalk": "^3.0.0", | ||
"@types/tunnel": "^0.0.0", | ||
"@yarnpkg/cli": "^4.0.0-rc.41", | ||
"@yarnpkg/plugin-link": "^3.0.0-rc.41", | ||
"@yarnpkg/plugin-npm": "^3.0.0-rc.41", | ||
"@yarnpkg/plugin-pnp": "^4.0.0-rc.41", | ||
"@yarnpkg/cli": "^4.0.0-rc.42", | ||
"@yarnpkg/plugin-link": "^3.0.0-rc.42", | ||
"@yarnpkg/plugin-npm": "^3.0.0-rc.42", | ||
"@yarnpkg/plugin-pnp": "^4.0.0-rc.42", | ||
"comment-json": "^2.2.0", | ||
@@ -58,0 +58,0 @@ "esbuild": "npm:esbuild-wasm@^0.15.15", |
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
767993
13836
Updated@yarnpkg/fslib@^3.0.0-rc.42
Updated@yarnpkg/libzip@^3.0.0-rc.42
Updated@yarnpkg/shell@^4.0.0-rc.42