mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-29 04:21:39 -04:00
fix(lockfile-types): remove specifiers from ProjectSnapshotV6 (#7477)
This commit is contained in:
5
.changeset/strange-queens-notice.md
Normal file
5
.changeset/strange-queens-notice.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@pnpm/lockfile-types": patch
|
||||
---
|
||||
|
||||
Remove `specifiers` field from `ProjectSnapshotV6`. This is a typing fix. The field is not present on the v6 lockfile.
|
||||
@@ -43,7 +43,6 @@ export interface LockfileV6 {
|
||||
}
|
||||
|
||||
export interface ProjectSnapshotV6 {
|
||||
specifiers: ResolvedDependenciesOfImporters
|
||||
dependencies?: ResolvedDependenciesOfImporters
|
||||
optionalDependencies?: ResolvedDependenciesOfImporters
|
||||
devDependencies?: ResolvedDependenciesOfImporters
|
||||
|
||||
Reference in New Issue
Block a user