@pnpm/types
Advanced tools
Comparing version 12.0.0 to 12.1.0
@@ -5,2 +5,3 @@ import { type ProjectManifest } from './package'; | ||
rootDirRealPath: ProjectRootDirRealPath; | ||
modulesDir?: string; | ||
manifest: ProjectManifest; | ||
@@ -7,0 +8,0 @@ writeProjectManifest: (manifest: ProjectManifest, force?: boolean | undefined) => Promise<void>; |
{ | ||
"name": "@pnpm/types", | ||
"version": "12.0.0", | ||
"version": "12.1.0", | ||
"description": "Basic types used by pnpm", | ||
@@ -27,3 +27,3 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"@pnpm/types": "12.0.0" | ||
"@pnpm/types": "12.1.0" | ||
}, | ||
@@ -30,0 +30,0 @@ "exports": { |
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
12963
299