@pnpm/prune-lockfile
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -1,2 +0,2 @@ | ||
import { Lockfile, LockfileImporter, PackageSnapshots } from '@pnpm/lockfile-types'; | ||
import { Lockfile, PackageSnapshots, ProjectSnapshot } from '@pnpm/lockfile-types'; | ||
import { PackageManifest } from '@pnpm/types'; | ||
@@ -8,5 +8,3 @@ export * from '@pnpm/lockfile-types'; | ||
packages: PackageSnapshots; | ||
importers: { | ||
[path: string]: LockfileImporter; | ||
}; | ||
importers: Record<string, ProjectSnapshot>; | ||
lockfileVersion: number; | ||
@@ -13,0 +11,0 @@ }; |
{ | ||
"name": "@pnpm/prune-lockfile", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Prune a pnpm-lock.yaml", | ||
@@ -14,4 +14,4 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"tsc": "rimraf lib && tsc", | ||
@@ -38,5 +38,4 @@ "prepublishOnly": "pnpm run tsc" | ||
"@pnpm/prune-lockfile": "link:", | ||
"@types/ramda": "^0.26.38", | ||
"@types/ramda": "^0.26.39", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0", | ||
"yaml-tag": "1.1.0" | ||
@@ -46,7 +45,7 @@ }, | ||
"@pnpm/constants": "3.0.0", | ||
"@pnpm/lockfile-types": "1.1.0", | ||
"@pnpm/types": "4.0.0", | ||
"dependency-path": "4.0.2", | ||
"@pnpm/lockfile-types": "2.0.0", | ||
"@pnpm/types": "5.0.0", | ||
"dependency-path": "4.0.3", | ||
"ramda": "0.26.1" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
4
10641
183
+ Added@pnpm/lockfile-types@2.0.0(transitive)
+ Added@pnpm/types@5.0.0(transitive)
+ Addeddependency-path@4.0.3(transitive)
- Removed@pnpm/lockfile-types@1.1.0(transitive)
- Removed@pnpm/types@4.0.0(transitive)
- Removeddependency-path@4.0.2(transitive)
Updated@pnpm/lockfile-types@2.0.0
Updated@pnpm/types@5.0.0
Updateddependency-path@4.0.3