@tarojs/taro 4.0.0-beta.111 → 4.0.0-beta.113

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/taro",
3
- "version": "4.0.0-beta.111",
3
+ "version": "4.0.0-beta.113",
4
4
  "description": "Taro framework",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@types/postcss-url": "^10.0.4",
27
- "@tarojs/api": "4.0.0-beta.111",
28
- "@tarojs/runtime": "4.0.0-beta.111"
27
+ "@tarojs/api": "4.0.0-beta.113",
28
+ "@tarojs/runtime": "4.0.0-beta.113"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/react": "^18.3.1",
@@ -35,9 +35,9 @@
35
35
  "webpack-chain": "^6.5.1",
36
36
  "webpack-dev-server": "^4.15.2",
37
37
  "rollup": "^3.29.4",
38
- "@tarojs/components": "4.0.0-beta.111",
39
- "@tarojs/shared": "4.0.0-beta.111",
40
- "@tarojs/helper": "4.0.0-beta.111"
38
+ "@tarojs/components": "4.0.0-beta.113",
39
+ "@tarojs/shared": "4.0.0-beta.113",
40
+ "@tarojs/helper": "4.0.0-beta.113"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@types/react": "^18",
@@ -48,9 +48,9 @@
48
48
  "webpack": "^5",
49
49
  "webpack-chain": "^6",
50
50
  "webpack-dev-server": "^4",
51
- "@tarojs/components": "4.0.0-beta.111",
52
- "@tarojs/shared": "4.0.0-beta.111",
53
- "@tarojs/helper": "4.0.0-beta.111"
51
+ "@tarojs/components": "4.0.0-beta.113",
52
+ "@tarojs/helper": "4.0.0-beta.113",
53
+ "@tarojs/shared": "4.0.0-beta.113"
54
54
  },
55
55
  "peerDependenciesMeta": {
56
56
  "@types/react": {
@@ -221,7 +221,7 @@ declare module '../../index' {
221
221
  /** 压缩后图片的宽度,单位为px,若不填写则默认以 compressedHeight 为准等比缩放。 */
222
222
  compressedWidth?: number
223
223
  /** 压缩后图片的高度,单位为px,若不填写则默认以 compressedWidth 为准等比缩放。 */
224
- compressHeight?: number
224
+ compressedHeight?: number
225
225
  /** 接口调用成功的回调函数 */
226
226
  success?: (result: SuccessCallbackResult) => void
227
227
  }