@azure/search-documents 11.3.0-alpha.20211109.3 → 11.3.0-alpha.20211112.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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/search-documents",
3
- "version": "11.3.0-alpha.20211109.3",
3
+ "version": "11.3.0-alpha.20211112.2",
4
4
  "description": "Azure client library to use Cognitive Search for node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -141,7 +141,6 @@
141
141
  ],
142
142
  "requiredResources": {
143
143
  "Azure Search Documents instance": "https://docs.microsoft.com/azure/search/search-create-service-portal"
144
- },
145
- "skipFolder": true
144
+ }
146
145
  }
147
146
  }