@api-components/api-type-document
Advanced tools
Comparing version 4.2.20 to 4.2.21
{ | ||
"name": "@api-components/api-type-document", | ||
"description": "A documentation table for type (resource) properties. Works with AMF data model", | ||
"version": "4.2.20", | ||
"version": "4.2.21", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -419,3 +419,6 @@ import { LitElement, html } from 'lit-element'; | ||
if (andKey in type) { | ||
isObject = false; | ||
const propertyKey = this._getAmfKey(this.ns.w3.shacl.property); | ||
if (!(propertyKey in type)) { | ||
isObject = false; | ||
} | ||
isAnd = true; | ||
@@ -422,0 +425,0 @@ this.andTypes = this._computeAndTypes(type[andKey]); |
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
142675
4269