@azure/ai-text-analytics 5.1.1-alpha.20230922.1 → 5.1.1-alpha.20230926.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 (1) hide show
  1. package/package.json +5 -4
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.20230922.1",
6
+ "version": "5.1.1-alpha.20230926.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -111,7 +111,7 @@
111
111
  "@microsoft/api-extractor": "^7.31.1",
112
112
  "@types/chai": "^4.1.6",
113
113
  "@types/chai-as-promised": "^7.1.0",
114
- "@types/mocha": "^7.0.2",
114
+ "@types/mocha": "^10.0.0",
115
115
  "@types/node": "^14.0.0",
116
116
  "@types/sinon": "^10.0.0",
117
117
  "chai": "^4.2.0",
@@ -129,7 +129,7 @@
129
129
  "karma-mocha-reporter": "^2.2.5",
130
130
  "karma-sourcemap-loader": "^0.3.8",
131
131
  "karma-source-map-support": "~1.4.0",
132
- "mocha": "^7.1.1",
132
+ "mocha": "^10.0.0",
133
133
  "mocha-junit-reporter": "^2.0.0",
134
134
  "nyc": "^15.0.0",
135
135
  "prettier": "^2.5.1",
@@ -137,6 +137,7 @@
137
137
  "sinon": "^15.0.0",
138
138
  "source-map-support": "^0.5.9",
139
139
  "ts-node": "^10.0.0",
140
- "typescript": "~5.0.0"
140
+ "typescript": "~5.0.0",
141
+ "esm": "^3.2.18"
141
142
  }
142
143
  }