This commit is contained in:
xiaojunnuo
2024-03-22 11:29:56 +08:00
parent 340801e743
commit adf569eb62
28 changed files with 111 additions and 55 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.20.8",
"version": "1.20.9",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,8 +17,8 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.20.8",
"@certd/pipeline": "^1.20.8",
"@certd/acme-client": "^1.20.9",
"@certd/pipeline": "^1.20.9",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},