@small-tech/https 5.3.0 → 5.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -2
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@small-tech/https",
|
|
3
|
-
"version": "5.3.
|
|
3
|
+
"version": "5.3.2",
|
|
4
4
|
"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.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"lib"
|
|
8
8
|
],
|
|
9
9
|
"type": "module",
|
|
10
|
+
"engines": {
|
|
11
|
+
"node": ">=18.20.0"
|
|
12
|
+
},
|
|
10
13
|
"keywords": [
|
|
11
14
|
"let's encrypt",
|
|
12
15
|
"acme",
|
|
@@ -46,7 +49,7 @@
|
|
|
46
49
|
},
|
|
47
50
|
"license": "AGPL-3.0",
|
|
48
51
|
"dependencies": {
|
|
49
|
-
"@small-tech/auto-encrypt": "^4.1.
|
|
52
|
+
"@small-tech/auto-encrypt": "^4.1.3",
|
|
50
53
|
"@small-tech/auto-encrypt-localhost": "^8.3.2"
|
|
51
54
|
},
|
|
52
55
|
"devDependencies": {
|