@mpxjs/core 2.9.16 → 2.9.17

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/@types/index.d.ts CHANGED
@@ -262,7 +262,7 @@ interface MpxConfig {
262
262
  ignoreProxyWhiteList: Array<string>
263
263
  observeClassInstance: boolean | Array<AnyConstructor>
264
264
  errorHandler: (e: Error, target: ComponentIns<{}, {}, {}, {}, []>, hookName: string) => any | null
265
- proxyEventHandler: (e: Event) => any | null
265
+ proxyEventHandler: (e: WechatMiniprogram.CustomEvent) => any | null
266
266
  setDataHandler: (data: object, target: ComponentIns<{}, {}, {}, {}, []>) => any | null
267
267
  forceFlushSync: boolean,
268
268
  webRouteConfig: object,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/core",
3
- "version": "2.9.16",
3
+ "version": "2.9.17",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -47,5 +47,5 @@
47
47
  "url": "https://github.com/didi/mpx/issues"
48
48
  },
49
49
  "sideEffects": false,
50
- "gitHead": "60cfd1708a61c925d5fc08cca0b31a06b2c4c160"
50
+ "gitHead": "80dd826352ab7178952f6ac1f2d7dbcf610fe6cf"
51
51
  }