@sap-ux/edmx-parser
Advanced tools
Comparing version 0.5.4 to 0.5.5
# @sap-ux/edmx-parser | ||
## 0.5.5 | ||
### Patch Changes | ||
- 069270b: Initial open source release of the SAP UX FE Mockserver | ||
## 0.5.4 | ||
@@ -4,0 +10,0 @@ |
"use strict"; | ||
var __rest = (this && this.__rest) || function (s, e) { | ||
var t = {}; | ||
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0) | ||
t[p] = s[p]; | ||
if (s != null && typeof Object.getOwnPropertySymbols === "function") | ||
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) { | ||
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i])) | ||
t[p[i]] = s[p[i]]; | ||
} | ||
return t; | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -405,3 +394,3 @@ exports.parse = void 0; | ||
// eslint-disable-next-line @typescript-eslint/no-unused-vars | ||
const { Annotation, _attributes } = propertyValue, properties = __rest(propertyValue, ["Annotation", "_attributes"]); | ||
const { Annotation, _attributes, ...properties } = propertyValue; | ||
const outPropertyValue = {}; | ||
@@ -670,3 +659,3 @@ if (_attributes) { | ||
function parseAnnotation(annotation, currentTarget, annotationsLists) { | ||
const _a = annotation._attributes, { Term, Qualifier } = _a, others = __rest(_a, ["Term", "Qualifier"]); | ||
const { Term, Qualifier, ...others } = annotation._attributes; | ||
const outAnnotation = { | ||
@@ -673,0 +662,0 @@ term: unalias(Term), |
{ | ||
"name": "@sap-ux/edmx-parser", | ||
"version": "0.5.4", | ||
"version": "0.5.5", | ||
"description": "SAP Fiori OData - EDMX File parser", | ||
@@ -20,3 +20,3 @@ "repository": { | ||
"devDependencies": { | ||
"@sap-ux/vocabularies-types": "0.5.4" | ||
"@sap-ux/vocabularies-types": "0.5.6" | ||
}, | ||
@@ -23,0 +23,0 @@ "scripts": { |
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
233400
4310