@azure-rest/ai-document-translator 1.0.0-alpha.20230929.1 → 1.0.0-alpha.20231009.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -24,7 +24,7 @@ Use the client library to:
24
24
 
25
25
  ### Currently supported environments
26
26
 
27
- - Node.js version 14.x.x or higher
27
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
28
28
 
29
29
  ### Prerequisites
30
30
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic rest level client library for the Azure Document Translator service.",
6
- "version": "1.0.0-alpha.20230929.1",
6
+ "version": "1.0.0-alpha.20231009.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -41,7 +41,7 @@
41
41
  ]
42
42
  },
43
43
  "engines": {
44
- "node": ">=14.0.0"
44
+ "node": ">=16.0.0"
45
45
  },
46
46
  "//sampleConfiguration": {
47
47
  "productName": "Azure Document Translator rest",
@@ -99,7 +99,7 @@
99
99
  "@microsoft/api-extractor": "^7.31.1",
100
100
  "@types/chai": "^4.1.6",
101
101
  "@types/mocha": "^10.0.0",
102
- "@types/node": "^14.0.0",
102
+ "@types/node": "^16.0.0",
103
103
  "chai": "^4.2.0",
104
104
  "cross-env": "^7.0.2",
105
105
  "dotenv": "^16.0.0",