owl-cli 6.196.0 → 6.197.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.
@@ -1178,7 +1178,7 @@ var @projectCodeService = (function (pigeon) {
1178
1178
  }
1179
1179
  return 0;
1180
1180
  },
1181
- executeSearchQuery:function(query){
1181
+ executeSearchQuery:function(query,dataSource){
1182
1182
  var elasticSearchUrl = $.getEnv( "elasticSearchUrl" );
1183
1183
 
1184
1184
  var headers = { "Content-Type": "application/json;charset=utf-8" };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "owl-cli",
3
- "version": "6.196.0",
3
+ "version": "6.197.0",
4
4
  "main": "index.js",
5
5
  "preferGlobal": true,
6
6
  "bin": {