@pnpm/default-reporter
Advanced tools
Comparing version 2.0.0 to 2.0.2
@@ -52,7 +52,9 @@ "use strict"; | ||
} | ||
stagePushStreamByRequirer[log.prefix].next(log); | ||
if (log.stage === 'importing_done') { | ||
progessStatsPushStreamByRequirer[log.prefix].complete(); | ||
stagePushStreamByRequirer[log.prefix].complete(); | ||
} | ||
setTimeout(() => { | ||
stagePushStreamByRequirer[log.prefix].next(log); | ||
if (log.stage === 'importing_done') { | ||
progessStatsPushStreamByRequirer[log.prefix].complete(); | ||
stagePushStreamByRequirer[log.prefix].complete(); | ||
} | ||
}, 0); | ||
}); | ||
@@ -59,0 +61,0 @@ return most.from(modulesInstallProgressPushStream.observable); |
{ | ||
"name": "@pnpm/default-reporter", | ||
"version": "2.0.0", | ||
"version": "2.0.2", | ||
"description": "The default reporter of pnpm", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"ansi-diff": "1.1.1", | ||
"chalk": "2.4.1", | ||
"chalk": "2.4.2", | ||
"cli-cursor": "2.1.0", | ||
@@ -50,0 +50,0 @@ "common-tags": "1.8.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
107537
1488
+ Addedchalk@2.4.2(transitive)
- Removedchalk@2.4.1(transitive)
Updatedchalk@2.4.2