@pnpm/lifecycle
Advanced tools
Comparing version 6.1.2 to 6.2.0
@@ -7,2 +7,3 @@ import runLifecycleHook from './runLifecycleHook'; | ||
depPath: string; | ||
extraBinPaths?: string[]; | ||
optional?: boolean; | ||
@@ -9,0 +10,0 @@ pkgRoot: string; |
@@ -5,2 +5,3 @@ import { DependencyManifest, ImporterManifest } from '@pnpm/types'; | ||
depPath: string; | ||
extraBinPaths?: string[]; | ||
optional?: boolean; | ||
@@ -7,0 +8,0 @@ pkgRoot: string; |
@@ -28,2 +28,3 @@ "use strict"; | ||
dir: opts.rootNodeModulesDir, | ||
extraBinPaths: opts.extraBinPaths || [], | ||
log: { | ||
@@ -30,0 +31,0 @@ clearProgress: noop, |
@@ -8,2 +8,3 @@ import { ImporterManifest } from '@pnpm/types'; | ||
}>, childConcurrency: number, opts: { | ||
extraBinPaths?: string[]; | ||
rawNpmConfig: object; | ||
@@ -10,0 +11,0 @@ stdio?: string; |
@@ -21,2 +21,3 @@ "use strict"; | ||
depPath: importer.prefix, | ||
extraBinPaths: opts.extraBinPaths, | ||
pkgRoot: importer.prefix, | ||
@@ -23,0 +24,0 @@ rawNpmConfig: opts.rawNpmConfig, |
{ | ||
"name": "@pnpm/lifecycle", | ||
"version": "6.1.2", | ||
"version": "6.2.0", | ||
"description": "Package lifecycle hook runner", | ||
@@ -39,3 +39,3 @@ "main": "lib/index.js", | ||
"@pnpm/types": "3.2.0", | ||
"@zkochan/npm-lifecycle": "3.0.0", | ||
"@zkochan/npm-lifecycle": "3.1.1", | ||
"path-exists": "4.0.0", | ||
@@ -54,4 +54,4 @@ "run-groups": "2.0.0" | ||
"tslint": "5.17.0", | ||
"typescript": "3.4.5" | ||
"typescript": "3.5.1" | ||
} | ||
} |
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
11079
196
+ Added@zkochan/npm-lifecycle@3.1.1(transitive)
- Removed@zkochan/npm-lifecycle@3.0.0(transitive)
Updated@zkochan/npm-lifecycle@3.1.1