algoliasearch 5.46.2 → 5.46.3

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
@@ -37,11 +37,11 @@ All of our clients comes with type definition, and are available for both browse
37
37
  ### With a package manager
38
38
 
39
39
  ```bash
40
- yarn add algoliasearch@5.46.2
40
+ yarn add algoliasearch@5.46.3
41
41
  # or
42
- npm install algoliasearch@5.46.2
42
+ npm install algoliasearch@5.46.3
43
43
  # or
44
- pnpm add algoliasearch@5.46.2
44
+ pnpm add algoliasearch@5.46.3
45
45
  ```
46
46
 
47
47
  ### Without a package manager
@@ -50,10 +50,10 @@ Add the following JavaScript snippet to the <head> of your website:
50
50
 
51
51
  ```html
52
52
  // for the full client
53
- <script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.46.2/dist/algoliasearch.umd.js"></script>
53
+ <script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.46.3/dist/algoliasearch.umd.js"></script>
54
54
 
55
55
  // for the lite client
56
- <script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.46.2/dist/lite/builds/browser.umd.js"></script>
56
+ <script src="https://cdn.jsdelivr.net/npm/algoliasearch@5.46.3/dist/lite/builds/browser.umd.js"></script>
57
57
  ```
58
58
 
59
59
  ### Usage