@azure/ai-language-text 1.1.0-alpha.20231023.1 → 1.1.0-alpha.20231030.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.
Files changed (1) hide show
  1. package/package.json +3 -3
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.20231023.1",
6
+ "version": "1.1.0-alpha.20231030.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -45,7 +45,7 @@
45
45
  ]
46
46
  },
47
47
  "engines": {
48
- "node": ">=16.0.0"
48
+ "node": ">=18.0.0"
49
49
  },
50
50
  "//sampleConfiguration": {
51
51
  "productName": "Azure Cognitive Language Service",
@@ -111,7 +111,7 @@
111
111
  "@types/chai": "^4.1.6",
112
112
  "@types/chai-as-promised": "^7.1.0",
113
113
  "@types/mocha": "^10.0.0",
114
- "@types/node": "^16.0.0",
114
+ "@types/node": "^18.0.0",
115
115
  "@types/sinon": "^10.0.0",
116
116
  "decompress": "^4.0.0",
117
117
  "chai": "^4.2.0",