@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 3.1.3 to 3.2.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -13,7 +13,6 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js'; | ||
} | ||
return this._entity | ||
.getSubEntitiesByRel('item') | ||
.filter(entity => entity.hasClass(Classes.conditions.legacyCondition)) | ||
.map(entity => ({ id: entity.properties.conditionId, text: entity.title })); | ||
.map(entity => ({ id: entity.properties.conditionId, text: entity.title, tagListText: entity.properties.tagListText })); | ||
} | ||
@@ -20,0 +19,0 @@ |
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
409752