@azure/arm-iotfirmwaredefense 2.0.0-alpha.20251118.1 → 2.0.0-alpha.20251119.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-iotfirmwaredefense",
3
- "version": "2.0.0-alpha.20251118.1",
3
+ "version": "2.0.0-alpha.20251119.2",
4
4
  "description": "A generated SDK for IoTFirmwareDefenseClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -81,7 +81,7 @@
81
81
  "tslib": "^2.8.1"
82
82
  },
83
83
  "devDependencies": {
84
- "@azure/identity": "4.11.1",
84
+ "@azure/identity": "4.13.0",
85
85
  "@types/node": "^20.19.25",
86
86
  "@vitest/browser-playwright": "^4.0.8",
87
87
  "@vitest/coverage-istanbul": "^4.0.8",
@@ -95,10 +95,10 @@
95
95
  "typescript": "~5.9.3",
96
96
  "vitest": "^4.0.8",
97
97
  "@azure-tools/test-credential": "^2.1.2",
98
- "@azure/dev-tool": "^1.0.0",
99
98
  "@azure-tools/test-utils-vitest": "^2.0.1",
100
99
  "@azure-tools/test-recorder": "^4.1.1",
101
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
100
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
101
+ "@azure/dev-tool": "^1.0.0"
102
102
  },
103
103
  "//sampleConfiguration": {
104
104
  "productName": "@azure/arm-iotfirmwaredefense",
@@ -368,7 +368,7 @@
368
368
  "module": "./dist/esm/index.js",
369
369
  "scripts": {
370
370
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
371
- "build:samples": "tsc -p tsconfig.samples.json",
371
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
372
372
  "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
373
373
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
374
374
  "execute:samples": "dev-tool samples run samples-dev",