@tarojs/plugin-platform-h5 4.1.7-beta.0 → 4.1.7-beta.2

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.
@@ -2189,6 +2189,7 @@
2189
2189
  "type": "Type"
2190
2190
  },
2191
2191
  "image": {
2192
+ "lang": "string",
2192
2193
  "lazyLoad": "boolean",
2193
2194
  "mode": "Mode",
2194
2195
  "nativeProps": "*",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-h5",
3
- "version": "4.1.7-beta.0",
3
+ "version": "4.1.7-beta.2",
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.7-beta.0",
36
- "@tarojs/components-react": "4.1.7-beta.0",
37
- "@tarojs/service": "4.1.7-beta.0",
38
- "@tarojs/runtime": "4.1.7-beta.0",
39
- "@tarojs/shared": "4.1.7-beta.0",
40
- "@tarojs/helper": "4.1.7-beta.0",
41
- "babel-plugin-transform-taroapi": "4.1.7-beta.0",
42
- "@tarojs/taro-h5": "4.1.7-beta.0"
35
+ "@tarojs/components": "4.1.7-beta.2",
36
+ "@tarojs/runtime": "4.1.7-beta.2",
37
+ "@tarojs/service": "4.1.7-beta.2",
38
+ "@tarojs/components-react": "4.1.7-beta.2",
39
+ "@tarojs/shared": "4.1.7-beta.2",
40
+ "@tarojs/helper": "4.1.7-beta.2",
41
+ "@tarojs/taro-h5": "4.1.7-beta.2",
42
+ "babel-plugin-transform-taroapi": "4.1.7-beta.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@tarojs/taro": "4.1.7-beta.0"
45
+ "@tarojs/taro": "4.1.7-beta.2"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",