@rxap/plugin-nestjs 20.1.4-dev.1 → 20.1.4-dev.10

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,44 @@
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.1.4-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.9...@rxap/plugin-nestjs@20.1.4-dev.10) (2025-04-17)
7
+
8
+ **Note:** Version bump only for package @rxap/plugin-nestjs
9
+
10
+ ## [20.1.4-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.8...@rxap/plugin-nestjs@20.1.4-dev.9) (2025-04-14)
11
+
12
+ **Note:** Version bump only for package @rxap/plugin-nestjs
13
+
14
+ ## [20.1.4-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.7...@rxap/plugin-nestjs@20.1.4-dev.8) (2025-04-02)
15
+
16
+ **Note:** Version bump only for package @rxap/plugin-nestjs
17
+
18
+ ## [20.1.4-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.6...@rxap/plugin-nestjs@20.1.4-dev.7) (2025-04-02)
19
+
20
+ **Note:** Version bump only for package @rxap/plugin-nestjs
21
+
22
+ ## [20.1.4-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.5...@rxap/plugin-nestjs@20.1.4-dev.6) (2025-03-27)
23
+
24
+ **Note:** Version bump only for package @rxap/plugin-nestjs
25
+
26
+ ## [20.1.4-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.4...@rxap/plugin-nestjs@20.1.4-dev.5) (2025-03-26)
27
+
28
+ **Note:** Version bump only for package @rxap/plugin-nestjs
29
+
30
+ ## [20.1.4-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.3...@rxap/plugin-nestjs@20.1.4-dev.4) (2025-03-26)
31
+
32
+ **Note:** Version bump only for package @rxap/plugin-nestjs
33
+
34
+ ## [20.1.4-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.2...@rxap/plugin-nestjs@20.1.4-dev.3) (2025-03-25)
35
+
36
+ ### Bug Fixes
37
+
38
+ - spelling ([bd44d29](https://gitlab.com/rxap/packages/commit/bd44d2991c566f679bfd57666d84eb491ed09749))
39
+
40
+ ## [20.1.4-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.1...@rxap/plugin-nestjs@20.1.4-dev.2) (2025-03-18)
41
+
42
+ **Note:** Version bump only for package @rxap/plugin-nestjs
43
+
6
44
  ## [20.1.4-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/plugin-nestjs@20.1.4-dev.0...@rxap/plugin-nestjs@20.1.4-dev.1) (2025-03-12)
7
45
 
8
46
  **Note:** Version bump only for package @rxap/plugin-nestjs
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "20.1.4-dev.1",
2
+ "version": "20.1.4-dev.10",
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",
@@ -8,14 +8,14 @@
8
8
  "@nx/js": "20.5.0",
9
9
  "@nx/nest": "20.5.0",
10
10
  "@rxap/node-utilities": "^1.3.10-dev.0",
11
- "@rxap/plugin-application": "^20.0.4-dev.1",
12
- "@rxap/plugin-library": "^20.2.1-dev.1",
13
- "@rxap/plugin-open-api": "^20.0.5-dev.1",
14
- "@rxap/plugin-utilities": "^20.0.4-dev.1",
11
+ "@rxap/plugin-application": "^20.0.4-dev.5",
12
+ "@rxap/plugin-library": "^20.2.1-dev.5",
13
+ "@rxap/plugin-open-api": "^20.1.0-dev.6",
14
+ "@rxap/plugin-utilities": "^20.0.4-dev.4",
15
15
  "@rxap/ts-morph": "^1.5.5-dev.0",
16
16
  "@rxap/utilities": "^16.4.4-dev.0",
17
- "@rxap/workspace-ts-morph": "^19.1.12-dev.1",
18
- "@rxap/workspace-utilities": "^19.8.0-dev.1",
17
+ "@rxap/workspace-ts-morph": "^19.1.12-dev.4",
18
+ "@rxap/workspace-utilities": "^19.8.0-dev.4",
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": "e4552670b179901abc7ce57cc3ff490ac705b867",
58
+ "gitHead": "4fb86f94a891a479603892629dd760e5f0026667",
59
59
  "exports": {
60
60
  "./package.json": "./package.json",
61
61
  ".": {
@@ -15,18 +15,18 @@ ENV TRAEFIK_ROUTER_PRIORITY=20
15
15
  # ensure the $PATH_PREFIX has a preceding slash if not empty
16
16
  ENV TRAEFIK_ROUTER_PATH_PREFIX=$PATH_PREFIX/
17
17
 
18
- ENV TREAFIK_HEALTH_CHECK_INTERVAL=60s
19
- ENV TREAFIK_HEALTH_CHECK_TIMEOUT=30s
20
- ENV TREAFIK_HEALTH_CHECK_PATH=/health
18
+ ENV TRAEFIK_HEALTH_CHECK_INTERVAL=60s
19
+ ENV TRAEFIK_HEALTH_CHECK_TIMEOUT=30s
20
+ ENV TRAEFIK_HEALTH_CHECK_PATH=/health
21
21
 
22
22
  # required to ensure the husky install is not executed if the package.json contains husky
23
23
  ENV HUSKY=0
24
24
 
25
25
  LABEL traefik.enable=true
26
26
 
27
- LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.path=$TREAFIK_HEALTH_CHECK_PATH
28
- LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.interval=$TREAFIK_HEALTH_CHECK_INTERVAL
29
- LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.timeout=$TREAFIK_HEALTH_CHECK_TIMEOUT
27
+ LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.path=$TRAEFIK_HEALTH_CHECK_PATH
28
+ LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.interval=$TRAEFIK_HEALTH_CHECK_INTERVAL
29
+ LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.healthCheck.timeout=$TRAEFIK_HEALTH_CHECK_TIMEOUT
30
30
  LABEL traefik.http.services.$TRAEFIK_SERVICE_NAME.loadbalancer.server.port=$PORT
31
31
 
32
32
  LABEL traefik.http.routers.$TRAEFIK_ROUTER_NAME.rule=PathPrefix(`$TRAEFIK_ROUTER_PATH_PREFIX`)