@nrwl/detox 12.9.0 → 12.10.0-beta.4

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
@@ -8,6 +8,15 @@
8
8
  "alwaysAddToPackageJson": false
9
9
  }
10
10
  }
11
+ },
12
+ "12.10.0-beta.1": {
13
+ "version": "12.10.0-beta.1",
14
+ "packages": {
15
+ "detox": {
16
+ "version": "18.22.1",
17
+ "alwaysAddToPackageJson": false
18
+ }
19
+ }
11
20
  }
12
21
  }
13
22
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "12.9.0",
3
+ "version": "12.10.0-beta.4",
4
4
  "description": "Detox Plugin for Nx",
5
5
  "keywords": [
6
6
  "Monorepo",
@@ -16,21 +16,22 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/nrwl/nx.git"
19
+ "url": "https://github.com/nrwl/nx.git",
20
+ "directory": "packages/detox"
20
21
  },
21
22
  "license": "MIT",
22
23
  "author": "Victor Savkin",
23
24
  "main": "index.js",
24
25
  "types": "index.d.ts",
25
26
  "dependencies": {
26
- "@nrwl/devkit": "12.9.0",
27
- "@nrwl/jest": "12.9.0",
28
- "@nrwl/linter": "12.9.0",
29
- "@nrwl/react": "12.9.0",
27
+ "@nrwl/devkit": "12.10.0-beta.4",
28
+ "@nrwl/jest": "12.10.0-beta.4",
29
+ "@nrwl/linter": "12.10.0-beta.4",
30
+ "@nrwl/react": "12.10.0-beta.4",
30
31
  "chalk": "^4.1.0"
31
32
  },
32
33
  "peerDependencies": {
33
- "@nrwl/workspace": "12.9.0",
34
+ "@nrwl/workspace": "12.10.0-beta.4",
34
35
  "detox": "18.18.0"
35
36
  },
36
37
  "builders": "./executors.json",
package/project.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "projectType": "library",
5
5
  "targets": {
6
6
  "lint": {
7
- "builder": "@nrwl/linter:eslint",
7
+ "executor": "@nrwl/linter:eslint",
8
8
  "options": {
9
9
  "lintFilePatterns": [
10
10
  "packages/detox/**/*.ts",
@@ -14,10 +14,11 @@
14
14
  "packages/detox/**/*.spec.jsx",
15
15
  "packages/detox/**/*.d.ts"
16
16
  ]
17
- }
17
+ },
18
+ "outputs": ["{options.outputFile}"]
18
19
  },
