@pnpm/default-reporter
Advanced tools
Comparing version 12.4.12 to 12.4.13
@@ -216,3 +216,6 @@ "use strict"; | ||
function aggregateOutput(source) { | ||
return source.pipe((0, operators_1.groupBy)(data => data.depPath), (0, operators_1.mergeMap)(group => { | ||
return source.pipe( | ||
// The '\0' is a null character which delimits these strings. This works since JS doesn't use | ||
// null-terminated strings. | ||
(0, operators_1.groupBy)((data) => `${data.depPath}\0${data.stage}`), (0, operators_1.mergeMap)(group => { | ||
return group.pipe((0, operators_1.buffer)(group.pipe((0, operators_1.filter)(msg => 'exitCode' in msg)))); | ||
@@ -219,0 +222,0 @@ }), (0, operators_1.map)(ar => Rx.from(ar)), (0, operators_1.mergeAll)()); |
{ | ||
"name": "@pnpm/default-reporter", | ||
"version": "12.4.12", | ||
"version": "12.4.13", | ||
"description": "The default reporter of pnpm", | ||
@@ -40,8 +40,8 @@ "main": "lib/index.js", | ||
"string-length": "^4.0.2", | ||
"@pnpm/config": "20.4.1", | ||
"@pnpm/config": "20.4.2", | ||
"@pnpm/dedupe.issues-renderer": "1.0.0", | ||
"@pnpm/core-loggers": "9.0.6", | ||
"@pnpm/dedupe.issues-renderer": "1.0.0", | ||
"@pnpm/dedupe.types": "1.0.0", | ||
"@pnpm/error": "5.0.2", | ||
"@pnpm/render-peer-issues": "4.0.6", | ||
"@pnpm/error": "5.0.2", | ||
"@pnpm/dedupe.types": "1.0.0", | ||
"@pnpm/types": "9.4.2" | ||
@@ -57,3 +57,3 @@ }, | ||
"strip-ansi": "^6.0.1", | ||
"@pnpm/default-reporter": "12.4.12" | ||
"@pnpm/default-reporter": "12.4.13" | ||
}, | ||
@@ -60,0 +60,0 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/cli/default-reporter#readme", |
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
185768
2644
+ Added@pnpm/config@20.4.2(transitive)
+ Added@pnpm/fetcher-base@15.0.7(transitive)
+ Added@pnpm/pnpmfile@5.0.20(transitive)
+ Added@pnpm/resolver-base@11.1.0(transitive)
+ Added@pnpm/store-controller-types@17.2.0(transitive)
- Removed@pnpm/config@20.4.1(transitive)
- Removed@pnpm/fetcher-base@15.0.6(transitive)
- Removed@pnpm/pnpmfile@5.0.19(transitive)
- Removed@pnpm/resolver-base@11.0.2(transitive)
- Removed@pnpm/store-controller-types@17.1.4(transitive)
Updated@pnpm/config@20.4.2