@pnpm/lockfile-walker
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -18,6 +18,13 @@ import { type Lockfile, type PackageSnapshot } from '@pnpm/lockfile-types'; | ||
skipped?: Set<string>; | ||
}): { | ||
}): Array<{ | ||
importerId: string; | ||
step: LockfileWalkerStep; | ||
}[]; | ||
}>; | ||
export interface LockfileWalker { | ||
directDeps: Array<{ | ||
alias: string; | ||
depPath: string; | ||
}>; | ||
step: LockfileWalkerStep; | ||
} | ||
export declare function lockfileWalker(lockfile: Lockfile, importerIds: string[], opts?: { | ||
@@ -28,8 +35,2 @@ include?: { | ||
skipped?: Set<string>; | ||
}): { | ||
directDeps: { | ||
alias: string; | ||
depPath: string; | ||
}[]; | ||
step: LockfileWalkerStep; | ||
}; | ||
}): LockfileWalker; |
{ | ||
"name": "@pnpm/lockfile-walker", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"description": "Walk over all the dependencies in a lockfile", | ||
@@ -28,6 +28,6 @@ "main": "lib/index.js", | ||
"tempy": "^1.0.1", | ||
"@pnpm/lockfile-walker": "8.0.0" | ||
"@pnpm/lockfile-walker": "8.0.1" | ||
}, | ||
"dependencies": { | ||
"@pnpm/dependency-path": "3.0.0", | ||
"@pnpm/dependency-path": "4.0.0", | ||
"@pnpm/types": "10.0.0", | ||
@@ -34,0 +34,0 @@ "@pnpm/lockfile-types": "6.0.0" |
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
11687
147
+ Added@pnpm/dependency-path@4.0.0(transitive)
- Removed@pnpm/dependency-path@3.0.0(transitive)
Updated@pnpm/dependency-path@4.0.0