@azure/arm-standbypool 2.0.0-alpha.20250805.1 → 2.0.0-alpha.20250825.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 +33 -34
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.20250825.1",
|
|
4
4
|
"description": "A generated SDK for StandbyPoolClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -75,38 +75,20 @@
|
|
|
75
75
|
"tslib": "^2.8.1"
|
|
76
76
|
},
|
|
77
77
|
"devDependencies": {
|
|
78
|
-
"@azure
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@
|
|
82
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
83
|
-
"@azure/identity": "^4.8.0",
|
|
84
|
-
"@types/node": "^20.0.0",
|
|
85
|
-
"@vitest/browser": "^3.0.9",
|
|
86
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
78
|
+
"@azure/identity": "4.11.1",
|
|
79
|
+
"@types/node": "^20.19.0",
|
|
80
|
+
"@vitest/browser": "^3.2.3",
|
|
81
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
87
82
|
"dotenv": "^16.0.0",
|
|
88
|
-
"eslint": "^9.
|
|
89
|
-
"playwright": "^1.
|
|
90
|
-
"typescript": "~5.8.
|
|
91
|
-
"vitest": "^3.
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
98
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
99
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
100
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
101
|
-
"generate:client": "echo skipped",
|
|
102
|
-
"lint": "echo skipped",
|
|
103
|
-
"lint:fix": "echo skipped",
|
|
104
|
-
"pack": "npm pack 2>&1",
|
|
105
|
-
"test": "npm run test:node && npm run test:browser",
|
|
106
|
-
"test:browser": "echo skipped",
|
|
107
|
-
"test:node": "dev-tool run test:vitest",
|
|
108
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
109
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
83
|
+
"eslint": "^9.33.0",
|
|
84
|
+
"playwright": "^1.50.1",
|
|
85
|
+
"typescript": "~5.8.3",
|
|
86
|
+
"vitest": "^3.2.3",
|
|
87
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
88
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
89
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
90
|
+
"@azure/dev-tool": "^1.0.0",
|
|
91
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
110
92
|
},
|
|
111
93
|
"//sampleConfiguration": {
|
|
112
94
|
"productName": "@azure/arm-standbypool",
|
|
@@ -285,5 +267,22 @@
|
|
|
285
267
|
},
|
|
286
268
|
"main": "./dist/commonjs/index.js",
|
|
287
269
|
"types": "./dist/commonjs/index.d.ts",
|
|
288
|
-
"module": "./dist/esm/index.js"
|
|
289
|
-
|
|
270
|
+
"module": "./dist/esm/index.js",
|
|
271
|
+
"scripts": {
|
|
272
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
273
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
274
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
275
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
276
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
277
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
278
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
279
|
+
"generate:client": "echo skipped",
|
|
280
|
+
"lint": "echo skipped",
|
|
281
|
+
"lint:fix": "echo skipped",
|
|
282
|
+
"pack": "pnpm pack 2>&1",
|
|
283
|
+
"test": "npm run test:node && npm run test:browser",
|
|
284
|
+
"test:browser": "echo skipped",
|
|
285
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
286
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
287
|
+
}
|
|
288
|
+
}
|