mm_os 3.0.5 → 3.0.7

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.
@@ -205,13 +205,7 @@ Drive.prototype.start = function(opiton) {
205
205
  */
206
206
  Drive.prototype.start_after = async function(opiton) {
207
207
  var msg = null;
208
- var list = this.plugin;
209
- for (var i = 0; i < list.length; i++) {
210
- var o = list[i];
211
- if (o.config.state) {
212
- o.exec('start');
213
- }
214
- }
208
+ this.plugin.run(null, 'start');
215
209
  return msg;
216
210
  };
217
211
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "3.0.5",
3
+ "version": "3.0.7",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -45,7 +45,7 @@
45
45
  "mm_machine": "^1.9.7",
46
46
  "mm_mongodb": "^1.4.2",
47
47
  "mm_mqtt": "^1.0.6",
48
- "mm_mysql": "^1.9.9",
48
+ "mm_mysql": "^2.0.0",
49
49
  "mm_redis": "^1.4.2",
50
50
  "mm_ret": "^1.4.0",
51
51
  "mm_session": "^1.4.8",