This commit is contained in:
xiaojunnuo
2021-11-04 17:55:15 +08:00
parent 276a8b35e5
commit eaf23c3034
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.20",
"version": "0.1.21",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.20",
"version": "0.1.21",
"private": false,
"type": "module",
"scripts": {
@@ -11,10 +11,10 @@
},
"dependencies": {
"@certd/api": "^0.1.17",
"@certd/executor": "^0.1.20",
"@certd/executor": "^0.1.21",
"@certd/plugin-aliyun": "^0.1.19",
"@certd/plugin-host": "^0.1.19",
"@certd/plugin-tencent": "^0.1.19",
"@certd/plugin-host": "^0.1.21",
"@certd/plugin-tencent": "^0.1.21",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",