@rxap/schematics-xml-parser 19.0.5-dev.16 → 19.0.5-dev.17
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.17](https://gitlab.com/rxap/packages/compare/@rxap/schematics-xml-parser@19.0.5-dev.16...@rxap/schematics-xml-parser@19.0.5-dev.17) (2026-01-12)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/schematics-xml-parser
|
|
9
|
+
|
|
6
10
|
## [19.0.5-dev.16](https://gitlab.com/rxap/packages/compare/@rxap/schematics-xml-parser@19.0.5-dev.15...@rxap/schematics-xml-parser@19.0.5-dev.16) (2025-10-02)
|
|
7
11
|
|
|
8
12
|
**Note:** Version bump only for package @rxap/schematics-xml-parser
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.5-dev.
|
|
2
|
+
"version": "19.0.5-dev.17",
|
|
3
3
|
"name": "@rxap/schematics-xml-parser",
|
|
4
4
|
"description": "This package provides utilities for parsing XML templates within Angular Schematics. It includes functionality to locate templates in a file system, parse them using a specified DOMParser, and register custom elements for parsing. The package also offers elements for defining modules, types, and methods within the XML templates.\n",
|
|
5
5
|
"license": "GPL-3.0-or-later",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@nx/devkit": "20.5.0",
|
|
10
10
|
"@rxap/schematics-ts-morph": "^19.1.1-dev.3",
|
|
11
11
|
"@rxap/schematics-utilities": "^19.0.5-dev.2",
|
|
12
|
-
"@rxap/xml-parser": "^16.3.0-dev.
|
|
12
|
+
"@rxap/xml-parser": "^16.3.0-dev.13",
|
|
13
13
|
"ts-morph": "^18.0.0",
|
|
14
14
|
"tslib": "2.6.2"
|
|
15
15
|
},
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"schematics": "./generators.json",
|
|
44
44
|
"type": "commonjs",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "f6923aa9d989b25018f2fcac470963fb1e68049a",
|
|
46
46
|
"types": "./src/index.d.ts",
|
|
47
47
|
"main": "./src/index.js"
|
|
48
48
|
}
|