owl-cli 5.38.0 → 5.39.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.
@@ -15,7 +15,7 @@ var spec = @spec;
15
15
 
16
16
  function buildSort(sort){
17
17
  if(!sort){
18
- return null;
18
+ return {};
19
19
  }
20
20
  var result = [];
21
21
  for(var k in sort){
@@ -877,7 +877,7 @@ var @projectCodeService = (function (pigeon) {
877
877
  var filters = [];
878
878
  var must_not = [{
879
879
  term:{
880
- del:'T'
880
+ "del.keyword":'T'
881
881
  }
882
882
  }];
883
883
  for(var k in searchArgs){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "5.38.0",
3
+ "version": "5.39.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {