@azure-rest/arm-servicefabric 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
@@ -15,7 +15,7 @@ Key links:
15
15
 
16
16
  ### Currently supported environments
17
17
 
18
- - Node.js version 14.x.x or higher
18
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
19
19
 
20
20
  ### Prerequisites
21
21
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@azure-rest/arm-servicefabric",
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
- "version": "1.0.0-alpha.20230929.1",
5
+ "version": "1.0.0-alpha.20231009.1",
6
6
  "description": "",
7
7
  "keywords": [
8
8
  "node",
@@ -38,7 +38,7 @@
38
38
  ]
39
39
  },
40
40
  "engines": {
41
- "node": ">=14.0.0"
41
+ "node": ">=16.0.0"
42
42
  },
43
43
  "scripts": {
44
44
  "audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
@@ -81,7 +81,7 @@
81
81
  "devDependencies": {
82
82
  "@microsoft/api-extractor": "^7.31.1",
83
83
  "autorest": "latest",
84
- "@types/node": "^14.0.0",
84
+ "@types/node": "^16.0.0",
85
85
  "dotenv": "^16.0.0",
86
86
  "eslint": "^8.0.0",
87
87
  "mkdirp": "^1.0.4",