mm_os 1.9.1 → 1.9.3

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.
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "导航类",
3
+ "script": "./index.js"
4
+ }
@@ -37,7 +37,7 @@
37
37
  "method": "method"
38
38
  },
39
39
  // 调用方式 add增 del删 set改 get查 get_obj查一条 import导入 export导出, 支持什么方式就传什么值,支持多个用空格分隔
40
- "method": "add del set get get_obj import export del_repeat sum count",
40
+ "method": "add del set get get_obj import export del_repeat sum count update",
41
41
  // 查询条件转换
42
42
  "query": {
43
43
  // 当username=xx时,转为`username` like '%xxx%'的SQL语法
@@ -77,7 +77,7 @@ class Drive extends Item {
77
77
  // 分隔符 用于查询时的多条件处理
78
78
  "separator": "|",
79
79
  // 支持的方法 add增、del删、set改、get查, 只填get表示只支持查询 // import export del_repeat",
80
- "method": "add del set get get_obj import export del_repeat avg sum count",
80
+ "method": "add del set get get_obj import export del_repeat avg sum count update",
81
81
  // sql查询语句
82
82
  "query": {},
83
83
  // 默认查询, 当查询条件中不包含该项时,默认添加该项。 例如: { "age": "`age` < 20" } , 当查询参含有age,不调用该项,不存在时,sql会增加该项
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mm_os",
3
- "version": "1.9.1",
3
+ "version": "1.9.3",
4
4
  "description": "这是超级美眉服务端框架,用于快速构建应用程序。",
5
5
  "main": "index.js",
6
6
  "scripts": {