@nx/cypress 23.0.0-beta.22 → 23.0.0-beta.23
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { type
|
|
1
|
+
import { type CreateNodes } from '@nx/devkit';
|
|
2
2
|
export interface CypressPluginOptions {
|
|
3
3
|
ciTargetName?: string;
|
|
4
4
|
targetName?: string;
|
|
@@ -6,5 +6,5 @@ export interface CypressPluginOptions {
|
|
|
6
6
|
componentTestingTargetName?: string;
|
|
7
7
|
ciComponentTestingTargetName?: string;
|
|
8
8
|
}
|
|
9
|
-
export declare const createNodes:
|
|
10
|
-
export declare const createNodesV2:
|
|
9
|
+
export declare const createNodes: CreateNodes<CypressPluginOptions>;
|
|
10
|
+
export declare const createNodesV2: CreateNodes<CypressPluginOptions>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/cypress",
|
|
3
|
-
"version": "23.0.0-beta.
|
|
3
|
+
"version": "23.0.0-beta.23",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"files": [
|
|
@@ -89,12 +89,12 @@
|
|
|
89
89
|
"semver": "^7.6.3",
|
|
90
90
|
"tree-kill": "^1.2.2",
|
|
91
91
|
"tslib": "^2.3.0",
|
|
92
|
-
"@nx/devkit": "23.0.0-beta.
|
|
93
|
-
"@nx/eslint": "23.0.0-beta.
|
|
94
|
-
"@nx/js": "23.0.0-beta.
|
|
92
|
+
"@nx/devkit": "23.0.0-beta.23",
|
|
93
|
+
"@nx/eslint": "23.0.0-beta.23",
|
|
94
|
+
"@nx/js": "23.0.0-beta.23"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"nx": "23.0.0-beta.
|
|
97
|
+
"nx": "23.0.0-beta.23"
|
|
98
98
|
},
|
|
99
99
|
"peerDependencies": {
|
|
100
100
|
"cypress": ">= 13 < 16"
|