@sap-ux/cf-deploy-config-sub-generator 0.3.4 → 0.3.7

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.
@@ -208,6 +208,9 @@ class default_1 extends deploy_config_generator_shared_1.DeploymentGenerator {
208
208
  const destinationName = this.destinationName || this.answers.destinationName;
209
209
  const destination = await (0, deploy_config_generator_shared_1.getDestination)(destinationName);
210
210
  const isDestinationFullUrl = this.options.isFullUrlDest ?? (destination && (0, btp_utils_1.isFullUrlDestination)(destination)) ?? false;
211
+ if (isDestinationFullUrl) {
212
+ deploy_config_generator_shared_1.DeploymentGenerator.logger?.warn((0, utils_1.t)('cfGen.warn.fullUrlDestination'));
213
+ }
211
214
  const addManagedAppRouter = this.options.addManagedAppRouter ??
212
215
  (this.options.routerType === cf_deploy_config_inquirer_1.RouterModuleType.Managed ||
213
216
  this.answers.routerType === cf_deploy_config_inquirer_1.RouterModuleType.Managed);
@@ -24,6 +24,9 @@
24
24
  "install": "An error occurred in the install phase: {{- error}}",
25
25
  "end": "An error occurred in the end phase: {{- error}}"
26
26
  },
27
+ "warn": {
28
+ "fullUrlDestination": "The deployment destination is configured as a full URL destination. The deployed app may not render correctly. See SAP Guided Answers for migration instructions: https://ga.support.sap.com/index.html#/tree/3046/actions/45995:52881:52892:68172"
29
+ },
27
30
  "debug": {
28
31
  "promptOptions": "Retrieving CF prompts using: \n {{- options}}",
29
32
  "initTelemetry": "Initializing telemetry in CF deployment configuration generator...",
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.3.4",
4
+ "version": "0.3.7",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,12 +24,12 @@
24
24
  "i18next": "25.10.10",
25
25
  "yeoman-generator": "5.10.0",
26
26
  "@sap-ux/btp-utils": "1.2.1",
27
- "@sap-ux/cf-deploy-config-writer": "0.4.3",
28
- "@sap-ux/cf-deploy-config-inquirer": "0.6.4",
29
- "@sap-ux/deploy-config-generator-shared": "0.2.4",
27
+ "@sap-ux/cf-deploy-config-writer": "0.4.4",
28
+ "@sap-ux/cf-deploy-config-inquirer": "0.6.7",
29
+ "@sap-ux/deploy-config-generator-shared": "0.2.6",
30
30
  "@sap-ux/feature-toggle": "0.4.0",
31
- "@sap-ux/fiori-generator-shared": "0.15.4",
32
- "@sap-ux/inquirer-common": "0.13.3",
31
+ "@sap-ux/fiori-generator-shared": "0.15.6",
32
+ "@sap-ux/inquirer-common": "0.13.6",
33
33
  "@sap-ux/project-access": "1.38.1"
34
34
  },
35
35
  "devDependencies": {