@azure/arm-dns-profile-2020-09-01-hybrid 2.1.2-alpha.20251013.1 → 2.1.2-alpha.20251015.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 +7 -4
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 DnsManagementClient.",
6
- "version": "2.1.2-alpha.20251013.1",
6
+ "version": "2.1.2-alpha.20251015.1",
7
7
  "engines": {
8
8
  "node": ">=20.0.0"
9
9
  },
@@ -34,14 +34,17 @@
34
34
  "@types/node": "^20.19.0",
35
35
  "@vitest/browser": "^3.2.3",
36
36
  "@vitest/coverage-istanbul": "^3.2.3",
37
+ "cross-env": "^7.0.3",
37
38
  "dotenv": "^16.0.0",
38
39
  "playwright": "^1.50.1",
40
+ "rimraf": "^6.0.1",
41
+ "tshy": "^3.0.0",
39
42
  "typescript": "~5.9.3",
40
43
  "vitest": "^3.2.3",
41
44
  "@azure-tools/test-credential": "^2.1.2",
42
- "@azure-tools/test-utils-vitest": "^2.0.1",
45
+ "@azure/dev-tool": "^1.0.0",
43
46
  "@azure-tools/test-recorder": "^4.1.1",
44
- "@azure/dev-tool": "^1.0.0"
47
+ "@azure-tools/test-utils-vitest": "^2.0.1"
45
48
  },
46
49
  "repository": "github:Azure/azure-sdk-for-js",
47
50
  "bugs": {
@@ -109,7 +112,7 @@
109
112
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
110
113
  "build:samples": "echo Skipped.",
111
114
  "check-format": "echo skipped",
112
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
115
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
113
116
  "execute:samples": "echo skipped",
114
117
  "extract-api": "dev-tool run extract-api",
115
118
  "format": "echo skipped",