@nx/react-native 21.2.0-beta.1 → 21.2.0-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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # Nx: Smart Repos · Fast Builds
24
24
 
25
- Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
25
+ An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
26
26
 
27
27
  This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/react-native",
3
- "version": "21.2.0-beta.1",
3
+ "version": "21.2.0-beta.2",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for React Native contains generators for managing React Native applications and libraries within an Nx workspace. It provides: \n\n-Integration with libraries such as Jest, Detox, and Storybook.\n-Scaffolding for creating buildable libraries that can be published to npm.\n-Utilities for automatic workspace refactoring.",
6
6
  "keywords": [
@@ -35,12 +35,12 @@
35
35
  "picocolors": "^1.1.0",
36
36
  "tsconfig-paths": "^4.1.2",
37
37
  "tslib": "^2.3.0",
38
- "@nx/devkit": "21.2.0-beta.1",
39
- "@nx/jest": "21.2.0-beta.1",
40
- "@nx/js": "21.2.0-beta.1",
41
- "@nx/eslint": "21.2.0-beta.1",
42
- "@nx/react": "21.2.0-beta.1",
43
- "@nx/workspace": "21.2.0-beta.1"
38
+ "@nx/devkit": "21.2.0-beta.2",
39
+ "@nx/jest": "21.2.0-beta.2",
40
+ "@nx/js": "21.2.0-beta.2",
41
+ "@nx/eslint": "21.2.0-beta.2",
42
+ "@nx/react": "21.2.0-beta.2",
43
+ "@nx/workspace": "21.2.0-beta.2"
44
44
  },
45
45
  "executors": "./executors.json",
46
46
  "ng-update": {