@azure/arm-serialconsole 2.1.2-alpha.20251119.1 → 2.1.2-alpha.20251120.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": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for MicrosoftSerialConsoleClient.",
6
- "version": "2.1.2-alpha.20251119.1",
6
+ "version": "2.1.2-alpha.20251120.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -25,7 +25,7 @@
25
25
  "module": "./dist/esm/index.js",
26
26
  "types": "./dist/commonjs/index.d.ts",
27
27
  "devDependencies": {
28
- "@azure/identity": "4.11.1",
28
+ "@azure/identity": "4.13.0",
29
29
  "@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
30
30
  "@types/node": "^20.19.25",
31
31
  "@vitest/browser-playwright": "^4.0.8",
@@ -37,9 +37,9 @@
37
37
  "typescript": "~5.9.3",
38
38
  "vitest": "^4.0.8",
39
39
  "@azure-tools/test-credential": "^2.1.2",
40
- "@azure-tools/test-utils-vitest": "^2.0.1",
41
40
  "@azure-tools/test-recorder": "^4.1.1",
42
- "@azure/dev-tool": "^1.0.0"
41
+ "@azure/dev-tool": "^1.0.0",
42
+ "@azure-tools/test-utils-vitest": "^2.0.1"
43
43
  },
44
44
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/serialconsole/arm-serialconsole",
45
45
  "repository": {
@@ -116,7 +116,7 @@
116
116
  },
117
117
  "scripts": {
118
118
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
119
- "build:samples": "tsc -p tsconfig.samples.json",
119
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
120
120
  "check-format": "echo skipped",
121
121
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
122
122
  "execute:samples": "echo skipped",