musora-content-services 2.23.1 → 2.24.1

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,23 @@
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.24.1](https://github.com/railroadmedia/musora-content-services/compare/v2.24.0...v2.24.1) (2025-07-16)
6
+
7
+ ## [2.24.0](https://github.com/railroadmedia/musora-content-services/compare/v2.21.3...v2.24.0) (2025-07-16)
8
+
9
+
10
+ ### Features
11
+
12
+ * **BEH-837:** update contentAggregator to process parent + children ([#346](https://github.com/railroadmedia/musora-content-services/issues/346)) ([20ffef3](https://github.com/railroadmedia/musora-content-services/commit/20ffef3826a7e56bee4c950d77b2cd57eff1dc08))
13
+ * **MU2-825:** user data function ([#343](https://github.com/railroadmedia/musora-content-services/issues/343)) ([5afcbc9](https://github.com/railroadmedia/musora-content-services/commit/5afcbc97b46082655bb73a7ce33c864d1b289898))
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **gc-pin:** patch unpin and pin actions from merge conflict ([#345](https://github.com/railroadmedia/musora-content-services/issues/345)) ([a9ed0f1](https://github.com/railroadmedia/musora-content-services/commit/a9ed0f15bf2a61b259d250e24c5b6a74fcade404))
19
+ * **MU2-645:** Add Sanity type and content slug to auto user practices ([#350](https://github.com/railroadmedia/musora-content-services/issues/350)) ([6f9bdea](https://github.com/railroadmedia/musora-content-services/commit/6f9bdea71bb8472f2dd5a305f4719b890336d165))
20
+ * recent lessons do not display children lessons ([b6f0b33](https://github.com/railroadmedia/musora-content-services/commit/b6f0b3329ee80c78f75aab93c011dba89c73e06a))
21
+
5
22
  ### [2.23.1](https://github.com/railroadmedia/musora-content-services/compare/v2.23.0...v2.23.1) (2025-07-16)
6
23
 
7
24
  ## [2.23.0](https://github.com/railroadmedia/musora-content-services/compare/v2.22.0...v2.23.0) (2025-07-16)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "2.23.1",
3
+ "version": "2.24.1",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -206,7 +206,7 @@ export const filterTypes = {
206
206
  }
207
207
 
208
208
  export const recentTypes = {
209
- lessons: [...individualLessonsTypes],
209
+ lessons: [...individualLessonsTypes, 'course-part', 'pack-bundle-lesson', 'challenge-part', 'guided-course-part', 'quick-tips'],
210
210
  songs: [...tutorialsLessonTypes, ...transcriptionsLessonTypes, ...playAlongLessonTypes],
211
211
  home: [...individualLessonsTypes, ...tutorialsLessonTypes, ...transcriptionsLessonTypes, ...playAlongLessonTypes,
212
212
  'guided-course', 'learning-path', 'live']
@@ -10,7 +10,7 @@ export async function getActiveDiscussions(brand, { page = 1, limit = 10 } = {})
10
10
  {
11
11
  id: 11,
12
12
  url: 'https://forum.example.com/post/11',
13
- title: 'How to Progress',
13
+ title: 'How to Progress.',
14
14
  post: "I use the 20-80 formula. 20% of the time on rudiments, skill, technique. 80% of the time working on songs or just playing along to the radio. Since it's a percentage, it fits any amount of time whether it's ten minutes or two hours. My neighbors would be p*ssed if I played two hours a day broken up over the whole day. They prefer I get my practice done in one shot. An hour a day works well for me.",
15
15
  author: {
16
16
  id: 123,
@@ -32,7 +32,7 @@ export async function getActiveDiscussions(brand, { page = 1, limit = 10 } = {})
32
32
  {
33
33
  id: 13,
34
34
  url: 'https://forum.example.com/post/13',
35
- title: 'Introduce yourself to the Drumeo Community',
35
+ title: 'Introduce yourself to the Drumeo Community...',
36
36
  post: "Hi drummer forum 1. I'm 67 and retired plus an adjunct professor at community college currently 2. Enjoying an Alesis with Nitro Max practice drum set and on 9th day going through Domino Santantonio's 30 day challenge. Domino is wonderful and energetic. 3. I like any kind of alt-rock, rock, old gaelic style drumming, and jazz drumming",
37
37
  author: {
38
38
  id: 125,
@@ -21,7 +21,7 @@ export async function fetchAwardsForUser(userId, brand, page = 1, limit = 20) {
21
21
  username: 'Alexandre Severo',
22
22
  streak: 22,
23
23
  minutes_practiced: 350,
24
- date_completed: 'Mar 26, 2025',
24
+ date_completed: 'Jul 27, 2025',
25
25
  challenge_title: '30-Day Drummer',
26
26
  award_text:
27
27
  'Through this challenge, you’ve sharpened your drumming skills, improved your timing, and built a solid practice routine.',
File without changes