@knapsack/https 4.79.0--canary.5939.a9dbb35.0 → 4.79.0--canary.5638.d4186e8.0
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.
|
@@ -39,7 +39,7 @@ async function setupAndGetCert() {
|
|
|
39
39
|
if (!allOK()) {
|
|
40
40
|
log_1.log.info(' 📜 ❨auto-encrypt-localhost❩ Setting up…');
|
|
41
41
|
// On Linux and on macOS, mkcert uses the Mozilla nss library.
|
|
42
|
-
// Try to install this automatically and warn the person if we can
|
|
42
|
+
// Try to install this automatically and warn the person if we can’t so
|
|
43
43
|
// that they can do it manually themselves.
|
|
44
44
|
await (0, install_cert_util_1.installCertutil)();
|
|
45
45
|
// Create the local certificate.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knapsack/https",
|
|
3
3
|
"description": "Automatically provisions and installs locally-trusted TLS certificates for Node.js https servers (including Express.js, etc.) using mkcert.",
|
|
4
|
-
"version": "4.79.0--canary.
|
|
4
|
+
"version": "4.79.0--canary.5638.d4186e8.0",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"exports": {
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"start": "tsc --watch"
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@knapsack/utils": "4.79.0--canary.
|
|
24
|
+
"@knapsack/utils": "4.79.0--canary.5638.d4186e8.0",
|
|
25
25
|
"chalk": "^4.1.2",
|
|
26
26
|
"fs-extra": "^11.3.0",
|
|
27
27
|
"internal-ip": "^6.2.0",
|
|
28
28
|
"syswide-cas": "^5.3.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@knapsack/eslint-config-starter": "4.79.0--canary.
|
|
32
|
-
"@knapsack/typescript-config-starter": "4.79.0--canary.
|
|
31
|
+
"@knapsack/eslint-config-starter": "4.79.0--canary.5638.d4186e8.0",
|
|
32
|
+
"@knapsack/typescript-config-starter": "4.79.0--canary.5638.d4186e8.0",
|
|
33
33
|
"@types/fs-extra": "^11.0.4",
|
|
34
34
|
"@types/node": "^20.17.24",
|
|
35
35
|
"eslint": "^8.57.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"directory": "libs/https",
|
|
53
53
|
"type": "git"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "d4186e8fdf3b3e1d23937da0d76e4afe0a9eeb65"
|
|
56
56
|
}
|