This commit is contained in:
xiaojunnuo
2021-03-16 19:14:31 +08:00
parent 0677275742
commit b75543c3bc
13 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.18",
"version": "0.1.19",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.18",
"version": "0.1.19",
"private": false,
"type": "module",
"scripts": {
@@ -11,10 +11,10 @@
},
"dependencies": {
"@certd/api": "^0.1.17",
"@certd/executor": "^0.1.18",
"@certd/plugin-aliyun": "^0.1.18",
"@certd/plugin-host": "^0.1.18",
"@certd/plugin-tencent": "^0.1.18",
"@certd/executor": "^0.1.19",
"@certd/plugin-aliyun": "^0.1.19",
"@certd/plugin-host": "^0.1.19",
"@certd/plugin-tencent": "^0.1.19",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",