@mjhls/mjh-framework 1.0.746 → 1.0.747
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 +1 -1
- package/dist/cjs/getRootDocGroup.js +2 -2
- package/dist/esm/getRootDocGroup.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.747
|
|
2
2
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
3
3
|
|
|
4
4
|
## Install
|
|
@@ -13,7 +13,7 @@ require('./_iter-detect-2613ffa1.js');
|
|
|
13
13
|
var _this = undefined;
|
|
14
14
|
|
|
15
15
|
var getRootDocGroup = function () {
|
|
16
|
-
var _ref = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee(id) {
|
|
16
|
+
var _ref = asyncToGenerator._asyncToGenerator( /*#__PURE__*/asyncToGenerator.regenerator.mark(function _callee(id, client) {
|
|
17
17
|
var query, result, checkPropExist;
|
|
18
18
|
return asyncToGenerator.regenerator.wrap(function _callee$(_context) {
|
|
19
19
|
while (1) {
|
|
@@ -57,7 +57,7 @@ var getRootDocGroup = function () {
|
|
|
57
57
|
}, _callee, _this);
|
|
58
58
|
}));
|
|
59
59
|
|
|
60
|
-
return function getRootDocGroup(_x) {
|
|
60
|
+
return function getRootDocGroup(_x, _x2) {
|
|
61
61
|
return _ref.apply(this, arguments);
|
|
62
62
|
};
|
|
63
63
|
}();
|
|
@@ -11,7 +11,7 @@ import './_iter-detect-48516cd3.js';
|
|
|
11
11
|
var _this = undefined;
|
|
12
12
|
|
|
13
13
|
var getRootDocGroup = function () {
|
|
14
|
-
var _ref = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(id) {
|
|
14
|
+
var _ref = _asyncToGenerator( /*#__PURE__*/regenerator.mark(function _callee(id, client) {
|
|
15
15
|
var query, result, checkPropExist;
|
|
16
16
|
return regenerator.wrap(function _callee$(_context) {
|
|
17
17
|
while (1) {
|
|
@@ -55,7 +55,7 @@ var getRootDocGroup = function () {
|
|
|
55
55
|
}, _callee, _this);
|
|
56
56
|
}));
|
|
57
57
|
|
|
58
|
-
return function getRootDocGroup(_x) {
|
|
58
|
+
return function getRootDocGroup(_x, _x2) {
|
|
59
59
|
return _ref.apply(this, arguments);
|
|
60
60
|
};
|
|
61
61
|
}();
|