@sap-ux/deploy-config-sub-generator 0.0.4 → 0.0.5

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.
@@ -29,7 +29,7 @@ async function getBackendConfig(fs, options, launchStandaloneFromYui, projectRoo
29
29
  else {
30
30
  // Launched as subgenerator from app gen
31
31
  backendConfig = {
32
- destination: options.connectedSystem?.destination?.Name,
32
+ destination: options.appGenDestination || options.connectedSystem?.destination?.Name,
33
33
  url: options.appGenServiceHost,
34
34
  client: options.appGenClient,
35
35
  scp: !!options.connectedSystem?.backendSystem?.serviceKeys || false
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.0.4",
4
+ "version": "0.0.5",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -26,10 +26,10 @@
26
26
  "inquirer-autocomplete-prompt": "2.0.1",
27
27
  "yeoman-generator": "5.10.0",
28
28
  "@sap-ux/axios-extension": "1.19.0",
29
- "@sap-ux/cf-deploy-config-sub-generator": "0.1.26",
30
- "@sap-ux/abap-deploy-config-sub-generator": "0.0.50",
31
29
  "@sap-ux/btp-utils": "1.0.1",
30
+ "@sap-ux/cf-deploy-config-sub-generator": "0.1.26",
32
31
  "@sap-ux/deploy-config-generator-shared": "0.0.36",
32
+ "@sap-ux/abap-deploy-config-sub-generator": "0.0.50",
33
33
  "@sap-ux/fiori-generator-shared": "0.9.8",
34
34
  "@sap-ux/i18n": "0.2.3",
35
35
  "@sap-ux/inquirer-common": "0.6.28",
@@ -57,9 +57,9 @@
57
57
  "typescript": "5.3.3",
58
58
  "unionfs": "4.4.0",
59
59
  "yeoman-test": "6.3.0",
60
- "@sap-ux/cf-deploy-config-writer": "0.1.21",
61
60
  "@sap-ux/cf-deploy-config-inquirer": "0.2.17",
62
- "@sap-ux/logger": "0.6.0"
61
+ "@sap-ux/logger": "0.6.0",
62
+ "@sap-ux/cf-deploy-config-writer": "0.1.21"
63
63
  },
64
64
  "engines": {
65
65
  "node": ">=18.x"