@azure/arm-avs 7.0.0-alpha.20251117.1 → 7.0.0-alpha.20251119.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 +5 -5
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.20251119.2",
|
|
4
4
|
"description": "A generated SDK for AzureVMwareSolutionAPI.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"tslib": "^2.8.1"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@azure/identity": "4.
|
|
93
|
+
"@azure/identity": "4.13.0",
|
|
94
94
|
"@types/node": "^20.19.25",
|
|
95
95
|
"@vitest/browser-playwright": "^4.0.8",
|
|
96
96
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"vitest": "^4.0.8",
|
|
106
106
|
"@azure-tools/test-credential": "^2.1.2",
|
|
107
107
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
108
|
+
"@azure/dev-tool": "^1.0.0",
|
|
108
109
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
109
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
110
|
-
"@azure/dev-tool": "^1.0.0"
|
|
110
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
111
111
|
},
|
|
112
112
|
"//sampleConfiguration": {
|
|
113
113
|
"productName": "@azure/arm-avs",
|
|
@@ -559,7 +559,7 @@
|
|
|
559
559
|
"module": "./dist/esm/index.js",
|
|
560
560
|
"scripts": {
|
|
561
561
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
562
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
562
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
563
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
564
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
565
565
|
"execute:samples": "dev-tool samples run samples-dev",
|