@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.134.0 to 2.135.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.134.0", | ||
"version": "2.135.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -38,2 +38,9 @@ import { Actions, Classes, Rels } from '../../hypermedia-constants.js'; | ||
instructionsPartialHref() { | ||
if (!this._entity || !this._entity.properties) { | ||
return; | ||
} | ||
return this._entity.properties['instructions-text-partial-url']; | ||
} | ||
outcomesKey() { | ||
@@ -40,0 +47,0 @@ if (!this._entity || !this._entity.properties) { |
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
407945
11299