refactor: 0.3.1

This commit is contained in:
xiaojunnuo
2022-12-28 12:56:16 +08:00
parent 6950d779e0
commit 7438cea8d1
10 changed files with 33 additions and 33 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@certd/certd",
"version": "0.3.0",
"version": "0.3.1",
"description": "a ssl cert keeper",
"main": "src/index.js",
"scripts": {
@@ -10,8 +10,8 @@
"author": "Greper",
"license": "MIT",
"dependencies": {
"@certd/acme-client": "^0.3.0",
"@certd/api": "^0.3.0",
"@certd/acme-client": "^0.3.1",
"@certd/api": "^0.3.1",
"dayjs": "^1.9.7",
"lodash-es": "^4.17.20",
"node-forge": "^0.10.0"