@mjhls/mjh-framework 1.0.1037 → 1.0.1038

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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.1037
1
+ # mjh-framework v. 1.0.1038
2
2
 
3
3
  [![NPM](https://img.shields.io/npm/v/mjh-framework.svg)](https://www.npmjs.com/package/mjh-framework) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
4
4
 
@@ -405,7 +405,7 @@ MediaSeriesLanding.getInitialData = function () {
405
405
  itemsPerPage: itemsPerPage
406
406
  };
407
407
  _context2.next = 9;
408
- return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n pixelTrackingCode->\n }');
408
+ return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n thumbnail,\n pixelTrackingCode->\n }');
409
409
 
410
410
  case 9:
411
411
  docGroupID = _context2.sent;
@@ -398,7 +398,7 @@ MediaSeriesLanding.getInitialData = function () {
398
398
  itemsPerPage: itemsPerPage
399
399
  };
400
400
  _context2.next = 9;
401
- return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n pixelTrackingCode->\n }');
401
+ return client.fetch('*[_type == \'documentGroup\' && identifier.current == \'' + identifier + '\'][0]{\n _id, \n isGated,\n name,\n description,\n thumbnail,\n pixelTrackingCode->\n }');
402
402
 
403
403
  case 9:
404
404
  docGroupID = _context2.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.1037",
3
+ "version": "1.0.1038",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",