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-huawei
## [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-huawei
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "@certd/plugin-huawei",
"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,10 +12,10 @@
"preview": "vite preview"
},
"dependencies": {
"@certd/acme-client": "^1.1.2",
"@certd/pipeline": "^1.1.2",
"@certd/plugin-cert": "^1.1.2",
"@certd/plugin-util": "^1.1.2",
"@certd/acme-client": "^1.1.3",
"@certd/pipeline": "^1.1.3",
"@certd/plugin-cert": "^1.1.3",
"@certd/plugin-util": "^1.1.3",
"axios": "^0.27.2",
"dayjs": "^1.11.6",
"lodash": "^4.17.21",