mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.26.4
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.26.4](https://github.com/certd/certd/compare/v1.26.3...v1.26.4) (2024-10-14)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
* [comm] 支持插件管理 ([e8b617b](https://github.com/certd/certd/commit/e8b617b80ce882dd63006f0cfc719a80a1cc6acc))
|
||||
* 新增代理设置功能 ([273ab61](https://github.com/certd/certd/commit/273ab6139f5807f4d7fe865cc353b97f51b9a668))
|
||||
* EAB授权支持绑定邮箱,支持公共EAB设置 ([07043af](https://github.com/certd/certd/commit/07043aff0ca7fd29c56dd3c363002cb15d78b464))
|
||||
|
||||
## [1.26.3](https://github.com/certd/certd/compare/v1.26.2...v1.26.3) (2024-10-12)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.26.3",
|
||||
"version": "1.26.4",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -27,17 +27,17 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@alicloud/pop-core": "^1.7.10",
|
||||
"@certd/acme-client": "^1.26.3",
|
||||
"@certd/commercial-core": "^1.26.3",
|
||||
"@certd/lib-huawei": "^1.26.3",
|
||||
"@certd/lib-jdcloud": "^1.26.3",
|
||||
"@certd/lib-k8s": "^1.26.3",
|
||||
"@certd/lib-server": "^1.26.3",
|
||||
"@certd/midway-flyway-js": "^1.26.3",
|
||||
"@certd/pipeline": "^1.26.3",
|
||||
"@certd/plugin-cert": "^1.26.3",
|
||||
"@certd/plugin-plus": "^1.26.3",
|
||||
"@certd/plus-core": "^1.26.3",
|
||||
"@certd/acme-client": "^1.26.4",
|
||||
"@certd/commercial-core": "^1.26.4",
|
||||
"@certd/lib-huawei": "^1.26.4",
|
||||
"@certd/lib-jdcloud": "^1.26.4",
|
||||
"@certd/lib-k8s": "^1.26.4",
|
||||
"@certd/lib-server": "^1.26.4",
|
||||
"@certd/midway-flyway-js": "^1.26.4",
|
||||
"@certd/pipeline": "^1.26.4",
|
||||
"@certd/plugin-cert": "^1.26.4",
|
||||
"@certd/plugin-plus": "^1.26.4",
|
||||
"@certd/plus-core": "^1.26.4",
|
||||
"@koa/cors": "^5.0.0",
|
||||
"@midwayjs/bootstrap": "~3.17.1",
|
||||
"@midwayjs/cache": "~3.14.0",
|
||||
@@ -90,7 +90,6 @@
|
||||
"uuid": "^10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"rimraf": "^5.0.5",
|
||||
"@midwayjs/mock": "~3.17.1",
|
||||
"@types/ali-oss": "^6.16.11",
|
||||
"@types/cache-manager": "^4.0.6",
|
||||
@@ -106,6 +105,7 @@
|
||||
"mocha": "^10.2.0",
|
||||
"mwts": "^1.3.0",
|
||||
"prettier": "^3.3.3",
|
||||
"rimraf": "^5.0.5",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.4.2"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user