mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.33.3
This commit is contained in:
@@ -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.33.3](https://github.com/certd/certd/compare/v1.33.2...v1.33.3) (2025-04-14)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* 修复登录错误次数过多阻止再次登录逻辑 ([bf4d191](https://github.com/certd/certd/commit/bf4d191c8bd2f9209eb6768f662b9c77de99e998))
|
||||
|
||||
## [1.33.2](https://github.com/certd/certd/compare/v1.33.1...v1.33.2) (2025-04-12)
|
||||
|
||||
### Performance Improvements
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.33.2",
|
||||
"version": "1.33.3",
|
||||
"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.33.2",
|
||||
"@certd/basic": "^1.33.2",
|
||||
"@certd/commercial-core": "^1.33.2",
|
||||
"@certd/jdcloud": "^1.33.2",
|
||||
"@certd/lib-huawei": "^1.33.2",
|
||||
"@certd/lib-k8s": "^1.33.2",
|
||||
"@certd/lib-server": "^1.33.2",
|
||||
"@certd/midway-flyway-js": "^1.33.2",
|
||||
"@certd/pipeline": "^1.33.2",
|
||||
"@certd/plugin-cert": "^1.33.2",
|
||||
"@certd/plugin-lib": "^1.33.2",
|
||||
"@certd/plugin-plus": "^1.33.2",
|
||||
"@certd/plus-core": "^1.33.2",
|
||||
"@certd/acme-client": "^1.33.3",
|
||||
"@certd/basic": "^1.33.3",
|
||||
"@certd/commercial-core": "^1.33.3",
|
||||
"@certd/jdcloud": "^1.33.3",
|
||||
"@certd/lib-huawei": "^1.33.3",
|
||||
"@certd/lib-k8s": "^1.33.3",
|
||||
"@certd/lib-server": "^1.33.3",
|
||||
"@certd/midway-flyway-js": "^1.33.3",
|
||||
"@certd/pipeline": "^1.33.3",
|
||||
"@certd/plugin-cert": "^1.33.3",
|
||||
"@certd/plugin-lib": "^1.33.3",
|
||||
"@certd/plugin-plus": "^1.33.3",
|
||||
"@certd/plus-core": "^1.33.3",
|
||||
"@corsinvest/cv4pve-api-javascript": "^8.3.0",
|
||||
"@huaweicloud/huaweicloud-sdk-cdn": "^3.1.120",
|
||||
"@huaweicloud/huaweicloud-sdk-core": "^3.1.120",
|
||||
|
||||
Reference in New Issue
Block a user