Compare commits

...

2 Commits

Author SHA1 Message Date
815496cf75 chore(release): publish
- @egg/net-tool@1.14.3
2024-11-26 06:57:56 +00:00
798e90f40b chore(net-tool): 更新ChatGroupData字段
All checks were successful
/ release (push) Successful in 27s
2024-11-26 06:57:30 +00:00
4 changed files with 7 additions and 2 deletions

2
package-lock.json generated
View File

@ -12394,7 +12394,7 @@
},
"packages/net-tool": {
"name": "@egg/net-tool",
"version": "1.14.2",
"version": "1.14.3",
"license": "ISC",
"dependencies": {
"@egg/logger": "^1.4.4",

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.14.3](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.14.2...@egg/net-tool@1.14.3) (2024-11-26)
**Note:** Version bump only for package @egg/net-tool
## [1.14.2](http://yingbo.im:3000/zhaoyingbo/egg_tools/compare/@egg/net-tool@1.14.1...@egg/net-tool@1.14.2) (2024-11-25)
**Note:** Version bump only for package @egg/net-tool

View File

@ -1,6 +1,6 @@
{
"name": "@egg/net-tool",
"version": "1.14.2",
"version": "1.14.3",
"description": "Net Tools for Egg projects",
"type": "module",
"main": "src/index.ts",

View File

@ -126,6 +126,7 @@ export namespace Lark {
owner_id: string
owner_id_type: "open_id" | "user_id"
tenant_key: string
user_count: string
}
export interface BaseRes<T = any> {