@nrwl/detox 15.5.2 → 15.5.3

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/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.5.2](https://github.com/nrwl/nx/compare/15.5.1...15.5.2) (2023-01-18)
6
+ ## [15.5.3](https://github.com/nrwl/nx/compare/15.5.2...15.5.3) (2023-01-20)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/detox
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "15.5.2",
3
+ "version": "15.5.3",
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": [
@@ -25,11 +25,11 @@
25
25
  "main": "index.js",
26
26
  "types": "index.d.ts",
27
27
  "dependencies": {
28
- "@nrwl/devkit": "15.5.2",
29
- "@nrwl/jest": "15.5.2",
30
- "@nrwl/linter": "15.5.2",
31
- "@nrwl/react": "15.5.2",
32
- "@nrwl/workspace": "15.5.2"
28
+ "@nrwl/devkit": "15.5.3",
29
+ "@nrwl/jest": "15.5.3",
30
+ "@nrwl/linter": "15.5.3",
31
+ "@nrwl/react": "15.5.3",
32
+ "@nrwl/workspace": "15.5.3"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "detox": "^20.0.3"
@@ -43,5 +43,5 @@
43
43
  "publishConfig": {
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "22d6519948033a60c7281fe4bb7e0a594d9fc5a6"
46
+ "gitHead": "7285ee50fca7136f38ce159ef3ed2977b8e7816a"
47
47
  }
@@ -32,7 +32,8 @@
32
32
  "description": "Specify Detox config file path. If not supplied, detox searches for `.detoxrc[.js]` or `detox` section in package.json.",
33
33
  "alias": "cp",
34
34
  "x-completion-type": "file",
35
- "x-completion-glob": ".detoxrc?(.js)"
35
+ "x-completion-glob": ".detoxrc?(.js)",
36
+ "x-priority": "important"
36
37
  },
37
38
  "runnerConfig": {
38
39
  "type": "string",
@@ -53,7 +53,8 @@
53
53
  "skipFormat": {
54
54
  "description": "Skip formatting files.",
55
55
  "type": "boolean",
56
- "default": false
56
+ "default": false,
57
+ "x-priority": "internal"
57
58
  },
58
59
  "setParserOptionsProject": {
59
60
  "type": "boolean",
@@ -7,7 +7,8 @@
7
7
  "skipFormat": {
8
8
  "description": "Skip formatting files.",
9
9
  "type": "boolean",
10
- "default": false
10
+ "default": false,
11
+ "x-priority": "internal"
11
12
  }
12
13
  },
13
14
  "required": []