This commit is contained in:
xiaojunnuo
2023-05-24 18:07:00 +08:00
parent 71428b0181
commit 1a738403fc
24 changed files with 88 additions and 40 deletions
+4
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.0.2](https://github.com/certd/certd/compare/v1.0.1...v1.0.2) (2023-05-24)
**Note:** Version bump only for package @certd/plugin-all
## [1.0.1](https://github.com/certd/certd/compare/v1.0.0...v1.0.1) (2023-05-24)
**Note:** Version bump only for package @certd/plugin-all
+7 -7
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-all",
"private": false,
"version": "1.0.1",
"version": "1.0.2",
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/index.ts",
@@ -16,17 +16,17 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/plugin-aliyun": "^1.0.1",
"@certd/plugin-cert": "^1.0.1",
"@certd/plugin-host": "^1.0.1",
"@certd/plugin-huawei": "^1.0.1",
"@certd/plugin-tencent": "^1.0.1"
"@certd/plugin-aliyun": "^1.0.2",
"@certd/plugin-cert": "^1.0.2",
"@certd/plugin-host": "^1.0.2",
"@certd/plugin-huawei": "^1.0.2",
"@certd/plugin-tencent": "^1.0.2"
},
"devDependencies": {
"@alicloud/cs20151215": "^3.0.3",
"@alicloud/openapi-client": "^0.4.0",
"@alicloud/pop-core": "^1.7.10",
"@certd/pipeline": "^1.0.1",
"@certd/pipeline": "^1.0.2",
"@midwayjs/core": "^3.0.0",
"@midwayjs/decorator": "^3.0.0",
"@types/chai": "^4.3.3",