@azure/ai-language-text 1.1.0-alpha.20230320.1 → 1.1.0-alpha.20230411.2
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 +5 -1
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.20230411.2",
|
7
7
|
"keywords": [
|
8
8
|
"node",
|
9
9
|
"azure",
|
@@ -97,6 +97,9 @@
|
|
97
97
|
"tslib": "^2.2.0"
|
98
98
|
},
|
99
99
|
"devDependencies": {
|
100
|
+
"@azure/storage-blob": ">=12.20.0-alpha <12.20.0-alphb",
|
101
|
+
"@azure/ai-language-textauthoring": ">=1.0.0-alpha <1.0.0-alphb",
|
102
|
+
"@types/decompress": "^4.0.0",
|
100
103
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
101
104
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
102
105
|
"@azure/identity": "^2.0.1",
|
@@ -109,6 +112,7 @@
|
|
109
112
|
"@types/mocha": "^7.0.2",
|
110
113
|
"@types/node": "^14.0.0",
|
111
114
|
"@types/sinon": "^9.0.4",
|
115
|
+
"decompress": "^4.0.0",
|
112
116
|
"chai": "^4.2.0",
|
113
117
|
"chai-as-promised": "^7.1.1",
|
114
118
|
"cross-env": "^7.0.2",
|