This commit is contained in:
xiaojunnuo
2024-09-30 02:34:14 +08:00
parent aec753a3f8
commit a7ecda9b36
22 changed files with 86 additions and 26 deletions

View File

@@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.25.7](https://github.com/certd/certd/compare/v1.25.6...v1.25.7) (2024-09-29)
**Note:** Version bump only for package @certd/plugin-cert
## [1.25.6](https://github.com/certd/certd/compare/v1.25.5...v1.25.6) (2024-09-29)
### Performance Improvements

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.25.6",
"version": "1.25.7",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,13 +14,13 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.25.6",
"@certd/pipeline": "^1.25.6",
"@certd/acme-client": "^1.25.7",
"@certd/pipeline": "^1.25.7",
"dayjs": "^1.11.7",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0",
"rimraf": "^5.0.5",
"dayjs": "^1.11.7"
"rimraf": "^5.0.5"
},
"devDependencies": {
"@alicloud/cs20151215": "^3.0.3",