wao 0.6.2 → 0.6.3

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.
Files changed (3) hide show
  1. package/cjs/ao.js +1 -1
  2. package/esm/ao.js +1 -1
  3. package/package.json +1 -1
package/cjs/ao.js CHANGED
@@ -1246,7 +1246,7 @@ var AO = /*#__PURE__*/function () {
1246
1246
  return _regeneratorRuntime().wrap(function _callee17$(_context17) {
1247
1247
  while (1) switch (_context17.prev = _context17.next) {
1248
1248
  case 0:
1249
- pid = _ref21.pid, _ref21$attempts = _ref21.attempts, attempts = _ref21$attempts === void 0 ? 5 : _ref21$attempts;
1249
+ pid = _ref21.pid, _ref21$attempts = _ref21.attempts, attempts = _ref21$attempts === void 0 ? 10 : _ref21$attempts;
1250
1250
  exist = false;
1251
1251
  err = null;
1252
1252
  case 3:
package/esm/ao.js CHANGED
@@ -625,7 +625,7 @@ class AO {
625
625
  return await this.pipe({ jwk, fns })
626
626
  }
627
627
 
628
- async wait({ pid, attempts = 5 }) {
628
+ async wait({ pid, attempts = 10 }) {
629
629
  let exist = false
630
630
  let err = null
631
631
  while (attempts > 0) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wao",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "description": "",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",