mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-04 14:08:44 -04:00
feat: add version to DependencyShrinkwrap
This commit is contained in:
@@ -55,7 +55,10 @@ export type DependencyShrinkwrap = {
|
||||
id?: string,
|
||||
dev?: true,
|
||||
optional?: true,
|
||||
name?: string, // is only needed for packages that are hosted not in the npm registry
|
||||
// name and version are only needed
|
||||
// for packages that are hosted not in the npm registry
|
||||
name?: string,
|
||||
version?: string,
|
||||
resolution: ShrinkwrapResolution,
|
||||
dependencies?: ResolvedDependencies,
|
||||
optionalDependencies?: ResolvedDependencies,
|
||||
|
||||
Reference in New Issue
Block a user