This commit is contained in:
xiaojunnuo
2021-12-04 18:43:58 +08:00
parent b1181c0f9a
commit 7145aa60ca
5 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.2.1",
"version": "0.2.2",
"private": false,
"type": "module",
"scripts": {
@@ -11,10 +11,10 @@
},
"dependencies": {
"@certd/api": "^0.2.1",
"@certd/executor": "^0.2.1",
"@certd/plugin-aliyun": "^0.2.1",
"@certd/executor": "^0.2.2",
"@certd/plugin-aliyun": "^0.2.2",
"@certd/plugin-host": "^0.2.1",
"@certd/plugin-tencent": "^0.2.1",
"@certd/plugin-tencent": "^0.2.2",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",