@rxap/schematic-nestjs 19.0.5-dev.4 → 19.0.5

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 +7 -7
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
+ ## [19.0.5](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@19.0.5-dev.5...@rxap/schematic-nestjs@19.0.5) (2026-01-23)
7
+
8
+ **Note:** Version bump only for package @rxap/schematic-nestjs
9
+
10
+ ## [19.0.5-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@19.0.5-dev.4...@rxap/schematic-nestjs@19.0.5-dev.5) (2026-01-19)
11
+
12
+ **Note:** Version bump only for package @rxap/schematic-nestjs
13
+
6
14
  ## [19.0.5-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/schematic-nestjs@19.0.5-dev.3...@rxap/schematic-nestjs@19.0.5-dev.4) (2026-01-13)
7
15
 
8
16
  **Note:** Version bump only for package @rxap/schematic-nestjs
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "19.0.5-dev.4",
2
+ "version": "19.0.5",
3
3
  "name": "@rxap/schematic-nestjs",
4
4
  "description": "This package provides schematics for NestJS projects. It includes schematics for generating CRUD services, microservices, health indicators, and other common NestJS features. It also provides utilities for working with TypeScript and NestJS code.\n",
5
5
  "license": "GPL-3.0-or-later",
@@ -7,11 +7,11 @@
7
7
  "@angular-devkit/core": "19.2.1",
8
8
  "@angular-devkit/schematics": "19.2.1",
9
9
  "@nx/devkit": "20.5.0",
10
- "@rxap/schematics-ts-morph": "^19.1.1-dev.4",
11
- "@rxap/schematics-utilities": "^19.0.5-dev.3",
12
- "@rxap/ts-morph": "^1.6.0-dev.3",
13
- "@rxap/utilities": "^16.5.0-dev.1",
14
- "@rxap/workspace-utilities": "^19.8.1-dev.3",
10
+ "@rxap/schematics-ts-morph": "^19.1.1",
11
+ "@rxap/schematics-utilities": "^19.0.5",
12
+ "@rxap/ts-morph": "^1.6.0",
13
+ "@rxap/utilities": "^16.5.0",
14
+ "@rxap/workspace-utilities": "^19.9.0",
15
15
  "ts-morph": "18.0.0",
16
16
  "tslib": "2.6.2",
17
17
  "yaml": "2.3.1"
@@ -43,7 +43,7 @@
43
43
  },
44
44
  "schematics": "./collection.json",
45
45
  "type": "commonjs",
46
- "gitHead": "69d6ee61a20632f52b77de621089334a34f45e03",
46
+ "gitHead": "36b0e9732b24717840935712e316593ff6aba795",
47
47
  "types": "./src/index.d.ts",
48
48
  "main": "./src/index.js"
49
49
  }