@nx/cypress 22.3.0-canary.20251216-71bfc21 → 22.3.0-canary.20251217-6323dba

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/cypress",
3
- "version": "22.3.0-canary.20251216-71bfc21",
3
+ "version": "22.3.0-canary.20251217-6323dba",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -36,9 +36,9 @@
36
36
  "migrations": "./migrations.json"
37
37
  },
38
38
  "dependencies": {
39
- "@nx/devkit": "22.3.0-canary.20251216-71bfc21",
40
- "@nx/eslint": "22.3.0-canary.20251216-71bfc21",
41
- "@nx/js": "22.3.0-canary.20251216-71bfc21",
39
+ "@nx/devkit": "22.3.0-canary.20251217-6323dba",
40
+ "@nx/eslint": "22.3.0-canary.20251217-6323dba",
41
+ "@nx/js": "22.3.0-canary.20251217-6323dba",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "detect-port": "^1.5.1",
44
44
  "semver": "^7.6.3",
@@ -46,7 +46,7 @@
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "nx": "22.3.0-canary.20251216-71bfc21"
49
+ "nx": "22.3.0-canary.20251217-6323dba"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "cypress": ">= 13 < 16"
@@ -1 +1 @@
1
- {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA+BlE;AAsID,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"convert-to-inferred.d.ts","sourceRoot":"","sources":["../../../../../../packages/cypress/src/generators/convert-to-inferred/convert-to-inferred.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,KAAK,IAAI,EACV,MAAM,YAAY,CAAC;AAepB,UAAU,MAAM;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB;AAED,wBAAsB,iBAAiB,CAAC,IAAI,EAAE,IAAI,EAAE,OAAO,EAAE,MAAM,iBA+BlE;AAqID,eAAe,iBAAiB,CAAC"}
@@ -105,7 +105,8 @@ function handlePropertiesInOptions(tree, options, projectRoot, target) {
105
105
  if (target.configurations && configFilePath) {
106
106
  for (const configuration in target.configurations) {
107
107
  if (target.configurations[configuration]?.devServerTarget) {
108
- webServerCommands[configuration] = `npx nx run ${target.configurations[configuration].devServerTarget}`;
108
+ webServerCommands[configuration] =
109
+ `npx nx run ${target.configurations[configuration].devServerTarget}`;
109
110
  delete target.configurations[configuration].devServerTarget;
110
111
  }
111
112
  }