This commit is contained in:
xiaojunnuo
2024-09-25 02:56:09 +08:00
parent 8e01360a22
commit 66fb689ac5
20 changed files with 62 additions and 22 deletions

View File

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