@pnpm/lockfile.pruner
Advanced tools
Comparing version 1000.0.0 to 1001.0.0
@@ -1,2 +0,2 @@ | ||
import { type Lockfile } from '@pnpm/lockfile.types'; | ||
import { type LockfileObject } from '@pnpm/lockfile.types'; | ||
import { type DepPath, type PackageManifest, type ProjectId } from '@pnpm/types'; | ||
@@ -7,9 +7,9 @@ export * from '@pnpm/lockfile.types'; | ||
}>; | ||
export declare function pruneSharedLockfile(lockfile: Lockfile, opts?: { | ||
export declare function pruneSharedLockfile(lockfile: LockfileObject, opts?: { | ||
dependenciesGraph?: DependenciesGraph; | ||
warn?: (msg: string) => void; | ||
}): Lockfile; | ||
export declare function pruneLockfile(lockfile: Lockfile, pkg: PackageManifest, importerId: ProjectId, opts: { | ||
}): LockfileObject; | ||
export declare function pruneLockfile(lockfile: LockfileObject, pkg: PackageManifest, importerId: ProjectId, opts: { | ||
warn?: (msg: string) => void; | ||
dependenciesGraph?: DependenciesGraph; | ||
}): Lockfile; | ||
}): LockfileObject; |
{ | ||
"name": "@pnpm/lockfile.pruner", | ||
"version": "1000.0.0", | ||
"version": "1001.0.0", | ||
"description": "Prune a pnpm-lock.yaml", | ||
@@ -29,10 +29,10 @@ "main": "lib/index.js", | ||
"yaml-tag": "1.1.0", | ||
"@pnpm/lockfile.pruner": "1000.0.0" | ||
"@pnpm/lockfile.pruner": "1001.0.0" | ||
}, | ||
"dependencies": { | ||
"ramda": "npm:@pnpm/ramda@0.28.1", | ||
"@pnpm/constants": "1000.0.0", | ||
"@pnpm/lockfile.types": "1000.0.0", | ||
"@pnpm/types": "1000.0.0", | ||
"@pnpm/dependency-path": "1000.0.0" | ||
"@pnpm/constants": "1001.0.0", | ||
"@pnpm/lockfile.types": "1001.0.0", | ||
"@pnpm/dependency-path": "1000.0.0", | ||
"@pnpm/types": "1000.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
16884
+ Added@pnpm/constants@1001.0.0(transitive)
+ Added@pnpm/lockfile.types@1001.0.0(transitive)
- Removed@pnpm/constants@1000.0.0(transitive)
- Removed@pnpm/lockfile.types@1000.0.0(transitive)
Updated@pnpm/constants@1001.0.0