@sap-ux/app-config-writer 0.5.12 → 0.5.14

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.
@@ -270,7 +270,7 @@ async function updateDefaultTestConfig(fs, basePath, logger) {
270
270
  for (const ui5Yaml of ui5YamlFileNames.filter((ui5Yaml) => ui5Yaml !== project_access_1.FileName.Ui5Yaml)) {
271
271
  const ui5YamlConfig = await (0, project_access_1.readUi5Yaml)(basePath, ui5Yaml, fs);
272
272
  const previewMiddleware = (await (0, utils_1.getPreviewMiddleware)(ui5YamlConfig));
273
- if (previewMiddleware.configuration.test) {
273
+ if (previewMiddleware?.configuration?.test) {
274
274
  return;
275
275
  }
276
276
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sap-ux/app-config-writer",
3
3
  "description": "Add or update configuration for SAP Fiori tools application",
4
- "version": "0.5.12",
4
+ "version": "0.5.14",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/SAP/open-ux-tools.git",
@@ -27,7 +27,7 @@
27
27
  "mem-fs-editor": "9.4.0",
28
28
  "prompts": "2.4.2",
29
29
  "semver": "7.6.3",
30
- "@sap-ux/axios-extension": "1.18.0",
30
+ "@sap-ux/axios-extension": "1.18.1",
31
31
  "@sap-ux/btp-utils": "0.17.2",
32
32
  "@sap-ux/logger": "0.6.0",
33
33
  "@sap-ux/project-access": "1.28.10",
@@ -42,7 +42,7 @@
42
42
  "@types/semver": "7.5.8",
43
43
  "axios": "1.7.4",
44
44
  "nock": "13.4.0",
45
- "@sap-ux/preview-middleware": "0.16.160"
45
+ "@sap-ux/preview-middleware": "0.16.168"
46
46
  },
47
47
  "engines": {
48
48
  "node": ">=18.x"