@rxap/plugin-library 20.0.0-dev.2 → 20.0.0-dev.4
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,18 @@
|
|
|
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
|
+
# [20.0.0-dev.4](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@20.0.0-dev.3...@rxap/plugin-library@20.0.0-dev.4) (2025-01-03)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- add library plugin on workspace init ([cbd8fde](https://gitlab.com/rxap/packages/commit/cbd8fde53887c7a069fec1e7ef06770b2de653dd))
|
|
11
|
+
|
|
12
|
+
# [20.0.0-dev.3](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@20.0.0-dev.2...@rxap/plugin-library@20.0.0-dev.3) (2025-01-03)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- improve cache detection ([ac3b8fe](https://gitlab.com/rxap/packages/commit/ac3b8fe591c09df1ca68dfe8475a9268b9380fad))
|
|
17
|
+
|
|
6
18
|
# [20.0.0-dev.2](https://gitlab.com/rxap/packages/compare/@rxap/plugin-library@20.0.0-dev.1...@rxap/plugin-library@20.0.0-dev.2) (2025-01-03)
|
|
7
19
|
|
|
8
20
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "20.0.0-dev.
|
|
2
|
+
"version": "20.0.0-dev.4",
|
|
3
3
|
"name": "@rxap/plugin-library",
|
|
4
4
|
"license": "GPL-3.0-or-later",
|
|
5
5
|
"dependencies": {
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"nx": "20.2.1",
|
|
18
18
|
"semver": "7.5.3",
|
|
19
19
|
"ts-morph": "18.0.0",
|
|
20
|
-
"tslib": "2.6.2"
|
|
20
|
+
"tslib": "2.6.2",
|
|
21
|
+
"xml2js": "0.6.2"
|
|
21
22
|
},
|
|
22
23
|
"author": {
|
|
23
24
|
"name": "Merzough Münker",
|
|
@@ -48,7 +49,7 @@
|
|
|
48
49
|
},
|
|
49
50
|
"schematics": "./generators.json",
|
|
50
51
|
"type": "commonjs",
|
|
51
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f390acd43638aeb5ffc080fe64ccd67e2c9fc483",
|
|
52
53
|
"exports": {
|
|
53
54
|
"./package.json": "./package.json",
|
|
54
55
|
".": {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.initWorkspace = initWorkspace;
|
|
4
|
+
const devkit_1 = require("@nx/devkit");
|
|
4
5
|
const workspace_utilities_1 = require("@rxap/workspace-utilities");
|
|
5
6
|
const init_workspace_1 = require("../init-buildable/init-workspace");
|
|
6
7
|
const init_workspace_2 = require("../init-plugin/init-workspace");
|
|
@@ -13,6 +14,14 @@ function initWorkspace(tree, options) {
|
|
|
13
14
|
if ((0, workspace_utilities_1.IsAlreadyExecuted)([__dirname, __filename, 'initWorkspace'].join('_'))) {
|
|
14
15
|
return;
|
|
15
16
|
}
|
|
17
|
+
const nxJson = (0, devkit_1.readNxJson)(tree);
|
|
18
|
+
if ((0, workspace_utilities_1.IsRxapRepository)(tree)) {
|
|
19
|
+
(0, workspace_utilities_1.CoerceNxPlugin)(nxJson, './packages/plugin/library/src/plugin.ts');
|
|
20
|
+
}
|
|
21
|
+
else {
|
|
22
|
+
(0, workspace_utilities_1.CoerceNxPlugin)(nxJson, '@rxap/plugin-library/plugin');
|
|
23
|
+
}
|
|
24
|
+
(0, devkit_1.updateNxJson)(tree, nxJson);
|
|
16
25
|
console.log('init library workspace');
|
|
17
26
|
(0, update_default_project_targets_1.updateDefaultProjectTargets)(tree);
|
|
18
27
|
(0, init_workspace_1.initWorkspace)(tree, options);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init-workspace.js","sourceRoot":"","sources":["../../../../../../../packages/plugin/library/src/generators/init/init-workspace.ts"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"init-workspace.js","sourceRoot":"","sources":["../../../../../../../packages/plugin/library/src/generators/init/init-workspace.ts"],"names":[],"mappings":";;AAmBA,sCA0BC;AA7CD,uCAIoB;AACpB,mEAImC;AACnC,qEAA2F;AAC3F,kEAAqF;AACrF,kEAAqF;AACrF,uEAA+F;AAC/F,qEAA2F;AAC3F,2EAAqG;AAErG,qFAA+E;AAE/E,SAAgB,aAAa,CAAC,IAAU,EAAE,OAA4B;IAEpE,IAAI,IAAA,uCAAiB,EAAC,CAAC,SAAS,EAAE,UAAU,EAAE,eAAe,CAAC,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,CAAC;QAC1E,OAAO;IACT,CAAC;IAED,MAAM,MAAM,GAAG,IAAA,mBAAU,EAAC,IAAI,CAAE,CAAC;IAEjC,IAAI,IAAA,sCAAgB,EAAC,IAAI,CAAC,EAAE,CAAC;QAC3B,IAAA,oCAAc,EAAC,MAAM,EAAE,yCAAyC,CAAC,CAAC;IACpE,CAAC;SAAM,CAAC;QACN,IAAA,oCAAc,EAAC,MAAM,EAAE,6BAA6B,CAAC,CAAC;IACxD,CAAC;IAED,IAAA,qBAAY,EAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IAE3B,OAAO,CAAC,GAAG,CAAC,wBAAwB,CAAC,CAAC;IAEtC,IAAA,4DAA2B,EAAC,IAAI,CAAC,CAAC;IAElC,IAAA,8BAAsB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACtC,IAAA,8BAAwB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACxC,IAAA,8BAAmB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACnC,IAAA,8BAAsB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACtC,IAAA,8BAAmB,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;IACnC,IAAA,8BAA0B,EAAC,IAAI,EAAE,OAAO,CAAC,CAAC;AAC5C,CAAC"}
|