instantsearch.js 4.72.1 → 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 (34) hide show
  1. package/README.md +0 -1
  2. package/cjs/lib/version.js +1 -1
  3. package/dist/instantsearch.development.d.ts +72 -1633
  4. package/dist/instantsearch.development.js +2 -2
  5. package/dist/instantsearch.development.js.map +1 -1
  6. package/dist/instantsearch.production.d.ts +72 -1633
  7. package/dist/instantsearch.production.min.d.ts +72 -1633
  8. package/dist/instantsearch.production.min.js +2 -2
  9. package/dist/instantsearch.production.min.js.map +1 -1
  10. package/es/connectors/frequently-bought-together/connectFrequentlyBoughtTogether.d.ts +7 -195
  11. package/es/connectors/geo-search/connectGeoSearch.d.ts +3 -3
  12. package/es/connectors/hits/connectHits.d.ts +2 -2
  13. package/es/connectors/hits/connectHitsWithInsights.d.ts +3 -75
  14. package/es/connectors/infinite-hits/connectInfiniteHits.d.ts +3 -3
  15. package/es/connectors/infinite-hits/connectInfiniteHitsWithInsights.d.ts +3 -75
  16. package/es/connectors/looking-similar/connectLookingSimilar.d.ts +7 -187
  17. package/es/connectors/related-products/connectRelatedProducts.d.ts +7 -187
  18. package/es/connectors/trending-items/connectTrendingItems.d.ts +7 -192
  19. package/es/lib/insights/client.d.ts +1 -1
  20. package/es/lib/utils/createConcurrentSafePromise.d.ts +1 -1
  21. package/es/lib/utils/render-args.d.ts +2 -222
  22. package/es/lib/utils/typedObject.d.ts +1 -1
  23. package/es/lib/version.d.ts +1 -1
  24. package/es/lib/version.js +1 -1
  25. package/es/widgets/frequently-bought-together/frequently-bought-together.d.ts +5 -115
  26. package/es/widgets/geo-search/createHTMLMarker.d.ts +0 -2
  27. package/es/widgets/geo-search/geo-search.d.ts +12 -96
  28. package/es/widgets/hits/defaultTemplates.d.ts +9 -9
  29. package/es/widgets/hits/hits.d.ts +2 -77
  30. package/es/widgets/infinite-hits/infinite-hits.d.ts +2 -79
  31. package/es/widgets/looking-similar/looking-similar.d.ts +5 -118
  32. package/es/widgets/related-products/related-products.d.ts +5 -115
  33. package/es/widgets/trending-items/trending-items.d.ts +7 -121
  34. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- /*! InstantSearch.js 4.72.1 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
1
+ /*! InstantSearch.js 4.72.2 | © Algolia, Inc. and contributors; MIT License | https://github.com/algolia/instantsearch */
2
2
  (function (global, factory) {
3
3
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -23993,7 +23993,7 @@
23993
23993
  };
23994
23994
  }
23995
23995
 
23996
- var version$1 = '4.72.1';
23996
+ var version$1 = '4.72.2';
23997
23997
 
23998
23998
  var withUsage$10 = createDocumentationMessageGenerator({
23999
23999
  name: 'instantsearch'