@sitespeed.io/throttle
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -7,4 +7,2 @@ #!/usr/bin/env node | ||
const pkg = JSON.parse(readFileSync('./package.json')); | ||
const profiles = { | ||
@@ -111,3 +109,3 @@ '3g': { | ||
} else if (argv.version) { | ||
console.log(`${pkg.version}`); | ||
console.log(`Unknown`); | ||
} else { | ||
@@ -114,0 +112,0 @@ if (argv.stop || argv._[0] === 'stop') { |
# CHANGELOG - throttle | ||
# 4.0.2 - 2022-06-21 | ||
### Fixed | ||
* The E6 Module convertion in 4.0 broke version check ('--version') making installs failed. PR [#74](https://github.com/sitespeedio/throttle/pull/74) is a temporaty fix for that. | ||
# 4.0.1 - 2022-06-17 | ||
@@ -4,0 +8,0 @@ ### Fixed |
{ | ||
"name": "@sitespeed.io/throttle", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Throttle your connection", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
28779
20
558