perf: huawei signer ts化

This commit is contained in:
xiaojunnuo
2023-05-24 17:00:04 +08:00
parent 3751fcd4c9
commit ac15c8fc0e
12 changed files with 470 additions and 695 deletions

View File

@@ -17,23 +17,22 @@
},
"dependencies": {
"@certd/acme-client": "workspace:^0.3.0",
"@certd/pipeline": "workspace:^0.3.0",
"@certd/plugin-cert": "workspace:^0.3.0",
"@certd/plugin-util": "workspace:^0.3.0",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",
"node-forge": "^0.10.0",
"@certd/pipeline": "workspace:^0.3.0",
"@certd/plugin-util": "workspace:^0.3.0",
"@certd/plugin-cert": "workspace:^0.3.0"
"node-forge": "^0.10.0"
},
"devDependencies": {
"log4js": "^6.7.1",
"@types/lodash": "^4.14.186",
"vue-tsc": "^0.38.9",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.0",
"@types/node-forge": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^5.38.1",
@@ -44,9 +43,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"ts-node": "^10.9.1",
"typescript": "^4.8.4",
"vite": "^3.1.0"
"vite": "^3.1.0",
"vue-tsc": "^0.38.9"
}
}