@sap-ux/fiori-app-sub-generator 0.0.34 → 0.0.36

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.
@@ -134,7 +134,7 @@ async function promptOdataServiceAnswers(options, logger, adapter, connectedSyst
134
134
  source: answers.datasourceType,
135
135
  localEdmxFilePath: answers.metadataFilePath,
136
136
  connectedSystem: answers.connectedSystem,
137
- ignoreCertError: answers.ignoreCertError // TBI: ignoreCertError is not a property OdataServiceAnswers
137
+ ignoreCertError: answers.ignoreCertError
138
138
  };
139
139
  return service;
140
140
  }
@@ -155,7 +155,8 @@ async function transformState({ project, service, floorplan, entityRelatedConfig
155
155
  previewSettings: {},
156
156
  annotations: project.skipAnnotations !== true
157
157
  ? await (0, utils_1.getAnnotations)(project.name, service.annotations?.[0], service?.capService)
158
- : undefined
158
+ : undefined,
159
+ ignoreCertError: service.ignoreCertError
159
160
  };
160
161
  const destinationName = service.destinationName ?? service.connectedSystem?.destination?.Name;
161
162
  if (destinationName) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-app-sub-generator",
3
3
  "description": "A yeoman (sub) generator that can generate Fiori applications. Not for standalone use.",
4
- "version": "0.0.34",
4
+ "version": "0.0.36",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -39,7 +39,7 @@
39
39
  "@sap-ux/fiori-generator-shared": "0.11.3",
40
40
  "@sap-ux/fiori-tools-settings": "0.1.0",
41
41
  "@sap-ux/launch-config": "0.9.6",
42
- "@sap-ux/odata-service-inquirer": "2.3.11",
42
+ "@sap-ux/odata-service-inquirer": "2.3.13",
43
43
  "@sap-ux/odata-service-writer": "0.26.18",
44
44
  "@sap-ux/project-access": "1.29.22",
45
45
  "@sap-ux/store": "1.0.0",