This commit is contained in:
xiaojunnuo
2021-12-02 17:01:24 +08:00
parent bdec010d2e
commit 5fbd774266
17 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.21",
"version": "0.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.21",
"version": "0.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
@@ -10,15 +10,15 @@
},
"type": "module",
"dependencies": {
"@certd/api": "^0.1.17",
"@certd/certd": "^0.1.19",
"@certd/api": "^0.2.0",
"@certd/certd": "^0.2.0",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20"
},
"devDependencies": {
"@certd/plugin-aliyun": "^0.1.19",
"@certd/plugin-host": "^0.1.21",
"@certd/plugin-tencent": "^0.1.21",
"@certd/plugin-aliyun": "^0.2.0",
"@certd/plugin-host": "^0.2.0",
"@certd/plugin-tencent": "^0.2.0",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",