@nx/playwright 19.6.0-beta.0 → 19.6.0-beta.2

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 (2) hide show
  1. package/migrations.json +6 -0
  2. package/package.json +4 -4
package/migrations.json CHANGED
@@ -17,6 +17,12 @@
17
17
  "version": "19.6.0-beta.0",
18
18
  "description": "Use serve-static or preview for webServerCommand.",
19
19
  "implementation": "./src/migrations/update-19-6-0/use-serve-static-preview-for-command"
20
+ },
21
+ "update-19-6-0-add-e2e-ci-target-defaults": {
22
+ "cli": "nx",
23
+ "version": "19.6.0-beta.1",
24
+ "description": "Add inferred ciTargetNames to targetDefaults with dependsOn to ensure dependent application builds are scheduled before atomized tasks.",
25
+ "implementation": "./src/migrations/update-19-6-0/add-e2e-ci-target-defaults"
20
26
  }
21
27
  }
22
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/playwright",
3
- "version": "19.6.0-beta.0",
3
+ "version": "19.6.0-beta.2",
4
4
  "type": "commonjs",
5
5
  "homepage": "https://nx.dev",
6
6
  "private": false,
@@ -35,9 +35,9 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@phenomnomnominal/tsquery": "~5.0.1",
38
- "@nx/devkit": "19.6.0-beta.0",
39
- "@nx/eslint": "19.6.0-beta.0",
40
- "@nx/js": "19.6.0-beta.0",
38
+ "@nx/devkit": "19.6.0-beta.2",
39
+ "@nx/eslint": "19.6.0-beta.2",
40
+ "@nx/js": "19.6.0-beta.2",
41
41
  "tslib": "^2.3.0",
42
42
  "minimatch": "9.0.3"
43
43
  },