@pnpm/filter-lockfile
Advanced tools
Comparing version 9.0.5 to 9.0.6
import { type Lockfile } from '@pnpm/lockfile-types'; | ||
import { type DependenciesField, type DepPath } from '@pnpm/types'; | ||
export declare function filterLockfileByImporters(lockfile: Lockfile, importerIds: string[], opts: { | ||
import { type DependenciesField, type DepPath, type ProjectId } from '@pnpm/types'; | ||
export declare function filterLockfileByImporters(lockfile: Lockfile, importerIds: ProjectId[], opts: { | ||
include: { | ||
@@ -5,0 +5,0 @@ [dependenciesField in DependenciesField]: boolean; |
import { type Lockfile } from '@pnpm/lockfile-types'; | ||
import { type SupportedArchitectures, type DependenciesField } from '@pnpm/types'; | ||
import { type SupportedArchitectures, type DependenciesField, type ProjectId } from '@pnpm/types'; | ||
export interface FilterLockfileResult { | ||
lockfile: Lockfile; | ||
selectedImporterIds: string[]; | ||
selectedImporterIds: ProjectId[]; | ||
} | ||
@@ -23,2 +23,2 @@ export declare function filterLockfileByEngine(lockfile: Lockfile, opts: FilterLockfileOptions): FilterLockfileResult; | ||
} | ||
export declare function filterLockfileByImportersAndEngine(lockfile: Lockfile, importerIds: string[], opts: FilterLockfileOptions): FilterLockfileResult; | ||
export declare function filterLockfileByImportersAndEngine(lockfile: Lockfile, importerIds: ProjectId[], opts: FilterLockfileOptions): FilterLockfileResult; |
{ | ||
"name": "@pnpm/filter-lockfile", | ||
"version": "9.0.5", | ||
"version": "9.0.6", | ||
"description": "Filters a lockfile", | ||
@@ -35,14 +35,14 @@ "main": "lib/index.js", | ||
"yaml-tag": "1.1.0", | ||
"@pnpm/filter-lockfile": "9.0.5" | ||
"@pnpm/filter-lockfile": "9.0.6" | ||
}, | ||
"dependencies": { | ||
"ramda": "npm:@pnpm/ramda@0.28.1", | ||
"@pnpm/dependency-path": "5.0.0", | ||
"@pnpm/lockfile-types": "7.0.0", | ||
"@pnpm/constants": "8.0.0", | ||
"@pnpm/error": "6.0.1", | ||
"@pnpm/constants": "8.0.0", | ||
"@pnpm/dependency-path": "5.1.0", | ||
"@pnpm/lockfile-utils": "11.0.1", | ||
"@pnpm/lockfile-walker": "9.0.1", | ||
"@pnpm/lockfile-types": "7.1.0", | ||
"@pnpm/package-is-installable": "9.0.2", | ||
"@pnpm/lockfile-utils": "11.0.0", | ||
"@pnpm/types": "10.1.0", | ||
"@pnpm/lockfile-walker": "9.0.0" | ||
"@pnpm/types": "10.1.0" | ||
}, | ||
@@ -49,0 +49,0 @@ "funding": "https://opencollective.com/pnpm", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
25338
+ Added@pnpm/dependency-path@5.1.0(transitive)
+ Added@pnpm/lockfile-types@7.1.0(transitive)
+ Added@pnpm/lockfile-utils@11.0.1(transitive)
+ Added@pnpm/lockfile-walker@9.0.1(transitive)
- Removed@pnpm/dependency-path@5.0.0(transitive)
- Removed@pnpm/lockfile-types@7.0.0(transitive)
- Removed@pnpm/lockfile-utils@11.0.0(transitive)
- Removed@pnpm/lockfile-walker@9.0.0(transitive)
Updated@pnpm/dependency-path@5.1.0
Updated@pnpm/lockfile-types@7.1.0
Updated@pnpm/lockfile-utils@11.0.1
Updated@pnpm/lockfile-walker@9.0.1