@sap-ux/cf-deploy-config-sub-generator 0.2.155 → 0.2.157
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/generators/app/index.js +1 -1
- package/package.json +11 -11
package/generators/app/index.js
CHANGED
|
@@ -177,7 +177,7 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
|
|
|
177
177
|
*/
|
|
178
178
|
async _handleApiHubConfig() {
|
|
179
179
|
// generate a new instance dest name for api hub
|
|
180
|
-
if (this.apiHubConfig
|
|
180
|
+
if (this.apiHubConfig?.apiHubType === "API_HUB_ENTERPRISE" /* ApiHubType.apiHubEnterprise */) {
|
|
181
181
|
// full service path is only available from the manifest.json
|
|
182
182
|
if (!this.servicePath) {
|
|
183
183
|
const manifest = await (0, utils_2.loadManifest)(this.fs, this.appPath);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/cf-deploy-config-sub-generator",
|
|
3
3
|
"description": "Generators for configuring Cloud Foundry deployment configuration",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.157",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@sap-devx/yeoman-ui-types": "1.22.0",
|
|
23
23
|
"hasbin": "1.2.3",
|
|
24
|
-
"i18next": "25.8.
|
|
24
|
+
"i18next": "25.8.20",
|
|
25
25
|
"yeoman-generator": "5.10.0",
|
|
26
|
-
"@sap-ux/btp-utils": "1.1.
|
|
27
|
-
"@sap-ux/cf-deploy-config-writer": "0.3.
|
|
28
|
-
"@sap-ux/cf-deploy-config-inquirer": "0.5.
|
|
29
|
-
"@sap-ux/deploy-config-generator-shared": "0.1.
|
|
26
|
+
"@sap-ux/btp-utils": "1.1.11",
|
|
27
|
+
"@sap-ux/cf-deploy-config-writer": "0.3.87",
|
|
28
|
+
"@sap-ux/cf-deploy-config-inquirer": "0.5.110",
|
|
29
|
+
"@sap-ux/deploy-config-generator-shared": "0.1.109",
|
|
30
30
|
"@sap-ux/feature-toggle": "0.3.7",
|
|
31
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
32
|
-
"@sap-ux/inquirer-common": "0.11.
|
|
33
|
-
"@sap-ux/project-access": "1.35.
|
|
31
|
+
"@sap-ux/fiori-generator-shared": "0.13.90",
|
|
32
|
+
"@sap-ux/inquirer-common": "0.11.28",
|
|
33
|
+
"@sap-ux/project-access": "1.35.16"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/hasbin": "1.2.2",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"js-yaml": "4.1.1",
|
|
44
44
|
"memfs": "3.4.13",
|
|
45
45
|
"rimraf": "6.1.3",
|
|
46
|
-
"unionfs": "4.
|
|
46
|
+
"unionfs": "4.6.0",
|
|
47
47
|
"yeoman-test": "6.3.0",
|
|
48
|
-
"@sap-ux/logger": "0.8.
|
|
48
|
+
"@sap-ux/logger": "0.8.3"
|
|
49
49
|
},
|
|
50
50
|
"engines": {
|
|
51
51
|
"node": ">=20.x"
|