This commit is contained in:
xiaojunnuo
2021-02-08 15:46:27 +08:00
parent 399c23623d
commit 991c3dbb76
17 changed files with 34 additions and 34 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.15",
"version": "0.1.16",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.15",
"version": "0.1.16",
"private": false,
"type": "module",
"scripts": {
@@ -10,11 +10,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@certd/api": "^0.1.15",
"@certd/executor": "^0.1.15",
"@certd/plugin-aliyun": "^0.1.15",
"@certd/plugin-host": "^0.1.15",
"@certd/plugin-tencent": "^0.1.15",
"@certd/api": "^0.1.16",
"@certd/executor": "^0.1.16",
"@certd/plugin-aliyun": "^0.1.16",
"@certd/plugin-host": "^0.1.16",
"@certd/plugin-tencent": "^0.1.16",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",