@sap-ux/deploy-config-sub-generator 0.3.27 → 0.3.29

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 @@
2
2
  "prompts": {
3
3
  "deployTarget": {
4
4
  "breadcrumb": "Target Type",
5
- "message": "Please choose the target"
5
+ "message": "Please choose the target."
6
6
  }
7
7
  },
8
8
  "debug": {
@@ -11,12 +11,12 @@
11
11
  },
12
12
  "headless": {
13
13
  "info": {
14
- "generatorArgAppConfig": "Path to the application config file or application config as a string",
15
- "generatorNameVersion": "Generating application with {{- generatorName}} {{generatorVersion}}",
16
- "deletingApplicationConfigFile": "Deleting application config file: {{- filepath}}"
14
+ "generatorArgAppConfig": "Path to the application config file or application config as a string.",
15
+ "generatorNameVersion": "Generating application with: {{- generatorName}} {{generatorVersion}}",
16
+ "deletingApplicationConfigFile": "Deleting application config file: {{- filepath}}."
17
17
  },
18
18
  "error": {
19
- "headlessGenOptions": "Please provide one of the following: 1) The first argument of the filepath to the app config, 2) The first argument of the app config file as a json string or, 3) An option 'appconfig' as a json object",
19
+ "headlessGenOptions": "Please provide one of the following: 1) The first argument of the file path to the application config file, 2) The first argument of the application config file as a JSON string, or 3) The option `appconfig` as a JSON object.",
20
20
  "generationExiting": "Application generation exiting due to error: {{- error}}"
21
21
  }
22
22
  }
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.27",
4
+ "version": "0.3.29",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,15 +25,15 @@
25
25
  "i18next": "23.5.1",
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.23",
29
- "@sap-ux/abap-deploy-config-sub-generator": "0.1.29",
30
- "@sap-ux/deploy-config-generator-shared": "0.1.12",
31
- "@sap-ux/fiori-generator-shared": "0.12.11",
32
- "@sap-ux/inquirer-common": "0.7.16",
33
- "@sap-ux/odata-service-inquirer": "2.5.7",
34
- "@sap-ux/project-access": "1.30.3",
28
+ "@sap-ux/cf-deploy-config-sub-generator": "0.2.25",
29
+ "@sap-ux/abap-deploy-config-sub-generator": "0.1.31",
30
+ "@sap-ux/deploy-config-generator-shared": "0.1.14",
31
+ "@sap-ux/fiori-generator-shared": "0.12.13",
32
+ "@sap-ux/inquirer-common": "0.7.18",
33
+ "@sap-ux/odata-service-inquirer": "2.5.9",
34
+ "@sap-ux/project-access": "1.30.4",
35
35
  "@sap-ux/store": "1.1.1",
36
- "@sap-ux/ui5-config": "0.28.2"
36
+ "@sap-ux/ui5-config": "0.28.3"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/fs-extra": "9.0.13",
@@ -50,11 +50,11 @@
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.26",
54
- "@sap-ux/cf-deploy-config-inquirer": "0.3.19",
55
- "@sap-ux/cf-deploy-config-writer": "0.3.6",
56
- "@sap-ux/fiori-app-sub-generator": "0.5.13",
57
- "@sap-ux/jest-file-matchers": "0.2.2"
53
+ "@sap-ux/abap-deploy-config-inquirer": "1.4.28",
54
+ "@sap-ux/cf-deploy-config-inquirer": "0.3.21",
55
+ "@sap-ux/cf-deploy-config-writer": "0.3.8",
56
+ "@sap-ux/fiori-app-sub-generator": "0.5.15",
57
+ "@sap-ux/jest-file-matchers": "0.2.3"
58
58
  },
59
59
  "engines": {
60
60
  "node": ">=20.x"