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