instantsearch.js 4.72.0 → 4.72.2

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.
Files changed (33) hide show
  1. package/cjs/lib/version.js +1 -1
  2. package/dist/instantsearch.development.d.ts +72 -1633
  3. package/dist/instantsearch.development.js +13 -8
  4. package/dist/instantsearch.development.js.map +1 -1
  5. package/dist/instantsearch.production.d.ts +72 -1633
  6. package/dist/instantsearch.production.min.d.ts +72 -1633
  7. package/dist/instantsearch.production.min.js +2 -2
  8. package/dist/instantsearch.production.min.js.map +1 -1
  9. package/es/connectors/frequently-bought-together/connectFrequentlyBoughtTogether.d.ts +7 -195
  10. package/es/connectors/geo-search/connectGeoSearch.d.ts +3 -3
  11. package/es/connectors/hits/connectHits.d.ts +2 -2
  12. package/es/connectors/hits/connectHitsWithInsights.d.ts +3 -75
  13. package/es/connectors/infinite-hits/connectInfiniteHits.d.ts +3 -3
  14. package/es/connectors/infinite-hits/connectInfiniteHitsWithInsights.d.ts +3 -75
  15. package/es/connectors/looking-similar/connectLookingSimilar.d.ts +7 -187
  16. package/es/connectors/related-products/connectRelatedProducts.d.ts +7 -187
  17. package/es/connectors/trending-items/connectTrendingItems.d.ts +7 -192
  18. package/es/lib/insights/client.d.ts +1 -1
  19. package/es/lib/utils/createConcurrentSafePromise.d.ts +1 -1
  20. package/es/lib/utils/render-args.d.ts +2 -222
  21. package/es/lib/utils/typedObject.d.ts +1 -1
  22. package/es/lib/version.d.ts +1 -1
  23. package/es/lib/version.js +1 -1
  24. package/es/widgets/frequently-bought-together/frequently-bought-together.d.ts +5 -115
  25. package/es/widgets/geo-search/createHTMLMarker.d.ts +0 -2
  26. package/es/widgets/geo-search/geo-search.d.ts +12 -96
  27. package/es/widgets/hits/defaultTemplates.d.ts +9 -9
  28. package/es/widgets/hits/hits.d.ts +2 -77
  29. package/es/widgets/infinite-hits/infinite-hits.d.ts +2 -79
  30. package/es/widgets/looking-similar/looking-similar.d.ts +5 -118
  31. package/es/widgets/related-products/related-products.d.ts +5 -115
  32. package/es/widgets/trending-items/trending-items.d.ts +7 -121
  33. package/package.json +6 -6
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '4.72.0';
7
+ var _default = '4.72.2';
8
8
  exports.default = _default;