@certd/plugin-lib 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.
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.40.4](https://github.com/certd/certd/compare/v1.40.3...v1.40.4) (2026-05-24)
7
+
8
+ ### Performance Improvements
9
+
10
+ * 新增阿里云直播证书部署插件 ([8edb6f8](https://github.com/certd/certd/commit/8edb6f8727bd148f106801bef25567880fd35e9e))
11
+
12
+ ## [1.40.3](https://github.com/certd/certd/compare/v1.40.2...v1.40.3) (2026-05-21)
13
+
14
+ **Note:** Version bump only for package @certd/plugin-lib
15
+
6
16
  ## [1.40.2](https://github.com/certd/certd/compare/v1.40.1...v1.40.2) (2026-05-19)
7
17
 
8
18
  **Note:** Version bump only for package @certd/plugin-lib
@@ -6,7 +6,7 @@ export interface ICertInfoGetter {
6
6
  export type CertInfo = {
7
7
  crt: string;
8
8
  key: string;
9
- csr: string;
9
+ csr?: string;
10
10
  oc?: string;
11
11
  ic?: string;
12
12
  pfx?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@certd/plugin-lib",
3
3
  "private": false,
4
- "version": "1.40.2",
4
+ "version": "1.40.4",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "types": "./dist/index.d.ts",
@@ -23,10 +23,10 @@
23
23
  "@alicloud/pop-core": "^1.7.10",
24
24
  "@alicloud/tea-util": "^1.4.11",
25
25
  "@aws-sdk/client-s3": "^3.964.0",
26
- "@certd/acme-client": "^1.40.2",
27
- "@certd/basic": "^1.40.2",
28
- "@certd/pipeline": "^1.40.2",
29
- "@certd/plus-core": "^1.40.2",
26
+ "@certd/acme-client": "^1.40.4",
27
+ "@certd/basic": "^1.40.4",
28
+ "@certd/pipeline": "^1.40.4",
29
+ "@certd/plus-core": "^1.40.4",
30
30
  "@kubernetes/client-node": "0.21.0",
31
31
  "ali-oss": "^6.22.0",
32
32
  "basic-ftp": "^5.0.5",
@@ -61,5 +61,5 @@
61
61
  "tslib": "^2.8.1",
62
62
  "typescript": "^5.4.2"
63
63
  },
64
- "gitHead": "678b70cee8510a2b5217788c5db9469f49cbd439"
64
+ "gitHead": "4a09cf289d3f360c830f1a203fa11baa6af20f1c"
65
65
  }