@azure/ai-text-analytics 5.1.1-alpha.20231120.1 → 5.1.1-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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -2
package/dist/index.js CHANGED
@@ -5212,7 +5212,7 @@ var KnownRelationType;
5212
5212
  KnownRelationType["ValueOfExamination"] = "ValueOfExamination";
5213
5213
  })(KnownRelationType || (KnownRelationType = {}));
5214
5214
 
5215
- Object.defineProperty(exports, 'AzureKeyCredential', {
5215
+ Object.defineProperty(exports, "AzureKeyCredential", {
5216
5216
  enumerable: true,
5217
5217
  get: function () { return coreAuth.AzureKeyCredential; }
5218
5218
  });
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic client library for the Azure Text Analytics service.",
6
- "version": "5.1.1-alpha.20231120.1",
6
+ "version": "5.1.1-alpha.20231218.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -130,7 +130,6 @@
130
130
  "karma-sourcemap-loader": "^0.3.8",
131
131
  "karma-source-map-support": "~1.4.0",
132
132
  "mocha": "^10.0.0",
133
- "mocha-junit-reporter": "^2.0.0",
134
133
  "c8": "^8.0.0",
135
134
  "prettier": "^2.5.1",
136
135
  "rimraf": "^3.0.0",