@nx/plugin 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 +5 -5
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
  ## What is It?
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/plugin",
3
- "version": "21.2.0-beta.1",
3
+ "version": "21.2.0-beta.2",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -28,10 +28,10 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "tslib": "^2.3.0",
31
- "@nx/devkit": "21.2.0-beta.1",
32
- "@nx/jest": "21.2.0-beta.1",
33
- "@nx/js": "21.2.0-beta.1",
34
- "@nx/eslint": "21.2.0-beta.1"
31
+ "@nx/devkit": "21.2.0-beta.2",
32
+ "@nx/jest": "21.2.0-beta.2",
33
+ "@nx/js": "21.2.0-beta.2",
34
+ "@nx/eslint": "21.2.0-beta.2"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"