@mjhls/mjh-framework 1.0.844 → 1.0.845

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.844
1
+ # mjh-framework v. 1.0.845
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
 
package/dist/cjs/View.js CHANGED
@@ -474,7 +474,8 @@ function generateSchema(props) {
474
474
  thumbnail = _props$article.thumbnail,
475
475
  published = _props$article.published,
476
476
  _updatedAt = _props$article._updatedAt,
477
- seoTag = _props$article.seoTag,
477
+ _props$article$seoTag = _props$article.seoTag,
478
+ seoTag = _props$article$seoTag === undefined ? [] : _props$article$seoTag,
478
479
  _props$Website = props.Website,
479
480
  liveDomain = _props$Website.liveDomain,
480
481
  websiteTitle = _props$Website.title,
package/dist/esm/View.js CHANGED
@@ -464,7 +464,8 @@ function generateSchema(props) {
464
464
  thumbnail = _props$article.thumbnail,
465
465
  published = _props$article.published,
466
466
  _updatedAt = _props$article._updatedAt,
467
- seoTag = _props$article.seoTag,
467
+ _props$article$seoTag = _props$article.seoTag,
468
+ seoTag = _props$article$seoTag === undefined ? [] : _props$article$seoTag,
468
469
  _props$Website = props.Website,
469
470
  liveDomain = _props$Website.liveDomain,
470
471
  websiteTitle = _props$Website.title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.844",
3
+ "version": "1.0.845",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",