@certd/acme-client 1.41.1 → 1.41.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.
Files changed (2) hide show
  1. package/dist/verify.js +1 -1
  2. package/package.json +3 -3
package/dist/verify.js CHANGED
@@ -229,4 +229,4 @@ export function createChallengeFn(opts = {}) {
229
229
  walkDnsChallengeRecord,
230
230
  };
231
231
  }
232
- // createChallengeFn({logger:{info:console.log}}).walkDnsChallengeRecord("handsfree.work")
232
+ // createChallengeFn({logger:{info:console.log}}).walkDnsChallengeRecord("handfree.work")
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Simple and unopinionated ACME client",
4
4
  "private": false,
5
5
  "author": "nmorsman",
6
- "version": "1.41.1",
6
+ "version": "1.41.2",
7
7
  "type": "module",
8
8
  "module": "./dist/index.js",
9
9
  "main": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "types"
19
19
  ],
20
20
  "dependencies": {
21
- "@certd/basic": "^1.41.1",
21
+ "@certd/basic": "^1.41.2",
22
22
  "@peculiar/x509": "^1.11.0",
23
23
  "asn1js": "^3.0.5",
24
24
  "axios": "^1.9.0",
@@ -76,5 +76,5 @@
76
76
  "bugs": {
77
77
  "url": "https://github.com/publishlab/node-acme-client/issues"
78
78
  },
79
- "gitHead": "cdea411136fdf56352699a6e278a403e0f53a94f"
79
+ "gitHead": "cc38ccd0e9eddbd31e0b0401516788e5d9c16d05"
80
80
  }