@azure-rest/iot-device-update 1.0.1-alpha.20241212.1 → 1.0.1-alpha.20241216.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 +4 -3
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.20241216.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
62
62
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
63
63
|
"integration-test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
64
|
-
"integration-test:node": "dev-tool run test:vitest",
|
|
64
|
+
"integration-test:node": "dev-tool run test:vitest --esm",
|
|
65
65
|
"lint": "eslint package.json api-extractor.json src test",
|
|
66
66
|
"lint:fix": "eslint package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
67
67
|
"pack": "npm pack 2>&1",
|
|
@@ -115,7 +115,8 @@
|
|
|
115
115
|
"browser",
|
|
116
116
|
"react-native"
|
|
117
117
|
],
|
|
118
|
-
"selfLink": false
|
|
118
|
+
"selfLink": false,
|
|
119
|
+
"project": "./tsconfig.src.json"
|
|
119
120
|
},
|
|
120
121
|
"exports": {
|
|
121
122
|
"./package.json": "./package.json",
|