This commit is contained in:
xiaojunnuo
2024-07-21 03:11:54 +08:00
parent b8f072909b
commit d8b3d7a6e0
18 changed files with 74 additions and 24 deletions

View File

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