Skip to content

Commit 9abb5c0

Browse files
committed
feat: bump npm package version
1 parent b60cb4b commit 9abb5c0

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

README-en.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Both PR and issue are welcomed for definitions of pages (`Page`), custom compone
5353
- [MinLiang Zeng](https://github.com/zenml/)
5454
- [Garfield Lee](https://github.com/Garfield550)
5555
- [Mr.Hope](https://github.com/Mister-Hope)
56+
- [chs97](https://github.com/chs97)
57+
- [Jelf](https://github.com/okxiaoliang4)
5658

5759
### Automated tests
5860

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ API 的定义文件(`lib.wx.api.d.ts`)是随 [文档](https://developers.wei
5454
- [Garfield Lee](https://github.com/Garfield550)
5555
- [Mr.Hope](https://github.com/Mister-Hope)
5656
- [chs97](https://github.com/chs97)
57+
- [Jelf](https://github.com/okxiaoliang4)
5758

5859
### 测试
5960

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniprogram-api-typings",
3-
"version": "3.8.0",
3+
"version": "3.8.1",
44
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript",
55
"main": "./index.d.ts",
66
"types": "./index.d.ts",

types/wx/lib.wx.event.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,9 +419,10 @@ declare namespace WechatMiniprogram {
419419
* 最低基础库: 1.2.0
420420
*/
421421
type ButtonGetPhoneNumber = CustomEvent<
422-
GeneralCallbackResult & Partial<GetWeRunDataSuccessCallbackResult> & {
423-
code: string
424-
}
422+
GeneralCallbackResult &
423+
Partial<GetWeRunDataSuccessCallbackResult> & {
424+
code: string
425+
}
425426
>
426427

427428
/**

0 commit comments

Comments
 (0)