This commit is contained in:
xiaojunnuo
2024-09-29 10:10:49 +08:00
parent 47fa419803
commit 5668a3e222
22 changed files with 96 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.25.5",
"version": "1.25.6",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,8 +14,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.25.5",
"@certd/pipeline": "^1.25.5",
"@certd/acme-client": "^1.25.6",
"@certd/pipeline": "^1.25.6",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0",