@nrwl/nx-plugin 15.0.4 → 15.0.6

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,6 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [15.0.4](https://github.com/nrwl/nx/compare/15.0.3...15.0.4) (2022-10-27)
6
+ ## [15.0.6](https://github.com/nrwl/nx/compare/15.0.5...15.0.6) (2022-11-02)
7
7
 
8
8
  **Note:** Version bump only for package @nrwl/nx-plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrwl/nx-plugin",
3
- "version": "15.0.4",
3
+ "version": "15.0.6",
4
4
  "private": false,
5
5
  "description": "This plugin is used to create Nx plugins! It contains generators for generating common plugin features like generators, executors, migrations and more.",
6
6
  "repository": {
@@ -28,10 +28,10 @@
28
28
  "migrations": "./migrations.json"
29
29
  },
30
30
  "dependencies": {
31
- "@nrwl/devkit": "15.0.4",
32
- "@nrwl/jest": "15.0.4",
33
- "@nrwl/js": "15.0.4",
34
- "@nrwl/linter": "15.0.4",
31
+ "@nrwl/devkit": "15.0.6",
32
+ "@nrwl/jest": "15.0.6",
33
+ "@nrwl/js": "15.0.6",
34
+ "@nrwl/linter": "15.0.6",
35
35
  "dotenv": "~10.0.0",
36
36
  "fs-extra": "^10.1.0",
37
37
  "tslib": "^2.3.0"
@@ -39,5 +39,5 @@
39
39
  "publishConfig": {
40
40
  "access": "public"
41
41
  },
42
- "gitHead": "3b9cb7f190284ee348aa7d6528e0c4b3c8c217f3"
42
+ "gitHead": "dbc79728aa9246d7647914cbbffcacef72eea9a4"
43
43
  }
@@ -32,8 +32,7 @@
32
32
  },
33
33
  "description": {
34
34
  "type": "string",
35
- "description": "Executor description.",
36
- "alias": "d"
35
+ "description": "Executor description."
37
36
  },
38
37
  "unitTestRunner": {
39
38
  "type": "string",
@@ -21,8 +21,7 @@
21
21
  },
22
22
  "directory": {
23
23
  "type": "string",
24
- "description": "A directory where the project is placed",
25
- "alias": "d"
24
+ "description": "A directory where the project is placed"
26
25
  }
27
26
  },
28
27
  "required": ["name"]
@@ -31,8 +31,7 @@
31
31
  },
32
32
  "description": {
33
33
  "type": "string",
34
- "description": "Migration description.",
35
- "alias": "d"
34
+ "description": "Migration description."
36
35
  },
37
36
  "packageVersion": {
38
37
  "type": "string",
@@ -23,8 +23,7 @@
23
23
  },
24
24
  "directory": {
25
25
  "type": "string",
26
- "description": "A directory where the plugin is placed.",
27
- "alias": "d"
26
+ "description": "A directory where the plugin is placed."
28
27
  },
29
28
  "importPath": {
30
29
  "type": "string",