@tarojs/plugin-platform-h5 4.1.12-beta.19 → 4.1.12-beta.20
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 +1 -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": "string",
|
|
1127
|
-
"success": "void",
|
|
1128
|
-
"return": "MapContext"
|
|
1129
|
-
},
|
|
1125
|
+
"createMapContext": "*",
|
|
1130
1126
|
"createMediaRecorder": {
|
|
1131
1127
|
"object": "*",
|
|
1132
1128
|
"success": "void",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.1.12-beta.
|
|
3
|
+
"version": "4.1.12-beta.20",
|
|
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/components": "4.1.12-beta.
|
|
36
|
-
"@tarojs/components-react": "4.1.12-beta.
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
35
|
+
"@tarojs/components": "4.1.12-beta.20",
|
|
36
|
+
"@tarojs/components-react": "4.1.12-beta.20",
|
|
37
|
+
"@tarojs/runtime": "4.1.12-beta.20",
|
|
38
|
+
"@tarojs/shared": "4.1.12-beta.20",
|
|
39
|
+
"@tarojs/service": "4.1.12-beta.20",
|
|
40
|
+
"@tarojs/helper": "4.1.12-beta.20",
|
|
41
|
+
"babel-plugin-transform-taroapi": "4.1.12-beta.20",
|
|
42
|
+
"@tarojs/taro-h5": "4.1.12-beta.20"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.1.12-beta.
|
|
45
|
+
"@tarojs/taro": "4.1.12-beta.20"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|