mm_os 3.0.6 → 3.0.8
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/core/com/app/drive.js +1 -7
- package/package.json +3 -3
package/core/com/app/drive.js
CHANGED
|
@@ -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
|
-
|
|
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.
|
|
3
|
+
"version": "3.0.8",
|
|
4
4
|
"description": "这是超级美眉服务端框架,用于快速构建应用程序。",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"compressing": "^1.10.1",
|
|
34
|
-
"koa": "^2.16.
|
|
34
|
+
"koa": "^2.16.1",
|
|
35
35
|
"koa-body": "^6.0.1",
|
|
36
36
|
"koa-compress": "^5.1.1",
|
|
37
37
|
"koa-send": "^5.0.1",
|
|
@@ -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": "^
|
|
48
|
+
"mm_mysql": "^2.0.1",
|
|
49
49
|
"mm_redis": "^1.4.2",
|
|
50
50
|
"mm_ret": "^1.4.0",
|
|
51
51
|
"mm_session": "^1.4.8",
|