@azure/arm-standbypool 2.0.0-alpha.20251118.1 → 2.0.0-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 +6 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-standbypool",
|
|
3
|
-
"version": "2.0.0-alpha.
|
|
3
|
+
"version": "2.0.0-alpha.20251120.1",
|
|
4
4
|
"description": "A generated SDK for StandbyPoolClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"tslib": "^2.8.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@azure/identity": "4.
|
|
78
|
+
"@azure/identity": "4.13.0",
|
|
79
79
|
"@types/node": "^20.19.25",
|
|
80
80
|
"@vitest/browser-playwright": "^4.0.8",
|
|
81
81
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -89,10 +89,10 @@
|
|
|
89
89
|
"typescript": "~5.9.3",
|
|
90
90
|
"vitest": "^4.0.8",
|
|
91
91
|
"@azure-tools/test-credential": "^2.1.2",
|
|
92
|
-
"@azure-tools/test-recorder": "^4.1.1",
|
|
93
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
94
92
|
"@azure/dev-tool": "^1.0.0",
|
|
95
|
-
"@azure/
|
|
93
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
94
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
95
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
96
96
|
},
|
|
97
97
|
"//sampleConfiguration": {
|
|
98
98
|
"productName": "@azure/arm-standbypool",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"module": "./dist/esm/index.js",
|
|
275
275
|
"scripts": {
|
|
276
276
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
277
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
277
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
278
278
|
"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\"",
|
|
279
279
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
280
280
|
"execute:samples": "dev-tool samples run samples-dev",
|