nx 13.3.7 → 13.3.12

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 +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Extensible Build Framework"></p>
1
+ <p style="text-align: center;"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx.png" width="600" alt="Nx - Smart, Fast and Extensible Build System"></p>
2
2
 
3
3
  <div style="text-align: center;">
4
4
 
@@ -21,9 +21,9 @@ This is an alias of the [@nrwl/cli](https://www.npmjs.com/package/@nrwl/cli) pac
21
21
 
22
22
  ## What is Nx?
23
23
 
24
- 🔎 **Smart, Extensible Build Framework**
24
+ 🔎 **Smart, Fast and Extensible Build System**
25
25
 
26
- Nx is a smart and extensible build framework to help you architect, test, and build at any scale — integrating seamlessly with modern technologies and frameworks while providing a distributed graph-based task execution, computation caching, smart rebuilds of affected projects, powerful code generators, editor support, GitHub apps, and more.
26
+ Nx is a smart, fast and extensible build system. It comes with first class monorepo support and powerful integrations.
27
27
 
28
28
  ### Best-in-Class Support for Monorepos
29
29
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nx",
3
- "version": "13.3.7",
4
- "description": "Smart, Extensible Build Framework",
3
+ "version": "13.3.12",
4
+ "description": "Smart, Fast and Extensible Build System",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/nrwl/nx.git",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "homepage": "https://nx.dev",
30
30
  "dependencies": {
31
- "@nrwl/cli": "13.3.7"
31
+ "@nrwl/cli": "13.3.12"
32
32
  },
33
33
  "main": "./bin/nx.js",
34
34
  "typings": "./bin/nx.d.ts"