@pnpm/read-project-manifest
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -15,6 +15,7 @@ import { type ProjectManifest } from '@pnpm/types'; | ||
}>; | ||
export declare function readExactProjectManifest(manifestPath: string): Promise<{ | ||
manifest: any; | ||
interface ReadExactProjectManifestResult { | ||
manifest: ProjectManifest; | ||
writeProjectManifest: WriteProjectManifest; | ||
}>; | ||
} | ||
export declare function readExactProjectManifest(manifestPath: string): Promise<ReadExactProjectManifestResult>; | ||
export {}; |
import { type ProjectManifest } from '@pnpm/types'; | ||
export declare function readJson5File(filePath: string): Promise<{ | ||
data: any; | ||
data: ProjectManifest; | ||
text: string; | ||
@@ -5,0 +5,0 @@ }>; |
{ | ||
"name": "@pnpm/read-project-manifest", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Read a project manifest (called package.json in most cases)", | ||
@@ -34,3 +34,3 @@ "main": "lib/index.js", | ||
"strip-bom": "^4.0.0", | ||
"@pnpm/error": "6.0.0", | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/graceful-fs": "4.0.0", | ||
@@ -46,3 +46,3 @@ "@pnpm/text.comments-parser": "3.0.0", | ||
"tempy": "^1.0.1", | ||
"@pnpm/read-project-manifest": "6.0.0" | ||
"@pnpm/read-project-manifest": "6.0.1" | ||
}, | ||
@@ -49,0 +49,0 @@ "funding": "https://opencollective.com/pnpm", |
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
21379
293
+ Added@pnpm/error@6.0.1(transitive)
- Removed@pnpm/error@6.0.0(transitive)
Updated@pnpm/error@6.0.1