@sap-ux/fiori-elements-writer 3.1.16 → 3.1.17

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -194,7 +194,7 @@ async function generate(basePath, data, fs, log) {
194
194
  // OPA tests must be generated last since they depend on other parts of the app, such as annotations, being in place
195
195
  if (addTest) {
196
196
  const opaConfig = getOpaConfig({ useVirtualPreviewEndpoints: feApp.appOptions?.useVirtualPreviewEndpoints }, feApp.app.flpAppId);
197
- await generateOPAFiles(basePath, { ...opaConfig, enableTypeScript: feApp.appOptions?.typescript }, data.service.metadata, fs, log);
197
+ await generateOPAFiles(basePath, { ...opaConfig, enableTypeScript: feApp.appOptions?.typescript, ui5Version: feApp.ui5?.version }, data.service.metadata, fs, log);
198
198
  }
199
199
  return fs;
200
200
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/fiori-elements-writer",
3
3
  "description": "SAP Fiori elements application writer",
4
- "version": "3.1.16",
4
+ "version": "3.1.17",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -32,7 +32,7 @@
32
32
  "@sap-ux/ui5-application-writer": "2.1.2",
33
33
  "@sap-ux/fe-fpm-writer": "1.3.9",
34
34
  "@sap-ux/ui5-config": "1.0.6",
35
- "@sap-ux/ui5-test-writer": "1.2.35",
35
+ "@sap-ux/ui5-test-writer": "1.3.0",
36
36
  "@sap-ux/fiori-generator-shared": "1.2.5",
37
37
  "@sap-ux/cap-config-writer": "1.0.27",
38
38
  "@sap-ux/annotation-generator": "1.0.20",