algoliasearch 5.34.0 → 5.35.0

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