This commit is contained in:
xiaojunnuo
2024-11-08 23:50:14 +08:00
parent 7bd40c94c7
commit 3a0178b294
24 changed files with 143 additions and 60 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/lib-server",
"version": "1.27.1",
"version": "1.27.2",
"description": "midway with flyway, sql upgrade way ",
"private": false,
"type": "module",
@@ -27,10 +27,10 @@
],
"license": "AGPL",
"dependencies": {
"@certd/acme-client": "^1.27.1",
"@certd/basic": "^1.27.1",
"@certd/pipeline": "^1.27.1",
"@certd/plus-core": "^1.27.1",
"@certd/acme-client": "^1.27.2",
"@certd/basic": "^1.27.2",
"@certd/pipeline": "^1.27.2",
"@certd/plus-core": "^1.27.2",
"@midwayjs/cache": "~3.14.0",
"@midwayjs/core": "~3.17.1",
"@midwayjs/i18n": "~3.17.3",
@@ -40,12 +40,12 @@
"@midwayjs/typeorm": "~3.17.1",
"@midwayjs/upload": "^3.17.3",
"better-sqlite3": "^11.1.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.7",
"lodash-es": "^4.17.21",
"typeorm": "^0.3.20",
"mwts": "^1.3.0",
"mwtsc": "^1.4.0",
"cross-env": "^7.0.3"
"typeorm": "^0.3.20"
},
"devDependencies": {
"@types/chai": "^4.3.3",
@@ -57,9 +57,9 @@
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.8",
"rimraf": "^5.0.5",
"tslib": "^2.8.1",
"typeorm": "^0.3.11",
"typescript": "^5.4.2",
"tslib": "^2.8.1"
"typescript": "^5.4.2"
},
"gitHead": "1d8515bce0b3ce5ece84db53ca57cfbd0c3f4d5a"
}