This commit is contained in:
xiaojunnuo
2021-12-02 17:01:24 +08:00
parent bdec010d2e
commit 5fbd774266
17 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/certd",
"version": "0.1.19",
"version": "0.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/certd",
"version": "0.1.19",
"version": "0.2.0",
"description": "a ssl cert keeper",
"main": "src/index.js",
"scripts": {
@@ -10,8 +10,8 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"@certd/acme-client": "^0.1.10",
"@certd/api": "^0.1.17",
"@certd/acme-client": "^0.2.0",
"@certd/api": "^0.2.0",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20",
"node-forge": "^0.10.0"