@tarojs/taro 3.6.11-alpha.0 → 3.6.11-alpha.4
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.11-alpha.
|
|
3
|
+
"version": "3.6.11-alpha.4",
|
|
4
4
|
"description": "Taro framework",
|
|
5
5
|
"homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
|
|
6
6
|
"main": "index.js",
|
|
@@ -21,11 +21,11 @@
|
|
|
21
21
|
"author": "O2Team",
|
|
22
22
|
"license": "MIT",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@tarojs/api": "3.6.11-alpha.
|
|
25
|
-
"@tarojs/runtime": "3.6.11-alpha.
|
|
24
|
+
"@tarojs/api": "3.6.11-alpha.4",
|
|
25
|
+
"@tarojs/runtime": "3.6.11-alpha.4"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@tarojs/helper": "3.6.11-alpha.
|
|
28
|
+
"@tarojs/helper": "3.6.11-alpha.4"
|
|
29
29
|
},
|
|
30
30
|
"peerDependenciesMeta": {
|
|
31
31
|
"@types/react": {
|
|
@@ -200,7 +200,7 @@ declare module '../../index' {
|
|
|
200
200
|
* Taro.downloadFile({
|
|
201
201
|
* url: 'https://res.wx.qq.com/wxdoc/dist/assets/img/demo.ef5c5bef.jpg',
|
|
202
202
|
* success: (res) => {
|
|
203
|
-
*
|
|
203
|
+
* Taro.showShareImageMenu({
|
|
204
204
|
* path: res.tempFilePath
|
|
205
205
|
* })
|
|
206
206
|
* }
|
|
@@ -85,7 +85,7 @@ declare module '../../index' {
|
|
|
85
85
|
showNavigationBarLoading(option?: showNavigationBarLoading.Option): void
|
|
86
86
|
|
|
87
87
|
/** 动态设置当前页面的标题
|
|
88
|
-
* @supported weapp, h5, rn, tt
|
|
88
|
+
* @supported weapp, alipay, h5, rn, tt
|
|
89
89
|
* @example
|
|
90
90
|
* ```tsx
|
|
91
91
|
* Taro.setNavigationBarTitle({
|