@nrwl/detox 14.1.7 → 14.1.8-beta.2

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 ADDED
@@ -0,0 +1,8 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [14.1.8-beta.2](https://github.com/nrwl/nx/compare/14.1.5...14.1.8-beta.2) (2022-05-20)
7
+
8
+ **Note:** Version bump only for package @nrwl/detox
package/migrations.json CHANGED
@@ -116,6 +116,15 @@
116
116
  "alwaysAddToPackageJson": false
117
117
  }
118
118
  }
119
+ },
120
+ "14.1.8": {
121
+ "version": "14.1.8-beta.0",
122
+ "packages": {
123
+ "detox": {
124
+ "version": "19.6.9",
125
+ "alwaysAddToPackageJson": false
126
+ }
127
+ }
119
128
  }
120
129
  }
121
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "14.1.7",
3
+ "version": "14.1.8-beta.2",
4
4
  "description": "The Nx Plugin for Detox that contains executors and generators for allowing your workspace to use the powerful Detox integration testing capabilities.",
5
5
  "keywords": [
6
6
  "Monorepo",
@@ -24,15 +24,15 @@
24
24
  "main": "index.js",
25
25
  "types": "index.d.ts",
26
26
  "dependencies": {
27
- "@nrwl/devkit": "14.1.7",
28
- "@nrwl/jest": "14.1.7",
29
- "@nrwl/linter": "14.1.7",
30
- "@nrwl/react": "14.1.7",
31
- "@nrwl/workspace": "14.1.7",
27
+ "@nrwl/devkit": "14.1.8-beta.2",
28
+ "@nrwl/jest": "14.1.8-beta.2",
29
+ "@nrwl/linter": "14.1.8-beta.2",
30
+ "@nrwl/react": "14.1.8-beta.2",
31
+ "@nrwl/workspace": "14.1.8-beta.2",
32
32
  "chalk": "^4.1.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "detox": "^19.6.5"
35
+ "detox": "^19.6.9"
36
36
  },
37
37
  "builders": "./executors.json",
38
38
  "ng-update": {
@@ -40,5 +40,6 @@
40
40
  "migrations": "./migrations.json"
41
41
  },
42
42
  "schematics": "./generators.json",
43
- "typings": "./index.d.ts"
44
- }
43
+ "typings": "./index.d.ts",
44
+ "gitHead": "124fd7d206eef69c73f8aca93efc2604cc682357"
45
+ }
@@ -1,3 +1,3 @@
1
- export declare const nxVersion = "*";
2
- export declare const detoxVersion = "19.6.5";
1
+ export declare const nxVersion: any;
2
+ export declare const detoxVersion = "19.6.9";
3
3
  export declare const testingLibraryJestDom = "5.16.4";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.testingLibraryJestDom = exports.detoxVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '14.1.7';
5
- exports.detoxVersion = '19.6.5';
4
+ exports.nxVersion = require('../../package.json').version;
5
+ exports.detoxVersion = '19.6.9';
6
6
  exports.testingLibraryJestDom = '5.16.4';
7
7
  //# sourceMappingURL=versions.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,GAAG,CAAC;AAEhB,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,qBAAqB,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"versions.js","sourceRoot":"","sources":["../../../../../packages/detox/src/utils/versions.ts"],"names":[],"mappings":";;;AAAa,QAAA,SAAS,GAAG,OAAO,CAAC,oBAAoB,CAAC,CAAC,OAAO,CAAC;AAElD,QAAA,YAAY,GAAG,QAAQ,CAAC;AACxB,QAAA,qBAAqB,GAAG,QAAQ,CAAC"}