@tarojs/plugin-platform-h5 4.1.12-beta.38 → 4.1.12-beta.39

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