musora-content-services 2.131.1 → 2.131.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [2.131.2](https://github.com/railroadmedia/musora-content-services/compare/v2.131.1...v2.131.2) (2026-02-04)
6
+
5
7
  ### [2.131.1](https://github.com/railroadmedia/musora-content-services/compare/v2.131.0...v2.131.1) (2026-02-04)
6
8
 
7
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.131.1",
3
+ "version": "2.131.2",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -119,8 +119,8 @@ export async function processContentItem(content) {
119
119
  badge: content.badge ?? null,
120
120
  badge_rear: content.badge_rear ?? null,
121
121
  badge_logo: content.logo ?? null,
122
- badge_template: awardTemplate[content.brand].front,
123
- badge_template_rear: awardTemplate[content.brand].rear,
122
+ badge_template: content.badge_template ?? null,
123
+ badge_template_rear: content.badge_template_rear ?? null,
124
124
  isLocked: content.is_locked ?? false,
125
125
  subtitle:
126
126
  collectionLessonTypes.includes(content.type) || content.lesson_count > 1