@azure/arm-advisor 3.2.0-alpha.20251010.1 → 3.2.0-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 AdvisorManagementClient.",
|
|
6
|
-
"version": "3.2.0-alpha.
|
|
6
|
+
"version": "3.2.0-alpha.20251014.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -31,13 +31,17 @@
|
|
|
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
|
"dotenv": "^16.0.0",
|
|
35
36
|
"playwright": "^1.50.1",
|
|
37
|
+
"prettier": "^3.6.2",
|
|
38
|
+
"rimraf": "^6.0.1",
|
|
39
|
+
"tshy": "^3.0.0",
|
|
36
40
|
"typescript": "~5.9.3",
|
|
37
41
|
"vitest": "^3.2.3",
|
|
38
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
39
42
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
40
43
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
44
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
41
45
|
"@azure/dev-tool": "^1.0.0"
|
|
42
46
|
},
|
|
43
47
|
"repository": "github:Azure/azure-sdk-for-js",
|
|
@@ -99,11 +103,11 @@
|
|
|
99
103
|
"scripts": {
|
|
100
104
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
101
105
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
102
|
-
"check-format": "
|
|
103
|
-
"clean": "
|
|
106
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"samples-dev/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
107
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
104
108
|
"execute:samples": "echo skipped",
|
|
105
109
|
"extract-api": "dev-tool run extract-api",
|
|
106
|
-
"format": "
|
|
110
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
107
111
|
"lint": "echo skipped",
|
|
108
112
|
"pack": "pnpm pack 2>&1",
|
|
109
113
|
"test": "npm run test:node && npm run test:browser",
|