musora-content-services 1.0.14 → 1.0.15
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 +2 -0
- package/docs/global.html +1 -1
- package/docs/index.html +1 -1
- package/docs/index.js.html +2 -2
- package/package.json +1 -1
- package/src/index.js +1 -1
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.15](https://github.com/railroadmedia/musora-content-services/compare/v1.0.14...v1.0.15) (2024-08-13)
|
|
6
|
+
|
|
5
7
|
### [1.0.14](https://github.com/railroadmedia/musora-content-services/compare/v1.0.13...v1.0.14) (2024-08-13)
|
|
6
8
|
|
|
7
9
|
### [1.0.13](https://github.com/railroadmedia/musora-content-services/compare/v1.0.12...v1.0.13) (2024-08-13)
|
package/docs/global.html
CHANGED
|
@@ -5160,7 +5160,7 @@ initializeSanityService({
|
|
|
5160
5160
|
<br class="clear">
|
|
5161
5161
|
|
|
5162
5162
|
<footer>
|
|
5163
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:
|
|
5163
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:41:08 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
5164
5164
|
</footer>
|
|
5165
5165
|
|
|
5166
5166
|
<script>prettyPrint();</script>
|
package/docs/index.html
CHANGED
|
@@ -103,7 +103,7 @@ Run the following to execute the tests</p>
|
|
|
103
103
|
<br class="clear">
|
|
104
104
|
|
|
105
105
|
<footer>
|
|
106
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:
|
|
106
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:41:08 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
107
107
|
</footer>
|
|
108
108
|
|
|
109
109
|
<script>prettyPrint();</script>
|
package/docs/index.js.html
CHANGED
|
@@ -425,7 +425,7 @@ async function fetchSongCount(brand) {
|
|
|
425
425
|
*/
|
|
426
426
|
async function fetchWorkouts(brand) {
|
|
427
427
|
const query = `*[_type == 'workout' && brand == '${brand}'] [0...5] {
|
|
428
|
-
railcontent_id,
|
|
428
|
+
"id": railcontent_id,
|
|
429
429
|
title,
|
|
430
430
|
"image": thumbnail.asset->url,
|
|
431
431
|
"artist_name": instructor[0]->name,
|
|
@@ -1049,7 +1049,7 @@ module.exports = {
|
|
|
1049
1049
|
<br class="clear">
|
|
1050
1050
|
|
|
1051
1051
|
<footer>
|
|
1052
|
-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:
|
|
1052
|
+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 4.0.3</a> on Tue Aug 13 2024 03:41:08 GMT+0000 (Coordinated Universal Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
|
|
1053
1053
|
</footer>
|
|
1054
1054
|
|
|
1055
1055
|
<script>prettyPrint();</script>
|
package/package.json
CHANGED
package/src/index.js
CHANGED
|
@@ -378,7 +378,7 @@ async function fetchSongCount(brand) {
|
|
|
378
378
|
*/
|
|
379
379
|
async function fetchWorkouts(brand) {
|
|
380
380
|
const query = `*[_type == 'workout' && brand == '${brand}'] [0...5] {
|
|
381
|
-
railcontent_id,
|
|
381
|
+
"id": railcontent_id,
|
|
382
382
|
title,
|
|
383
383
|
"image": thumbnail.asset->url,
|
|
384
384
|
"artist_name": instructor[0]->name,
|