This commit is contained in:
xiaojunnuo
2023-05-25 10:47:33 +08:00
parent ebdf9f4b5b
commit a43c5b0824
24 changed files with 156 additions and 112 deletions
+4
View File
@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.3](https://github.com/fast-crud/fast-server-js/compare/v1.0.2...v1.0.3) (2023-05-25)
**Note:** Version bump only for package @certd/ui-server
## [1.0.2](https://github.com/fast-crud/fast-server-js/compare/v1.0.1...v1.0.2) (2023-05-24)
**Note:** Version bump only for package @certd/ui-server
+12 -12
View File
@@ -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"