@pnpm/types
Advanced tools
Comparing version
@@ -69,2 +69,3 @@ import { type ExecutionEnv } from './env'; | ||
version?: string; | ||
type?: string; | ||
bin?: PackageBin; | ||
@@ -129,2 +130,3 @@ description?: string; | ||
onlyBuiltDependenciesFile?: string; | ||
ignoredBuiltDependencies?: string[]; | ||
overrides?: Record<string, string>; | ||
@@ -131,0 +133,0 @@ packageExtensions?: Record<string, PackageExtension>; |
{ | ||
"name": "@pnpm/types", | ||
"version": "1000.1.0", | ||
"version": "1000.1.1", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "1000.1.0" | ||
"@pnpm/types": "1000.1.1" | ||
}, | ||
@@ -30,0 +30,0 @@ "exports": { |
Sorry, the diff of this file is not supported yet
13172
0.49%303
0.66%