@sap-ux/ui-service-sub-generator 0.1.34 → 0.1.35

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,17 +1,17 @@
1
1
  {
2
2
  "error": {
3
- "fetchingGenerator": "Error fetching generator: {{error}}",
4
- "sendingTelemetry": "Error sending telemetry event",
5
- "connectionFailed": "Connection to the discovery service on backend system {{system}} failed.",
6
- "authentication": "Authentication failed with system data provided, unable to continue with UI Service generation.",
7
- "generatingService": "The UI Service failed to create successfully. Please see the log in 'Application Wizard.Generators' output for more details.",
8
- "noGeneratorFoundBo": "No generator found for the selected business object interface"
3
+ "fetchingGenerator": "An error occurred when fetching the generator: {{error}}",
4
+ "sendingTelemetry": "An error occurred sending the telemetry event.",
5
+ "connectionFailed": "The connection to the discovery service on the back-end system: {{system}} failed. Please check the system details are correct.",
6
+ "authentication": "Authentication failed with the system data provided. Unable to continue with UI Service generation. Check the system details are correct.",
7
+ "generatingService": "The UI Service creation process failed. For more information, see the log in the `Application Wizard.Generators` output.",
8
+ "noGeneratorFoundBo": "No generator found for the selected business object interface."
9
9
  },
10
10
  "info": {
11
- "generationSuccessful": "UI Service {{serviceName}} was generated successfully",
12
- "generationSuccessfulWriteFile": "UI Service {{serviceName}} has been created successfully and has been added to your project",
13
- "generationSuccessfulMetadataFail": "UI Service {{serviceName}} has been created successfully, but could not be added to your project",
14
- "generationWarning": "Generation of UI Service might take a few minutes. Please be patient.",
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
+ "generationWarning": "Generating the UI Service can take a few minutes. Please be patient.",
15
15
  "generatingUiService": "Generating UI service..."
16
16
  }
17
17
  }
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.34",
4
+ "version": "0.1.35",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -25,12 +25,12 @@
25
25
  "@sap-ux/axios-extension": "1.22.3",
26
26
  "@sap-ux/btp-utils": "1.1.0",
27
27
  "@sap-ux/feature-toggle": "0.3.0",
28
- "@sap-ux/fiori-generator-shared": "0.12.12",
29
- "@sap-ux/inquirer-common": "0.7.17",
28
+ "@sap-ux/fiori-generator-shared": "0.12.13",
29
+ "@sap-ux/inquirer-common": "0.7.18",
30
30
  "@sap-ux/logger": "0.7.0",
31
31
  "@sap-ux/system-access": "0.6.9",
32
32
  "@sap-ux/telemetry": "0.6.6",
33
- "@sap-ux/ui-service-inquirer": "0.1.34"
33
+ "@sap-ux/ui-service-inquirer": "0.1.35"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@sap/service-provider-apis": "2.1.5",
@@ -46,7 +46,7 @@
46
46
  "mem-fs-editor": "9.4.0",
47
47
  "rimraf": "5.0.5",
48
48
  "yeoman-test": "6.3.0",
49
- "@sap-ux/jest-file-matchers": "0.2.2",
49
+ "@sap-ux/jest-file-matchers": "0.2.3",
50
50
  "@sap-ux/store": "1.1.1"
51
51
  },
52
52
  "engines": {