@mjhls/mjh-framework 1.0.872 → 1.0.873

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.872
1
+ # mjh-framework v. 1.0.873
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
@@ -1652,7 +1652,7 @@ var ArticleQueue = function ArticleQueue(props) {
1652
1652
  if (props.setCustomDimensions) {
1653
1653
  props.setCustomDimensions(activeArticle, '200', prevUrl);
1654
1654
  }
1655
- if (props.pageview) props.pageview(newPath, pageviewProperties);
1655
+ if (props.pageview) props.pageview(newPath, null, pageviewProperties);
1656
1656
  refreshAD(path);
1657
1657
  };
1658
1658
 
package/dist/esm/View.js CHANGED
@@ -1642,7 +1642,7 @@ var ArticleQueue = function ArticleQueue(props) {
1642
1642
  if (props.setCustomDimensions) {
1643
1643
  props.setCustomDimensions(activeArticle, '200', prevUrl);
1644
1644
  }
1645
- if (props.pageview) props.pageview(newPath, pageviewProperties);
1645
+ if (props.pageview) props.pageview(newPath, null, pageviewProperties);
1646
1646
  refreshAD(path);
1647
1647
  };
1648
1648
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.872",
3
+ "version": "1.0.873",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",