@azure/create-playwright 1.0.1-alpha.20251010.1 → 1.0.1-alpha.20251015.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.
Files changed (1) hide show
  1. package/package.json +10 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/create-playwright",
3
- "version": "1.0.1-alpha.20251010.1",
3
+ "version": "1.0.1-alpha.20251015.1",
4
4
  "description": "Package to setup @azure/playwright",
5
5
  "homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/loadtesting/create-playwright/README.md",
6
6
  "sdk-type": "client",
@@ -42,12 +42,16 @@
42
42
  "@types/node": "^20.19.0",
43
43
  "@types/prompts": "^2.4.9",
44
44
  "@vitest/coverage-istanbul": "^3.2.3",
45
+ "cross-env": "^7.0.3",
45
46
  "eslint": "^9.33.0",
47
+ "prettier": "^3.6.2",
48
+ "rimraf": "^6.0.1",
49
+ "tshy": "^3.0.0",
46
50
  "typescript": "~5.9.3",
47
51
  "vitest": "^3.2.3",
48
52
  "@azure-tools/test-utils-vitest": "^2.0.1",
49
- "@azure/dev-tool": "^1.0.0",
50
- "@azure/eslint-plugin-azure-sdk": "^3.0.0"
53
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
54
+ "@azure/dev-tool": "^1.0.0"
51
55
  },
52
56
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
53
57
  "//sampleConfiguration": {
@@ -88,11 +92,11 @@
88
92
  "scripts": {
89
93
  "build": "npm run clean && dev-tool run build-package",
90
94
  "build:samples": "echo Skipped.",
91
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
92
- "clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
95
+ "check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
96
+ "clean": "rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
93
97
  "execute:samples": "echo skipped",
94
98
  "extract-api": "echo skipped",
95
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
99
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
96
100
  "lint": "eslint package.json CHANGELOG.md README.md src",
97
101
  "lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
98
102
  "pack": "pnpm pack 2>&1",