@azure/search-documents 11.3.0-alpha.20220815.2 → 11.3.0-alpha.20220919.1

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,7 +38,7 @@ npm install @azure/search-documents
38
38
 
39
39
  ### Currently supported environments
40
40
 
41
- - [LTS versions of Node.js](https://nodejs.org/about/releases/)
41
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
42
42
  - Latest versions of Safari, Chrome, Edge, and Firefox.
43
43
 
44
44
  See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
package/dist/index.js CHANGED
@@ -1797,7 +1797,7 @@ function createSearchApiKeyCredentialPolicy(credential) {
1797
1797
 
1798
1798
  // Copyright (c) Microsoft Corporation.
1799
1799
  // Licensed under the MIT license.
1800
- const SDK_VERSION = "11.3.0-beta.8";
1800
+ const SDK_VERSION = "11.3.0-beta.9";
1801
1801
 
1802
1802
  // Copyright (c) Microsoft Corporation.
1803
1803
  /**