@sap_oss/odata-library
Advanced tools
Comparing version 0.10.4 to 0.10.5
# Changelog | ||
# 0.10.5 | ||
- 11412e6 - [FIX] Correctly create entity with complex type - Norbert Volf | ||
# 0.10.4 | ||
@@ -4,0 +8,0 @@ |
@@ -5,2 +5,4 @@ "use strict"; | ||
const AnnotationTarget = require("../../oasis/annotations/AnnotationTarget"); | ||
const SharedComplexType = require("../../schema/ComplexType"); | ||
const aggregate = require("../../aggregate"); | ||
const Property = require("./Property"); | ||
@@ -17,3 +19,3 @@ | ||
*/ | ||
class ComplexType extends AnnotationTarget { | ||
class ComplexType extends aggregate(AnnotationTarget, SharedComplexType) { | ||
/** | ||
@@ -20,0 +22,0 @@ * Creates an instance of ComplexType. |
@@ -7,2 +7,4 @@ "use strict"; | ||
const Property = require("./Property"); | ||
const SharedComplexType = require("../../schema/ComplexType"); | ||
const aggregate = require("../../aggregate"); | ||
@@ -17,3 +19,3 @@ /** | ||
*/ | ||
class ComplexType extends AnnotationTarget { | ||
class ComplexType extends aggregate(AnnotationTarget, SharedComplexType) { | ||
/** | ||
@@ -20,0 +22,0 @@ * Creates an instance of ComplexType. |
{ | ||
"name": "@sap_oss/odata-library", | ||
"version": "0.10.4", | ||
"version": "0.10.5", | ||
"description": "OData client for testing Netweawer OData services.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2595841
937
203
10037