@sap-ux/fiori-elements-writer 2.8.26 → 2.8.28

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/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.26",
4
+ "version": "2.8.28",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -28,10 +28,10 @@
28
28
  "read-pkg-up": "7.0.1",
29
29
  "semver": "7.5.4",
30
30
  "@sap-ux/odata-service-writer": "0.29.2",
31
- "@sap-ux/ui5-application-writer": "1.6.6",
31
+ "@sap-ux/ui5-application-writer": "1.6.8",
32
32
  "@sap-ux/fe-fpm-writer": "0.40.2",
33
33
  "@sap-ux/ui5-config": "0.29.12",
34
- "@sap-ux/ui5-test-writer": "0.7.46",
34
+ "@sap-ux/ui5-test-writer": "0.7.48",
35
35
  "@sap-ux/fiori-generator-shared": "0.13.46",
36
36
  "@sap-ux/cap-config-writer": "0.12.37",
37
37
  "@sap-ux/annotation-generator": "0.4.2",
@@ -45,7 +45,7 @@
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.0.1"
48
+ "@sap-ux/eslint-plugin-fiori-tools": "9.0.4"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=20.x"
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2
1
  // @ts-nocheck
3
2
  //Loads and extends the openui5 FileListBaseConnector
4
3
 
@@ -1,4 +1,3 @@
1
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
2
1
  // @ts-nocheck
3
2
  //Load the fake lrep connector only if ui5 version < 1.78
4
3
  const version = sap.ui.version.split(".");