@sap-ux/fiori-elements-writer 2.8.105 → 2.8.107
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.
- package/dist/index.js +1 -1
- package/package.json +11 -11
package/dist/index.js
CHANGED
|
@@ -220,7 +220,7 @@ async function generate(basePath, data, fs, log) {
|
|
|
220
220
|
const opaConfig = getOpaConfig({
|
|
221
221
|
useVirtualPreviewEndpoints: feApp.appOptions?.useVirtualPreviewEndpoints
|
|
222
222
|
}, feApp.app.flpAppId);
|
|
223
|
-
await (0, ui5_test_writer_1.generateOPAFiles)(basePath, opaConfig, fs, log);
|
|
223
|
+
await (0, ui5_test_writer_1.generateOPAFiles)(basePath, opaConfig, data.service.metadata, fs, log);
|
|
224
224
|
}
|
|
225
225
|
return fs;
|
|
226
226
|
}
|
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.
|
|
4
|
+
"version": "2.8.107",
|
|
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.7.4",
|
|
30
|
-
"@sap-ux/
|
|
31
|
-
"@sap-ux/
|
|
32
|
-
"@sap-ux/fe-fpm-writer": "0.43.
|
|
33
|
-
"@sap-ux/ui5-config": "0.
|
|
34
|
-
"@sap-ux/ui5-test-writer": "0.7.
|
|
35
|
-
"@sap-ux/fiori-generator-shared": "0.13.
|
|
36
|
-
"@sap-ux/cap-config-writer": "0.12.
|
|
37
|
-
"@sap-ux/annotation-generator": "0.4.
|
|
30
|
+
"@sap-ux/odata-service-writer": "0.31.0",
|
|
31
|
+
"@sap-ux/ui5-application-writer": "1.8.1",
|
|
32
|
+
"@sap-ux/fe-fpm-writer": "0.43.12",
|
|
33
|
+
"@sap-ux/ui5-config": "0.30.0",
|
|
34
|
+
"@sap-ux/ui5-test-writer": "0.7.91",
|
|
35
|
+
"@sap-ux/fiori-generator-shared": "0.13.88",
|
|
36
|
+
"@sap-ux/cap-config-writer": "0.12.80",
|
|
37
|
+
"@sap-ux/annotation-generator": "0.4.42",
|
|
38
38
|
"@sap-ux/logger": "0.8.2"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"@types/mem-fs": "1.1.2",
|
|
46
46
|
"@types/semver": "7.7.1",
|
|
47
47
|
"fs-extra": "11.3.4",
|
|
48
|
-
"@sap-ux/project-access": "1.35.
|
|
49
|
-
"@sap-ux/eslint-plugin-fiori-tools": "9.
|
|
48
|
+
"@sap-ux/project-access": "1.35.14",
|
|
49
|
+
"@sap-ux/eslint-plugin-fiori-tools": "9.10.1"
|
|
50
50
|
},
|
|
51
51
|
"engines": {
|
|
52
52
|
"node": ">=20.x"
|