@sap-ux/edmx-parser
Advanced tools
Comparing version 0.8.0 to 0.8.1
# @sap-ux/edmx-parser | ||
## 0.8.1 | ||
### Patch Changes | ||
- 7899cab: Fix $Path | ||
## 0.8.0 | ||
@@ -4,0 +10,0 @@ |
@@ -704,3 +704,3 @@ "use strict"; | ||
type: 'Path', | ||
$Path: expression.Path._text | ||
Path: expression.Path._text | ||
}; | ||
@@ -707,0 +707,0 @@ case 'PropertyPath': |
{ | ||
"name": "@sap-ux/edmx-parser", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "SAP Fiori OData - EDMX File parser", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"devDependencies": { | ||
"@sap-ux/vocabularies-types": "0.11.0" | ||
"@sap-ux/vocabularies-types": "0.11.3" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
@@ -955,3 +955,3 @@ // eslint-disable-next-line @typescript-eslint/triple-slash-reference | ||
type: 'Path', | ||
$Path: (expression.Path as EDMX.InstancePath)._text | ||
Path: (expression.Path as EDMX.InstancePath)._text | ||
}; | ||
@@ -958,0 +958,0 @@ case 'PropertyPath': |
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
259278