@sap-ux/annotation-converter
Advanced tools
Comparing version 0.8.15 to 0.9.0
# @sap-ux/annotation-converter | ||
## 0.9.0 | ||
### Minor Changes | ||
- bf2b130: Proper parsing for complex expression and adjustment to the format for embedded expressions | ||
### Patch Changes | ||
- Updated dependencies [bf2b130] | ||
- @sap-ux/vocabularies-types@0.11.0 | ||
## 0.8.15 | ||
@@ -4,0 +15,0 @@ |
@@ -81,3 +81,4 @@ "use strict"; | ||
type: 'Apply', | ||
Apply: value.Apply | ||
$Apply: value.$Apply, | ||
$Function: value.$Function | ||
}; | ||
@@ -84,0 +85,0 @@ } |
{ | ||
"name": "@sap-ux/annotation-converter", | ||
"version": "0.8.15", | ||
"version": "0.9.0", | ||
"description": "SAP Fiori OData - Annotation converter", | ||
@@ -17,6 +17,6 @@ "repository": { | ||
"dependencies": { | ||
"@sap-ux/vocabularies-types": "0.10.14" | ||
"@sap-ux/vocabularies-types": "0.11.0" | ||
}, | ||
"devDependencies": { | ||
"@sap-ux/edmx-parser": "0.7.1" | ||
"@sap-ux/edmx-parser": "0.8.0" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -79,3 +79,4 @@ import type { | ||
type: 'Apply', | ||
Apply: value.Apply | ||
$Apply: value.$Apply, | ||
$Function: value.$Function | ||
}; | ||
@@ -82,0 +83,0 @@ } else if (value.type === 'Null') { |
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
231958
3717
+ Added@sap-ux/vocabularies-types@0.11.0(transitive)
- Removed@sap-ux/vocabularies-types@0.10.14(transitive)