This commit is contained in:
xiaojunnuo
2024-09-09 17:30:04 +08:00
parent 20f5865bb9
commit 6fe2d2c328
16 changed files with 75 additions and 18 deletions

View File

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