@certd/plugin-cert 1.31.4 → 1.31.6

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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.31.6](https://github.com/certd/certd/compare/v1.31.5...v1.31.6) (2025-03-24)
7
+
8
+ **Note:** Version bump only for package @certd/plugin-cert
9
+
10
+ ## [1.31.5](https://github.com/certd/certd/compare/v1.31.4...v1.31.5) (2025-03-22)
11
+
12
+ **Note:** Version bump only for package @certd/plugin-cert
13
+
6
14
  ## [1.31.4](https://github.com/certd/certd/compare/v1.31.3...v1.31.4) (2025-03-21)
7
15
 
8
16
  ### Bug Fixes
@@ -32,7 +32,7 @@ let CertApplyPlugin = class CertApplyPlugin extends CertApplyBasePlugin {
32
32
  useProxy = false;
33
33
  reverseProxy = "";
34
34
  skipLocalVerify = false;
35
- maxCheckRetryCount = 35;
35
+ maxCheckRetryCount = 20;
36
36
  acme;
37
37
  eab;
38
38
  async onInit() {
@@ -437,7 +437,7 @@ __decorate([
437
437
  __decorate([
438
438
  TaskInput({
439
439
  title: "检查解析重试次数",
440
- value: 35,
440
+ value: 20,
441
441
  component: {
442
442
  name: "a-input-number",
443
443
  vModel: "value",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/plugin-cert",
3
3
  "private": false,
4
- "version": "1.31.4",
4
+ "version": "1.31.6",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -15,10 +15,10 @@
15
15
  "preview": "vite preview"
16
16
  },
17
17
  "dependencies": {
18
- "@certd/acme-client": "^1.31.4",
19
- "@certd/basic": "^1.31.4",
20
- "@certd/pipeline": "^1.31.4",
21
- "@certd/plugin-lib": "^1.31.4",
18
+ "@certd/acme-client": "^1.31.6",
19
+ "@certd/basic": "^1.31.6",
20
+ "@certd/pipeline": "^1.31.6",
21
+ "@certd/plugin-lib": "^1.31.6",
22
22
  "@google-cloud/publicca": "^1.3.0",
23
23
  "dayjs": "^1.11.7",
24
24
  "jszip": "^3.10.1",
@@ -41,5 +41,5 @@
41
41
  "tslib": "^2.8.1",
42
42
  "typescript": "^5.4.2"
43
43
  },
44
- "gitHead": "b649617e0457b4e177bacb173dc1aa67eb84d7cf"
44
+ "gitHead": "86ca35ce3381b98b455538b11219d9856be5d0d6"
45
45
  }