create-nx-plugin 19.7.0-canary.20240817-b91d788 → 19.7.0-canary.20240820-0853690

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
  # `> npx create-nx-plugin`
24
24
 
25
- Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.
25
+ Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
26
26
 
27
27
  ## What is It?
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-plugin",
3
- "version": "19.7.0-canary.20240817-b91d788",
3
+ "version": "19.7.0-canary.20240820-0853690",
4
4
  "private": false,
5
5
  "description": "This package is used to scaffold a brand-new workspace used to develop an Nx plugin, and sets up a pre-configured plugin with the specified name. The new plugin is created with a default generator, executor, and e2e app.",
6
6
  "repository": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "homepage": "https://nx.dev",
31
31
  "dependencies": {
32
- "create-nx-workspace": "19.7.0-canary.20240817-b91d788",
32
+ "create-nx-workspace": "19.7.0-canary.20240820-0853690",
33
33
  "chalk": "^4.1.0",
34
34
  "enquirer": "~2.3.6",
35
35
  "tslib": "^2.3.0",