mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.31.11
This commit is contained in:
@@ -3,6 +3,13 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.31.11](https://github.com/certd/certd/compare/v1.31.10...v1.31.11) (2025-04-02)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* 支持部署到京东云cdn ([6f17c70](https://github.com/certd/certd/commit/6f17c700b84965baa01b40fe2abaa0a91bcbaffd))
|
||||
* 支持京东云dns申请证书 ([04d79f9](https://github.com/certd/certd/commit/04d79f9117670be504960b018fd49ae3bf7c1c11))
|
||||
|
||||
## [1.31.10](https://github.com/certd/certd/compare/v1.31.9...v1.31.10) (2025-03-29)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.31.10",
|
||||
"version": "1.31.11",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -38,19 +38,19 @@
|
||||
"@aws-sdk/client-acm": "^3.699.0",
|
||||
"@aws-sdk/client-cloudfront": "^3.699.0",
|
||||
"@aws-sdk/client-s3": "^3.705.0",
|
||||
"@certd/acme-client": "^1.31.10",
|
||||
"@certd/basic": "^1.31.10",
|
||||
"@certd/commercial-core": "^1.31.10",
|
||||
"@certd/lib-huawei": "^1.31.10",
|
||||
"@certd/lib-k8s": "^1.31.10",
|
||||
"@certd/lib-server": "^1.31.10",
|
||||
"@certd/midway-flyway-js": "^1.31.10",
|
||||
"@certd/pipeline": "^1.31.10",
|
||||
"@certd/plugin-cert": "^1.31.10",
|
||||
"@certd/plugin-lib": "^1.31.10",
|
||||
"@certd/plugin-plus": "^1.31.10",
|
||||
"@certd/plus-core": "^1.31.10",
|
||||
"@certd/jdcloud": "^1.31.10",
|
||||
"@certd/acme-client": "^1.31.11",
|
||||
"@certd/basic": "^1.31.11",
|
||||
"@certd/commercial-core": "^1.31.11",
|
||||
"@certd/jdcloud": "^1.31.11",
|
||||
"@certd/lib-huawei": "^1.31.11",
|
||||
"@certd/lib-k8s": "^1.31.11",
|
||||
"@certd/lib-server": "^1.31.11",
|
||||
"@certd/midway-flyway-js": "^1.31.11",
|
||||
"@certd/pipeline": "^1.31.11",
|
||||
"@certd/plugin-cert": "^1.31.11",
|
||||
"@certd/plugin-lib": "^1.31.11",
|
||||
"@certd/plugin-plus": "^1.31.11",
|
||||
"@certd/plus-core": "^1.31.11",
|
||||
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
|
||||
@@ -17,3 +17,4 @@ export * from './plugin-aws/index.js';
|
||||
export * from './plugin-dnsla/index.js';
|
||||
export * from './plugin-upyun/index.js';
|
||||
export * from './plugin-volcengine/index.js'
|
||||
export * from './plugin-jdcloud/index.js'
|
||||
|
||||
Reference in New Issue
Block a user