@azure-rest/iot-device-update 1.1.1-alpha.20250805.1 → 1.1.1-alpha.20250825.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 +34 -35
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.1.1-alpha.
|
|
6
|
+
"version": "1.1.1-alpha.20250825.1",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
9
9
|
"azure",
|
|
@@ -51,24 +51,6 @@
|
|
|
51
51
|
"apiRefLink": "https://learn.microsoft.com/rest/api/deviceupdate/2021-06-01-preview/device-update"
|
|
52
52
|
},
|
|
53
53
|
"browser": "./dist/browser/index.js",
|
|
54
|
-
"scripts": {
|
|
55
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
56
|
-
"build:samples": "echo Obsolete.",
|
|
57
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
58
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
59
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
60
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
61
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
62
|
-
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
63
|
-
"lint": "eslint package.json src test",
|
|
64
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
65
|
-
"pack": "npm pack 2>&1",
|
|
66
|
-
"test": "npm run test:node && npm run test:browser",
|
|
67
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
68
|
-
"test:node": "dev-tool run test:vitest",
|
|
69
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
70
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
71
|
-
},
|
|
72
54
|
"sideEffects": false,
|
|
73
55
|
"autoPublish": false,
|
|
74
56
|
"dependencies": {
|
|
@@ -82,21 +64,21 @@
|
|
|
82
64
|
"tslib": "^2.8.1"
|
|
83
65
|
},
|
|
84
66
|
"devDependencies": {
|
|
85
|
-
"@azure
|
|
86
|
-
"@
|
|
87
|
-
"@
|
|
88
|
-
"@
|
|
89
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
90
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
91
|
-
"@azure/identity": "^4.6.0",
|
|
92
|
-
"@types/node": "^20.0.0",
|
|
93
|
-
"@vitest/browser": "^3.0.9",
|
|
94
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
67
|
+
"@azure/identity": "4.11.1",
|
|
68
|
+
"@types/node": "^20.19.0",
|
|
69
|
+
"@vitest/browser": "^3.2.3",
|
|
70
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
95
71
|
"dotenv": "^16.0.0",
|
|
96
|
-
"eslint": "^9.
|
|
97
|
-
"playwright": "^1.50.
|
|
98
|
-
"typescript": "~5.8.
|
|
99
|
-
"vitest": "^3.
|
|
72
|
+
"eslint": "^9.33.0",
|
|
73
|
+
"playwright": "^1.50.1",
|
|
74
|
+
"typescript": "~5.8.3",
|
|
75
|
+
"vitest": "^3.2.3",
|
|
76
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
77
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
78
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
79
|
+
"@azure/dev-tool": "^1.0.0",
|
|
80
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
81
|
+
"@azure/core-util": "^1.13.1"
|
|
100
82
|
},
|
|
101
83
|
"type": "module",
|
|
102
84
|
"tshy": {
|
|
@@ -136,5 +118,22 @@
|
|
|
136
118
|
}
|
|
137
119
|
}
|
|
138
120
|
},
|
|
139
|
-
"react-native": "./dist/react-native/index.js"
|
|
140
|
-
|
|
121
|
+
"react-native": "./dist/react-native/index.js",
|
|
122
|
+
"scripts": {
|
|
123
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
124
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
125
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
126
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
127
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
128
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
129
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
130
|
+
"generate:client": "autorest --typescript swagger/README.md && npm run format",
|
|
131
|
+
"lint": "eslint package.json src test",
|
|
132
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
133
|
+
"pack": "pnpm pack 2>&1",
|
|
134
|
+
"test": "npm run test:node && npm run test:browser",
|
|
135
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
136
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
137
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
138
|
+
}
|
|
139
|
+
}
|