@nx/cypress 19.0.7 → 19.1.0-beta.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.
package/migrations.json CHANGED
@@ -82,6 +82,22 @@
82
82
  "alwaysAddToPackageJson": false
83
83
  }
84
84
  }
85
+ },
86
+ "19.1.0": {
87
+ "version": "19.1.0-beta.0",
88
+ "requires": {
89
+ "cypress": "^13.0.0"
90
+ },
91
+ "packages": {
92
+ "cypress": {
93
+ "version": "^13.8.0",
94
+ "alwaysAddToPackageJson": false
95
+ },
96
+ "@cypress/webpack-dev-server": {
97
+ "version": "^3.8.0",
98
+ "alwaysAddToPackageJson": false
99
+ }
100
+ }
85
101
  }
86
102
  }
87
103
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/cypress",
3
- "version": "19.0.7",
3
+ "version": "19.1.0-beta.1",
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": {
@@ -17,11 +17,9 @@
17
17
  "Nest",
18
18
  "Jest",
19
19
  "Cypress",
20
- "CLI",
21
- "Front-end",
22
- "Testing"
20
+ "CLI"
23
21
  ],
24
- "main": "./index",
22
+ "main": "./index.js",
25
23
  "typings": "./index.d.ts",
26
24
  "author": "Victor Savkin",
27
25
  "license": "MIT",
@@ -36,13 +34,13 @@
36
34
  "migrations": "./migrations.json"
37
35
  },
38
36
  "dependencies": {
39
- "@nx/devkit": "19.0.7",
40
- "@nx/eslint": "19.0.7",
41
- "@nx/js": "19.0.7",
37
+ "@nx/devkit": "19.1.0-beta.1",
38
+ "@nx/eslint": "19.1.0-beta.1",
39
+ "@nx/js": "19.1.0-beta.1",
42
40
  "@phenomnomnominal/tsquery": "~5.0.1",
43
41
  "detect-port": "^1.5.1",
44
42
  "tslib": "^2.3.0",
45
- "@nrwl/cypress": "19.0.7"
43
+ "@nrwl/cypress": "19.1.0-beta.1"
46
44
  },
47
45
  "peerDependencies": {
48
46
  "cypress": ">= 3 < 14"
@@ -2,8 +2,7 @@ export declare const nxVersion: any;
2
2
  export declare const eslintPluginCypressVersion = "^2.13.4";
3
3
  export declare const typesNodeVersion = "18.16.9";
4
4
  export declare const cypressViteDevServerVersion = "^2.2.1";
5
- export declare const cypressVersion = "^13.6.6";
6
- export declare const cypressWebpackVersion = "^2.0.0";
7
- export declare const webpackHttpPluginVersion = "^5.5.0";
5
+ export declare const cypressVersion = "^13.8.0";
6
+ export declare const cypressWebpackVersion = "^3.8.0";
8
7
  export declare const viteVersion = "~5.0.0";
9
8
  export declare const htmlWebpackPluginVersion = "^5.5.0";
@@ -1,12 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.htmlWebpackPluginVersion = exports.viteVersion = exports.webpackHttpPluginVersion = exports.cypressWebpackVersion = exports.cypressVersion = exports.cypressViteDevServerVersion = exports.typesNodeVersion = exports.eslintPluginCypressVersion = exports.nxVersion = void 0;
3
+ exports.htmlWebpackPluginVersion = exports.viteVersion = exports.cypressWebpackVersion = exports.cypressVersion = exports.cypressViteDevServerVersion = exports.typesNodeVersion = exports.eslintPluginCypressVersion = exports.nxVersion = void 0;
4
4
  exports.nxVersion = require('../../package.json').version;
5
5
  exports.eslintPluginCypressVersion = '^2.13.4';
6
6
  exports.typesNodeVersion = '18.16.9';
7
7
  exports.cypressViteDevServerVersion = '^2.2.1';
8
- exports.cypressVersion = '^13.6.6';
9
- exports.cypressWebpackVersion = '^2.0.0';
10
- exports.webpackHttpPluginVersion = '^5.5.0';
8
+ exports.cypressVersion = '^13.8.0';
9
+ exports.cypressWebpackVersion = '^3.8.0';
11
10
  exports.viteVersion = '~5.0.0';
12
11
  exports.htmlWebpackPluginVersion = '^5.5.0';