@sap-ux/fiori-elements-writer 2.8.36 → 2.8.38

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 +9 -8
package/dist/index.js CHANGED
@@ -203,7 +203,7 @@ async function generate(basePath, data, fs, log) {
203
203
  const opaConfig = getOpaConfig({
204
204
  useVirtualPreviewEndpoints: feApp.appOptions?.useVirtualPreviewEndpoints
205
205
  }, feApp.app.flpAppId);
206
- (0, ui5_test_writer_1.generateOPAFiles)(basePath, opaConfig, fs);
206
+ await (0, ui5_test_writer_1.generateOPAFiles)(basePath, opaConfig, fs, log);
207
207
  }
208
208
  if (feApp.service.capService) {
209
209
  const settings = {
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": "2.8.36",
4
+ "version": "2.8.38",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -27,14 +27,14 @@
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "read-pkg-up": "7.0.1",
29
29
  "semver": "7.5.4",
30
- "@sap-ux/odata-service-writer": "0.29.6",
30
+ "@sap-ux/odata-service-writer": "0.29.7",
31
31
  "@sap-ux/ui5-application-writer": "1.7.1",
32
- "@sap-ux/fe-fpm-writer": "0.40.8",
32
+ "@sap-ux/fe-fpm-writer": "0.40.10",
33
33
  "@sap-ux/ui5-config": "0.29.12",
34
- "@sap-ux/ui5-test-writer": "0.7.52",
35
- "@sap-ux/fiori-generator-shared": "0.13.51",
36
- "@sap-ux/cap-config-writer": "0.12.42",
37
- "@sap-ux/annotation-generator": "0.4.7",
34
+ "@sap-ux/ui5-test-writer": "0.7.53",
35
+ "@sap-ux/fiori-generator-shared": "0.13.52",
36
+ "@sap-ux/cap-config-writer": "0.12.43",
37
+ "@sap-ux/annotation-generator": "0.4.9",
38
38
  "@sap-ux/logger": "0.8.0"
39
39
  },
40
40
  "devDependencies": {
@@ -45,7 +45,8 @@
45
45
  "@types/mem-fs": "1.1.2",
46
46
  "@types/semver": "7.5.2",
47
47
  "fs-extra": "10.0.0",
48
- "@sap-ux/eslint-plugin-fiori-tools": "9.1.0"
48
+ "@sap-ux/project-access": "1.34.1",
49
+ "@sap-ux/eslint-plugin-fiori-tools": "9.1.2"
49
50
  },
50
51
  "engines": {
51
52
  "node": ">=20.x"