@nrwl/detox 20.0.0-beta.2 → 20.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/detox",
3
- "version": "20.0.0-beta.2",
3
+ "version": "20.0.0-beta.4",
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,7 +25,7 @@
25
25
  "main": "./index",
26
26
  "types": "index.d.ts",
27
27
  "dependencies": {
28
- "@nx/detox": "20.0.0-beta.2"
28
+ "@nx/detox": "20.0.0-beta.4"
29
29
  },
30
30
  "builders": "./executors.json",
31
31
  "schematics": "./generators.json",