musora-content-services 1.4.1 → 1.4.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
+ ### [1.4.2](https://github.com/railroadmedia/musora-content-services/compare/v1.4.1...v1.4.2) (2025-03-28)
6
+
5
7
  ### [1.4.1](https://github.com/railroadmedia/musora-content-services/compare/v1.4.0...v1.4.1) (2025-03-25)
6
8
 
7
9
  ## [1.4.0](https://github.com/railroadmedia/musora-content-services/compare/v1.3.21...v1.4.0) (2025-03-24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "1.4.1",
3
+ "version": "1.4.2",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
File without changes
@@ -1243,7 +1243,7 @@ export async function fetchLessonContent(railContentId) {
1243
1243
  "coach_profile_image":thumbnail_url.asset->url
1244
1244
  },
1245
1245
  ${assignmentsField}
1246
- video,
1246
+ 'video': coalesce(video[0], video),
1247
1247
  length_in_seconds,
1248
1248
  mp3_no_drums_no_click_url,
1249
1249
  mp3_no_drums_yes_click_url,