This commit is contained in:
xiaojunnuo
2024-10-23 10:37:06 +08:00
parent b2f8ee3836
commit 3a78cb9929
26 changed files with 138 additions and 39 deletions

View File

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