@nx/detox 22.0.0-beta.4 → 22.0.0-beta.6
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 +17 -0
- package/package.json +7 -7
- package/src/utils/versions.d.ts +3 -3
- package/src/utils/versions.d.ts.map +1 -1
- package/src/utils/versions.js +3 -3
package/migrations.json
CHANGED
|
@@ -26,6 +26,23 @@
|
|
|
26
26
|
"alwaysAddToPackageJson": false
|
|
27
27
|
}
|
|
28
28
|
}
|
|
29
|
+
},
|
|
30
|
+
"22.0.0": {
|
|
31
|
+
"version": "22.0.0-beta.5",
|
|
32
|
+
"packages": {
|
|
33
|
+
"detox": {
|
|
34
|
+
"version": "~20.43.0",
|
|
35
|
+
"alwaysAddToPackageJson": false
|
|
36
|
+
},
|
|
37
|
+
"@config-plugins/detox": {
|
|
38
|
+
"version": "~11.0.0",
|
|
39
|
+
"alwaysAddToPackageJson": false
|
|
40
|
+
},
|
|
41
|
+
"@testing-library/jest-dom": {
|
|
42
|
+
"version": "~6.9.1",
|
|
43
|
+
"alwaysAddToPackageJson": false
|
|
44
|
+
}
|
|
45
|
+
}
|
|
29
46
|
}
|
|
30
47
|
}
|
|
31
48
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nx/detox",
|
|
3
|
-
"version": "22.0.0-beta.
|
|
3
|
+
"version": "22.0.0-beta.6",
|
|
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": [
|
|
@@ -27,15 +27,15 @@
|
|
|
27
27
|
"main": "./index.js",
|
|
28
28
|
"types": "index.d.ts",
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@nx/devkit": "22.0.0-beta.
|
|
31
|
-
"@nx/jest": "22.0.0-beta.
|
|
32
|
-
"@nx/js": "22.0.0-beta.
|
|
33
|
-
"@nx/eslint": "22.0.0-beta.
|
|
34
|
-
"@nx/react": "22.0.0-beta.
|
|
30
|
+
"@nx/devkit": "22.0.0-beta.6",
|
|
31
|
+
"@nx/jest": "22.0.0-beta.6",
|
|
32
|
+
"@nx/js": "22.0.0-beta.6",
|
|
33
|
+
"@nx/eslint": "22.0.0-beta.6",
|
|
34
|
+
"@nx/react": "22.0.0-beta.6",
|
|
35
35
|
"tslib": "^2.3.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"nx": "22.0.0-beta.
|
|
38
|
+
"nx": "22.0.0-beta.6"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
41
|
"detox": "^20.9.0"
|
package/src/utils/versions.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const nxVersion: any;
|
|
2
|
-
export declare const detoxVersion = "~20.
|
|
3
|
-
export declare const testingLibraryJestDom = "~6.
|
|
4
|
-
export declare const configPluginsDetoxVersion = "~
|
|
2
|
+
export declare const detoxVersion = "~20.43.0";
|
|
3
|
+
export declare const testingLibraryJestDom = "~6.9.1";
|
|
4
|
+
export declare const configPluginsDetoxVersion = "~11.0.0";
|
|
5
5
|
//# sourceMappingURL=versions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,aAAa,CAAC;AACvC,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,yBAAyB,
|
|
1
|
+
{"version":3,"file":"versions.d.ts","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,SAAS,KAAwC,CAAC;AAE/D,eAAO,MAAM,YAAY,aAAa,CAAC;AACvC,eAAO,MAAM,qBAAqB,WAAW,CAAC;AAC9C,eAAO,MAAM,yBAAyB,YAAY,CAAC"}
|
package/src/utils/versions.js
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.configPluginsDetoxVersion = exports.testingLibraryJestDom = exports.detoxVersion = exports.nxVersion = void 0;
|
|
4
4
|
exports.nxVersion = require('../../package.json').version;
|
|
5
|
-
exports.detoxVersion = '~20.
|
|
6
|
-
exports.testingLibraryJestDom = '~6.
|
|
7
|
-
exports.configPluginsDetoxVersion = '~
|
|
5
|
+
exports.detoxVersion = '~20.43.0';
|
|
6
|
+
exports.testingLibraryJestDom = '~6.9.1';
|
|
7
|
+
exports.configPluginsDetoxVersion = '~11.0.0'; // only required for expo
|