musora-content-services 1.2.4 → 1.2.5

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.2.5](https://github.com/railroadmedia/musora-content-services/compare/v1.2.4...v1.2.5) (2025-01-27)
6
+
5
7
  ### [1.2.4](https://github.com/railroadmedia/musora-content-services/compare/v1.2.3...v1.2.4) (2025-01-20)
6
8
 
7
9
  ### [1.2.3](https://github.com/railroadmedia/musora-content-services/compare/v1.2.1...v1.2.3) (2025-01-17)
package/README.md CHANGED
File without changes
package/babel.config.cjs CHANGED
File without changes
package/jest.config.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -462,7 +462,7 @@ export async function fetchAll(brand, type, {
462
462
  } else if(type === 'pack'){
463
463
  typeFilter = `&& (_type == 'pack' || _type == 'semester-pack')`;
464
464
  } else {
465
- typeFilter = type ? `&& _type == '${type}'` : "";
465
+ typeFilter = type ? `&& _type == '${type}'` : progress === 'in progress' || progress === 'completed' ? " && (_type != 'challenge-part' && _type != 'challenge')" : "";
466
466
  }
467
467
 
468
468
  // Construct the search filter
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/test/log.js CHANGED
File without changes
File without changes
File without changes
package/.yarnrc.yml DELETED
@@ -1 +0,0 @@
1
- nodeLinker: node-modules