This commit is contained in:
xiaojunnuo
2024-09-26 14:27:04 +08:00
parent e9fda44bf0
commit be13390b3a
22 changed files with 76 additions and 32 deletions
@@ -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.5](https://github.com/certd/certd/compare/v1.25.4...v1.25.5) (2024-09-26)
**Note:** Version bump only for package @certd/plugin-cert
## [1.25.4](https://github.com/certd/certd/compare/v1.25.3...v1.25.4) (2024-09-25)
**Note:** Version bump only for package @certd/plugin-cert
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.25.4",
"version": "1.25.5",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -14,12 +14,12 @@
"preview": "vite preview"
},
"dependencies": {
"rimraf": "^5.0.5",
"@certd/acme-client": "^1.25.4",
"@certd/pipeline": "^1.25.4",
"@certd/acme-client": "^1.25.5",
"@certd/pipeline": "^1.25.5",
"jszip": "^3.10.1",
"node-forge": "^0.10.0",
"psl": "^1.9.0"
"psl": "^1.9.0",
"rimraf": "^5.0.5"
},
"devDependencies": {
"@alicloud/cs20151215": "^3.0.3",