mm_os 3.0.8 → 3.1.0

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/index.js +1 -1
  2. package/package.json +17 -18
package/index.js CHANGED
@@ -255,7 +255,7 @@ OS.prototype.before = async function(state) {
255
255
  * @param {String} state 状态
256
256
  */
257
257
  OS.prototype.after = async function(state) {
258
- await this.app.run(null, 'start');
258
+ this.app.run(null, 'start');
259
259
  };
260
260
 
261
261
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "3.0.8",
3
+ "version": "3.1.0",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,24 +36,23 @@
36
36
  "koa-compress": "^5.1.1",
37
37
  "koa-send": "^5.0.1",
38
38
  "koa-websocket": "^7.0.0",
39
- "mm_check": "^1.4.9",
40
- "mm_excel": "^1.2.1",
41
- "mm_expand": "^1.8.2",
42
- "mm_html": "^1.1.6",
43
- "mm_koa_proxy": "^1.0.0",
44
- "mm_logs": "^1.1.9",
45
- "mm_machine": "^1.9.7",
46
- "mm_mongodb": "^1.4.2",
47
- "mm_mqtt": "^1.0.6",
48
- "mm_mysql": "^2.0.1",
39
+ "mm_check": "^1.5.0",
40
+ "mm_excel": "^1.2.2",
41
+ "mm_expand": "^1.8.3",
42
+ "mm_html": "^1.1.7",
43
+ "mm_koa_proxy": "^1.0.1",
44
+ "mm_logs": "^1.2.0",
45
+ "mm_machine": "^1.9.9",
46
+ "mm_mongodb": "^1.4.4",
47
+ "mm_mqtt": "^1.0.7",
48
+ "mm_mysql": "^2.0.2",
49
49
  "mm_redis": "^1.4.2",
50
- "mm_ret": "^1.4.0",
51
- "mm_session": "^1.4.8",
52
- "mm_statics": "^1.4.8",
53
- "mm_tpl": "^2.4.2",
54
- "mm_xml": "^1.1.6",
50
+ "mm_ret": "^1.4.1",
51
+ "mm_session": "^1.4.9",
52
+ "mm_statics": "^1.4.9",
53
+ "mm_tpl": "^2.4.3",
54
+ "mm_xml": "^1.1.7",
55
55
  "mosca": "^2.8.3",
56
- "mqtt": "^5.10.4",
57
- "publish": "^0.6.0"
56
+ "mqtt": "^5.11.0"
58
57
  }
59
58
  }