react-instantsearch 6.40.1 → 6.40.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.
- package/dist/README.md +1 -0
- package/dist/package.json +5 -5
- package/dist/umd/Connectors.js +788 -1333
- package/dist/umd/Connectors.js.map +1 -1
- package/dist/umd/Connectors.min.js +1 -1
- package/dist/umd/Connectors.min.js.map +1 -1
- package/dist/umd/Dom.js +953 -1498
- package/dist/umd/Dom.js.map +1 -1
- package/dist/umd/Dom.min.js +1 -1
- package/dist/umd/Dom.min.js.map +1 -1
- package/package.json +5 -5
package/dist/README.md
CHANGED
|
@@ -40,6 +40,7 @@ It is part of the InstantSearch family which is designed for different platforms
|
|
|
40
40
|
|
|
41
41
|
| Package | Version | Description |
|
|
42
42
|
| --- | --- | --- |
|
|
43
|
+
| [`algoliasearch-helper`](packages/algoliasearch-helper) | [](https://npmjs.org/package/algoliasearch-helper) | Helper for implementing advanced search features with Algolia |
|
|
43
44
|
| [`create-instantsearch-app`](packages/create-instantsearch-app) | [](https://npmjs.org/package/create-instantsearch-app) | Command-line utility to quickly bootstrap a project with InstantSearch |
|
|
44
45
|
| [`instantsearch.css`](packages/instantsearch.css) | [](https://npmjs.org/package/instantsearch.css) | Default CSS themes for InstantSearch |
|
|
45
46
|
| [`instantsearch.js`](packages/instantsearch.js) | [](https://npmjs.org/package/instantsearch.js) | InstantSearch.js |
|
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-instantsearch",
|
|
3
|
-
"version": "6.40.
|
|
3
|
+
"version": "6.40.2",
|
|
4
4
|
"description": "⚡ Lightning-fast search for React and React Native apps, by Algolia",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/es/index.js",
|
|
@@ -44,13 +44,13 @@
|
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@babel/runtime": "^7.1.2",
|
|
47
|
-
"react-instantsearch-core": "6.40.
|
|
48
|
-
"react-instantsearch-dom": "6.40.
|
|
49
|
-
"react-instantsearch-native": "6.40.
|
|
47
|
+
"react-instantsearch-core": "6.40.2",
|
|
48
|
+
"react-instantsearch-dom": "6.40.2",
|
|
49
|
+
"react-instantsearch-native": "6.40.2"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"algoliasearch": ">= 3.1 < 5",
|
|
53
53
|
"react": ">= 16.3.0 < 19"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "eedac3a158042dac41cc818439e585ed1b482250"
|
|
56
56
|
}
|