@sap-ux/annotation-converter
Advanced tools
Comparing version 0.5.6 to 0.5.7
# @sap-ux/annotation-converter | ||
## 0.5.7 | ||
### Patch Changes | ||
- 2ab7e09: Fix an issue with incorrect annotation format | ||
## 0.5.6 | ||
@@ -4,0 +10,0 @@ |
@@ -1117,3 +1117,3 @@ "use strict"; | ||
}, objectMap[baseObj]); | ||
if (!currentTarget) { | ||
if (!currentTarget || typeof currentTarget !== 'object') { | ||
ANNOTATION_ERRORS.push({ | ||
@@ -1120,0 +1120,0 @@ message: 'The following annotation target was not found on the service ' + currentTargetName |
{ | ||
"name": "@sap-ux/annotation-converter", | ||
"version": "0.5.6", | ||
"version": "0.5.7", | ||
"description": "SAP Fiori OData - Annotation converter", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1359,3 +1359,3 @@ import type { | ||
}, objectMap[baseObj]); | ||
if (!currentTarget) { | ||
if (!currentTarget || typeof currentTarget !== 'object') { | ||
ANNOTATION_ERRORS.push({ | ||
@@ -1362,0 +1362,0 @@ message: 'The following annotation target was not found on the service ' + currentTargetName |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
270986