@pnpm/types
Advanced tools
+2
-1
@@ -0,3 +1,4 @@ | ||
| import { type DepPath } from './misc.js'; | ||
| export type PackageVersionPolicy = (pkgName: string) => boolean | string[]; | ||
| export type AllowBuild = (pkgName: string, pkgVersion: string) => boolean; | ||
| export type AllowBuild = (depPath: DepPath) => boolean; | ||
| export type TrustPolicy = 'no-downgrade' | 'off'; |
+2
-2
| { | ||
| "name": "@pnpm/types", | ||
| "version": "1001.3.0", | ||
| "version": "1001.3.1", | ||
| "description": "Basic types used by pnpm", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@pnpm/types": "1001.3.0" | ||
| "@pnpm/types": "1001.3.1" | ||
| }, | ||
@@ -31,0 +31,0 @@ "engines": { |
14974
0.15%345
0.29%