@azure/arm-playwright 1.0.0-alpha.20251010.1 → 1.0.0-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.
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.53.0"
8
+ "packageVersion": "7.53.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-playwright",
3
- "version": "1.0.0-alpha.20251010.1",
3
+ "version": "1.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for PlaywrightManagementClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -64,30 +64,34 @@
64
64
  ]
65
65
  },
66
66
  "dependencies": {
67
- "@azure/core-util": "^1.12.0",
68
67
  "@azure-rest/core-client": "^2.3.1",
69
68
  "@azure/abort-controller": "^2.1.2",
70
69
  "@azure/core-auth": "^1.9.0",
71
70
  "@azure/core-lro": "^3.1.0",
72
71
  "@azure/core-rest-pipeline": "^1.20.0",
72
+ "@azure/core-util": "^1.12.0",
73
73
  "@azure/logger": "^1.2.0",
74
74
  "tslib": "^2.8.1"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@azure/identity": "4.11.1",
78
78
  "@types/node": "^20.19.0",
79
- "eslint": "^9.33.0",
80
79
  "@vitest/browser": "^3.2.3",
81
80
  "@vitest/coverage-istanbul": "^3.2.3",
81
+ "cross-env": "^7.0.3",
82
82
  "dotenv": "^16.0.0",
83
+ "eslint": "^9.33.0",
83
84
  "playwright": "^1.50.1",
85
+ "prettier": "^3.6.2",
86
+ "rimraf": "^6.0.1",
87
+ "tshy": "^3.0.0",
84
88
  "typescript": "~5.9.3",
85
89
  "vitest": "^3.2.3",
86
90
  "@azure-tools/test-recorder": "^4.1.1",
87
91
  "@azure-tools/test-credential": "^2.1.2",
88
92
  "@azure/dev-tool": "^1.0.0",
89
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
90
- "@azure-tools/test-utils-vitest": "^2.0.1"
93
+ "@azure-tools/test-utils-vitest": "^2.0.1",
94
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
91
95
  },
92
96
  "//sampleConfiguration": {
93
97
  "productName": "@azure/arm-playwright",
@@ -232,19 +236,19 @@
232
236
  "scripts": {
233
237
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
234
238
  "build:samples": "tsc -p tsconfig.samples.json",
235
- "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\"",
236
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
237
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
238
- "pack": "pnpm pack 2>&1",
239
- "lint": "echo skipped",
240
- "lint:fix": "echo skipped",
239
+ "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\"",
240
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
241
241
  "execute:samples": "dev-tool samples run samples-dev",
242
- "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\"",
242
+ "extract-api": "rimraf review && dev-tool run extract-api",
243
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
243
244
  "generate:client": "echo skipped",
245
+ "lint": "echo skipped",
246
+ "lint:fix": "echo skipped",
247
+ "pack": "pnpm pack 2>&1",
248
+ "test": "npm run test:node && npm run test:browser",
244
249
  "test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
245
250
  "test:node": "dev-tool run test:vitest",
246
251
  "test:node:esm": "dev-tool run test:vitest --esm",
247
- "test": "npm run test:node && npm run test:browser",
248
252
  "update-snippets": "dev-tool run update-snippets"
249
253
  }
250
254
  }