@azure/arm-playwrighttesting 1.0.1-alpha.20251013.1 → 1.0.1-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-playwrighttesting",
|
|
3
|
-
"version": "1.0.1-alpha.
|
|
3
|
+
"version": "1.0.1-alpha.20251014.1",
|
|
4
4
|
"description": "A generated SDK for AzurePlaywrightServiceClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -72,13 +72,17 @@
|
|
|
72
72
|
"@types/node": "^20.19.0",
|
|
73
73
|
"@vitest/browser": "^3.2.3",
|
|
74
74
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
75
|
+
"cross-env": "^7.0.3",
|
|
75
76
|
"dotenv": "^16.0.0",
|
|
76
77
|
"eslint": "^9.33.0",
|
|
77
78
|
"playwright": "^1.50.1",
|
|
79
|
+
"prettier": "^3.6.2",
|
|
80
|
+
"rimraf": "^6.0.1",
|
|
81
|
+
"tshy": "^3.0.0",
|
|
78
82
|
"typescript": "~5.9.3",
|
|
79
83
|
"vitest": "^3.2.3",
|
|
80
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
81
84
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
85
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
82
86
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
83
87
|
"@azure/dev-tool": "^1.0.0",
|
|
84
88
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
@@ -138,11 +142,11 @@
|
|
|
138
142
|
"scripts": {
|
|
139
143
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
140
144
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
141
|
-
"check-format": "
|
|
142
|
-
"clean": "
|
|
145
|
+
"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\"",
|
|
146
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
143
147
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
144
|
-
"extract-api": "
|
|
145
|
-
"format": "
|
|
148
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
149
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
146
150
|
"generate:client": "echo skipped",
|
|
147
151
|
"lint": "echo skipped",
|
|
148
152
|
"lint:fix": "echo skipped",
|