This commit is contained in:
xiaojunnuo
2021-02-05 17:08:11 +08:00
parent e9df2355f4
commit 074c8f7cd0
17 changed files with 33 additions and 33 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/executor",
"version": "0.1.12",
"version": "0.1.13",
"description": "",
"main": "src/index.js",
"scripts": {
@@ -10,10 +10,10 @@
},
"type": "module",
"dependencies": {
"@certd/api": "^0.1.12",
"@certd/certd": "^0.1.12",
"@certd/dns-providers": "^0.1.12",
"@certd/plugins": "^0.1.12",
"@certd/api": "^0.1.13",
"@certd/certd": "^0.1.13",
"@certd/dns-providers": "^0.1.13",
"@certd/plugins": "^0.1.13",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20"
},