@certd/acme-client 1.41.2 → 1.41.3

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/auto.js +1 -1
  2. package/package.json +3 -3
package/dist/auto.js CHANGED
@@ -149,7 +149,7 @@ export default async (client, userOpts) => {
149
149
  }
150
150
  challengeCompleted = true;
151
151
  log(`[auto] [${d}] 等待返回valid状态`);
152
- await client.waitForValidStatus(challenge, d);
152
+ await client.waitForValidStatus(authz, d);
153
153
  });
154
154
  }
155
155
  catch (e) {
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.2",
6
+ "version": "1.41.3",
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.2",
21
+ "@certd/basic": "^1.41.3",
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": "cc38ccd0e9eddbd31e0b0401516788e5d9c16d05"
79
+ "gitHead": "6cbd62977731a3b72c42b5f88c49500631da0a46"
80
80
  }