@pnpm/fetcher-base
Advanced tools
Comparing version 11.1.7 to 11.2.0
@@ -22,7 +22,9 @@ /// <reference types="node" /> | ||
}); | ||
export declare type ImportPackageFunction = (to: string, opts: { | ||
export interface ImportPackageOpts { | ||
requiresBuild?: boolean; | ||
targetEngine?: string; | ||
filesResponse: PackageFilesResponse; | ||
force: boolean; | ||
}) => Promise<{ | ||
} | ||
export declare type ImportPackageFunction = (to: string, opts: ImportPackageOpts) => Promise<{ | ||
isBuilt: boolean; | ||
@@ -29,0 +31,0 @@ importMethod: undefined | string; |
{ | ||
"name": "@pnpm/fetcher-base", | ||
"version": "11.1.7", | ||
"version": "11.2.0", | ||
"description": "Types for pnpm-compatible fetchers", | ||
@@ -32,3 +32,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/fetcher-base": "11.1.7" | ||
"@pnpm/fetcher-base": "11.2.0" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
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
5148
68