create-nx-plugin 19.0.0-canary.20240419-e617e54 → 19.0.0-canary.20240423-b37bfdb

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-plugin",
3
- "version": "19.0.0-canary.20240419-e617e54",
3
+ "version": "19.0.0-canary.20240423-b37bfdb",
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.0.0-canary.20240419-e617e54",
32
+ "create-nx-workspace": "19.0.0-canary.20240423-b37bfdb",
33
33
  "chalk": "^4.1.0",
34
34
  "enquirer": "~2.3.6",
35
35
  "tslib": "^2.3.0",