@sap-ux/cf-deploy-config-sub-generator 0.2.23 → 0.2.25

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.
@@ -16,23 +16,23 @@
16
16
  },
17
17
  "info": {
18
18
  "filesGenerated": "The files have been generated.",
19
- "skippedInstallation": "Option `--skipInstall` was specified. Installation of dependencies will be skipped."
19
+ "skippedInstallation": "Option: `--skipInstall` was specified. Installation of dependencies will be skipped."
20
20
  },
21
21
  "error": {
22
- "mtaDestinations": "No destinations loaded from mta.yaml. {{- error}}",
23
- "writing": "Error in writing phase: {{- error}}",
24
- "install": "Error in install phase: {{- error}}",
25
- "end": "Error in end phase: {{- error}}"
22
+ "mtaDestinations": "No destinations loaded from the `mta.yaml` file. {{- error}}",
23
+ "writing": "An error occurred in the writing phase: {{- error}}",
24
+ "install": "An error occurred in the install phase: {{- error}}",
25
+ "end": "An error occurred in the end phase: {{- error}}"
26
26
  },
27
27
  "debug": {
28
28
  "promptOptions": "Retrieving CF prompts using: \n {{- options}}",
29
- "initTelemetry": "Initializing telemetry in CF deployment configuration generator",
30
- "capMissingMTA": "CAP project detected with no MTA configuration"
29
+ "initTelemetry": "Initializing telemetry in CF deployment configuration generator...",
30
+ "capMissingMTA": "CAP project detected with no MTA configuration. Add an MTA configuration."
31
31
  }
32
32
  },
33
33
  "appRouterGen": {
34
34
  "debug": {
35
- "projectPath": "Project loaded from {{- destinationPath}}"
35
+ "projectPath": "Project loaded from {{- destinationPath}}."
36
36
  }
37
37
  }
38
38
  }
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.23",
4
+ "version": "0.2.25",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -24,13 +24,13 @@
24
24
  "i18next": "23.5.1",
25
25
  "yeoman-generator": "5.10.0",
26
26
  "@sap-ux/btp-utils": "1.1.0",
27
- "@sap-ux/cf-deploy-config-writer": "0.3.6",
28
- "@sap-ux/cf-deploy-config-inquirer": "0.3.19",
29
- "@sap-ux/deploy-config-generator-shared": "0.1.12",
27
+ "@sap-ux/cf-deploy-config-writer": "0.3.8",
28
+ "@sap-ux/cf-deploy-config-inquirer": "0.3.21",
29
+ "@sap-ux/deploy-config-generator-shared": "0.1.14",
30
30
  "@sap-ux/feature-toggle": "0.3.0",
31
- "@sap-ux/fiori-generator-shared": "0.12.11",
32
- "@sap-ux/inquirer-common": "0.7.16",
33
- "@sap-ux/project-access": "1.30.3"
31
+ "@sap-ux/fiori-generator-shared": "0.12.13",
32
+ "@sap-ux/inquirer-common": "0.7.18",
33
+ "@sap-ux/project-access": "1.30.4"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/hasbin": "1.2.2",