@azure/ai-language-text 1.1.0-alpha.20230727.2 → 1.1.0-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.
- package/package.json +6 -5
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.
|
6
|
+
"version": "1.1.0-alpha.20230926.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -103,14 +103,14 @@
|
|
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": "^
|
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",
|
110
110
|
"@microsoft/api-extractor": "^7.31.1",
|
111
111
|
"@types/chai": "^4.1.6",
|
112
112
|
"@types/chai-as-promised": "^7.1.0",
|
113
|
-
"@types/mocha": "^
|
113
|
+
"@types/mocha": "^10.0.0",
|
114
114
|
"@types/node": "^14.0.0",
|
115
115
|
"@types/sinon": "^10.0.0",
|
116
116
|
"decompress": "^4.0.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": "^
|
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
|
}
|