chore(release): publish

- @egg/lark-msg-tool@1.21.5
 - @egg/logger@1.10.0
 - @egg/net-tool@1.32.7
This commit is contained in:
zhaoyingbo 2025-04-03 08:21:44 +00:00
parent 810022f321
commit 8cf6d244b2
7 changed files with 24 additions and 10 deletions

10
package-lock.json generated
View File

@ -10448,10 +10448,10 @@
},
"packages/lark-msg-tool": {
"name": "@egg/lark-msg-tool",
"version": "1.21.4",
"version": "1.21.5",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.9.0",
"@egg/logger": "^1.10.0",
"winston": "*"
},
"devDependencies": {
@ -10460,7 +10460,7 @@
},
"packages/logger": {
"name": "@egg/logger",
"version": "1.9.0",
"version": "1.10.0",
"license": "ISC",
"dependencies": {
"winston": "*"
@ -10468,10 +10468,10 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.32.6",
"version": "1.32.7",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.9.0",
"@egg/logger": "^1.10.0",
"@gitbeaker/rest": "*",
"winston": "*"
}

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.21.5](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.4...@egg/lark-msg-tool@1.21.5) (2025-04-03)
**Note:** Version bump only for package @egg/lark-msg-tool
## [1.21.4](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.3...@egg/lark-msg-tool@1.21.4) (2025-03-18)
**Note:** Version bump only for package @egg/lark-msg-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/lark-msg-tool",
"version": "1.21.4",
"version": "1.21.5",
"description": "Lark Msg Tools for Egg projects",
"type": "module",
"main": "src/index.ts",
@ -21,7 +21,7 @@
"@types/lodash": "*"
},
"dependencies": {
"@egg/logger": "^1.9.0",
"@egg/logger": "^1.10.0",
"winston": "*"
}
}

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.10.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.9.0...@egg/logger@1.10.0) (2025-04-03)
### Features
- **logger:** 在 OpenObserve 传输器中添加 X-Midun-Idc-Token 头以增强身份验证 ([810022f](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/810022f3217cbfbf2b90bfa0400df7e359fbae6b))
# [1.9.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/logger@1.8.0...@egg/logger@1.9.0) (2025-03-18)
### Features

View File

@ -1,6 +1,6 @@
{
"name": "@egg/logger",
"version": "1.9.0",
"version": "1.10.0",
"description": "Logger for Egg projects",
"type": "module",
"main": "src/index.ts",

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.32.7](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.6...@egg/net-tool@1.32.7) (2025-04-03)
**Note:** Version bump only for package @egg/net-tool
## [1.32.6](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.5...@egg/net-tool@1.32.6) (2025-03-18)
**Note:** Version bump only for package @egg/net-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.32.6",
"version": "1.32.7",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",
@ -17,7 +17,7 @@
"author": "RainSun <zhaoyingbo@live.cn>",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.9.0",
"@egg/logger": "^1.10.0",
"@gitbeaker/rest": "*",
"winston": "*"
}