@certd/plugin-cert 1.38.6 → 1.38.7

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/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.38.7](https://github.com/certd/certd/compare/v1.38.6...v1.38.7) (2026-02-05)
7
+
8
+ ### Performance Improvements
9
+
10
+ * eab从更多参数中挪到外面 ([5ea4f46](https://github.com/certd/certd/commit/5ea4f46de7ae403a7a16e9488dc1d9c7523d019a))
11
+
6
12
  ## [1.38.6](https://github.com/certd/certd/compare/v1.38.5...v1.38.6) (2026-02-04)
7
13
 
8
14
  **Note:** Version bump only for package @certd/plugin-cert
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/plugin-cert",
3
3
  "private": false,
4
- "version": "1.38.6",
4
+ "version": "1.38.7",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -17,10 +17,10 @@
17
17
  "compile": "tsc --skipLibCheck --watch"
18
18
  },
19
19
  "dependencies": {
20
- "@certd/acme-client": "^1.38.6",
21
- "@certd/basic": "^1.38.6",
22
- "@certd/pipeline": "^1.38.6",
23
- "@certd/plugin-lib": "^1.38.6",
20
+ "@certd/acme-client": "^1.38.7",
21
+ "@certd/basic": "^1.38.7",
22
+ "@certd/pipeline": "^1.38.7",
23
+ "@certd/plugin-lib": "^1.38.7",
24
24
  "psl": "^1.9.0",
25
25
  "punycode.js": "^2.3.1"
26
26
  },
@@ -38,5 +38,5 @@
38
38
  "tslib": "^2.8.1",
39
39
  "typescript": "^5.4.2"
40
40
  },
41
- "gitHead": "1368259a1e780486204e9d814c88a741a373dcca"
41
+ "gitHead": "29d37075dd600fa4898c5e38611e09db522e32fc"
42
42
  }