@tarojs/taro 3.6.24-nightly.8 → 3.6.24-nightly.9

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": "3.6.24-nightly.8",
3
+ "version": "3.6.24-nightly.9",
4
4
  "description": "Taro framework",
5
5
  "homepage": "https://github.com/nervjs/taro/tree/master/packages/taro#readme",
6
6
  "main": "index.js",
@@ -21,15 +21,15 @@
21
21
  "author": "O2Team",
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
- "@tarojs/api": "3.6.24-nightly.8"
24
+ "@tarojs/api": "3.6.24-nightly.9"
25
25
  },
26
26
  "devDependencies": {
27
- "@tarojs/helper": "3.6.24-nightly.8",
28
- "@tarojs/runtime": "3.6.24-nightly.8"
27
+ "@tarojs/helper": "3.6.24-nightly.9",
28
+ "@tarojs/runtime": "3.6.24-nightly.9"
29
29
  },
30
30
  "peerDependencies": {
31
- "@tarojs/helper": "~3.6.24-nightly.8",
32
- "@tarojs/runtime": "~3.6.24-nightly.8"
31
+ "@tarojs/helper": "~3.6.24-nightly.9",
32
+ "@tarojs/runtime": "~3.6.24-nightly.9"
33
33
  },
34
34
  "peerDependenciesMeta": {
35
35
  "@types/react": {
@@ -191,7 +191,7 @@ declare module '../../index' {
191
191
  src: string
192
192
  }
193
193
  interface Option {
194
- data: AssetsObjectType[]
194
+ data: AssetsObject[]
195
195
  /** 接口调用结束的回调函数(调用成功、失败都会执行) */
196
196
  complete?: (res: TaroGeneral.CallbackResult) => void
197
197
  /** 接口调用失败的回调函数 */