@azure/arm-links 2.0.2-alpha.20251013.1 → 2.0.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.
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 ManagementLinkClient.",
|
|
6
|
-
"version": "2.0.2-alpha.
|
|
6
|
+
"version": "2.0.2-alpha.20251015.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -33,7 +33,10 @@
|
|
|
33
33
|
"@types/node": "^20.19.0",
|
|
34
34
|
"@vitest/browser": "^3.2.3",
|
|
35
35
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
36
|
+
"cross-env": "^7.0.3",
|
|
36
37
|
"playwright": "^1.50.1",
|
|
38
|
+
"rimraf": "^6.0.1",
|
|
39
|
+
"tshy": "^3.0.0",
|
|
37
40
|
"typescript": "~5.9.3",
|
|
38
41
|
"vitest": "^3.2.3",
|
|
39
42
|
"@azure-tools/test-credential": "^2.1.2",
|
|
@@ -107,7 +110,7 @@
|
|
|
107
110
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
108
111
|
"build:samples": "echo Skipped.",
|
|
109
112
|
"check-format": "echo skipped",
|
|
110
|
-
"clean": "
|
|
113
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
111
114
|
"execute:samples": "echo skipped",
|
|
112
115
|
"extract-api": "dev-tool run extract-api",
|
|
113
116
|
"format": "echo skipped",
|