@rxap/schematic-composer 19.0.5-dev.0 → 19.0.5-dev.1
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 +4 -0
- package/package.json +3 -3
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.5-dev.1](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.5-dev.0...@rxap/schematic-composer@19.0.5-dev.1) (2025-09-01)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematic-composer
|
|
9
|
+
|
|
6
10
|
## [19.0.5-dev.0](https://gitlab.com/rxap/packages/compare/@rxap/schematic-composer@19.0.4...@rxap/schematic-composer@19.0.5-dev.0) (2025-05-19)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/schematic-composer
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.5-dev.
|
|
2
|
+
"version": "19.0.5-dev.1",
|
|
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.1-dev.
|
|
9
|
+
"@rxap/schematics-ts-morph": "^19.1.1-dev.1",
|
|
10
10
|
"@rxap/schematics-utilities": "^19.0.5-dev.0",
|
|
11
11
|
"@rxap/utilities": "^16.4.5-dev.0",
|
|
12
12
|
"@rxap/workspace-utilities": "^19.8.1-dev.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"schematics": "./collection.json",
|
|
43
43
|
"type": "commonjs",
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "431b4c9f4e367db6ef8a07c59d8fc251962141e5",
|
|
45
45
|
"types": "./src/index.d.ts",
|
|
46
46
|
"main": "./src/index.js"
|
|
47
47
|
}
|