@alwaysmeticulous/cli
Advanced tools
Comparing version 2.169.0 to 2.169.1
@@ -44,3 +44,3 @@ #!/usr/bin/env node | ||
}); | ||
logger.info(`Your url is: ${tunnel.url}, user: ${tunnel.basicAuthUser}, password: ${tunnel.basicAuthPassword}`); | ||
logger.info(`Your url is: ${tunnel.url} \nuser: ${tunnel.basicAuthUser}, password: ${tunnel.basicAuthPassword}`); | ||
if (argv.printRequests) { | ||
@@ -47,0 +47,0 @@ tunnel.on("request", (info) => { |
{ | ||
"name": "@alwaysmeticulous/cli", | ||
"version": "2.169.0", | ||
"version": "2.169.1", | ||
"description": "The Meticulous CLI", | ||
@@ -77,3 +77,3 @@ "license": "ISC", | ||
}, | ||
"gitHead": "26ec904d92e9fcd4481a1e5d21b3d4c05ecdb588" | ||
"gitHead": "e109b14136d96708a9d3cdd0dd008523b3569b5d" | ||
} |
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
133627