@azure-rest/iot-device-update 1.0.0-alpha.20220421.1 → 1.0.0-alpha.20220422.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 +2 -4
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.0-alpha.
|
|
6
|
+
"version": "1.0.0-alpha.20220422.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -78,8 +78,7 @@
|
|
|
78
78
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
79
79
|
"unit-test:browser": "dev-tool run test:browser",
|
|
80
80
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
81
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
82
|
-
"docs": "typedoc --excludePrivate --excludeExternals --out ./dist/docs ./src"
|
|
81
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
83
82
|
},
|
|
84
83
|
"sideEffects": false,
|
|
85
84
|
"autoPublish": false,
|
|
@@ -127,7 +126,6 @@
|
|
|
127
126
|
"prettier": "2.2.1",
|
|
128
127
|
"rimraf": "^3.0.0",
|
|
129
128
|
"source-map-support": "^0.5.9",
|
|
130
|
-
"typedoc": "0.15.2",
|
|
131
129
|
"typescript": "~4.2.0"
|
|
132
130
|
}
|
|
133
131
|
}
|