@azure/ai-language-text 1.1.0-alpha.20230615.5 → 1.1.0-alpha.20230922.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 +4 -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 text analysis features in the Azure Cognitive Language Service.",
6
- "version": "1.1.0-alpha.20230615.5",
6
+ "version": "1.1.0-alpha.20230922.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -103,7 +103,7 @@
103
103
  "@types/decompress": "^4.0.0",
104
104
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
105
105
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
106
- "@azure/identity": "^2.0.1",
106
+ "@azure/identity": "^3.3.0",
107
107
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
108
108
  "@azure-tools/test-recorder": "^3.0.0",
109
109
  "@azure-tools/test-credential": "^1.0.0",
@@ -112,7 +112,7 @@
112
112
  "@types/chai-as-promised": "^7.1.0",
113
113
  "@types/mocha": "^7.0.2",
114
114
  "@types/node": "^14.0.0",
115
- "@types/sinon": "^9.0.4",
115
+ "@types/sinon": "^10.0.0",
116
116
  "decompress": "^4.0.0",
117
117
  "chai": "^4.2.0",
118
118
  "chai-as-promised": "^7.1.1",
@@ -134,7 +134,7 @@
134
134
  "nyc": "^15.0.0",
135
135
  "prettier": "^2.5.1",
136
136
  "rimraf": "^3.0.0",
137
- "sinon": "^9.0.2",
137
+ "sinon": "^15.0.0",
138
138
  "source-map-support": "^0.5.9",
139
139
  "ts-node": "^10.0.0",
140
140
  "typescript": "~5.0.0"