@tarojs/plugin-platform-h5 4.2.1-beta.0 → 4.2.1-beta.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/dist/definition.json +2 -5
- package/package.json +10 -10
package/dist/definition.json
CHANGED
|
@@ -1122,11 +1122,7 @@
|
|
|
1122
1122
|
"success": "void",
|
|
1123
1123
|
"return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
|
|
1124
1124
|
},
|
|
1125
|
-
"createMapContext":
|
|
1126
|
-
"object": "*",
|
|
1127
|
-
"success": "void",
|
|
1128
|
-
"return": "Promise<Partial<CallbackResult> & Record<string, unknown> & CallbackResult>"
|
|
1129
|
-
},
|
|
1125
|
+
"createMapContext": "*",
|
|
1130
1126
|
"createMediaRecorder": {
|
|
1131
1127
|
"object": "*",
|
|
1132
1128
|
"success": "void",
|
|
@@ -2189,6 +2185,7 @@
|
|
|
2189
2185
|
"type": "Type"
|
|
2190
2186
|
},
|
|
2191
2187
|
"image": {
|
|
2188
|
+
"disableDefaultSize": "boolean",
|
|
2192
2189
|
"lazyLoad": "boolean",
|
|
2193
2190
|
"mode": "Mode",
|
|
2194
2191
|
"nativeProps": "*",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.2.1-beta.
|
|
3
|
+
"version": "4.2.1-beta.1",
|
|
4
4
|
"description": "Web 端平台插件",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,17 +32,17 @@
|
|
|
32
32
|
"change-case": "^4.1.2",
|
|
33
33
|
"tslib": "^2.6.2",
|
|
34
34
|
"lodash-es": "4.17.21",
|
|
35
|
-
"@tarojs/
|
|
36
|
-
"@tarojs/
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"@tarojs/
|
|
35
|
+
"@tarojs/components": "4.2.1-beta.1",
|
|
36
|
+
"@tarojs/components-react": "4.2.1-beta.1",
|
|
37
|
+
"@tarojs/service": "4.2.1-beta.1",
|
|
38
|
+
"@tarojs/shared": "4.2.1-beta.1",
|
|
39
|
+
"@tarojs/helper": "4.2.1-beta.1",
|
|
40
|
+
"@tarojs/taro-h5": "4.2.1-beta.1",
|
|
41
|
+
"babel-plugin-transform-taroapi": "4.2.1-beta.1",
|
|
42
|
+
"@tarojs/runtime": "4.2.1-beta.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.2.1-beta.
|
|
45
|
+
"@tarojs/taro": "4.2.1-beta.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|