@nx/playwright 20.1.0-canary.20241108-6882ad1 → 20.1.0-canary.20241109-77d6704

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": "@nx/playwright",
3
- "version": "20.1.0-canary.20241108-6882ad1",
3
+ "version": "20.1.0-canary.20241109-77d6704",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,11 +35,11 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "20.1.0-canary.20241108-6882ad1",
39
- "@nx/eslint": "20.1.0-canary.20241108-6882ad1",
40
- "@nx/webpack": "20.1.0-canary.20241108-6882ad1",
41
- "@nx/vite": "20.1.0-canary.20241108-6882ad1",
42
- "@nx/js": "20.1.0-canary.20241108-6882ad1",
38
+ "@nx/devkit": "20.1.0-canary.20241109-77d6704",
39
+ "@nx/eslint": "20.1.0-canary.20241109-77d6704",
40
+ "@nx/webpack": "20.1.0-canary.20241109-77d6704",
41
+ "@nx/vite": "20.1.0-canary.20241109-77d6704",
42
+ "@nx/js": "20.1.0-canary.20241109-77d6704",
43
43
  "tslib": "^2.3.0",
44
44
  "minimatch": "9.0.3"
45
45
  },
@@ -137,7 +137,7 @@ async function normalizeOptions(tree, options) {
137
137
  let linter = options.linter;
138
138
  if (isTsSolutionSetup) {
139
139
  linter ??= await (0, prompt_1.promptWhenInteractive)({
140
- type: 'select',
140
+ type: 'autocomplete',
141
141
  name: 'linter',
142
142
  message: `Which linter would you like to use?`,
143
143
  choices: [{ name: 'none' }, { name: 'eslint' }],
@@ -146,7 +146,7 @@ async function normalizeOptions(tree, options) {
146
146
  }
147
147
  else {
148
148
  linter ??= await (0, prompt_1.promptWhenInteractive)({
149
- type: 'select',
149
+ type: 'autocomplete',
150
150
  name: 'linter',
151
151
  message: `Which linter would you like to use?`,
152
152
  choices: [{ name: 'eslint' }, { name: 'none' }],