@azure/search-documents 12.0.0-alpha.20231206.1 → 12.0.0-alpha.20231218.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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -14658,7 +14658,7 @@ async function createSynonymMapFromFile(name, filePath) {
|
|
|
14658
14658
|
};
|
|
14659
14659
|
}
|
|
14660
14660
|
|
|
14661
|
-
Object.defineProperty(exports,
|
|
14661
|
+
Object.defineProperty(exports, "AzureKeyCredential", {
|
|
14662
14662
|
enumerable: true,
|
|
14663
14663
|
get: function () { return coreAuth.AzureKeyCredential; }
|
|
14664
14664
|
});
|
package/package.json
CHANGED