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

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.12",
"version": "0.1.13",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "@certd/server",
"version": "0.1.12",
"version": "0.1.13",
"private": false,
"type": "module",
"scripts": {
@@ -10,11 +10,11 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@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",
"@certd/access-providers": "^0.1.13",
"@certd/api": "^0.1.13",
"@certd/dns-providers": "^0.1.13",
"@certd/executor": "^0.1.13",
"@certd/plugins": "^0.1.13",
"compressing": "^1.5.1",
"debug": "^4.1.1",
"fs-extra": "^9.1.0",