@rxap/schematic-composer 19.0.4-dev.5 → 19.0.4

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 +4 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,6 +3,10 @@
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.4](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.4-dev.5...@rxap/schematic-composer@19.0.4) (2025-05-16)
7
+
8
+ **Note:** Version bump only for package @rxap/schematic-composer
9
+
6
10
  ## [19.0.4-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.4-dev.4...@rxap/schematic-composer@19.0.4-dev.5) (2025-04-14)
7
11
 
8
12
  **Note:** Version bump only for package @rxap/schematic-composer
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
- "version": "19.0.4-dev.5",
2
+ "version": "19.0.4",
3
3
  "name": "@rxap/schematic-composer",
4
4
  "description": "This package provides a schematic to compose and execute other schematics based on configuration files. It allows executing schematics for a specific project, feature, or the entire workspace. The configuration files can be in JSON or YAML format, defining the schematics to be executed and their options.\n",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "dependencies": {
7
7
  "@angular-devkit/schematics": "19.2.1",
8
8
  "@nx/devkit": "20.5.0",
9
- "@rxap/schematics-ts-morph": "^19.1.0-dev.2",
10
- "@rxap/schematics-utilities": "^19.0.4-dev.4",
11
- "@rxap/utilities": "^16.4.4-dev.0",
12
- "@rxap/workspace-utilities": "^19.8.0-dev.4",
9
+ "@rxap/schematics-ts-morph": "^19.1.0",
10
+ "@rxap/schematics-utilities": "^19.0.4",
11
+ "@rxap/utilities": "^16.4.4",
12
+ "@rxap/workspace-utilities": "^19.8.0",
13
13
  "colors": "1.4.0",
14
14
  "tslib": "2.6.2",
15
15
  "yaml": "2.3.1"
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "schematics": "./collection.json",
43
43
  "type": "commonjs",
44
- "gitHead": "15e9c42fe02a2bec423eb4b6e286ddcb1c46cfd4",
44
+ "gitHead": "3eebed1be2bbb37bc0d65959f8fecbb850c0b8aa",
45
45
  "types": "./src/index.d.ts",
46
46
  "main": "./src/index.js"
47
47
  }