This commit is contained in:
xiaojunnuo
2024-07-21 03:11:54 +08:00
parent b8f072909b
commit d8b3d7a6e0
18 changed files with 74 additions and 24 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.22.0",
"version": "1.22.1",
"description": "fast-server base midway",
"private": true,
"type": "module",
@@ -21,12 +21,12 @@
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/acme-client": "^1.22.0",
"@certd/lib-huawei": "^1.22.0",
"@certd/lib-k8s": "^1.22.0-1",
"@certd/midway-flyway-js": "^1.22.0",
"@certd/pipeline": "^1.22.0",
"@certd/plugin-cert": "^1.22.0",
"@certd/acme-client": "^1.22.1",
"@certd/lib-huawei": "^1.22.1",
"@certd/lib-k8s": "^1.22.1",
"@certd/midway-flyway-js": "^1.22.1",
"@certd/pipeline": "^1.22.1",
"@certd/plugin-cert": "^1.22.1",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.16.2",
"@midwayjs/cache": "^3.14.0",
@@ -54,6 +54,7 @@
"log4js": "^6.7.1",
"lru-cache": "^10.0.0",
"md5": "^2.3.0",
"mwtsc": "^1.4.0",
"nanoid": "^4.0.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.3",
@@ -63,8 +64,7 @@
"svg-captcha": "^1.4.0",
"tencentcloud-sdk-nodejs": "^4.0.44",
"tencentcloud-sdk-nodejs-dnspod": "^4.0.866",
"typeorm": "^0.3.11",
"mwtsc": "^1.4.0"
"typeorm": "^0.3.11"
},
"devDependencies": {
"@midwayjs/mock": "^3.16.4",