This commit is contained in:
xiaojunnuo
2024-03-22 01:26:41 +08:00
parent f84dc771c4
commit feb7bfc724
28 changed files with 153 additions and 64 deletions

View File

@@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.20.6](https://github.com/certd/certd/compare/v1.20.5...v1.20.6) (2024-03-21)
### Performance Improvements
* 插件贡献文档及示例 ([72fb20a](https://github.com/certd/certd/commit/72fb20abf3ba5bdd862575d2907703a52fd7eb17))
## [1.20.5](https://github.com/certd/certd/compare/v1.20.2...v1.20.5) (2024-03-11)
**Note:** Version bump only for package @certd/plugin-cert

View File

@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-cert",
"private": false,
"version": "1.20.5",
"version": "1.20.6",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -17,13 +17,12 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.20.5",
"@certd/pipeline": "^1.20.5",
"@certd/acme-client": "^1.20.6",
"@certd/pipeline": "^1.20.6",
"jszip": "^3.10.1",
"node-forge": "^0.10.0"
},
"devDependencies": {
"prettier": "^2.8.8",
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
@@ -48,6 +47,7 @@
"lodash": "^4.17.21",
"log4js": "^6.7.1",
"mocha": "^10.1.0",
"prettier": "^2.8.8",
"rollup": "^3.7.4",
"rollup-plugin-visualizer": "^5.8.2",
"ts-node": "^10.9.1",