@rxap/preset-angular 19.0.5-dev.5 → 19.0.5-dev.7
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,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-dev.7](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.6...@rxap/preset-angular@19.0.5-dev.7) (2024-08-21)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
9
|
+
|
|
10
|
+
## [19.0.5-dev.6](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.5...@rxap/preset-angular@19.0.5-dev.6) (2024-08-19)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @rxap/preset-angular
|
|
13
|
+
|
|
6
14
|
## [19.0.5-dev.5](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.5-dev.4...@rxap/preset-angular@19.0.5-dev.5) (2024-08-15)
|
|
7
15
|
|
|
8
16
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.5-dev.
|
|
2
|
+
"version": "19.0.5-dev.7",
|
|
3
3
|
"name": "@rxap/preset-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/devkit": "19.4.2",
|
|
7
|
-
"@rxap/plugin-angular": "^19.3.3-dev.
|
|
8
|
-
"@rxap/plugin-workspace": "^19.1.5-dev.
|
|
7
|
+
"@rxap/plugin-angular": "^19.3.3-dev.6",
|
|
8
|
+
"@rxap/plugin-workspace": "^19.1.5-dev.2",
|
|
9
9
|
"tslib": "2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
@@ -40,5 +40,5 @@
|
|
|
40
40
|
"schematics": "./generators.json",
|
|
41
41
|
"type": "commonjs",
|
|
42
42
|
"typings": "./src/index.d.ts",
|
|
43
|
-
"gitHead": "
|
|
43
|
+
"gitHead": "dcd9fcece255ee0a19bd11385e5994731b5d22e1"
|
|
44
44
|
}
|
|
@@ -170,6 +170,9 @@ exports[`preset should use angular preset 3`] = `
|
|
|
170
170
|
"{workspaceRoot}/.eslintignore",
|
|
171
171
|
"{workspaceRoot}/eslint.config.js"
|
|
172
172
|
],
|
|
173
|
+
"options": {
|
|
174
|
+
"quiet": true
|
|
175
|
+
},
|
|
173
176
|
"cache": true
|
|
174
177
|
},
|
|
175
178
|
"test": {
|
|
@@ -489,6 +492,7 @@ gitlab-ci-setup.sh
|
|
|
489
492
|
.idea/workspace.xml
|
|
490
493
|
.idea/httpRequests/
|
|
491
494
|
.idea/developer-tools.xml
|
|
495
|
+
.idea/dataSources/*/storage_v2
|
|
492
496
|
"
|
|
493
497
|
`;
|
|
494
498
|
|