@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.
@@ -502,7 +502,13 @@ function initReactivesearch(componentCollection, searchState, settings) {
502
502
  rsAPISettings.customEvents = utils.isPropertyDefined(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
503
503
  }
504
504
 
505
+ console.log('APPBASE REF', JSON.stringify({
506
+ index: appbaseRef.app,
507
+ url: appbaseRef.url,
508
+ credentials: appbaseRef.credentials
509
+ }));
505
510
  console.log('FINAL QUERY', JSON.stringify(finalQuery));
511
+ console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
506
512
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
507
513
  handleRSResponse(res);
508
514
  })["catch"](function (err) {
@@ -2,6 +2,6 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- var version = "1.16.0-alpha.47";
5
+ var version = "1.16.0-alpha.48";
6
6
 
7
7
  exports.default = version;
@@ -496,7 +496,13 @@ function initReactivesearch(componentCollection, searchState, settings) {
496
496
  rsAPISettings.customEvents = isPropertyDefined(config.analyticsConfig.customEvents) ? config.analyticsConfig.customEvents : undefined;
497
497
  }
498
498
 
499
+ console.log('APPBASE REF', JSON.stringify({
500
+ index: appbaseRef.app,
501
+ url: appbaseRef.url,
502
+ credentials: appbaseRef.credentials
503
+ }));
499
504
  console.log('FINAL QUERY', JSON.stringify(finalQuery));
505
+ console.log('RS API SETTINGS', JSON.stringify(rsAPISettings));
500
506
  appbaseRef.reactiveSearchv3(finalQuery, rsAPISettings).then(function (res) {
501
507
  handleRSResponse(res);
502
508
  })["catch"](function (err) {
@@ -1,3 +1,3 @@
1
- var version = "1.16.0-alpha.47";
1
+ var version = "1.16.0-alpha.48";
2
2
 
3
3
  export default version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appbaseio/reactivesearch-vue",
3
- "version": "1.16.0-alpha.47",
3
+ "version": "1.16.0-alpha.48",
4
4
  "private": false,
5
5
  "main": "dist/cjs/index.js",
6
6
  "jsnext:main": "dist/es/index.js",