@sap-ux/annotation-converter
Advanced tools
Comparing version 0.9.1 to 0.9.2
# @sap-ux/annotation-converter | ||
## 0.9.2 | ||
### Patch Changes | ||
- b64aae6: Support case where the inputs parse are frozen | ||
## 0.9.1 | ||
@@ -4,0 +10,0 @@ |
@@ -1032,6 +1032,2 @@ "use strict"; | ||
}; | ||
// fall back on the default references if the caller does not specify any | ||
if (rawMetadata.references.length === 0) { | ||
rawMetadata.references = VocabularyReferences_1.VocabularyReferences; | ||
} | ||
// Converter | ||
@@ -1038,0 +1034,0 @@ const converter = new Converter(rawMetadata, convertedOutput); |
{ | ||
"name": "@sap-ux/annotation-converter", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"description": "SAP Fiori OData - Annotation converter", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1556,7 +1556,2 @@ import type { | ||
// fall back on the default references if the caller does not specify any | ||
if (rawMetadata.references.length === 0) { | ||
rawMetadata.references = VocabularyReferences; | ||
} | ||
// Converter | ||
@@ -1563,0 +1558,0 @@ const converter = new Converter(rawMetadata, convertedOutput); |
Sorry, the diff of this file is not supported yet
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
231652
3709