@azure/arm-iotfirmwaredefense 2.0.0-alpha.20250822.1 → 2.0.0-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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.10"
8
+ "packageVersion": "7.52.11"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-iotfirmwaredefense",
3
- "version": "2.0.0-alpha.20250822.1",
3
+ "version": "2.0.0-alpha.20250825.1",
4
4
  "description": "A generated SDK for IoTFirmwareDefenseClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -87,11 +87,11 @@
87
87
  "playwright": "^1.50.1",
88
88
  "typescript": "~5.8.3",
89
89
  "vitest": "^3.2.3",
90
- "@azure-tools/test-credential": "^2.1.1",
91
- "@azure-tools/test-utils-vitest": "^2.0.0",
92
90
  "@azure-tools/test-recorder": "^4.1.0",
91
+ "@azure-tools/test-utils-vitest": "^2.0.0",
93
92
  "@azure/dev-tool": "^1.0.0",
94
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
93
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
94
+ "@azure-tools/test-credential": "^2.1.1"
95
95
  },
96
96
  "//sampleConfiguration": {
97
97
  "productName": "@azure/arm-iotfirmwaredefense",
@@ -375,8 +375,7 @@
375
375
  "pack": "pnpm pack 2>&1",
376
376
  "test": "npm run test:node && npm run test:browser",
377
377
  "test:browser": "echo skipped",
378
- "test:node": "dev-tool run test:vitest",
379
- "test:node:esm": "dev-tool run test:vitest --esm",
378
+ "test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
380
379
  "update-snippets": "dev-tool run update-snippets"
381
380
  }
382
381
  }