@pnpm/types
Advanced tools
Comparing version 4.0.0 to 5.0.0
import { DependenciesField } from './misc'; | ||
import { ImporterManifest, PackageManifest } from './package'; | ||
import { PackageManifest, ProjectManifest } from './package'; | ||
export declare type LogBase = { | ||
@@ -15,3 +15,3 @@ level: 'debug' | 'error'; | ||
(pkg: PackageManifest): PackageManifest; | ||
(pkg: ImporterManifest): ImporterManifest; | ||
(pkg: ProjectManifest): ProjectManifest; | ||
} |
@@ -79,11 +79,6 @@ export interface Dependencies { | ||
types?: string; | ||
publishConfig?: { | ||
main?: string; | ||
module?: string; | ||
typings?: string; | ||
types?: string; | ||
}; | ||
publishConfig?: Record<string, unknown>; | ||
} | ||
export declare type DependencyManifest = BaseManifest & Required<Pick<BaseManifest, 'name' | 'version'>>; | ||
export declare type ImporterManifest = BaseManifest & { | ||
export declare type ProjectManifest = BaseManifest & { | ||
private?: boolean; | ||
@@ -90,0 +85,0 @@ }; |
{ | ||
"name": "@pnpm/types", | ||
"version": "4.0.0", | ||
"version": "5.0.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -14,3 +14,3 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"test": "pnpm run tsc && tslint -c tslint.json -p .", | ||
"test": "pnpm run tsc", | ||
"tsc": "rimraf lib && tsc", | ||
@@ -17,0 +17,0 @@ "prepublishOnly": "pnpm run tsc" |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
6031
137