19
20
  "test": {
20
- "builder": "@nrwl/jest:jest",
21
+ "executor": "@nrwl/jest:jest",
21
22
  "options": {
22
23
  "jestConfig": "packages/detox/jest.config.js",
23
24
  "passWithNoTests": true
@@ -25,7 +26,7 @@
25
26
  "outputs": ["coverage/packages/detox"]
26
27
  },
27
28
  "build-base": {
28
- "builder": "@nrwl/node:package",
29
+ "executor": "@nrwl/node:package",
29
30
  "options": {
30
31
  "outputPath": "build/packages/detox",
31
32
  "tsConfig": "packages/detox/tsconfig.lib.json",
@@ -14,9 +14,7 @@ function normalizeOptions(host, options) {
14
14
  const directoryFileName = options.directory
15
15
  ? devkit_1.names(options.directory).fileName
16
16
  : '';
17
- const projectName = directoryFileName
18
- ? `${directoryFileName.replace(new RegExp('/', 'g'), '-')}-${fileName}`
19
- : fileName;
17
+ const projectName = (directoryFileName ? `${directoryFileName}-${fileName}` : fileName).replace(new RegExp('/', 'g'), '-');
20
18
  const projectRoot = directoryFileName
21
19
  ? devkit_1.joinPathFragments(appsDir, directoryFileName, fileName)
22
20
  : devkit_1.joinPathFragments(appsDir, fileName);
@@ -1 +1 @@
1
- {"version":3,"file":"normalize-options.js","sourceRoot":"","sources":["../../../../../../../packages/detox/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":";;;AAAA,yCAKsB;AAUtB;;;;;GAKG;AACH,SAAgB,gBAAgB,CAC9B,IAAU,EACV,OAAe;IAEf,MAAM,EAAE,OAAO,EAAE,GAAG,2BAAkB,CAAC,IAAI,CAAC,CAAC;IAC7C,MAAM,QAAQ,GAAG,cAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC;IAC9C,MAAM,iBAAiB,GAAG,OAAO,CAAC,SAAS;QACzC,CAAC,CAAC,cAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ;QACnC,CAAC,CAAC,EAAE,CAAC;IACP,MAAM,WAAW,GAAG,iBAAiB;QACnC,CAAC,CAAC,GAAG,iBAAiB,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,GAAG,CAAC,IAAI,QAAQ,EAAE;QACvE,CAAC,CAAC,QAAQ,CAAC;IACb,MAAM,WAAW,GAAG,iBAAiB;QACnC,CAAC,CAAC,0BAAiB,CAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,CAAC;QACzD,CAAC,CAAC,0BAAiB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAEzC,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,cAAK,CAC9D,OAAO,CAAC,OAAO,CAChB,CAAC;IAEF,uCACK,OAAO,KACV,WAAW;QACX,YAAY,EACZ,IAAI,EAAE,QAAQ,EACd,WAAW;QACX,WAAW,IACX;AACJ,CAAC;AA5BD,4CA4BC"}
1
+ {"version":3,"file":"normalize-options.js","sourceRoot":"","sources":["../../../../../../../packages/detox/src/generators/application/lib/normalize-options.ts"],"names":[],"mappings":";;;AAAA,yCAKsB;AAUtB;;;;;GAKG;AACH,SAAgB,gBAAgB,CAC9B,IAAU,EACV,OAAe;IAEf,MAAM,EAAE,OAAO,EAAE,GAAG,2BAAkB,CAAC,IAAI,CAAC,CAAC;IAC7C,MAAM,QAAQ,GAAG,cAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC;IAC9C,MAAM,iBAAiB,GAAG,OAAO,CAAC,SAAS;QACzC,CAAC,CAAC,cAAK,CAAC,OAAO,CAAC,SAAS,CAAC,CAAC,QAAQ;QACnC,CAAC,CAAC,EAAE,CAAC;IACP,MAAM,WAAW,GAAG,CAClB,iBAAiB,CAAC,CAAC,CAAC,GAAG,iBAAiB,IAAI,QAAQ,EAAE,CAAC,CAAC,CAAC,QAAQ,CAClE,CAAC,OAAO,CAAC,IAAI,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,EAAE,GAAG,CAAC,CAAC;IACrC,MAAM,WAAW,GAAG,iBAAiB;QACnC,CAAC,CAAC,0BAAiB,CAAC,OAAO,EAAE,iBAAiB,EAAE,QAAQ,CAAC;QACzD,CAAC,CAAC,0BAAiB,CAAC,OAAO,EAAE,QAAQ,CAAC,CAAC;IAEzC,MAAM,EAAE,QAAQ,EAAE,WAAW,EAAE,SAAS,EAAE,YAAY,EAAE,GAAG,cAAK,CAC9D,OAAO,CAAC,OAAO,CAChB,CAAC;IAEF,uCACK,OAAO,KACV,WAAW;QACX,YAAY,EACZ,IAAI,EAAE,QAAQ,EACd,WAAW;QACX,WAAW,IACX;AACJ,CAAC;AA5BD,4CA4BC"}
@@ -1,4 +1,4 @@
1
1
  export declare const nxVersion = "*";
2
- export declare const detoxVersion = "18.20.2";
2
+ export declare const detoxVersion = "18.22.1";
3
3
  export declare const typesDetoxVersion = "17.14.2";
4
4
  export declare const testingLibraryJestDom = "5.14.1";
@@ -1,8 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.testingLibraryJestDom = exports.typesDetoxVersion = exports.detoxVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '12.9.0';
5
- exports.detoxVersion = '18.20.2';
4
+ exports.nxVersion = '12.10.0-beta.4';
5
+ exports.detoxVersion = '18.22.1';
6
6
  exports.typesDetoxVersion = '17.14.2';
7
7
  exports.testingLibraryJestDom = '5.14.1';
8
8
  //# sourceMappingURL=versions.js.map