This commit is contained in:
xiaojunnuo
2025-06-07 09:10:46 +08:00
parent 0acb858d7b
commit a619f8a2fe
28 changed files with 132 additions and 43 deletions

View File

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