chore(release): publish
- @egg/lark-msg-tool@1.22.0 - @egg/net-tool@1.33.0
This commit is contained in:
parent
308b447cbc
commit
d5bbe8c470
4
package-lock.json
generated
4
package-lock.json
generated
@ -10448,7 +10448,7 @@
|
|||||||
},
|
},
|
||||||
"packages/lark-msg-tool": {
|
"packages/lark-msg-tool": {
|
||||||
"name": "@egg/lark-msg-tool",
|
"name": "@egg/lark-msg-tool",
|
||||||
"version": "1.21.5",
|
"version": "1.22.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.10.0",
|
"@egg/logger": "^1.10.0",
|
||||||
@ -10468,7 +10468,7 @@
|
|||||||
},
|
},
|
||||||
"packages/net-tool": {
|
"packages/net-tool": {
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.32.7",
|
"version": "1.33.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@egg/logger": "^1.10.0",
|
"@egg/logger": "^1.10.0",
|
||||||
|
@ -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.22.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/lark-msg-tool@1.21.5...@egg/lark-msg-tool@1.22.0) (2025-04-03)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **logger:** 重构服务构造函数以使用 Logger,移除 requestId 参数 ([308b447](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/308b447cbc127ef4c3fedbb18d19169cbb88e425))
|
||||||
|
|
||||||
## [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)
|
## [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
|
**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.5",
|
"version": "1.22.0",
|
||||||
"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",
|
||||||
|
@ -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.33.0](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.32.7...@egg/net-tool@1.33.0) (2025-04-03)
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- **logger:** 重构服务构造函数以使用 Logger,移除 requestId 参数 ([308b447](http://yingbo.im:3000/zhaoyingbo/egg_tools/commits/308b447cbc127ef4c3fedbb18d19169cbb88e425))
|
||||||
|
|
||||||
## [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)
|
## [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
|
**Note:** Version bump only for package @egg/net-tool
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@egg/net-tool",
|
"name": "@egg/net-tool",
|
||||||
"version": "1.32.7",
|
"version": "1.33.0",
|
||||||
"description": "Net Tools for Egg projects",
|
"description": "Net Tools for Egg projects",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user