@certd/acme-client 1.40.2 → 1.40.4

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/http.d.ts +1 -1
  2. package/package.json +3 -3
package/dist/http.d.ts CHANGED
@@ -20,7 +20,7 @@ declare class HttpClient {
20
20
  * @param {object} [opts] Request options
21
21
  * @returns {Promise<object>} HTTP response
22
22
  */
23
- request(url: any, method: any, opts?: {}): Promise<import("axios").AxiosResponse<any, any>>;
23
+ request(url: any, method: any, opts?: {}): Promise<import("axios").AxiosResponse<any, any, {}>>;
24
24
  /**
25
25
  * Get ACME provider directory
26
26
  *
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.40.2",
6
+ "version": "1.40.4",
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.40.2",
21
+ "@certd/basic": "^1.40.4",
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": "678b70cee8510a2b5217788c5db9469f49cbd439"
79
+ "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
80
80
  }