@azure/arm-serialconsole 2.1.2-alpha.20251010.1 → 2.1.2-alpha.20251014.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.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
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.20251010.1",
6
+ "version": "2.1.2-alpha.20251014.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -30,12 +30,15 @@
30
30
  "@types/node": "^20.19.0",
31
31
  "@vitest/browser": "^3.2.3",
32
32
  "@vitest/coverage-istanbul": "^3.2.3",
33
+ "cross-env": "^7.0.3",
33
34
  "playwright": "^1.50.1",
35
+ "rimraf": "^6.0.1",
36
+ "tshy": "^3.0.0",
34
37
  "typescript": "~5.9.3",
35
38
  "vitest": "^3.2.3",
36
- "@azure-tools/test-utils-vitest": "^2.0.1",
37
- "@azure-tools/test-recorder": "^4.1.1",
38
39
  "@azure-tools/test-credential": "^2.1.2",
40
+ "@azure-tools/test-recorder": "^4.1.1",
41
+ "@azure-tools/test-utils-vitest": "^2.0.1",
39
42
  "@azure/dev-tool": "^1.0.0"
40
43
  },
41
44
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/serialconsole/arm-serialconsole",
@@ -115,7 +118,7 @@
115
118
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
116
119
  "build:samples": "tsc -p tsconfig.samples.json",
117
120
  "check-format": "echo skipped",
118
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
121
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
119
122
  "execute:samples": "echo skipped",
120
123
  "extract-api": "dev-tool run extract-api",
121
124
  "format": "echo skipped",