@rxap/plugin-nestjs 20.2.0-dev.5 → 20.2.0-dev.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ # [20.2.0-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.2.0-dev.6...@rxap/plugin-nestjs@20.2.0-dev.7) (2025-09-18)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-nestjs
9
+
10
+ # [20.2.0-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.2.0-dev.5...@rxap/plugin-nestjs@20.2.0-dev.6) (2025-09-15)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-nestjs
13
+
6
14
  # [20.2.0-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.2.0-dev.4...@rxap/plugin-nestjs@20.2.0-dev.5) (2025-09-10)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/plugin-nestjs
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "20.2.0-dev.5",
2
+ "version": "20.2.0-dev.7",
3
3
  "name": "@rxap/plugin-nestjs",
4
4
  "description": "This npm package provides generators and executors for NestJS applications within an Nx workspace. It helps streamline the setup of NestJS projects with features like Swagger, Sentry, health indicators, and standardized configurations. It also includes executors for generating package.json files and Swagger documentation.\n",
5
5
  "license": "GPL-3.0-or-later",
@@ -7,15 +7,15 @@
7
7
  "@nx/devkit": "20.5.0",
8
8
  "@nx/js": "20.5.0",
9
9
  "@nx/nest": "20.5.0",
10
- "@rxap/node-utilities": "^1.3.11-dev.0",
11
- "@rxap/plugin-application": "^20.0.5-dev.0",
12
- "@rxap/plugin-library": "^20.2.2-dev.1",
13
- "@rxap/plugin-open-api": "^20.1.1-dev.5",
14
- "@rxap/plugin-utilities": "^20.0.5-dev.0",
15
- "@rxap/ts-morph": "^1.6.0-dev.0",
16
- "@rxap/utilities": "^16.4.5-dev.0",
17
- "@rxap/workspace-ts-morph": "^19.1.13-dev.1",
18
- "@rxap/workspace-utilities": "^19.8.1-dev.0",
10
+ "@rxap/node-utilities": "^1.3.11-dev.2",
11
+ "@rxap/plugin-application": "^20.0.5-dev.2",
12
+ "@rxap/plugin-library": "^20.2.2-dev.3",
13
+ "@rxap/plugin-open-api": "^20.1.1-dev.7",
14
+ "@rxap/plugin-utilities": "^20.0.5-dev.2",
15
+ "@rxap/ts-morph": "^1.6.0-dev.2",
16
+ "@rxap/utilities": "^16.5.0-dev.0",
17
+ "@rxap/workspace-ts-morph": "^19.1.13-dev.3",
18
+ "@rxap/workspace-utilities": "^19.8.1-dev.2",
19
19
  "colors": "1.4.0",
20
20
  "semver": "7.5.3",
21
21
  "ts-morph": "18.0.0",
@@ -55,7 +55,7 @@
55
55
  },
56
56
  "schematics": "./generators.json",
57
57
  "type": "commonjs",
58
- "gitHead": "1651033199da61335c7f664ad9669c3f0f1a2056",
58
+ "gitHead": "ef20bc50270ad0727a111d54e48cb279ff3ed5cf",
59
59
  "exports": {
60
60
  "./package.json": "./package.json",
61
61
  ".": {