This commit is contained in:
xiaojunnuo
2025-09-27 09:40:13 +08:00
parent 876558cf77
commit 6b43007c44
28 changed files with 108 additions and 46 deletions

View File

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