@azure/ai-language-text 1.1.0-alpha.20241211.1 → 1.1.0-alpha.20241218.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 +5 -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.20241211.1",
6
+ "version": "1.1.0-alpha.20241218.2",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -105,18 +105,18 @@
105
105
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
106
106
  "@azure/identity": "^4.0.1",
107
107
  "@azure/storage-blob": ">=12.26.0-alpha <12.26.0-alphb",
108
- "@types/decompress": "^4.0.0",
109
108
  "@types/node": "^18.0.0",
110
109
  "@vitest/browser": "^2.1.8",
111
110
  "@vitest/coverage-istanbul": "^2.1.8",
112
111
  "chai": "^5.1.2",
113
112
  "chai-exclude": "^3.0.0",
114
- "decompress": "^4.0.0",
115
113
  "dotenv": "^16.0.0",
116
114
  "eslint": "^9.9.0",
117
115
  "playwright": "^1.49.0",
118
- "typescript": "~5.6.2",
119
- "vitest": "^2.1.8"
116
+ "typescript": "~5.7.2",
117
+ "vitest": "^2.1.8",
118
+ "unzipper": "~0.12.3",
119
+ "@types/unzipper": "~0.10.10"
120
120
  },
121
121
  "type": "module",
122
122
  "tshy": {