react-instantsearch-nextjs 0.3.14 → 0.3.15

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.
@@ -103,7 +103,6 @@ function InitializePromise(_ref3) {
103
103
  return;
104
104
  }
105
105
  injectInitialResults();
106
- _search.dispose();
107
106
  }));
108
107
  }
109
108
  return null;
@@ -95,7 +95,6 @@ export function InitializePromise(_ref3) {
95
95
  return;
96
96
  }
97
97
  injectInitialResults();
98
- _search.dispose();
99
98
  }));
100
99
  }
101
100
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-instantsearch-nextjs",
3
- "version": "0.3.14",
3
+ "version": "0.3.15",
4
4
  "description": "React InstantSearch SSR utilities for Next.js",
5
5
  "types": "dist/es/index.d.ts",
6
6
  "main": "dist/cjs/index.js",
@@ -49,13 +49,13 @@
49
49
  "watch:es": "yarn --silent build:es:base --watch"
50
50
  },
51
51
  "devDependencies": {
52
- "instantsearch.js": "4.75.1",
52
+ "instantsearch.js": "4.75.2",
53
53
  "next": "13.5.1",
54
- "react-instantsearch-core": "7.13.4"
54
+ "react-instantsearch-core": "7.13.5"
55
55
  },
56
56
  "peerDependencies": {
57
- "next": ">= 13.4 && < 15",
58
- "react-instantsearch": ">= 7.1.0 && < 8"
57
+ "next": ">= 13.4 < 15",
58
+ "react-instantsearch": ">= 7.1.0 < 8"
59
59
  },
60
- "gitHead": "bd1f4a7e1cdb277169486c4735ac6651fc053716"
60
+ "gitHead": "c5f9a44d3f97363b1a0486a18696edbeafc193d5"
61
61
  }