@azure/arm-avs 7.0.0-alpha.20251009.1 → 7.0.0-alpha.20251013.2
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-avs",
|
|
3
|
-
"version": "7.0.0-alpha.
|
|
3
|
+
"version": "7.0.0-alpha.20251013.2",
|
|
4
4
|
"description": "A generated SDK for AzureVMwareSolutionAPI.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -94,16 +94,20 @@
|
|
|
94
94
|
"@types/node": "^20.19.0",
|
|
95
95
|
"@vitest/browser": "^3.2.3",
|
|
96
96
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
97
|
+
"cross-env": "^7.0.3",
|
|
97
98
|
"dotenv": "^16.0.0",
|
|
98
99
|
"eslint": "^9.33.0",
|
|
99
100
|
"playwright": "^1.50.1",
|
|
101
|
+
"prettier": "^3.6.2",
|
|
102
|
+
"rimraf": "^6.0.1",
|
|
103
|
+
"tshy": "^3.0.0",
|
|
100
104
|
"typescript": "~5.9.3",
|
|
101
105
|
"vitest": "^3.2.3",
|
|
102
106
|
"@azure-tools/test-credential": "^2.1.2",
|
|
103
|
-
"@azure-tools/test-
|
|
107
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
104
108
|
"@azure/dev-tool": "^1.0.0",
|
|
105
109
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
106
|
-
"@azure-tools/test-
|
|
110
|
+
"@azure-tools/test-recorder": "^4.1.1"
|
|
107
111
|
},
|
|
108
112
|
"//sampleConfiguration": {
|
|
109
113
|
"productName": "@azure/arm-avs",
|
|
@@ -556,11 +560,11 @@
|
|
|
556
560
|
"scripts": {
|
|
557
561
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
558
562
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
559
|
-
"check-format": "
|
|
560
|
-
"clean": "
|
|
563
|
+
"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\"",
|
|
564
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
561
565
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
562
|
-
"extract-api": "
|
|
563
|
-
"format": "
|
|
566
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
567
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
564
568
|
"generate:client": "echo skipped",
|
|
565
569
|
"lint": "echo skipped",
|
|
566
570
|
"lint:fix": "echo skipped",
|