@azure-rest/iot-device-update 1.0.1-alpha.20240419.1 → 1.0.1-alpha.20240424.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.
- package/package.json +6 -7
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.
|
|
6
|
+
"version": "1.0.1-alpha.20240424.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
61
61
|
"build:samples": "echo Obsolete.",
|
|
62
62
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
63
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review &&
|
|
64
|
-
"build:debug": "tsc -p . && dev-tool run bundle &&
|
|
63
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
|
|
64
|
+
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
65
65
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
66
66
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
67
67
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
68
|
-
"extract-api": "rimraf review && mkdirp ./review &&
|
|
68
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
69
69
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
70
70
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
71
71
|
"integration-test:browser": "dev-tool run test:browser",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"@types/chai": "^4.1.6",
|
|
103
103
|
"@types/mocha": "^10.0.0",
|
|
104
104
|
"@types/node": "^18.0.0",
|
|
105
|
-
"
|
|
105
|
+
"nyc": "^15.1.0",
|
|
106
106
|
"chai": "^4.2.0",
|
|
107
107
|
"cross-env": "^7.0.2",
|
|
108
108
|
"dotenv": "^16.0.0",
|
|
@@ -127,7 +127,6 @@
|
|
|
127
127
|
"@azure/core-util": "^1.0.1",
|
|
128
128
|
"uuid": "^8.3.0",
|
|
129
129
|
"@types/uuid": "^8.0.0",
|
|
130
|
-
"ts-node": "^10.0.0"
|
|
131
|
-
"esm": "^3.2.18"
|
|
130
|
+
"ts-node": "^10.0.0"
|
|
132
131
|
}
|
|
133
132
|
}
|