@pnpm/lifecycle
Advanced tools
Comparing version 8.0.1 to 8.0.2
@@ -1,3 +0,3 @@ | ||
import { DependencyManifest, ImporterManifest } from '@pnpm/types'; | ||
export default function runLifecycleHook(stage: string, manifest: ImporterManifest | DependencyManifest, opts: { | ||
import { DependencyManifest, ProjectManifest } from '@pnpm/types'; | ||
export default function runLifecycleHook(stage: string, manifest: ProjectManifest | DependencyManifest, opts: { | ||
args?: string[]; | ||
@@ -4,0 +4,0 @@ depPath: string; |
@@ -1,5 +0,5 @@ | ||
import { ImporterManifest } from '@pnpm/types'; | ||
import { ProjectManifest } from '@pnpm/types'; | ||
export default function runLifecycleHooksConcurrently(stages: string[], importers: Array<{ | ||
buildIndex: number; | ||
manifest: ImporterManifest; | ||
manifest: ProjectManifest; | ||
rootDir: string; | ||
@@ -6,0 +6,0 @@ modulesDir: string; |
{ | ||
"name": "@pnpm/lifecycle", | ||
"version": "8.0.1", | ||
"version": "8.0.2", | ||
"description": "Package lifecycle hook runner", | ||
@@ -14,5 +14,5 @@ "main": "lib/index.js", | ||
"scripts": { | ||
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts", | ||
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts", | ||
"tsc": "rimraf lib && tsc", | ||
"test": "pnpm run lint && pnpm run tsc && ts-node test --type-check", | ||
"test": "pnpm run tsc && ts-node test --type-check", | ||
"prepublishOnly": "pnpm run tsc", | ||
@@ -37,8 +37,8 @@ "fix": "tslint -c tslint.json src/**/*.ts test/**/*.ts --fix" | ||
"dependencies": { | ||
"@pnpm/core-loggers": "4.0.0", | ||
"@pnpm/read-package-json": "3.0.1", | ||
"@pnpm/types": "4.0.0", | ||
"@pnpm/core-loggers": "4.0.1", | ||
"@pnpm/read-package-json": "3.0.2", | ||
"@pnpm/types": "5.0.0", | ||
"@zkochan/npm-lifecycle": "3.1.4", | ||
"path-exists": "4.0.0", | ||
"run-groups": "2.0.1" | ||
"run-groups": "2.0.2" | ||
}, | ||
@@ -51,5 +51,4 @@ "devDependencies": { | ||
"load-json-file": "6.2.0", | ||
"rimraf": "3.0.0", | ||
"tape": "4.11.0" | ||
"rimraf": "3.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
6
10889
+ Added@pnpm/core-loggers@4.0.1(transitive)
+ Added@pnpm/read-package-json@3.0.2(transitive)
+ Added@pnpm/types@5.0.0(transitive)
+ Addedp-limit@2.2.2(transitive)
+ Addedrun-groups@2.0.2(transitive)
- Removed@pnpm/core-loggers@4.0.0(transitive)
- Removed@pnpm/read-package-json@3.0.1(transitive)
- Removed@pnpm/types@4.0.0(transitive)
- Removedp-limit@2.2.1(transitive)
- Removedrun-groups@2.0.1(transitive)
Updated@pnpm/core-loggers@4.0.1
Updated@pnpm/types@5.0.0
Updatedrun-groups@2.0.2