@pnpm/prune-lockfile
Advanced tools
Comparing version 6.1.0 to 6.1.1
import { type Lockfile } from '@pnpm/lockfile-types'; | ||
import { type DepPath, type PackageManifest } from '@pnpm/types'; | ||
import { type DepPath, type PackageManifest, type ProjectId } from '@pnpm/types'; | ||
export * from '@pnpm/lockfile-types'; | ||
@@ -11,5 +11,5 @@ type DependenciesGraph = Record<DepPath, { | ||
}): Lockfile; | ||
export declare function pruneLockfile(lockfile: Lockfile, pkg: PackageManifest, importerId: string, opts: { | ||
export declare function pruneLockfile(lockfile: Lockfile, pkg: PackageManifest, importerId: ProjectId, opts: { | ||
warn?: (msg: string) => void; | ||
dependenciesGraph?: DependenciesGraph; | ||
}): Lockfile; |
{ | ||
"name": "@pnpm/prune-lockfile", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Prune a pnpm-lock.yaml", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"yaml-tag": "1.1.0", | ||
"@pnpm/prune-lockfile": "6.1.0" | ||
"@pnpm/prune-lockfile": "6.1.1" | ||
}, | ||
@@ -35,5 +35,5 @@ "dependencies": { | ||
"@pnpm/constants": "8.0.0", | ||
"@pnpm/dependency-path": "5.0.0", | ||
"@pnpm/types": "10.1.0", | ||
"@pnpm/lockfile-types": "7.0.0" | ||
"@pnpm/lockfile-types": "7.1.0", | ||
"@pnpm/dependency-path": "5.1.0", | ||
"@pnpm/types": "10.1.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
16907
+ Added@pnpm/dependency-path@5.1.0(transitive)
+ Added@pnpm/lockfile-types@7.1.0(transitive)
- Removed@pnpm/dependency-path@5.0.0(transitive)
- Removed@pnpm/lockfile-types@7.0.0(transitive)
Updated@pnpm/dependency-path@5.1.0
Updated@pnpm/lockfile-types@7.1.0