@azure/ai-language-text 1.1.0-alpha.20230317.3 → 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.
Files changed (1) hide show
  1. package/package.json +6 -2
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.20230317.3",
6
+ "version": "1.1.0-alpha.20230411.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -97,11 +97,14 @@
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",
103
106
  "@azure/test-utils": ">=1.0.0-alpha <1.0.0-alphb",
104
- "@azure-tools/test-recorder": ">=3.0.0-alpha <3.0.0-alphb",
107
+ "@azure-tools/test-recorder": "^3.0.0",
105
108
  "@azure-tools/test-credential": "^1.0.0",
106
109
  "@microsoft/api-extractor": "^7.31.1",
107
110
  "@types/chai": "^4.1.6",
@@ -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",