@mpxjs/core 2.7.56 → 2.7.59

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
@@ -339,7 +339,7 @@ export interface Mpx {
339
339
  toPureObject: typeof toPureObject
340
340
  observable: typeof observable
341
341
 
342
- watch: typeof watch
342
+ watch (expr: () => any, handler: WatchHandler | WatchOptWithHandler, options?: WatchOpt): () => void
343
343
 
344
344
  use (plugin: ((...args: any) => any) | { install: (...args: any) => any, [key: string]: any }, ...rest: any): Mpx
345
345
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/core",
3
- "version": "2.7.56",
3
+ "version": "2.7.59",
4
4
  "description": "mpx runtime core",
5
5
  "keywords": [
6
6
  "miniprogram",
@@ -42,5 +42,5 @@
42
42
  "url": "https://github.com/didi/mpx/issues"
43
43
  },
44
44
  "sideEffects": false,
45
- "gitHead": "ec0c4c8e63558622a0bd4cf4cf1ca5aafaae1499"
45
+ "gitHead": "92ab578c176f5c4439f40d2eb045b01e95a98038"
46
46
  }