This commit is contained in:
xiaojunnuo
2021-01-08 10:33:11 +08:00
parent 44326c3abe
commit bd00c09da0
11 changed files with 19 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.6",
"version": "0.1.7",
"description": "",
"main": "src/index.js",
"scripts": {
@@ -10,9 +10,9 @@
},
"type": "module",
"dependencies": {
"@certd/api": "^0.1.6",
"@certd/certd": "^0.1.6",
"@certd/plugins": "^0.1.6",
"@certd/api": "^0.1.7",
"@certd/certd": "^0.1.7",
"@certd/plugins": "^0.1.7",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20"
},