react-instantsearch-core 7.11.3 → 7.11.4

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/README.md CHANGED
@@ -7,7 +7,6 @@
7
7
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
8
8
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
9
9
 
10
-
11
10
  - [react-instantsearch-core](#react-instantsearch-core)
12
11
  - [Installation](#installation)
13
12
  - [Getting started](#getting-started)
@@ -4,5 +4,5 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- var _default = '7.11.3';
7
+ var _default = '7.11.4';
8
8
  exports.default = _default;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { InstantSearch, UiState } from 'instantsearch.js';
3
2
  export type InstantSearchServerContextApi<TUiState extends UiState, TRouteState = TUiState> = {
4
3
  /**
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { IndexWidget } from 'instantsearch.js/es/widgets/index/index';
3
2
  export declare const IndexContext: import("react").Context<IndexWidget | null>;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  import type { InstantSearch } from 'instantsearch.js';
3
2
  export declare const InstantSearchContext: import("react").Context<InstantSearch<import("instantsearch.js").UiState, import("instantsearch.js").UiState> | null>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Forces a React update that triggers a rerender.
4
3
  * @link https://reactjs.org/docs/hooks-faq.html#is-there-something-like-forceupdate
@@ -1,2 +1,2 @@
1
- declare const _default: "7.11.3";
1
+ declare const _default: "7.11.4";
2
2
  export default _default;
@@ -1 +1 @@
1
- export default '7.11.3';
1
+ export default '7.11.4';
@@ -7,7 +7,7 @@
7
7
 
8
8
  var React__default = 'default' in React ? React['default'] : React;
9
9
 
10
- var version = '7.11.3';
10
+ var version = '7.11.4';
11
11
 
12
12
  function _iterableToArrayLimit(arr, i) {
13
13
  var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"];
@@ -18066,7 +18066,7 @@
18066
18066
  };
18067
18067
  }
18068
18068
 
18069
- var version$2 = '4.72.1';
18069
+ var version$2 = '4.72.2';
18070
18070
 
18071
18071
  function _typeof$I(obj) {
18072
18072
  "@babel/helpers - typeof";