@tarojs/plugin-platform-h5 4.0.5-alpha.2 → 4.0.5-alpha.6

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.
@@ -2390,7 +2390,9 @@
2390
2390
  "vertical": "boolean",
2391
2391
  "zoom": "boolean"
2392
2392
  },
2393
- "swiper-item": {},
2393
+ "swiper-item": {
2394
+ "itemId": "string"
2395
+ },
2394
2396
  "switch": {
2395
2397
  "checked": "boolean",
2396
2398
  "color": "string",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-h5",
3
- "version": "4.0.5-alpha.2",
3
+ "version": "4.0.5-alpha.6",
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.5-alpha.2",
36
- "@tarojs/components-react": "4.0.5-alpha.2",
37
- "@tarojs/runtime": "4.0.5-alpha.2",
38
- "@tarojs/service": "4.0.5-alpha.2",
39
- "@tarojs/shared": "4.0.5-alpha.2",
40
- "@tarojs/taro-h5": "4.0.5-alpha.2",
41
- "@tarojs/helper": "4.0.5-alpha.2",
42
- "babel-plugin-transform-taroapi": "4.0.5-alpha.2"
35
+ "@tarojs/components": "4.0.5-alpha.6",
36
+ "@tarojs/components-react": "4.0.5-alpha.6",
37
+ "@tarojs/service": "4.0.5-alpha.6",
38
+ "@tarojs/runtime": "4.0.5-alpha.6",
39
+ "@tarojs/helper": "4.0.5-alpha.6",
40
+ "@tarojs/shared": "4.0.5-alpha.6",
41
+ "@tarojs/taro-h5": "4.0.5-alpha.6",
42
+ "babel-plugin-transform-taroapi": "4.0.5-alpha.6"
43
43
  },
44
44
  "devDependencies": {
45
- "@tarojs/taro": "4.0.5-alpha.2"
45
+ "@tarojs/taro": "4.0.5-alpha.6"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",