@rxap/plugin-nestjs 16.1.0-dev.0 → 16.1.0-dev.1

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,13 @@
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
+ # [16.1.0-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@16.1.0-dev.0...@rxap/plugin-nestjs@16.1.0-dev.1) (2023-08-01)
7
+
8
+ ### Bug Fixes
9
+
10
+ - generate readme with peer dependencies to install ([e7039bb](https://gitlab.com/rxap/packages/commit/e7039bb5e86ffeadfe7cc92d5fc71d32f8efb4fb))
11
+ - skip plugin or schematic projects ([c87532b](https://gitlab.com/rxap/packages/commit/c87532b33e3e88515e4c1735901711c4fe04ce3c))
12
+
6
13
  # 16.1.0-dev.0 (2023-08-01)
7
14
 
8
15
  ### Bug Fixes
package/README.md CHANGED
@@ -18,7 +18,7 @@ yarn add @rxap/plugin-nestjs
18
18
  ```
19
19
  **Install peer dependencies:**
20
20
  ```bash
21
- yarn add
21
+ yarn add @nx/devkit@^16.5.0 @rxap/generator-utilities@^1.0.1-dev.2 nx@^16.5.0
22
22
  ```
23
23
  **Execute the init generator:**
24
24
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rxap/plugin-nestjs",
3
- "version": "16.1.0-dev.0",
3
+ "version": "16.1.0-dev.1",
4
4
  "type": "commonjs",
5
5
  "generators": "./generators.json",
6
6
  "publishConfig": {
@@ -46,7 +46,7 @@
46
46
  }
47
47
  ]
48
48
  },
49
- "gitHead": "ed3a0788894aa734ec2a8e9e957cf73cabe033d6",
49
+ "gitHead": "6ee014f9d4efe0f609d017905912c818ff61002b",
50
50
  "main": "./src/index.js",
51
51
  "types": "./src/index.d.ts"
52
52
  }