This commit is contained in:
xiaojunnuo
2024-03-22 01:26:41 +08:00
parent f84dc771c4
commit feb7bfc724
28 changed files with 153 additions and 64 deletions
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/ui-server",
"version": "1.20.5",
"version": "1.20.6",
"description": "fast-server base midway",
"private": true,
"scripts": {
@@ -21,16 +21,16 @@
"mig": "typeorm migration:create -n name"
},
"dependencies": {
"@certd/acme-client": "^1.20.5",
"@certd/pipeline": "^1.20.5",
"@certd/plugin-aliyun": "^1.20.5",
"@certd/plugin-all": "^1.20.5",
"@certd/plugin-cert": "^1.20.5",
"@certd/plugin-host": "^1.20.5",
"@certd/plugin-huawei": "^1.20.5",
"@certd/plugin-tencent": "^1.20.5",
"@certd/plugin-util": "^1.20.5",
"@certd/plugin-center": "^1.20.5",
"@certd/acme-client": "^1.20.6",
"@certd/pipeline": "^1.20.6",
"@certd/plugin-aliyun": "^1.20.6",
"@certd/plugin-all": "^1.20.6",
"@certd/plugin-center": "^1.20.6",
"@certd/plugin-cert": "^1.20.6",
"@certd/plugin-host": "^1.20.6",
"@certd/plugin-huawei": "^1.20.6",
"@certd/plugin-tencent": "^1.20.6",
"@certd/plugin-util": "^1.20.6",
"@koa/cors": "^3.4.3",
"@midwayjs/bootstrap": "^3.15.0",
"@midwayjs/cache": "^3.14.0",
@@ -65,7 +65,6 @@
"typeorm": "^0.3.11"
},
"devDependencies": {
"prettier": "^2.8.8",
"@midwayjs/luckyeye": "^1.1.0",
"@midwayjs/mock": "^3.9.0",
"@midwayjs/mwcc": "^0.8.0",
@@ -77,6 +76,7 @@
"cross-env": "^6.0.3",
"jest": "^26.6.3",
"mwts": "^1.3.0",
"prettier": "^2.8.8",
"ts-jest": "^26.5.6",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",