This commit is contained in:
xiaojunnuo
2024-09-25 03:32:30 +08:00
parent a616101ad0
commit c2650d308c
20 changed files with 66 additions and 22 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.3](https://github.com/certd/certd/compare/v1.25.2...v1.25.3) (2024-09-24)
### Bug Fixes
* 修复upload to host trim错误 ([0f0ddb9](https://github.com/certd/certd/commit/0f0ddb9c5963fd643d6d203334efac471c43ec3b))
## [1.25.2](https://github.com/certd/certd/compare/v1.25.1...v1.25.2) (2024-09-24)
**Note:** Version bump only for package @certd/ui-server

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.25.2",
"version": "1.25.3",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -22,14 +22,14 @@
"dependencies": {
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.25.2",
"@certd/acme-client": "^1.25.3",
"@certd/lib-huawei": "^1.24.3",
"@certd/lib-jdcloud": "^1.25.2",
"@certd/lib-k8s": "^1.25.2",
"@certd/midway-flyway-js": "^1.25.2",
"@certd/pipeline": "^1.25.2",
"@certd/plugin-cert": "^1.25.2",
"@certd/plugin-plus": "^1.25.2",
"@certd/lib-jdcloud": "^1.25.3",
"@certd/lib-k8s": "^1.25.3",
"@certd/midway-flyway-js": "^1.25.3",
"@certd/pipeline": "^1.25.3",
"@certd/plugin-cert": "^1.25.3",
"@certd/plugin-plus": "^1.25.3",
"@koa/cors": "^5.0.0",
"@midwayjs/bootstrap": "^3.16.2",
"@midwayjs/cache": "^3.14.0",