@tarojs/plugin-platform-h5 4.0.4 → 4.0.5-alpha.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 -4
- package/package.json +10 -10
package/dist/definition.json
CHANGED
|
@@ -2379,6 +2379,7 @@
|
|
|
2379
2379
|
"currentItemId": "string",
|
|
2380
2380
|
"displayMultipleItems": "number",
|
|
2381
2381
|
"duration": "number",
|
|
2382
|
+
"effectsProps": "Record<string, any>",
|
|
2382
2383
|
"full": "boolean",
|
|
2383
2384
|
"indicatorActiveColor": "string",
|
|
2384
2385
|
"indicatorColor": "string",
|
|
@@ -2389,10 +2390,7 @@
|
|
|
2389
2390
|
"vertical": "boolean",
|
|
2390
2391
|
"zoom": "boolean"
|
|
2391
2392
|
},
|
|
2392
|
-
"swiper-item": {
|
|
2393
|
-
"deep": "boolean",
|
|
2394
|
-
"itemId": "string"
|
|
2395
|
-
},
|
|
2393
|
+
"swiper-item": {},
|
|
2396
2394
|
"switch": {
|
|
2397
2395
|
"checked": "boolean",
|
|
2398
2396
|
"color": "string",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-h5",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5-alpha.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/components": "4.0.
|
|
36
|
-
"@tarojs/
|
|
37
|
-
"@tarojs/
|
|
38
|
-
"@tarojs/
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/
|
|
41
|
-
"
|
|
42
|
-
"
|
|
35
|
+
"@tarojs/components": "4.0.5-alpha.1",
|
|
36
|
+
"@tarojs/components-react": "4.0.5-alpha.1",
|
|
37
|
+
"@tarojs/runtime": "4.0.5-alpha.1",
|
|
38
|
+
"@tarojs/service": "4.0.5-alpha.1",
|
|
39
|
+
"@tarojs/shared": "4.0.5-alpha.1",
|
|
40
|
+
"@tarojs/taro-h5": "4.0.5-alpha.1",
|
|
41
|
+
"babel-plugin-transform-taroapi": "4.0.5-alpha.1",
|
|
42
|
+
"@tarojs/helper": "4.0.5-alpha.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tarojs/taro": "4.0.
|
|
45
|
+
"@tarojs/taro": "4.0.5-alpha.1"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"prod": "pnpm run build",
|