mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
v1.0.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@certd/ui-server",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "fast-server base midway",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
@@ -21,17 +21,15 @@
|
||||
"mig": "typeorm migration:create -n name"
|
||||
},
|
||||
"dependencies": {
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"kubernetes-client": "^9.0.0",
|
||||
"@certd/acme-client": "^1.0.2",
|
||||
"@certd/pipeline": "^1.0.2",
|
||||
"@certd/plugin-all": "^1.0.2",
|
||||
"@certd/plugin-aliyun": "^1.0.2",
|
||||
"@certd/plugin-util": "^1.0.2",
|
||||
"@certd/plugin-tencent": "^1.0.2",
|
||||
"@certd/plugin-huawei": "^1.0.2",
|
||||
"@certd/plugin-host": "^1.0.2",
|
||||
"@certd/plugin-cert": "^1.0.2",
|
||||
"@certd/acme-client": "^1.0.3",
|
||||
"@certd/pipeline": "^1.0.3",
|
||||
"@certd/plugin-aliyun": "^1.0.3",
|
||||
"@certd/plugin-all": "^1.0.3",
|
||||
"@certd/plugin-cert": "^1.0.3",
|
||||
"@certd/plugin-host": "^1.0.3",
|
||||
"@certd/plugin-huawei": "^1.0.3",
|
||||
"@certd/plugin-tencent": "^1.0.3",
|
||||
"@certd/plugin-util": "^1.0.3",
|
||||
"@koa/cors": "^3.4.3",
|
||||
"@midwayjs/bootstrap": "^3.9.1",
|
||||
"@midwayjs/cache": "^3.9.0",
|
||||
@@ -47,11 +45,13 @@
|
||||
"dayjs": "^1.11.7",
|
||||
"glob": "^7.2.3",
|
||||
"jsonwebtoken": "^8.5.1",
|
||||
"kubernetes-client": "^9.0.0",
|
||||
"lodash": "^4.17.21",
|
||||
"log4js": "^6.7.1",
|
||||
"md5": "^2.3.0",
|
||||
"midway-flyway-js": "^3.0.0",
|
||||
"node-cron": "^3.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"sqlite3": "^5.1.4",
|
||||
"svg-captcha": "^1.4.0",
|
||||
"typeorm": "^0.3.11"
|
||||
|
||||
Reference in New Issue
Block a user