@nrwl/detox 19.8.0 → 19.9.0-canary.20240921-a510b36

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": "19.8.0",
3
+ "version": "19.9.0-canary.20240921-a510b36",
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": "19.8.0"
28
+ "@nx/detox": "19.9.0-canary.20240921-a510b36"
29
29
  },
30
30
  "builders": "./executors.json",
31
31
  "schematics": "./generators.json",