@rxap/preset-angular 19.0.0-dev.8 → 19.0.0-dev.9
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,12 @@
|
|
|
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.0-dev.9](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.0-dev.8...@rxap/preset-angular@19.0.0-dev.9) (2024-06-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- ensure only valid options are stored ([c754404](https://gitlab.com/rxap/packages/commit/c75440438fe03e550dad208b46b378aee888a995))
|
|
11
|
+
|
|
6
12
|
# [19.0.0-dev.8](https://gitlab.com/rxap/packages/compare/@rxap/preset-angular@19.0.0-dev.7...@rxap/preset-angular@19.0.0-dev.8) (2024-06-17)
|
|
7
13
|
|
|
8
14
|
**Note:** Version bump only for package @rxap/preset-angular
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "19.0.0-dev.
|
|
2
|
+
"version": "19.0.0-dev.9",
|
|
3
3
|
"name": "@rxap/preset-angular",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@nx/devkit": "19.1.1",
|
|
7
|
-
"@rxap/plugin-angular": "^19.1.0-dev.
|
|
8
|
-
"@rxap/plugin-workspace": "^19.1.0-dev.
|
|
7
|
+
"@rxap/plugin-angular": "^19.1.0-dev.9",
|
|
8
|
+
"@rxap/plugin-workspace": "^19.1.0-dev.8",
|
|
9
9
|
"tslib": "2.6.2"
|
|
10
10
|
},
|
|
11
11
|
"author": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
},
|
|
40
40
|
"type": "commonjs",
|
|
41
41
|
"typings": "./src/index.d.ts",
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a261f463bc7d9023674bf53bbbc80d80df38a906"
|
|
43
43
|
}
|
|
@@ -6,8 +6,18 @@ const plugin_angular_1 = require("@rxap/plugin-angular");
|
|
|
6
6
|
const plugin_workspace_1 = require("@rxap/plugin-workspace");
|
|
7
7
|
function presetGenerator(tree, options) {
|
|
8
8
|
return tslib_1.__awaiter(this, void 0, void 0, function* () {
|
|
9
|
-
|
|
10
|
-
yield (0,
|
|
9
|
+
const { packages, standalone, license, repositoryUrl, prefix, } = options;
|
|
10
|
+
yield (0, plugin_workspace_1.WorkspaceInitGenerator)(tree, {
|
|
11
|
+
packages,
|
|
12
|
+
standalone,
|
|
13
|
+
license,
|
|
14
|
+
repositoryUrl,
|
|
15
|
+
overwrite: true,
|
|
16
|
+
});
|
|
17
|
+
yield (0, plugin_angular_1.AngularInitGenerator)(tree, {
|
|
18
|
+
prefix,
|
|
19
|
+
overwrite: true,
|
|
20
|
+
});
|
|
11
21
|
});
|
|
12
22
|
}
|
|
13
23
|
exports.presetGenerator = presetGenerator;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../packages/preset/angular/src/generators/preset/generator.ts"],"names":[],"mappings":";;;;AACA,yDAA4D;AAC5D,6DAAgE;AAGhE,SAAsB,eAAe,CACnC,IAAU,EACV,OAA8B;;QAE9B,MAAM,
|
|
1
|
+
{"version":3,"file":"generator.js","sourceRoot":"","sources":["../../../../../../../packages/preset/angular/src/generators/preset/generator.ts"],"names":[],"mappings":";;;;AACA,yDAA4D;AAC5D,6DAAgE;AAGhE,SAAsB,eAAe,CACnC,IAAU,EACV,OAA8B;;QAE9B,MAAM,EACJ,QAAQ,EACR,UAAU,EACV,OAAO,EACP,aAAa,EACb,MAAM,GACP,GAAG,OAAO,CAAC;QACZ,MAAM,IAAA,yCAAsB,EAAC,IAAI,EAAE;YACjC,QAAQ;YACR,UAAU;YACV,OAAO;YACP,aAAa;YACb,SAAS,EAAE,IAAI;SAChB,CAAC,CAAC;QACH,MAAM,IAAA,qCAAoB,EAAC,IAAI,EAAE;YAC/B,MAAM;YACN,SAAS,EAAE,IAAI;SAChB,CAAC,CAAC;IACL,CAAC;CAAA;AAtBD,0CAsBC;AAED,kBAAe,eAAe,CAAC"}
|