@azure-rest/iot-device-update 1.1.1 → 1.1.2-alpha.20250926.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 1.1.1 (Unreleased)
3
+ ## 1.1.2 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,12 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 1.1.1 (2025-08-22)
14
+
15
+ ### Other Changes
16
+
17
+ - Other fixes
18
+
13
19
  ## 1.1.0 (2025-02-10)
14
20
 
15
21
  ### Features Added
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.13"
9
9
  }
10
10
  ]
11
11
  }
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",
6
+ "version": "1.1.2-alpha.20250926.1",
7
7
  "keywords": [
8
8
  "node",
9
9
  "azure",
@@ -73,11 +73,11 @@
73
73
  "playwright": "^1.50.1",
74
74
  "typescript": "~5.8.3",
75
75
  "vitest": "^3.2.3",
76
- "@azure-tools/test-credential": "^2.1.1",
77
- "@azure-tools/test-recorder": "^4.1.0",
78
- "@azure-tools/test-utils-vitest": "^1.0.0",
76
+ "@azure-tools/test-credential": "^2.1.2",
79
77
  "@azure/core-util": "^1.13.1",
80
78
  "@azure/dev-tool": "^1.0.0",
79
+ "@azure-tools/test-utils-vitest": "^2.0.1",
80
+ "@azure-tools/test-recorder": "^4.1.1",
81
81
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
82
82
  },
83
83
  "type": "module",
@@ -133,8 +133,7 @@
133
133
  "pack": "pnpm pack 2>&1",
134
134
  "test": "npm run test:node && npm run test:browser",
135
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 test:vitest",
137
- "test:node:esm": "dev-tool run test:vitest --esm",
136
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
138
137
  "update-snippets": "dev-tool run update-snippets"
139
138
  }
140
139
  }