create-nx-plugin 19.5.0-canary.20240711-2c4c2ae → 19.5.0-canary.20240716-34da542

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
@@ -37,7 +37,7 @@ It's a command to create an Nx workspace to develop an Nx plugin.
37
37
  - [Nx.Dev: Documentation, Guides, Tutorials](https://nx.dev)
38
38
  - [Intro to Nx](https://nx.dev/getting-started/intro)
39
39
  - [Official Nx YouTube Channel](https://www.youtube.com/@NxDevtools)
40
- - [Blog Posts About Nx](https://blog.nrwl.io/nx/home)
40
+ - [Blog Posts About Nx](https://nx.dev/blog)
41
41
 
42
42
  <p style="text-align: center;"><a href="https://nx.dev/#learning-materials" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-courses-and-videos.svg"
43
43
  width="100%" alt="Nx - Smart Monorepos · Fast CI"></a></p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-plugin",
3
- "version": "19.5.0-canary.20240711-2c4c2ae",
3
+ "version": "19.5.0-canary.20240716-34da542",
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.5.0-canary.20240711-2c4c2ae",
32
+ "create-nx-workspace": "19.5.0-canary.20240716-34da542",
33
33
  "chalk": "^4.1.0",
34
34
  "enquirer": "~2.3.6",
35
35
  "tslib": "^2.3.0",