@azure-rest/iot-device-update 1.0.1-alpha.20241023.1 → 1.0.1-alpha.20241025.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 +5 -8
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.20241025.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -55,17 +55,17 @@
|
|
|
55
55
|
"./dist-esm/test/public/utils/env.js": "./dist-esm/test/public/utils/env.browser.js"
|
|
56
56
|
},
|
|
57
57
|
"scripts": {
|
|
58
|
-
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
59
|
-
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api",
|
|
58
|
+
"audit": "node ../../../common/scripts/rush-audit.js && dev-tool run vendored rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
59
|
+
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
60
60
|
"build:browser": "tsc -p . && dev-tool run bundle",
|
|
61
61
|
"build:debug": "tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
62
62
|
"build:node": "tsc -p . && dev-tool run bundle",
|
|
63
63
|
"build:samples": "echo Obsolete.",
|
|
64
64
|
"build:test": "tsc -p . && dev-tool run bundle",
|
|
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
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
66
|
+
"clean": "dev-tool run vendored 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 && dev-tool run extract-api",
|
|
68
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored 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": "npm run integration-test:node && npm run integration-test:browser",
|
|
@@ -100,7 +100,6 @@
|
|
|
100
100
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
101
101
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
102
102
|
"@azure/identity": "^4.0.1",
|
|
103
|
-
"@microsoft/api-extractor": "^7.31.1",
|
|
104
103
|
"@types/chai": "^4.1.6",
|
|
105
104
|
"@types/mocha": "^10.0.0",
|
|
106
105
|
"@types/node": "^18.0.0",
|
|
@@ -120,10 +119,8 @@
|
|
|
120
119
|
"karma-mocha-reporter": "^2.2.5",
|
|
121
120
|
"karma-source-map-support": "~1.4.0",
|
|
122
121
|
"karma-sourcemap-loader": "^0.3.8",
|
|
123
|
-
"mkdirp": "^3.0.1",
|
|
124
122
|
"mocha": "^10.0.0",
|
|
125
123
|
"nyc": "^17.0.0",
|
|
126
|
-
"rimraf": "^5.0.5",
|
|
127
124
|
"source-map-support": "^0.5.9",
|
|
128
125
|
"ts-node": "^10.0.0",
|
|
129
126
|
"typescript": "~5.6.2"
|