create-nx-plugin 19.6.0-canary.20240814-6d83ae2 → 19.6.0-rc.0

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 +4 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-nx-plugin",
3
- "version": "19.6.0-canary.20240814-6d83ae2",
3
+ "version": "19.6.0-rc.0",
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.6.0-canary.20240814-6d83ae2",
32
+ "create-nx-workspace": "19.6.0-rc.0",
33
33
  "chalk": "^4.1.0",
34
34
  "enquirer": "~2.3.6",
35
35
  "tslib": "^2.3.0",
@@ -39,5 +39,6 @@
39
39
  "access": "public"
40
40
  },
41
41
  "main": "./bin/create-nx-plugin.js",
42
- "type": "commonjs"
42
+ "type": "commonjs",
43
+ "types": "./bin/create-nx-plugin.d.ts"
43
44
  }