instantsearch.js 4.71.0 → 4.71.1
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.
- package/cjs/lib/version.js +1 -1
- package/dist/instantsearch.development.js +2 -2
- package/dist/instantsearch.development.js.map +1 -1
- package/dist/instantsearch.production.min.js +2 -2
- package/dist/instantsearch.production.min.js.map +1 -1
- package/es/lib/version.d.ts +1 -1
- package/es/lib/version.js +1 -1
- package/package.json +5 -5
- package/scripts/transforms/README.md +1 -1
- package/scripts/transforms/addWidget-to-addWidgets.js +7 -27
package/cjs/lib/version.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! InstantSearch.js 4.71.
|
|
1
|
+
/*! InstantSearch.js 4.71.1 | © 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) :
|
|
@@ -23982,7 +23982,7 @@
|
|
|
23982
23982
|
};
|
|
23983
23983
|
}
|
|
23984
23984
|
|
|
23985
|
-
var version$1 = '4.71.
|
|
23985
|
+
var version$1 = '4.71.1';
|
|
23986
23986
|
|
|
23987
23987
|
var withUsage$10 = createDocumentationMessageGenerator({
|
|
23988
23988
|
name: 'instantsearch'
|