@azure-rest/iot-device-update 1.1.0-alpha.20250122.1 → 1.1.0-alpha.20250127.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.
Files changed (1) hide show
  1. package/package.json +5 -5
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.0-alpha.20250122.1",
6
+ "version": "1.1.0-alpha.20250127.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -56,7 +56,7 @@
56
56
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
57
57
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
58
58
  "execute:samples": "dev-tool samples run samples-dev",
59
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
59
+ "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
60
60
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
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",
@@ -94,13 +94,13 @@
94
94
  "@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
95
95
  "@azure/identity": "^4.0.1",
96
96
  "@types/node": "^18.0.0",
97
- "@vitest/browser": "^2.1.8",
98
- "@vitest/coverage-istanbul": "^2.1.8",
97
+ "@vitest/browser": "^3.0.3",
98
+ "@vitest/coverage-istanbul": "^3.0.3",
99
99
  "dotenv": "^16.0.0",
100
100
  "eslint": "^9.9.0",
101
101
  "playwright": "^1.49.0",
102
102
  "typescript": "~5.7.2",
103
- "vitest": "^2.1.8"
103
+ "vitest": "^3.0.3"
104
104
  },
105
105
  "type": "module",
106
106
  "tshy": {