@rxap/schematic-composer 19.0.1-dev.9 → 19.0.2-dev.0

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,34 @@
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.2-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1...@rxap/schematic-composer@19.0.2-dev.0) (2025-02-17)
7
+
8
+ **Note:** Version bump only for package @rxap/schematic-composer
9
+
10
+ ## [19.0.1](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.14...@rxap/schematic-composer@19.0.1) (2025-02-13)
11
+
12
+ **Note:** Version bump only for package @rxap/schematic-composer
13
+
14
+ ## [19.0.1-dev.14](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.13...@rxap/schematic-composer@19.0.1-dev.14) (2025-02-13)
15
+
16
+ **Note:** Version bump only for package @rxap/schematic-composer
17
+
18
+ ## [19.0.1-dev.13](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.12...@rxap/schematic-composer@19.0.1-dev.13) (2025-02-11)
19
+
20
+ **Note:** Version bump only for package @rxap/schematic-composer
21
+
22
+ ## [19.0.1-dev.12](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.11...@rxap/schematic-composer@19.0.1-dev.12) (2025-02-11)
23
+
24
+ **Note:** Version bump only for package @rxap/schematic-composer
25
+
26
+ ## [19.0.1-dev.11](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.10...@rxap/schematic-composer@19.0.1-dev.11) (2025-02-10)
27
+
28
+ **Note:** Version bump only for package @rxap/schematic-composer
29
+
30
+ ## [19.0.1-dev.10](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.9...@rxap/schematic-composer@19.0.1-dev.10) (2025-02-07)
31
+
32
+ **Note:** Version bump only for package @rxap/schematic-composer
33
+
6
34
  ## [19.0.1-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.1-dev.8...@rxap/schematic-composer@19.0.1-dev.9) (2025-02-03)
7
35
 
8
36
  **Note:** Version bump only for package @rxap/schematic-composer
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @rxap/schematic-composer
1
+ 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.
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@rxap/schematic-composer?style=flat-square)](https://www.npmjs.com/package/@rxap/schematic-composer)
4
4
  [![commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](https://commitizen.github.io/cz-cli/)
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
- "version": "19.0.1-dev.9",
2
+ "version": "19.0.2-dev.0",
3
3
  "name": "@rxap/schematic-composer",
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",
4
5
  "license": "GPL-3.0-or-later",
5
6
  "dependencies": {
6
7
  "@angular-devkit/schematics": "19.1.4",
7
- "@nx/devkit": "20.4.0",
8
- "@rxap/schematics-ts-morph": "^19.0.1-dev.9",
9
- "@rxap/schematics-utilities": "^19.0.1-dev.7",
10
- "@rxap/utilities": "^16.4.2-dev.2",
11
- "@rxap/workspace-utilities": "^19.6.1-dev.7",
8
+ "@nx/devkit": "20.4.2",
9
+ "@rxap/schematics-ts-morph": "^19.0.2-dev.0",
10
+ "@rxap/schematics-utilities": "^19.0.2-dev.0",
11
+ "@rxap/utilities": "^16.4.2",
12
+ "@rxap/workspace-utilities": "^19.6.2-dev.0",
12
13
  "colors": "1.4.0",
13
14
  "tslib": "2.6.2",
14
15
  "yaml": "2.3.1"
@@ -40,7 +41,7 @@
40
41
  },
41
42
  "schematics": "./collection.json",
42
43
  "type": "commonjs",
43
- "gitHead": "19fb407911bba163d3088ee26fbcac354fe153a0",
44
+ "gitHead": "0b022b6165e06718ce3edf73ae1d5375f0ff3413",
44
45
  "types": "./src/index.d.ts",
45
46
  "main": "./src/index.js"
46
47
  }