@xingtukeji/micro 1.0.10 → 1.0.11

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -8
package/dist/index.js CHANGED
@@ -2051,7 +2051,7 @@ const bs = {
2051
2051
  console.error("app url is required", e);
2052
2052
  return;
2053
2053
  }
2054
- const t = Object.assign({}, e, bs);
2054
+ const t = Object.assign({}, bs, e);
2055
2055
  return Me[e.name] = Ue(W({}, t), {
2056
2056
  instance: new Os(e)
2057
2057
  }), Me[e.name];
package/package.json CHANGED
@@ -1,17 +1,10 @@
1
1
  {
2
2
  "name": "@xingtukeji/micro",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/types/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "development": "./src/index.js",
11
- "default": "./dist/index.js"
12
- },
13
- "./package.json": "./package.json"
14
- },
15
8
  "author": "",
16
9
  "license": "ISC",
17
10
  "publishConfig": {