@sap-ux/fiori-app-sub-generator 0.11.1 → 0.11.2
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.
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CommandRunner = void 0;
|
|
4
4
|
const i18n_1 = require("./i18n");
|
|
5
|
-
const
|
|
5
|
+
const node_child_process_1 = require("node:child_process");
|
|
6
6
|
/**
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
@@ -44,7 +44,7 @@ class CommandRunner {
|
|
|
44
44
|
if (process.platform === 'win32') {
|
|
45
45
|
optsLocal.shell = true;
|
|
46
46
|
}
|
|
47
|
-
const spawnedCmd = (0,
|
|
47
|
+
const spawnedCmd = (0, node_child_process_1.spawn)(cmd, args, optsLocal);
|
|
48
48
|
let response;
|
|
49
49
|
if (enableLog) {
|
|
50
50
|
this.formatLog('Running: ', command);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/fiori-app-sub-generator",
|
|
3
3
|
"description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -29,23 +29,23 @@
|
|
|
29
29
|
"mem-fs-editor": "9.4.0",
|
|
30
30
|
"uuid": "11.0.5",
|
|
31
31
|
"yeoman-generator": "5.10.0",
|
|
32
|
-
"@sap-ux/annotation-generator": "0.4.
|
|
33
|
-
"@sap-ux/axios-extension": "1.25.
|
|
32
|
+
"@sap-ux/annotation-generator": "0.4.1",
|
|
33
|
+
"@sap-ux/axios-extension": "1.25.1",
|
|
34
34
|
"@sap-ux/btp-utils": "1.1.6",
|
|
35
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
35
|
+
"@sap-ux/cap-config-writer": "0.12.36",
|
|
36
36
|
"@sap-ux/feature-toggle": "0.3.5",
|
|
37
|
-
"@sap-ux/fiori-elements-writer": "2.8.
|
|
38
|
-
"@sap-ux/fiori-freestyle-writer": "2.5.
|
|
39
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
37
|
+
"@sap-ux/fiori-elements-writer": "2.8.25",
|
|
38
|
+
"@sap-ux/fiori-freestyle-writer": "2.5.17",
|
|
39
|
+
"@sap-ux/fiori-generator-shared": "0.13.45",
|
|
40
40
|
"@sap-ux/fiori-tools-settings": "0.2.3",
|
|
41
|
-
"@sap-ux/launch-config": "0.10.
|
|
42
|
-
"@sap-ux/odata-service-inquirer": "2.13.
|
|
43
|
-
"@sap-ux/odata-service-writer": "0.29.
|
|
44
|
-
"@sap-ux/project-access": "1.32.
|
|
45
|
-
"@sap-ux/store": "1.4.
|
|
46
|
-
"@sap-ux/telemetry": "0.6.
|
|
47
|
-
"@sap-ux/ui5-application-inquirer": "0.15.
|
|
48
|
-
"@sap-ux/ui5-info": "0.13.
|
|
41
|
+
"@sap-ux/launch-config": "0.10.44",
|
|
42
|
+
"@sap-ux/odata-service-inquirer": "2.13.2",
|
|
43
|
+
"@sap-ux/odata-service-writer": "0.29.1",
|
|
44
|
+
"@sap-ux/project-access": "1.32.17",
|
|
45
|
+
"@sap-ux/store": "1.4.1",
|
|
46
|
+
"@sap-ux/telemetry": "0.6.49",
|
|
47
|
+
"@sap-ux/ui5-application-inquirer": "0.15.51",
|
|
48
|
+
"@sap-ux/ui5-info": "0.13.5"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@sap-devx/yeoman-ui-types": "1.16.9",
|
|
@@ -62,11 +62,11 @@
|
|
|
62
62
|
"mock-spawn": "0.2.6",
|
|
63
63
|
"rimraf": "6.0.1",
|
|
64
64
|
"yeoman-test": "6.3.0",
|
|
65
|
-
"@sap-ux/deploy-config-sub-generator": "0.5.
|
|
66
|
-
"@sap-ux/flp-config-sub-generator": "0.3.
|
|
67
|
-
"@sap-ux/inquirer-common": "0.10.
|
|
65
|
+
"@sap-ux/deploy-config-sub-generator": "0.5.25",
|
|
66
|
+
"@sap-ux/flp-config-sub-generator": "0.3.88",
|
|
67
|
+
"@sap-ux/inquirer-common": "0.10.2",
|
|
68
68
|
"@sap-ux/jest-file-matchers": "0.2.8",
|
|
69
|
-
"@sap-ux/logger": "0.7.
|
|
69
|
+
"@sap-ux/logger": "0.7.3"
|
|
70
70
|
},
|
|
71
71
|
"engines": {
|
|
72
72
|
"node": ">=20.x"
|