@sap-ux/ui-service-sub-generator 0.1.81 → 0.1.83
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.
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
"noGeneratorFoundBo": "No generator found for the selected business object interface."
|
|
9
9
|
},
|
|
10
10
|
"info": {
|
|
11
|
-
"generationSuccessful": "The UI service: {{serviceName}} was generated.",
|
|
12
|
-
"generationSuccessfulWriteFile": "The UI service: {{serviceName}} has been created and added to your project.",
|
|
13
|
-
"generationSuccessfulMetadataFail": "The UI service: {{serviceName}} has been created but could not be added to your project.",
|
|
11
|
+
"generationSuccessful": "The UI service: {{- serviceName}} was generated.",
|
|
12
|
+
"generationSuccessfulWriteFile": "The UI service: {{- serviceName}} has been created and added to your project.",
|
|
13
|
+
"generationSuccessfulMetadataFail": "The UI service: {{- serviceName}} has been created but could not be added to your project.",
|
|
14
14
|
"generationWarning": "Generating the UI Service can take a few minutes. Please be patient.",
|
|
15
15
|
"generatingUiService": "Generating UI service..."
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap-ux/ui-service-sub-generator",
|
|
3
3
|
"description": "Generator for creating UI Service",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.83",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/SAP/open-ux-tools.git",
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"yeoman-generator": "5.10.0",
|
|
25
25
|
"@sap-ux/axios-extension": "1.22.9",
|
|
26
26
|
"@sap-ux/btp-utils": "1.1.3",
|
|
27
|
-
"@sap-ux/feature-toggle": "0.3.1",
|
|
28
27
|
"@sap-ux/fiori-generator-shared": "0.13.18",
|
|
29
|
-
"@sap-ux/
|
|
28
|
+
"@sap-ux/feature-toggle": "0.3.1",
|
|
30
29
|
"@sap-ux/logger": "0.7.0",
|
|
31
|
-
"@sap-ux/
|
|
30
|
+
"@sap-ux/inquirer-common": "0.7.45",
|
|
32
31
|
"@sap-ux/telemetry": "0.6.24",
|
|
33
|
-
"@sap-ux/
|
|
32
|
+
"@sap-ux/system-access": "0.6.18",
|
|
33
|
+
"@sap-ux/ui-service-inquirer": "0.2.20"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@sap/service-provider-apis": "2.5.1",
|