@azure/search-documents 12.0.0-alpha.20231205.2 → 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 -2
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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/search-documents",
|
|
3
|
-
"version": "12.0.0-alpha.
|
|
3
|
+
"version": "12.0.0-alpha.20231218.1",
|
|
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",
|
|
@@ -122,7 +122,6 @@
|
|
|
122
122
|
"karma-mocha-reporter": "^2.2.5",
|
|
123
123
|
"karma-sourcemap-loader": "^0.3.8",
|
|
124
124
|
"mocha": "^10.0.0",
|
|
125
|
-
"mocha-junit-reporter": "^2.0.0",
|
|
126
125
|
"c8": "^8.0.0",
|
|
127
126
|
"prettier": "^2.5.1",
|
|
128
127
|
"rimraf": "^3.0.0",
|