@tarojs/taro 3.6.0-canary.4 → 3.6.0-canary.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro",
3
- "version": "3.6.0-canary.4",
3
+ "version": "3.6.0-canary.5",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,8 +21,8 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "3.6.0-canary.4",
25
- "@tarojs/runtime": "3.6.0-canary.4"
24
+ "@tarojs/api": "3.6.0-canary.5",
25
+ "@tarojs/runtime": "3.6.0-canary.5"
26
26
  },
27
27
  "peerDependenciesMeta": {
28
28
  "@types/react": {
@@ -100,7 +100,7 @@ declare module '../../index' {
100
100
  * @supported weapp
101
101
  * @see https://developers.weixin.qq.com/miniprogram/dev/api/device/contact/wx.chooseContact.html
102
102
  */
103
- chooseContact(option: chooseContact.Option): Promise<TaroGeneral.CallbackResult>
103
+ chooseContact(option: chooseContact.Option): Promise<chooseContact.SuccessCallbackResult>
104
104
  /** 添加手机通讯录联系人。用户可以选择将该表单以「新增联系人」或「添加到已有联系人」的方式,写入手机系统通讯录。
105
105
  * @supported weapp
106
106
  * @see https://developers.weixin.qq.com/miniprogram/dev/api/device/contact/wx.addPhoneContact.html