@sap-ux/preview-middleware 0.16.166 → 0.16.167

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.
@@ -635,9 +635,7 @@ export class ChangeService extends EventTarget {
635
635
  return undefined;
636
636
  }
637
637
 
638
- const { fileName } = change.getDefinition
639
- ? change.getDefinition()
640
- : (change.getJson() as { fileName: string });
638
+ const { fileName } = change.getDefinition ? change.getDefinition() : (change.getJson() as { fileName: string });
641
639
  if ((changeType === 'propertyChange' || changeType === 'propertyBindingChange') && selectorId) {
642
640
  let value = '';
643
641
  switch (changeType) {
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  "bugs": {
10
10
  "url": "https://github.com/SAP/open-ux-tools/issues?q=is%3Aopen+is%3Aissue+label%3Abug+label%3Apreview-middleware"
11
11
  },
12
- "version": "0.16.166",
12
+ "version": "0.16.167",
13
13
  "license": "Apache-2.0",
14
14
  "author": "@SAP/ux-tools-team",
15
15
  "main": "dist/index.js",
@@ -25,12 +25,12 @@
25
25
  "ejs": "3.1.10",
26
26
  "mem-fs": "2.1.0",
27
27
  "mem-fs-editor": "9.4.0",
28
- "@sap-ux/logger": "0.6.0",
29
28
  "@sap-ux/feature-toggle": "0.2.3",
30
29
  "@sap-ux/btp-utils": "0.17.2",
31
30
  "@sap-ux/adp-tooling": "0.12.108",
32
31
  "@sap-ux/control-property-editor-sources": "npm:@sap-ux/control-property-editor@0.5.32",
33
- "@sap-ux/project-access": "1.28.10"
32
+ "@sap-ux/project-access": "1.28.10",
33
+ "@sap-ux/logger": "0.6.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@types/ejs": "3.1.2",