@sap-ux/deploy-config-sub-generator 0.3.43 → 0.3.45
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 @@ import { DeploymentGenerator } from '@sap-ux/deploy-config-generator-shared';
|
|
|
2
2
|
import { DeployTarget } from '@sap-ux/fiori-generator-shared';
|
|
3
3
|
import type { CfDeployConfigOptions } from '@sap-ux/cf-deploy-config-sub-generator';
|
|
4
4
|
import type { AbapDeployConfigOptions } from '@sap-ux/abap-deploy-config-sub-generator';
|
|
5
|
-
import type { AppConfig } from '@sap-ux/fiori-
|
|
5
|
+
import type { AppConfig } from '@sap-ux/fiori-generator-shared';
|
|
6
6
|
/**
|
|
7
7
|
* Headless deployment generator
|
|
8
8
|
*/
|
|
@@ -3,8 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const path_1 = require("path");
|
|
4
4
|
const fs_1 = require("fs");
|
|
5
5
|
const deploy_config_generator_shared_1 = require("@sap-ux/deploy-config-generator-shared");
|
|
6
|
-
const fiori_generator_shared_1 = require("@sap-ux/fiori-generator-shared");
|
|
7
6
|
const utils_1 = require("../utils");
|
|
7
|
+
const fiori_generator_shared_1 = require("@sap-ux/fiori-generator-shared");
|
|
8
8
|
/**
|
|
9
9
|
* Headless deployment generator
|
|
10
10
|
*/
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/deploy-config-sub-generator",
|
|
3
3
|
"description": "Main generator for configuring ABAP or Cloud Foundry deployment configuration",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.45",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"i18next": "25.3.0",
|
|
26
26
|
"yeoman-generator": "5.10.0",
|
|
27
27
|
"@sap-ux/btp-utils": "1.1.0",
|
|
28
|
-
"@sap-ux/cf-deploy-config-sub-generator": "0.2.
|
|
29
|
-
"@sap-ux/abap-deploy-config-sub-generator": "0.1.
|
|
30
|
-
"@sap-ux/deploy-config-generator-shared": "0.1.
|
|
31
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
32
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
33
|
-
"@sap-ux/odata-service-inquirer": "2.5.
|
|
28
|
+
"@sap-ux/cf-deploy-config-sub-generator": "0.2.38",
|
|
29
|
+
"@sap-ux/abap-deploy-config-sub-generator": "0.1.42",
|
|
30
|
+
"@sap-ux/deploy-config-generator-shared": "0.1.22",
|
|
31
|
+
"@sap-ux/fiori-generator-shared": "0.13.3",
|
|
32
|
+
"@sap-ux/inquirer-common": "0.7.27",
|
|
33
|
+
"@sap-ux/odata-service-inquirer": "2.5.21",
|
|
34
34
|
"@sap-ux/project-access": "1.30.7",
|
|
35
35
|
"@sap-ux/store": "1.1.2",
|
|
36
36
|
"@sap-ux/ui5-config": "0.29.0"
|
|
@@ -50,10 +50,9 @@
|
|
|
50
50
|
"rimraf": "5.0.5",
|
|
51
51
|
"unionfs": "4.4.0",
|
|
52
52
|
"yeoman-test": "6.3.0",
|
|
53
|
-
"@sap-ux/abap-deploy-config-inquirer": "1.4.
|
|
54
|
-
"@sap-ux/cf-deploy-config-inquirer": "0.3.
|
|
53
|
+
"@sap-ux/abap-deploy-config-inquirer": "1.4.38",
|
|
54
|
+
"@sap-ux/cf-deploy-config-inquirer": "0.3.30",
|
|
55
55
|
"@sap-ux/cf-deploy-config-writer": "0.3.16",
|
|
56
|
-
"@sap-ux/fiori-app-sub-generator": "0.5.27",
|
|
57
56
|
"@sap-ux/jest-file-matchers": "0.2.4"
|
|
58
57
|
},
|
|
59
58
|
"engines": {
|