owl-cli 6.106.0 → 6.107.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.
@@ -1111,7 +1111,8 @@ var @projectCodeService = (function (pigeon) {
1111
1111
  },
1112
1112
  search: function(mfilters, searchArgs, keyword,from, pageSize, sort, dataSource){
1113
1113
  var query = f.buildQuery(mfilters,searchArgs,keyword);
1114
- var effectiveSort = [{owl_createTime:{order:"desc"}}];
1114
+ // var effectiveSort = [{owl_createTime:{order:"desc"}}];
1115
+ var effectiveSort = [];
1115
1116
  if(sort){
1116
1117
  effectiveSort = sort;
1117
1118
  } var effectiveSort = [{owl_createTime:{order:"desc"}}];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.106.0",
3
+ "version": "6.107.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {