musora-content-services 1.0.83 → 1.0.84

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.0.84](https://github.com/railroadmedia/musora-content-services/compare/v1.0.83...v1.0.84) (2024-09-06)
6
+
5
7
  ### [1.0.83](https://github.com/railroadmedia/musora-content-services/compare/v1.0.82...v1.0.83) (2024-09-06)
6
8
 
7
9
  ### [1.0.82](https://github.com/railroadmedia/musora-content-services/compare/v1.0.81...v1.0.82) (2024-09-06)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "musora-content-services",
3
- "version": "1.0.83",
3
+ "version": "1.0.84",
4
4
  "description": "A package for Musoras content services ",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -239,6 +239,8 @@ function filtersToGroq(filters) {
239
239
  return `&& ${key} == ${/^\d+$/.test(value) ? value : `"$${value}"`}`;
240
240
  }
241
241
  }
242
+
243
+ return field;
242
244
  }).join(' ');
243
245
  return groq;
244
246
  }