wao 0.21.0 → 0.21.2
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/cjs/adaptor-base.js +5 -5
- package/cjs/aoconnect-base.js +734 -504
- package/cjs/hb.js +1 -1
- package/esm/adaptor-base.js +1 -1
- package/esm/aoconnect-base.js +96 -8
- package/esm/hb.js +0 -1
- package/package.json +1 -1
package/cjs/adaptor-base.js
CHANGED
|
@@ -895,9 +895,9 @@ var Adaptor = /*#__PURE__*/function () {
|
|
|
895
895
|
return cu_post_dryrun;
|
|
896
896
|
}()
|
|
897
897
|
}, {
|
|
898
|
-
key: "
|
|
898
|
+
key: "cu_get_results",
|
|
899
899
|
value: function () {
|
|
900
|
-
var
|
|
900
|
+
var _cu_get_results = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee23(_ref7) {
|
|
901
901
|
var _this$mem$env$pid$res, _this$mem$env$pid2;
|
|
902
902
|
var query, params, body, headers, method, pid, _query$from, from, _query$to, to, _query$sort, sort, _query$limit, limit, results, _res, i, count, started, _iterator4, _step4, v, _this$mem$msgs$v;
|
|
903
903
|
return _regeneratorRuntime().wrap(function _callee23$(_context23) {
|
|
@@ -974,10 +974,10 @@ var Adaptor = /*#__PURE__*/function () {
|
|
|
974
974
|
}
|
|
975
975
|
}, _callee23, this, [[10, 29, 32, 35]]);
|
|
976
976
|
}));
|
|
977
|
-
function
|
|
978
|
-
return
|
|
977
|
+
function cu_get_results(_x24) {
|
|
978
|
+
return _cu_get_results.apply(this, arguments);
|
|
979
979
|
}
|
|
980
|
-
return
|
|
980
|
+
return cu_get_results;
|
|
981
981
|
}()
|
|
982
982
|
}, {
|
|
983
983
|
key: "cu_get_result",
|