@statoscope/cli
Advanced tools
Comparing version 5.0.0 to 5.0.1
{ | ||
"name": "@statoscope/cli", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Statoscope CLI tools", | ||
@@ -28,7 +28,7 @@ "scripts": {}, | ||
"@statoscope/webpack-model": "^5.0.0", | ||
"@statoscope/webpack-ui": "^5.0.0", | ||
"@statoscope/webpack-ui": "^5.0.1", | ||
"open": "^8.0.4", | ||
"yargs": "^17.0.1" | ||
}, | ||
"gitHead": "989f5733a477d2827f9e1fd670125cde277b5819" | ||
"gitHead": "d2a6d0ace8277dee4abf48aea07f6ea66530f818" | ||
} |
@@ -1,2 +0,2 @@ | ||
# Statoscope for webpack | ||
# Statoscope CLI | ||
@@ -3,0 +3,0 @@ [![npm version](https://badge.fury.io/js/%40statoscope%2Fcli.svg)](https://badge.fury.io/js/%40statoscope%2Fcli) |
@@ -22,2 +22,4 @@ const fs = require('fs'); | ||
htmlWriter.getStream().pipe(fs.createWriteStream(to)); | ||
await htmlWriter.write(); | ||
@@ -24,0 +26,0 @@ return to; |
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
15772
267