Update auto-encrypt to version 2.0.4
Fixes HTTP→HTTPS redirects on global servers. They now work (the HTTP server was not being started previously due to a typo in the monkey-patched method name).
{ | ||
"name": "@small-tech/https", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A drop-in standard Node.js HTTPS module replacement with both automatic development-time (localhost) certificates via Auto Encrypt Localhost and automatic production certificates via Auto Encrypt.", | ||
"main": "index.js", | ||
"funding": { | ||
... | ... | @@ -28,7 +28,7 @@ |
"license": "AGPL-3.0-or-later", | ||
"dependencies": { | ||
"fs-extra": "^9.0.0", | ||
"@small-tech/auto-encrypt": "^2.0.1", | ||
"@small-tech/auto-encrypt": "^2.0.4", | ||
"@small-tech/auto-encrypt-localhost": "^5.3.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment