@certd/plugin-cert 1.31.9 → 1.31.11

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,16 @@
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.11](https://github.com/certd/certd/compare/v1.31.10...v1.31.11) (2025-04-02)
7
+
8
+ ### Performance Improvements
9
+
10
+ * 支持京东云dns申请证书 ([04d79f9](https://github.com/certd/certd/commit/04d79f9117670be504960b018fd49ae3bf7c1c11))
11
+
12
+ ## [1.31.10](https://github.com/certd/certd/compare/v1.31.9...v1.31.10) (2025-03-29)
13
+
14
+ **Note:** Version bump only for package @certd/plugin-cert
15
+
6
16
  ## [1.31.9](https://github.com/certd/certd/compare/v1.31.8...v1.31.9) (2025-03-28)
7
17
 
8
18
  **Note:** Version bump only for package @certd/plugin-cert
@@ -222,7 +222,7 @@ __decorate([
222
222
  ],
223
223
  },
224
224
  required: true,
225
- helper: `DNS直接验证:域名是在阿里云、腾讯云、华为云、CloudflareNameSilo、西数、dns.la注册的,选它;
225
+ helper: `DNS直接验证:域名是在阿里云/腾讯云/华为云/Cloudflare/NameSilo/西数/火山/dns.la/京东云注册的,选它;
226
226
  CNAME代理验证:支持任何注册商注册的域名,但第一次需要手动添加CNAME记录;
227
227
  HTTP文件验证:不支持泛域名,需要配置网站文件上传`,
228
228
  }),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/plugin-cert",
3
3
  "private": false,
4
- "version": "1.31.9",
4
+ "version": "1.31.11",
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.9",
19
- "@certd/basic": "^1.31.9",
20
- "@certd/pipeline": "^1.31.9",
21
- "@certd/plugin-lib": "^1.31.9",
18
+ "@certd/acme-client": "^1.31.11",
19
+ "@certd/basic": "^1.31.11",
20
+ "@certd/pipeline": "^1.31.11",
21
+ "@certd/plugin-lib": "^1.31.11",
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": "be58e3084bbcd86d9fcd10950aadf542191a6949"
44
+ "gitHead": "8374c3941a9d1398989b8f38fd4bfa2a2f29937b"
45
45
  }