@azure/arm-cloudhealth 1.0.0-alpha.20251010.1 → 1.0.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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-cloudhealth",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for CloudHealthClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -80,16 +80,20 @@
|
|
|
80
80
|
"@types/node": "^20.19.0",
|
|
81
81
|
"@vitest/browser": "^3.2.3",
|
|
82
82
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
83
|
+
"cross-env": "^7.0.3",
|
|
83
84
|
"dotenv": "^16.0.0",
|
|
84
85
|
"eslint": "^9.33.0",
|
|
85
86
|
"playwright": "^1.50.1",
|
|
87
|
+
"prettier": "^3.6.2",
|
|
88
|
+
"rimraf": "^6.0.1",
|
|
89
|
+
"tshy": "^3.0.0",
|
|
86
90
|
"typescript": "~5.9.3",
|
|
87
91
|
"vitest": "^3.2.3",
|
|
88
92
|
"@azure-tools/test-credential": "^2.1.2",
|
|
89
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
90
|
-
"@azure/dev-tool": "^1.0.0",
|
|
91
93
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
92
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
94
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
95
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
96
|
+
"@azure/dev-tool": "^1.0.0"
|
|
93
97
|
},
|
|
94
98
|
"//sampleConfiguration": {
|
|
95
99
|
"productName": "@azure/arm-cloudhealth",
|
|
@@ -290,11 +294,11 @@
|
|
|
290
294
|
"scripts": {
|
|
291
295
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
292
296
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
293
|
-
"check-format": "
|
|
294
|
-
"clean": "
|
|
297
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
298
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
295
299
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
296
|
-
"extract-api": "
|
|
297
|
-
"format": "
|
|
300
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
301
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
298
302
|
"generate:client": "echo skipped",
|
|
299
303
|
"lint": "echo skipped",
|
|
300
304
|
"lint:fix": "echo skipped",
|