@appbaseio/reactivesearch-vue 1.16.0-alpha.47 → 1.16.0-alpha.48

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.
@@ -32972,7 +32972,13 @@
32972
32972
  rsAPISettings.customEvents = utils_2(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
32973
32973
  }
32974
32974
 
32975
+ console.log('APPBASE REF', JSON.stringify({
32976
+ index: appbaseRef.app,
32977
+ url: appbaseRef.url,
32978
+ credentials: appbaseRef.credentials
32979
+ }));
32975
32980
  console.log('FINAL QUERY', JSON.stringify(finalQuery));
32981
+ console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
32976
32982
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
32977
32983
  handleRSResponse(res);
32978
32984
  })["catch"](function (err) {
@@ -32991,7 +32997,7 @@
32991
32997
  });
32992
32998
  }
32993
32999
 
32994
- var version = "1.16.0-alpha.47";
33000
+ var version = "1.16.0-alpha.48";
32995
33001
 
32996
33002
  var _templateObject$o, _templateObject2$b;
32997
33003