This commit is contained in:
xiaojunnuo
2025-02-14 01:46:30 +08:00
parent c7979f1be5
commit d4474ff0fb
26 changed files with 98 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.30.2",
"version": "1.30.3",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -15,10 +15,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.30.2",
"@certd/basic": "^1.30.2",
"@certd/pipeline": "^1.30.2",
"@certd/plugin-lib": "^1.30.2",
"@certd/acme-client": "^1.30.3",
"@certd/basic": "^1.30.3",
"@certd/pipeline": "^1.30.3",
"@certd/plugin-lib": "^1.30.3",
"@google-cloud/publicca": "^1.3.0",
"dayjs": "^1.11.7",
"jszip": "^3.10.1",