@nx/detox 23.1.0 → 23.2.0-beta.0
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.
|
@@ -44,6 +44,12 @@ async function detoxInitGeneratorInternal(host, schema) {
|
|
|
44
44
|
return (0, devkit_1.runTasksInSerial)(...tasks);
|
|
45
45
|
}
|
|
46
46
|
function updateDependencies(host, schema) {
|
|
47
|
+
// The user explicitly asked for detox, and its postinstall builds the
|
|
48
|
+
// framework cache it needs to run at all, so enable it — npm and yarn run
|
|
49
|
+
// it unconditionally. Transitive deps stay denied.
|
|
50
|
+
(0, internal_1.acknowledgeBuildScripts)(host, (0, devkit_1.detectPackageManager)(host.root), {
|
|
51
|
+
detox: true,
|
|
52
|
+
});
|
|
47
53
|
return (0, devkit_1.addDependenciesToPackageJson)(host, {}, {
|
|
48
54
|
'@nx/detox': versions_1.nxVersion,
|
|
49
55
|
detox: versions_1.detoxVersion,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/detox",
|
|
3
|
-
"version": "23.
|
|
3
|
+
"version": "23.2.0-beta.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "The Nx Plugin for Detox contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
|
|
6
6
|
"keywords": [
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"semver": "^7.6.3",
|
|
39
39
|
"tslib": "^2.3.0",
|
|
40
|
-
"@nx/devkit": "23.
|
|
41
|
-
"@nx/
|
|
42
|
-
"@nx/
|
|
43
|
-
"@nx/react": "23.
|
|
44
|
-
"@nx/
|
|
40
|
+
"@nx/devkit": "23.2.0-beta.0",
|
|
41
|
+
"@nx/js": "23.2.0-beta.0",
|
|
42
|
+
"@nx/jest": "23.2.0-beta.0",
|
|
43
|
+
"@nx/react": "23.2.0-beta.0",
|
|
44
|
+
"@nx/eslint": "23.2.0-beta.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"nx": "23.
|
|
47
|
+
"nx": "23.2.0-beta.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"detox": "^20.0.0"
|