This commit is contained in:
xiaojunnuo
2021-12-04 17:11:07 +08:00
parent b7c12e6d91
commit a70b4373de
10 changed files with 30 additions and 30 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"type": "module",
"scripts": {
@@ -10,11 +10,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@certd/api": "^0.2.0",
"@certd/executor": "^0.2.0",
"@certd/plugin-aliyun": "^0.2.0",
"@certd/plugin-host": "^0.2.0",
"@certd/plugin-tencent": "^0.2.0",
"@certd/api": "^0.2.1",
"@certd/executor": "^0.2.1",
"@certd/plugin-aliyun": "^0.2.1",
"@certd/plugin-host": "^0.2.1",
"@certd/plugin-tencent": "^0.2.1",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/certd-ui",
"version": "0.2.0",
"version": "0.2.1",
"private": false,
"scripts": {
"dev": "vue-cli-service serve",