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