@tarojs/taro 3.5.1 → 3.5.2-aplha.1
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.5.1",
|
|
3
|
+
"version": "3.5.2-aplha.1",
|
|
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.5.1",
|
|
25
|
-
"@tarojs/runtime": "3.5.1"
|
|
24
|
+
"@tarojs/api": "3.5.2-aplha.1",
|
|
25
|
+
"@tarojs/runtime": "3.5.2-aplha.1"
|
|
26
26
|
},
|
|
27
27
|
"peerDependenciesMeta": {
|
|
28
28
|
"@types/react": {
|
|
@@ -71,17 +71,17 @@ declare module '../../index' {
|
|
|
71
71
|
*/
|
|
72
72
|
jsonpCache?: boolean
|
|
73
73
|
/** 设置 H5 端是否允许跨域请求
|
|
74
|
-
* @default same-origin
|
|
74
|
+
* @default "same-origin"
|
|
75
75
|
* @supported h5
|
|
76
76
|
*/
|
|
77
77
|
mode?: keyof CorsMode
|
|
78
78
|
/** 设置 H5 端是否携带 Cookie
|
|
79
|
-
* @default omit
|
|
79
|
+
* @default "omit"
|
|
80
80
|
* @supported h5
|
|
81
81
|
*/
|
|
82
82
|
credentials?: keyof Credentials
|
|
83
83
|
/** 设置 H5 端缓存模式
|
|
84
|
-
* @default default
|
|
84
|
+
* @default "default"
|
|
85
85
|
* @supported h5
|
|
86
86
|
*/
|
|
87
87
|
cache?: keyof Cache
|