@azure/ai-language-text 1.1.0-alpha.20231009.1 → 1.1.0-alpha.20231023.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 +3 -3
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 text analysis features in the Azure Cognitive Language Service.",
6
- "version": "1.1.0-alpha.20231009.1",
6
+ "version": "1.1.0-alpha.20231023.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -131,13 +131,13 @@
131
131
  "karma-source-map-support": "~1.4.0",
132
132
  "mocha": "^10.0.0",
133
133
  "mocha-junit-reporter": "^2.0.0",
134
- "nyc": "^15.0.0",
134
+ "c8": "^8.0.0",
135
135
  "prettier": "^2.5.1",
136
136
  "rimraf": "^3.0.0",
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.2.0",
141
141
  "esm": "^3.2.18"
142
142
  }
143
143
  }