@nx/detox 23.3.0-beta.3 → 23.3.0-beta.5

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.
Files changed (2) hide show
  1. package/package.json +8 -8
  2. package/readme-template.md +18 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/detox",
3
- "version": "23.3.0-beta.3",
3
+ "version": "23.3.0-beta.5",
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": [
@@ -35,16 +35,16 @@
35
35
  "generators.json"
36
36
  ],
37
37
  "dependencies": {
38
+ "@nx/devkit": "23.3.0-beta.5",
39
+ "@nx/jest": "23.3.0-beta.5",
40
+ "@nx/js": "23.3.0-beta.5",
41
+ "@nx/eslint": "23.3.0-beta.5",
42
+ "@nx/react": "23.3.0-beta.5",
38
43
  "semver": "^7.6.3",
39
- "tslib": "^2.3.0",
40
- "@nx/devkit": "23.3.0-beta.3",
41
- "@nx/jest": "23.3.0-beta.3",
42
- "@nx/js": "23.3.0-beta.3",
43
- "@nx/eslint": "23.3.0-beta.3",
44
- "@nx/react": "23.3.0-beta.3"
44
+ "tslib": "^2.3.0"
45
45
  },
46
46
  "devDependencies": {
47
- "nx": "23.3.0-beta.3"
47
+ "nx": "23.3.0-beta.5"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "detox": "^20.0.0"
@@ -0,0 +1,18 @@
1
+ <p style="text-align: center;">
2
+ <picture>
3
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-dark.svg">
4
+ <img alt="Nx - Smart Monorepos · Fast Builds" src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-light.svg" width="100%">
5
+ </picture>
6
+ </p>
7
+
8
+ {{links}}
9
+
10
+ <hr>
11
+
12
+ # Nx: Smart Monorepos · Fast Builds
13
+
14
+ Get to green PRs in half the time. Nx optimizes your builds, scales your CI, and fixes failed PRs. Built for developers and AI agents.
15
+
16
+ This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
17
+
18
+ {{content}}