@mjhls/mjh-framework 1.0.749 → 1.0.750

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.749
1
+ # mjh-framework v. 1.0.750
2
2
  [![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)
3
3
 
4
4
  ## Install
@@ -33,7 +33,7 @@ var getRootDocGroup = function () {
33
33
  }
34
34
 
35
35
  _context.next = 8;
36
- return getRoot(checkPropExist);
36
+ return getRootDocGroup(checkPropExist, client);
37
37
 
38
38
  case 8:
39
39
  return _context.abrupt("return", _context.sent);
@@ -31,7 +31,7 @@ var getRootDocGroup = function () {
31
31
  }
32
32
 
33
33
  _context.next = 8;
34
- return getRoot(checkPropExist);
34
+ return getRootDocGroup(checkPropExist, client);
35
35
 
36
36
  case 8:
37
37
  return _context.abrupt("return", _context.sent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.749",
3
+ "version": "1.0.750",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",