@mpxjs/store 2.8.40-test → 2.8.40-test.2

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
@@ -6,7 +6,6 @@ type UnboxDepField<D, F> = F extends keyof D ? D[F] : {}
6
6
  type GetReturnOrSelf<T> = T extends (...args: any)=> infer R ? R : T
7
7
 
8
8
  interface compContext {
9
- __mpxProxy: object;
10
9
  [key: string]: any
11
10
  }
12
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mpxjs/store",
3
- "version": "2.8.40-test",
3
+ "version": "2.8.40-test.2",
4
4
  "description": "A store for mpx framework",
5
5
  "main": "src/index.js",
6
6
  "types": "@types/index.d.ts",
@@ -16,7 +16,7 @@
16
16
  "store"
17
17
  ],
18
18
  "author": "donghongping",
19
- "license": "ISC",
19
+ "license": "Apache-2.0",
20
20
  "bugs": {
21
21
  "url": "https://github.com/didi/mpx/issues"
22
22
  },
@@ -26,10 +26,10 @@
26
26
  },
27
27
  "homepage": "https://github.com/didi/mpx#readme",
28
28
  "dependencies": {
29
- "@mpxjs/utils": "^2.8.40-test"
29
+ "@mpxjs/utils": "^2.8.40-test.2"
30
30
  },
31
31
  "peerDependencies": {
32
- "@mpxjs/core": "^2.8.0"
32
+ "@mpxjs/core": "^2.9.0"
33
33
  },
34
- "gitHead": "8524f9b69ebcfb0667ebff2608cf6f675f14f141"
34
+ "gitHead": "7b1911025a2eb47eddc046775f17b6f1405fdd54"
35
35
  }