@azure-rest/agrifood-farming 1.0.0-alpha.20231002.1 → 1.0.0-alpha.20231010.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
@@ -21,7 +21,7 @@ Key links:
21
21
 
22
22
  ### Currently supported environments
23
23
 
24
- - Node.js version 14.x.x or higher
24
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
25
25
 
26
26
  ### Prerequisites
27
27
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "An isomorphic REST client library for the Azure FarmBeats Service.",
6
- "version": "1.0.0-alpha.20231002.1",
6
+ "version": "1.0.0-alpha.20231010.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -29,7 +29,7 @@
29
29
  "LICENSE"
30
30
  ],
31
31
  "engines": {
32
- "node": ">=14.0.0"
32
+ "node": ">=16.0.0"
33
33
  },
34
34
  "//metadata": {
35
35
  "constantPaths": [
@@ -101,7 +101,7 @@
101
101
  "@microsoft/api-extractor": "^7.31.1",
102
102
  "@types/chai": "^4.1.6",
103
103
  "@types/mocha": "^10.0.0",
104
- "@types/node": "^14.0.0",
104
+ "@types/node": "^16.0.0",
105
105
  "chai": "^4.2.0",
106
106
  "cross-env": "^7.0.2",
107
107
  "dotenv": "^16.0.0",