@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.131.0 to 2.132.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.131.0", | ||
"version": "2.132.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -269,3 +269,4 @@ export const Rels = { | ||
intent: 'https://outcomes.api.brightspace.com/rels/intent', | ||
outcome: 'https://outcomes.api.brightspace.com/rels/outcome' | ||
outcome: 'https://outcomes.api.brightspace.com/rels/outcome', | ||
settings: 'https://outcomes.api.brightspace.com/rels/outcomes-settings' | ||
}, | ||
@@ -272,0 +273,0 @@ Meetings: { |
@@ -162,2 +162,5 @@ | ||
} | ||
outcomesSettingsUrl() { | ||
return this._getHref(Rels.Outcomes.settings); | ||
} | ||
@@ -164,0 +167,0 @@ canChangeCourseImage() { |
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
407036
11273