owl-cli 5.36.0 → 5.37.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.
@@ -214,7 +214,7 @@ function buildSort(sort){
214
214
  var ss = HttpUtils.postRaw( countUrl, sndTxt, headers);
215
215
  var cr = JSON.parse(ss);
216
216
 
217
- var count = result.count;
217
+ var count = cr.count;
218
218
  //这里重新从pigeon取了一次数据,做了删除的判断
219
219
  // var ids = hits.map(function(hit){return hit._source.id});
220
220
  // var list = owl_wh_receiptService.getObjects(ids);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "5.36.0",
3
+ "version": "5.37.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {