Update auto-encrypt to v2.0.0 (adds auto HTTP to HTTPS forwarding)
{ | ||
"name": "@small-tech/https", | ||
"version": "1.2.5", | ||
"version": "1.3.0", | ||
"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": "^1.0.3", | ||
"@small-tech/auto-encrypt": "^2.0.0", | ||
"@small-tech/auto-encrypt-localhost": "^5.1.2" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment