This commit is contained in:
xiaojunnuo
2024-10-02 02:04:55 +08:00
parent 388cb60cbb
commit afa8155fda
24 changed files with 98 additions and 28 deletions

View File

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