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:
parent
810022f321
commit
8cf6d244b2
10
package-lock.json
generated
10
package-lock.json
generated
@ -10448,10 +10448,10 @@
|
|||||||
},
|
},
|
||||||
"packages/lark-msg-tool": {
|
"packages/lark-msg-tool": {
|
||||||
"name": "@egg/lark-msg-tool",
|
"name": "@egg/lark-msg-tool",
|
||||||
"version": "1.21.4",
|
"version": "1.21.5",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.9.0",
|
"@egg/logger": "^1.10.0",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@ -10460,7 +10460,7 @@
|
|||||||
},
|
},
|
||||||
"packages/logger": {
|
"packages/logger": {
|
||||||
"name": "@egg/logger",
|
"name": "@egg/logger",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
@ -10468,10 +10468,10 @@
|
|||||||
},
|
},
|
||||||
"packages/net-tool": {
|
"packages/net-tool": {
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.32.6",
|
"version": "1.32.7",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.9.0",
|
"@egg/logger": "^1.10.0",
|
||||||
"@gitbeaker/rest": "*",
|
"@gitbeaker/rest": "*",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [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
|
**Note:** Version bump only for package @egg/lark-msg-tool
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/lark-msg-tool",
|
"name": "@egg/lark-msg-tool",
|
||||||
"version": "1.21.4",
|
"version": "1.21.5",
|
||||||
"description": "Lark Msg Tools for Egg projects",
|
"description": "Lark Msg Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
@ -21,7 +21,7 @@
|
|||||||
"@types/lodash": "*"
|
"@types/lodash": "*"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.9.0",
|
"@egg/logger": "^1.10.0",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,6 +3,12 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
# [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
|
### Features
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/logger",
|
"name": "@egg/logger",
|
||||||
"version": "1.9.0",
|
"version": "1.10.0",
|
||||||
"description": "Logger for Egg projects",
|
"description": "Logger for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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)
|
## [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
|
**Note:** Version bump only for package @egg/net-tool
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.32.6",
|
"version": "1.32.7",
|
||||||
"description": "Net Tools for Egg projects",
|
"description": "Net Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
@ -17,7 +17,7 @@
|
|||||||
"author": "RainSun <zhaoyingbo@live.cn>",
|
"author": "RainSun <zhaoyingbo@live.cn>",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.9.0",
|
"@egg/logger": "^1.10.0",
|
||||||
"@gitbeaker/rest": "*",
|
"@gitbeaker/rest": "*",
|
||||||
"winston": "*"
|
"winston": "*"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user