This commit is contained in:
xiaojunnuo
2021-02-05 14:32:14 +08:00
parent 7b9825eb40
commit 4a421d5b14
17 changed files with 37 additions and 37 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.0",
"version": "0.1.12",
"private": false,
"type": "module",
"scripts": {
@@ -10,11 +10,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@certd/api": "^0.1.11",
"@certd/executor": "^0.1.11",
"@certd/plugins": "^0.1.11",
"@certd/dns-providers": "^0.1.11",
"@certd/access-providers": "^0.1.11",
"@certd/access-providers": "^0.1.12",
"@certd/api": "^0.1.12",
"@certd/dns-providers": "^0.1.12",
"@certd/executor": "^0.1.12",
"@certd/plugins": "^0.1.12",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",