@pnpm/types
Advanced tools
Comparing version 8.10.0 to 9.0.0
@@ -1,3 +0,3 @@ | ||
import { DependenciesField } from './misc'; | ||
import { PackageManifest, ProjectManifest } from './package'; | ||
import { type DependenciesField } from './misc'; | ||
import { type PackageManifest, type ProjectManifest } from './package'; | ||
export type LogBase = { | ||
@@ -4,0 +4,0 @@ level: 'debug' | 'error'; |
@@ -115,2 +115,3 @@ export type Dependencies = Record<string, string>; | ||
export type ProjectManifest = BaseManifest & { | ||
workspaces?: string[]; | ||
pnpm?: { | ||
@@ -117,0 +118,0 @@ neverBuiltDependencies?: string[]; |
@@ -1,2 +0,2 @@ | ||
import { ProjectManifest } from './package'; | ||
import { type ProjectManifest } from './package'; | ||
export interface Project { | ||
@@ -3,0 +3,0 @@ dir: string; |
{ | ||
"name": "@pnpm/types", | ||
"version": "8.10.0", | ||
"version": "9.0.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -8,3 +8,3 @@ "main": "lib/index.js", | ||
"engines": { | ||
"node": ">=14.6" | ||
"node": ">=16.14" | ||
}, | ||
@@ -17,3 +17,3 @@ "files": [ | ||
"keywords": [ | ||
"pnpm7", | ||
"pnpm8", | ||
"pnpm", | ||
@@ -29,3 +29,3 @@ "types" | ||
"devDependencies": { | ||
"@pnpm/types": "8.10.0" | ||
"@pnpm/types": "9.0.0" | ||
}, | ||
@@ -38,4 +38,4 @@ "exports": { | ||
"compile": "tsc --build && pnpm run lint --fix", | ||
"lint": "eslint src/**/*.ts" | ||
"lint": "eslint \"src/**/*.ts\"" | ||
} | ||
} |
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
11065
242