@azure/ai-language-text 1.1.0-alpha.20250121.1 → 1.1.0-alpha.20250124.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 +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.
|
6
|
+
"version": "1.1.0-alpha.20250124.1",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -106,15 +106,15 @@
|
|
106
106
|
"@azure/identity": "^4.0.1",
|
107
107
|
"@azure/storage-blob": ">=12.26.0-alpha <12.26.0-alphb",
|
108
108
|
"@types/node": "^18.0.0",
|
109
|
-
"@vitest/browser": "^
|
110
|
-
"@vitest/coverage-istanbul": "^
|
109
|
+
"@vitest/browser": "^3.0.3",
|
110
|
+
"@vitest/coverage-istanbul": "^3.0.3",
|
111
111
|
"chai": "^5.1.2",
|
112
112
|
"chai-exclude": "^3.0.0",
|
113
113
|
"dotenv": "^16.0.0",
|
114
114
|
"eslint": "^9.9.0",
|
115
115
|
"playwright": "^1.49.0",
|
116
116
|
"typescript": "~5.7.2",
|
117
|
-
"vitest": "^
|
117
|
+
"vitest": "^3.0.3",
|
118
118
|
"unzipper": "~0.12.3",
|
119
119
|
"@types/unzipper": "~0.10.10"
|
120
120
|
},
|