@sap-ux/adp-flp-config-sub-generator 0.1.32 → 0.1.34
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.
|
@@ -1,26 +1,27 @@
|
|
|
1
1
|
{
|
|
2
2
|
"yuiNavSteps": {
|
|
3
|
-
"flpCredentialsName": "
|
|
4
|
-
"flpCredentialsDesc": "Enter credentials for your adaptation project's system ({{- system}})",
|
|
5
|
-
"sysConfirmDesc": "Validates connection to configured system",
|
|
6
|
-
"flpConfigName": "Fiori Launchpad Configuration",
|
|
7
|
-
"
|
|
3
|
+
"flpCredentialsName": "SAP Fiori Launchpad Configuration - Credentials",
|
|
4
|
+
"flpCredentialsDesc": "Enter credentials for your adaptation project's system: ({{- system}}).",
|
|
5
|
+
"sysConfirmDesc": "Validates connection to the configured system.",
|
|
6
|
+
"flpConfigName": "SAP Fiori Launchpad Configuration",
|
|
7
|
+
"flpConfigDesc": "SAP Fiori launchpad configuration for {{- projectName}}."
|
|
8
8
|
},
|
|
9
9
|
"info": {
|
|
10
|
-
"flpConfigAdded": "
|
|
10
|
+
"flpConfigAdded": "SAP Fiori launchpad configuration added."
|
|
11
11
|
},
|
|
12
12
|
"error": {
|
|
13
|
-
"projectNotSupported": "Unable to find a supported adaptation project",
|
|
13
|
+
"projectNotSupported": "Unable to find a supported adaptation project.",
|
|
14
|
+
"fetchingManifest": "An error occurred when fetching the merged `manifest.json` file for the base application.",
|
|
15
|
+
"destinationNotFound": "Missing destination configuration in the `ui5.yaml` file.",
|
|
16
|
+
"destinationNotInSubaccount": "Destination not found in the subaccount: {{- destination}}.",
|
|
17
|
+
"systemNotFound": "Missing system configuration in the `ui5.yaml` file.",
|
|
18
|
+
"systemNotFoundInStore": "System not found in the system store: {{- systemUrl}}.",
|
|
19
|
+
"writingPhase": "An error occurred in the writing phase of the adaptation project's SAP Fiori launchpad configuration.",
|
|
20
|
+
"telemetry": "An error occurred when sending telemetry data. Error: {{- error}}.",
|
|
21
|
+
"updatingApp": "An error occurred updating the application with the SAP Fiori launchpad configuration. For more information, view the logs.",
|
|
22
|
+
"authenticationFailed": "Authentication failed.",
|
|
14
23
|
"projectNotCloudReady": "FLP Configuration is supported for Cloud Ready adaptation projects only",
|
|
15
24
|
"baseAppInboundsFetching": "Error while fetching base application inbounds",
|
|
16
|
-
"destinationNotFound": "Missing destination configuration in ui5.yaml",
|
|
17
|
-
"destinationNotInSubaccount": "Destination not found in the subaccount: {{- destination}}",
|
|
18
|
-
"systemNotFound": "Missing system configuration in ui5.yaml",
|
|
19
|
-
"systemNotFoundInStore": "System not found in the system store: {{- systemUrl}}",
|
|
20
|
-
"writingPhase": "Error in writing phase of the adaptation project FLP configuration",
|
|
21
|
-
"telemetry": "Error sending telemetry data: {{- error}}",
|
|
22
|
-
"updatingApp": "Error updating app with FLP configuration. Inspect the logs for full error.",
|
|
23
|
-
"authenticationFailed": "Authentication failed.",
|
|
24
25
|
"warningCachingNotSupported": "Warning: caching is not supported"
|
|
25
26
|
}
|
|
26
27
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/adp-flp-config-sub-generator",
|
|
3
3
|
"description": "Generator for adding FLP configuration to an Adaptation Project",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.34",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"@sap-devx/yeoman-ui-types": "1.14.4",
|
|
23
23
|
"i18next": "23.5.1",
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
|
-
"@sap-ux/adp-tooling": "0.14.
|
|
25
|
+
"@sap-ux/adp-tooling": "0.14.34",
|
|
26
26
|
"@sap-ux/axios-extension": "1.22.3",
|
|
27
27
|
"@sap-ux/btp-utils": "1.1.0",
|
|
28
28
|
"@sap-ux/feature-toggle": "0.3.0",
|
|
29
|
-
"@sap-ux/fiori-generator-shared": "0.12.
|
|
30
|
-
"@sap-ux/flp-config-inquirer": "0.3.
|
|
31
|
-
"@sap-ux/inquirer-common": "0.7.
|
|
29
|
+
"@sap-ux/fiori-generator-shared": "0.12.13",
|
|
30
|
+
"@sap-ux/flp-config-inquirer": "0.3.34",
|
|
31
|
+
"@sap-ux/inquirer-common": "0.7.18",
|
|
32
32
|
"@sap-ux/logger": "0.7.0",
|
|
33
|
-
"@sap-ux/project-access": "1.30.
|
|
33
|
+
"@sap-ux/project-access": "1.30.4",
|
|
34
34
|
"@sap-ux/store": "1.1.1",
|
|
35
35
|
"@sap-ux/system-access": "0.6.9"
|
|
36
36
|
},
|