@small-tech/auto-encrypt-localhost
Advanced tools
Comparing version 5.1.1 to 5.1.2
@@ -12,2 +12,8 @@ # Changelog | ||
## [5.1.2] - 2020-06-16 | ||
### Fixed | ||
- Minor: Fix extraneous newlines in log statements. | ||
## [5.1.1] - 2020-06-15 | ||
@@ -17,3 +23,3 @@ | ||
- Log output now matches format of Site.js. | ||
- Minor: Log output now matches format of Site.js. | ||
@@ -20,0 +26,0 @@ ## [5.1.0] - 2020-04-16 |
@@ -77,3 +77,3 @@ /** | ||
if (!allOK()) { | ||
log('\n 📜 ❨auto-encrypt-localhost❩ Setting up…') | ||
log(' 📜 ❨auto-encrypt-localhost❩ Setting up…') | ||
@@ -115,3 +115,3 @@ // On Linux and on macOS, mkcert uses the Mozilla nss library. | ||
} else { | ||
log('\n 📜 ❨auto-encrypt-localhost❩ Local development TLS certificate exists.') | ||
log(' 📜 ❨auto-encrypt-localhost❩ Local development TLS certificate exists.') | ||
} | ||
@@ -118,0 +118,0 @@ |
{ | ||
"name": "@small-tech/auto-encrypt-localhost", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
20029977