@brightspace-hmc/siren-sdk
Advanced tools
Comparing version 2.125.1 to 2.126.0
{ | ||
"name": "@brightspace-hmc/siren-sdk", | ||
"version": "2.125.1", | ||
"version": "2.126.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "", |
@@ -187,3 +187,4 @@ import { Actions, Rels } from '../../hypermedia-constants.js'; | ||
[this.title(), contentFile.title], | ||
[this.getFileHref(), contentFile.fileHref] | ||
[this.getFileHref(), contentFile.fileHref], | ||
...(contentFile.fileType !== FILE_TYPES.html ? [[this.descriptionRichText(), contentFile.descriptionRichText]] : []) | ||
]; | ||
@@ -190,0 +191,0 @@ for (const [left, right] of diffs) { |
@@ -18,3 +18,3 @@ import { Actions, Rels } from '../../hypermedia-constants.js'; | ||
/** | ||
* @returns {string|undefined} Default font-face for the html editor | ||
* @returns {string|undefined} Default font-face for the html editor. | ||
*/ | ||
@@ -21,0 +21,0 @@ fontFace() { |
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
405051
11219