@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.127.0 to 2.128.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.127.0", | ||
"version": "2.128.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -747,2 +747,7 @@ import { Actions, Classes, Rels } from '../hypermedia-constants.js'; | ||
contentModuleId() { | ||
const contentEntity = this._entity && this._entity.getSubEntityByRel(Rels.content); | ||
return contentEntity?.properties?.moduleId; | ||
} | ||
async validate(activity) { | ||
@@ -749,0 +754,0 @@ await this.validateDates(activity.dates); |
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
406120
11246