Upgrade Auto Encrypt to 2.0.6; fixes crash on Retry-After header
{ | ||
"name": "@small-tech/https", | ||
"version": "2.1.0", | ||
"version": "2.1.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", | ||
"keywords": [ | ||
... | ... | @@ -38,7 +38,7 @@ |
"license": "AGPL-3.0-or-later", | ||
"dependencies": { | ||
"fs-extra": "^9.0.1", | ||
"@small-tech/auto-encrypt": "^2.0.5", | ||
"@small-tech/auto-encrypt": "^2.0.6", | ||
"@small-tech/auto-encrypt-localhost": "^6.1.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |
Please register or sign in to comment