@azure-rest/iot-device-update 1.0.1-alpha.20231002.1 → 1.0.1-alpha.20231024.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 +4 -4
package/README.md CHANGED
@@ -14,7 +14,7 @@ Key links:
14
14
 
15
15
  ### Currently supported environments
16
16
 
17
- - Node.js version 14.x.x or higher
17
+ - [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
18
18
 
19
19
  ### Prerequisites
20
20
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "client",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "Device Update for IoT Hub is an Azure service that enables customers to publish update for their IoT devices to the cloud, and then deploy that update to their devices (approve updates to groups of devices managed and provisioned in IoT Hub). It leverages the proven security and reliability of the Windows Update platform, optimized for IoT devices. It works globally and knows when and how to update devices, enabling customers to focus on their business goals and let Device Update for IoT Hub handle the updates.",
6
- "version": "1.0.1-alpha.20231002.1",
6
+ "version": "1.0.1-alpha.20231024.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -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
  "//sampleConfiguration": {
44
44
  "productName": "Azure IoT Hub Device Update rest",
@@ -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",
@@ -124,7 +124,7 @@
124
124
  "prettier": "^2.5.1",
125
125
  "rimraf": "^3.0.0",
126
126
  "source-map-support": "^0.5.9",
127
- "typescript": "~5.0.0",
127
+ "typescript": "~5.2.0",
128
128
  "@azure/core-util": "^1.0.1",
129
129
  "uuid": "^8.3.0",
130
130
  "@types/uuid": "^8.0.0",