Upgrade Auto Encrypt Localhost to 7.0.5
This fixes installation on macOS (which was failing because of differences in how the graphical sudo prompt affects file permissions between Linux and macOS) and re-implements Windows support (tested/supported only on Windows 10, under Windows Terminal, with PowerShell).
{ | ||
"name": "@small-tech/https", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"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", | ||
"files": [ | ||
... | ... | @@ -44,7 +44,7 @@ |
"license": "AGPL-3.0-or-later", | ||
"dependencies": { | ||
"@small-tech/auto-encrypt": "^3.0.0", | ||
"@small-tech/auto-encrypt-localhost": "^7.0.4", | ||
"@small-tech/auto-encrypt-localhost": "^7.0.5", | ||
"fs-extra": "^9.0.1" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment