mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
v1.1.3
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user