mm_os 1.7.1 → 1.7.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.
@@ -5,6 +5,8 @@
5
5
  "description": "描述任务使用方法",
6
6
  // 任务名称,用于动态增删改查
7
7
  "name": "demo",
8
+ // 状态 0未启用,1启用
9
+ "state": 1,
8
10
  // 任务驱动的脚本文件
9
11
  "func_file": "./index.js",
10
12
  // 任务执行次数,执行次数达标后不再执行。0为不限次数,一直执行
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "koa-websocket": "^7.0.0",
37
37
  "mm_check": "^1.4.4",
38
38
  "mm_excel": "^1.1.1",
39
- "mm_expand": "^1.5.9",
39
+ "mm_expand": "^1.6.1",
40
40
  "mm_html": "^1.1.1",
41
41
  "mm_koa_proxy": "^1.0.0",
42
42
  "mm_logs": "^1.1.0",