This commit is contained in:
xiaojunnuo
2021-03-15 11:54:09 +08:00
parent 81407b65d1
commit caa9f084d6
15 changed files with 26 additions and 26 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.17",
"version": "0.1.18",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.17",
"version": "0.1.18",
"description": "",
"main": "src/index.js",
"scripts": {
@@ -11,14 +11,14 @@
"type": "module",
"dependencies": {
"@certd/api": "^0.1.17",
"@certd/certd": "^0.1.17",
"@certd/certd": "^0.1.18",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20"
},
"devDependencies": {
"@certd/plugin-aliyun": "^0.1.17",
"@certd/plugin-host": "^0.1.17",
"@certd/plugin-tencent": "^0.1.17",
"@certd/plugin-aliyun": "^0.1.18",
"@certd/plugin-host": "^0.1.18",
"@certd/plugin-tencent": "^0.1.18",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.1",