@azure/arm-playwrighttesting 1.0.1-alpha.20251117.1 → 1.0.1-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
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.20251120.1",
|
|
4
4
|
"description": "A generated SDK for AzurePlaywrightServiceClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"tslib": "^2.8.1"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@azure/identity": "4.
|
|
71
|
+
"@azure/identity": "4.13.0",
|
|
72
72
|
"@types/node": "^20.19.25",
|
|
73
73
|
"@vitest/browser-playwright": "^4.0.8",
|
|
74
74
|
"@vitest/coverage-istanbul": "^4.0.8",
|
|
@@ -82,8 +82,8 @@
|
|
|
82
82
|
"typescript": "~5.9.3",
|
|
83
83
|
"vitest": "^4.0.8",
|
|
84
84
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
85
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
86
85
|
"@azure-tools/test-credential": "^2.1.2",
|
|
86
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
87
87
|
"@azure/dev-tool": "^1.0.0",
|
|
88
88
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
89
89
|
},
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
"react-native": "./dist/react-native/index.js",
|
|
142
142
|
"scripts": {
|
|
143
143
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
144
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
144
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
145
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
146
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
147
147
|
"execute:samples": "dev-tool samples run samples-dev",
|