@azure/create-playwright 1.0.0-beta.2 → 1.0.0-beta.3

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 +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/create-playwright",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
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",
@@ -33,38 +33,21 @@
33
33
  "README.md",
34
34
  "LICENSE"
35
35
  ],
36
- "scripts": {
37
- "build": "npm run clean && dev-tool run build-package",
38
- "build:samples": "echo Obsolete",
39
- "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
40
- "clean": "dev-tool run vendored rimraf --glob dist *.log dist-test temp types *.tgz *.xml samples/**/test-results/",
41
- "execute:samples": "echo skipped",
42
- "extract-api": "echo skipped",
43
- "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
44
- "lint": "eslint package.json CHANGELOG.md README.md src",
45
- "lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
46
- "pack": "npm pack 2>&1",
47
- "test": "npm run test:node && npm run test:browser",
48
- "test:browser": "echo skipped",
49
- "test:node": "dev-tool run test:vitest --no-test-proxy",
50
- "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
51
- "update-snippets": "dev-tool run update-snippets"
52
- },
53
36
  "dependencies": {
54
37
  "prompts": "^2.4.2",
55
38
  "tslib": "^2.8.1"
56
39
  },
57
40
  "devDependencies": {
58
- "@azure-tools/test-utils-vitest": "^1.0.0",
59
- "@azure/dev-tool": "^1.0.0",
60
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
61
41
  "@azure/logger": "^1.1.4",
62
- "@types/node": "^20.12.12",
42
+ "@types/node": "^20.19.0",
63
43
  "@types/prompts": "^2.4.9",
64
- "@vitest/coverage-istanbul": "^3.0.9",
65
- "eslint": "^9.9.0",
66
- "typescript": "~5.8.2",
67
- "vitest": "^3.0.9"
44
+ "@vitest/coverage-istanbul": "^3.2.3",
45
+ "eslint": "^9.33.0",
46
+ "typescript": "~5.8.3",
47
+ "vitest": "^3.2.3",
48
+ "@azure-tools/test-utils-vitest": "^1.0.0",
49
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
50
+ "@azure/dev-tool": "^1.0.0"
68
51
  },
69
52
  "prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
70
53
  "//sampleConfiguration": {
@@ -101,5 +84,22 @@
101
84
  "default": "./dist/commonjs/index.js"
102
85
  }
103
86
  }
87
+ },
88
+ "scripts": {
89
+ "build": "npm run clean && dev-tool run build-package",
90
+ "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/",
93
+ "execute:samples": "echo skipped",
94
+ "extract-api": "echo skipped",
95
+ "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
96
+ "lint": "eslint package.json CHANGELOG.md README.md src",
97
+ "lint:fix": "eslint package.json CHANGELOG.md README.md src --fix --fix-type [problem,suggestion]",
98
+ "pack": "pnpm pack 2>&1",
99
+ "test": "npm run test:node && npm run test:browser",
100
+ "test:browser": "echo skipped",
101
+ "test:node": "dev-tool run test:vitest --no-test-proxy",
102
+ "test:node:esm": "dev-tool run test:vitest --esm --no-test-proxy",
103
+ "update-snippets": "dev-tool run update-snippets"
104
104
  }
105
- }
105
+ }