@pnpm/store-controller-types
Advanced tools
Comparing version 7.0.0 to 8.0.0-alpha.0
@@ -51,3 +51,3 @@ import { DirectoryResolution, PreferredVersions, Resolution, WantedDependency, WorkspacePackages } from '@pnpm/resolver-base'; | ||
} | ||
export declare type ImportPackageFunction = (from: string, to: string, opts: { | ||
export declare type ImportPackageFunction = (to: string, opts: { | ||
filesResponse: PackageFilesResponse; | ||
@@ -58,3 +58,5 @@ force: boolean; | ||
fromStore: boolean; | ||
filenames: string[]; | ||
filesIndex: Record<string, { | ||
integrity: string; | ||
}>; | ||
} | ||
@@ -61,0 +63,0 @@ export declare type RequestPackageFunction = (wantedDependency: WantedDependency, options: RequestPackageOptions) => Promise<PackageResponse>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@pnpm/store-controller-types", | ||
"version": "7.0.0", | ||
"version": "8.0.0-alpha.0", | ||
"description": "Types for the store controller", | ||
@@ -8,11 +8,12 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=10" | ||
"node": ">=10.13" | ||
}, | ||
"files": [ | ||
"lib" | ||
"lib", | ||
"!*.map" | ||
], | ||
"scripts": { | ||
"test": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "pnpm run tsc" | ||
"test": "pnpm run compile", | ||
"prepublishOnly": "pnpm run compile", | ||
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build" | ||
}, | ||
@@ -30,5 +31,2 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/store-controller-types", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/store-controller-types#readme", | ||
"devDependencies": { | ||
"rimraf": "3.0.0" | ||
}, | ||
"dependencies": { | ||
@@ -35,0 +33,0 @@ "@pnpm/resolver-base": "7.0.0", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
5800
0
6
100
2