This commit is contained in:
xiaojunnuo
2023-07-03 09:22:33 +08:00
parent abb4a7c0f9
commit d1809e0f7d
24 changed files with 94 additions and 46 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.1.3](https://github.com/certd/certd/compare/v1.1.2...v1.1.3) (2023-07-03)
**Note:** Version bump only for package @certd/plugin-tencent
## [1.1.2](https://github.com/certd/certd/compare/v1.1.1...v1.1.2) (2023-07-03)
**Note:** Version bump only for package @certd/plugin-tencent
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-tencent",
"private": false,
"version": "1.1.2",
"version": "1.1.3",
"main": "./dist/bundle.js",
"module": "./dist/bundle.mjs",
"types": "./dist/d/index.d.ts",
@@ -12,9 +12,9 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/pipeline": "^1.1.2",
"@certd/plugin-cert": "^1.1.2",
"@certd/plugin-util": "^1.1.2",
"@certd/pipeline": "^1.1.3",
"@certd/plugin-cert": "^1.1.3",
"@certd/plugin-util": "^1.1.3",
"tencentcloud-sdk-nodejs": "^4.0.44"
},
"devDependencies": {